User Tools

Site Tools


rpd:weakness_buff

Differences

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

Link to this comparison view

rpd:weakness_buff [2025/12/23 18:13] – Add weakness_buff.txt page with information about the Weakness status effect mikerpd:weakness_buff [2025/12/23 18:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Weakness Buff ======
  
 +{{ rpd:images:weakness_buff.png|Weakness Buff }}
 +
 +The **Weakness** buff is a negative status effect in Remixed Dungeon that reduces the effectiveness of equipment.
 +
 +==== Description ====
 +Weakness is a debuff that temporarily reduces the effectiveness of the affected character's equipment. When this buff is active, the character's equipment discharges, typically affecting charged items like wands and rings.
 +
 +==== Mechanics ====
 +  * **Duration:** 40 turns (DURATION = 40f)
 +  * **Effect:** Equipment discharges (specifically affects charged items)
 +  * **Special Effect:** Discharges all equipment in the character's belongings
 +  * **Duration Factor:** Can be reduced by Resistance from [[rpd:ring_of_elements_item|Ring of Elements]]
 +
 +==== How to Apply ====
 +The Weakness debuff can be applied through:
 +  * [[rpd:scroll_of_curse_item|Scroll of Curse]]
 +  * [[rpd:curse_item_spell|Curse Item Spell]]
 +  * Various enemy abilities
 +  * Some traps in the dungeon
 +
 +==== How to Remove ====
 +  * [[rpd:potion_of_purity_item|Potion of Purity]] removes all debuffs including Weakness
 +  * 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/Weakness.java|Weakness.java]]
 +  * **Duration Calculation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Weakness.java#L24-L26|duration factor method]]
 +
 +==== Related ====
 +  * [[rpd:status_effects|Status Effects]]
 +  * [[rpd:debuffs|Debuffs]]
 +  * [[rpd:buffs|Buffs and Debuffs]]
 +  * [[rpd:ring_of_elements_item|Ring of Elements]]
 +
 +{{tag> rpd buffs debuffs status_effects equipment}}
rpd/weakness_buff.txt · Last modified: by 127.0.0.1