User Tools

Site Tools


mr:wand_of_amok_item

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mr:wand_of_amok_item [2025/12/25 18:23] – auto lint fix Mikhaelmr:wand_of_amok_item [2025/12/25 18:24] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Wand Of Amok Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfAmok.java|WandOfAmok.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/SimpleWand.java|SimpleWand.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/Wand.java|Wand.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="WandOfAmok_Name">Wand of Amok</string>
 +<string name="WandOfAmok_Info">The purple light from this wand will make the target run amok, attacking random creatures in its vicinity.</string>
 +<string name="WandOfAmok_Info1">nothing happened</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:amok_buff|Amok (Buff)]]
 +  * [[mr:vertigo_buff|Vertigo (Buff)]]
 +  * [[mr:wand_maker_npc|Wand Maker (NPC)]]