User Tools

Site Tools


mr:stun_buff

Differences

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

Link to this comparison view

mr:stun_buff [2025/12/20 15:49] – Add machine-readable reference page for stun_buff mikemr:stun_buff [2025/12/20 15:51] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Stun Buff - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Stun.java|Stun.java]] - Main buff implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfAvalanche.java|WandOfAvalanche.java]] - Applies stun via avalanche
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/enchantments/Paralysis.java|Paralysis.java]] - Applies stun via weapon enchantment
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/mechanics/buffs/BuffFactory.java#L145|BuffFactory.java]] - Registers the Stun class
 +
 +===== JSON Configuration =====
 +No specific JSON configuration for this buff
 +
 +===== String Resources =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L385|Char_StaStunned]] - "STUNNED" status message
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists