User Tools

Site Tools


rpd:poison_buff

Differences

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

Link to this comparison view

rpd:poison_buff [2025/12/23 18:13] – Add poison_buff.txt page with information about the Poison status effect mikerpd:poison_buff [2025/12/23 18:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Poison Buff ======
  
 +{{ rpd:images:poison_buff.png|Poison Buff }}
 +
 +The **Poison** buff is a negative status effect in Remixed Dungeon that causes continuous damage over time.
 +
 +==== Description ====
 +Poison is a harmful debuff that causes damage each turn, with the damage increasing the longer the effect persists. The damage dealt increases as the duration decreases, making it more dangerous the longer it stays active.
 +
 +==== Mechanics ====
 +  * **Damage Calculation:** Deals (timeLeft / 3) + 1 damage each turn (where timeLeft is the remaining duration)
 +  * **Visual Effect:** Shows "Poisoned" status message in red text and emits poison particles
 +  * **Icon:** Specific icon in the buff bar (BuffIndicator.POISON)
 +  * **Duration:** Variable depending on source, but damage increases over time
 +  * **Death Effect:** If poison kills the hero, it triggers a "Death from Poison" failure condition
 +
 +==== How to Apply ====
 +The Poison debuff can be applied through:
 +  * [[rpd:poison_trap|Poison Traps]]
 +  * [[rpd:poison_dart_item|Poison Darts]]
 +  * [[rpd:wand_of_poison_item|Wand of Poison]]
 +  * [[rpd:acidic_mob|Acidic enemies]]
 +  * Various other enemy abilities
 +  * Some status-inflicting items
 +
 +==== How to Remove ====
 +  * [[rpd:potion_of_purity_item|Potion of Purity]] removes all debuffs including Poison
 +  * [[rpd:potion_of_healing_item|Potion of Healing]] removes Poison (as mentioned in the healing potion description)
 +  * Some spells and abilities may remove debuffs
 +  * [[rpd:ring_of_elements_item|Ring of Elements]] resistance can reduce duration
 +
 +==== Code References ====
 +  * **Java Implementation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Poison.java|Poison.java]]
 +  * **Damage Calculation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Poison.java#L22-L24|charAct method]]
 +  * **String Resources:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1087|Char_StaPoisoned, Poison_Death]] (Russian localization)
 +
 +==== Related ====
 +  * [[rpd:status_effects|Status Effects]]
 +  * [[rpd:debuffs|Debuffs]]
 +  * [[rpd:buffs|Buffs and Debuffs]]
 +  * [[rpd:potion_of_healing_item|Potion of Healing]]
 +
 +{{tag> rpd buffs debuffs status_effects poison damage}}
rpd/poison_buff.txt · Last modified: by 127.0.0.1