User Tools

Site Tools


en:rpd:amok_buff

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:amok_buff [2026/01/02 11:37] – Update amok_buff.txt to add Amok Dart and Arrow as causes, correct Monk immunity information mikeen:rpd:amok_buff [2026/01/02 11:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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]]
 +  * [[en:rpd:amok_arrow_item|Amok Arrow]]
 +  * [[en:rpd:amok_dart_item|Amok Dart]]
 +  * Special abilities of certain mobs
 +  * Some curses or chaotic magic effects
 +
 +==== Immunities ====
 +Some creatures are naturally immune to the Amok effect:
 +  * [[en:rpd:monk_mob|Monk]] - Monks have natural immunity to Amok and Terror effects
 +
 +==== Counters ====
 +  * [[en:rpd:resistances|Chaos Resistance]] may prevent the effect
 +  * Potions and items that cure status effects may remove amok
 +  * 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 }}
en/rpd/amok_buff.txt · Last modified: (external edit)