====== Amok ====== {{ rpd:images:buff_Amok.png|Amok Status Effect }} **Amok** is a status effect in Remixed Pixel Dungeon that causes affected characters to become frenzied, making them attack anything nearby indiscriminately. ==== Effects ==== * **Frenzy**: Affected characters attack any nearby characters (allies and enemies) * **Movement**: Affected characters may move erratically * **Duration**: The effect lasts until it wears off or is cured * **Chaos**: Creates confusion in combat as allies may fight each other ==== Causes ==== Amok can be inflicted by: * [[en:rpd:wand_of_amok_item|Wand of Amok]] * Special abilities of certain mobs * Some curses or chaotic magic effects * [[en:rpd:monk_mob|Monk]] class abilities (in specific contexts) ==== Counters ==== * [[en:rpd:resistances|Chaos Resistance]] may prevent the effect * Potions and items that cure status effects may remove amok * Some creatures may be immune to amok effects * Moving away from affected characters to avoid their attacks ==== Source Code ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Amok.java|Amok.java]] * Related Classes: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/ai/RunningAmok.java|RunningAmok.java]] (AI behavior), [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/buffs/BuffFactory.java|BuffFactory.java]] (registration) * 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)]], [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L330|Char_StaAmok string (line 330)]] * 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)]], [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L330|Char_StaAmok string (line 330)]] ==== See Also ==== * [[en:rpd:status_effects|Status Effects]] * [[en:rpd:wand_of_amok_item|Wand of Amok]] * [[en:rpd:buffs|Buffs and Debuffs]] * [[en:rpd:chaos|Chaos Magic]] {{tag> rpd status_effects buffs }}