====== Stun Buff ====== {{ rpd:images:buff_stun.png|Stun Status Effect }} **Stun** is a status effect in Remixed Pixel Dungeon that briefly disables a character's ability to act. ==== Effects ==== * **Action Disable:** Affected characters cannot perform actions * **Movement Halt:** Character cannot move while stunned * **Duration:** The effect lasts for a brief, specific number of turns * **Instant:** Takes effect immediately when applied ==== Causes ==== Stun can be inflicted by: * Special attacks from certain mobs * Some weapon enchantments * Trap effects * Specific spells or scrolls * Certain wands with stunning effects ==== Counters ==== * [[en:rpd:resistances|Stun Resistance]] may prevent the effect * Potions and items that cure status effects may remove stun * Some creatures may be immune to stun effects * Using items with charges before being stunned ==== Source Code ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Stun.java|Stun.java]] * String Resources (English): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|strings_all.xml]] (stun-related strings) * String Resources (Russian): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml|strings_all.xml (Russian)]] (stun-related strings) ==== See Also ==== * [[en:rpd:status_effects|Status Effects]] * [[en:rpd:paralysis_buff|Paralysis]] * [[en:rpd:buffs|Buffs and Debuffs]] * [[en:rpd:control_effects|Control Effects]] {{tag> rpd status_effects buffs stun control}}