User Tools

Site Tools


en:rpd:cripple_buff

Differences

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

Link to this comparison view

en:rpd:cripple_buff [2026/01/01 19:45] – namespace move Mikeen:rpd:cripple_buff [2026/01/01 19:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Cripple Buff ======
  
 +{{ rpd:images:cripple_buff.png|Cripple Buff }}
 +
 +The **Cripple** buff is a negative status effect in Remixed Dungeon that reduces movement speed.
 +
 +==== Description ====
 +Cripple is a debuff that halves the affected character's movement speed, making it significantly harder to escape from enemies or move quickly around the dungeon.
 +
 +==== Mechanics ====
 +  * **Duration:** 10 turns (DURATION = 10f)
 +  * **Effect:** Movement speed reduced to 50% of normal speed
 +  * **Visual Indicator:** Shows "Crippled" status message in red text
 +  * **Icon:** Specific icon in the buff bar (BuffIndicator.CRIPPLE)
 +
 +==== How to Apply ====
 +The Cripple debuff can be applied through:
 +  * [[en:rpd:charms|Charms]] and similar status effects
 +  * Various enemy abilities
 +  * Some traps in the dungeon
 +
 +==== How to Remove ====
 +  * [[en:rpd:potion_of_purity_item|Potion of Purity]] removes all debuffs including Cripple
 +  * Some spells and abilities may remove debuffs
 +  * Waiting for the duration to expire naturally
 +
 +==== Source Code ====
 +  * Java Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Cripple.java|Cripple.java]]
 +  * String Resources:
 +    * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L337|Char_StaCrippled]]
 +    * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L570|CrippleBuff_Name]]
 +    * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L571|CrippleBuff_Info]]
 +    * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L981|Hero_StaCripple]]
 +
 +==== Related ====
 +  * [[en:rpd:status_effects|Status Effects]]
 +  * [[en:rpd:debuffs|Debuffs]]
 +  * [[en:rpd:buffs|Buffs and Debuffs]]
 +
 +{{tag> rpd buffs debuffs status_effects movement}}