User Tools

Site Tools


rpd:cripple_buff

Differences

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

Link to this comparison view

rpd:cripple_buff [2025/12/23 18:13] – Add cripple_buff.txt page with information about the Cripple status effect mikerpd:cripple_buff [2025/12/23 18:19] (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:
 +  * [[rpd:charms|Charms]] and similar status effects
 +  * Various enemy abilities
 +  * Some traps in the dungeon
 +
 +==== How to Remove ====
 +  * [[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
 +
 +==== Code References ====
 +  * **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-ru/strings_all.xml#L1089|Char_StaCrippled]] (Russian localization)
 +
 +==== Related ====
 +  * [[rpd:status_effects|Status Effects]]
 +  * [[rpd:debuffs|Debuffs]]
 +  * [[rpd:buffs|Buffs and Debuffs]]
 +
 +{{tag> rpd buffs debuffs status_effects movement}}
rpd/cripple_buff.txt · Last modified: by 127.0.0.1