====== Wand Of Amok Item ====== {{ rpd:images:wand_of_amok_item.png|Wand of Amok }} The **Wand of Amok** is a magical wand in Remixed Dungeon that causes the target to go "amok", making them attack random creatures in their vicinity. ==== Effect ==== * **Amok Induction:** The purple light from this wand will make the target run amok, attacking random creatures in its vicinity * **Duration:** The amok effect lasts for a limited time * **Targeting:** Can be directed at any creature in the player's field of view ==== Mechanics ==== * **Charges:** The wand has limited charges that regenerate over time * **Effect Duration:** The amok effect typically lasts for 3f + effectiveLevel() turns * **Behavior:** Affected creatures will attack any nearby characters (allies and enemies) indiscriminately ==== Strategy ==== * Useful for turning enemies against each other * Can be used defensively when surrounded by hostile creatures * Effective in groups of enemies to create chaos in their formation * Be careful not to affect friendly creatures or pets * Works well against groups of enemies to make them fight each other ==== Code Reference ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfAmok.java|WandOfAmok.java]] * String Resources (English): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L201-L203|WandOfAmok strings (line 201-203)]] * String Resources (Russian): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L201-L203|WandOfAmok strings (line 201-203)]] ==== Related Items ==== * [[en:rpd:amok_buff|Amok]] - The status effect caused by this wand * [[en:rpd:wands|Wands]] - General information about wands * [[en:rpd:hero_classes|Hero Classes]] - Classes that can use wands effectively {{tag> rpd items equipment wands amok control}}