User Tools

Site Tools


en:rpd:stun_buff

Differences

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

Link to this comparison view

en:rpd:stun_buff [2026/01/01 19:45] – namespace move Mikeen:rpd:stun_buff [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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}}