User Tools

Site Tools


en:rpd:poison_buff

Differences

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

Link to this comparison view

en:rpd:poison_buff [2026/01/01 19:45] – namespace move Mikeen:rpd:poison_buff [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Poison Buff ======
  
 +{{ rpd:images:poison_buff.png|Poison }}
 +
 +The Poison buff is a harmful status effect in Remixed Dungeon that causes ongoing damage to the affected character over time.
 +
 +==== Effect ====
 +  * **Damage Over Time:** Causes damage at the end of each turn
 +  * **Duration:** Continues until cured or runs out of duration
 +  * **Intensity:** Damage typically scales with the character's max HP
 +  * **Visual:** Affected character shows poison visual effects
 +
 +==== Acquisition ====
 +The Poison buff can be inflicted by:
 +  * [[en:rpd:potion_of_toxic_gas_item|Potion of Toxic Gas]] - Creates toxic gas clouds
 +  * [[en:rpd:poison_trap_trap|Poison Trap]] - Environmental hazard
 +  * Poisoned weapons and attacks
 +  * Certain enemies with poison abilities
 +  * Other toxic effects and items
 +
 +==== Mechanics ====
 +  * **Damage Formula:** Typically (target's max HP + level-specific value) / divisor
 +  * **Decay:** Poison intensity may decrease over time
 +  * **Resistance:** Some characters and items provide poison resistance
 +  * **Immunity:** Some characters and items provide complete immunity to poison
 +  * **Stacking:** Multiple poison effects may stack depending on the source
 +
 +==== Strategy ====
 +  * **Curing:** Use [[en:rpd:potion_of_purity_item|Potion of Purity]] or similar items to cure poison
 +  * **Avoidance:** Try to avoid poison sources when possible
 +  * **Resistance:** Equip items that provide poison resistance
 +  * **Timing:** Be aware that poison damage occurs at the end of each turn
 +  * **Tactical:** Can be used against enemies through poisoned weapons
 +
 +==== Counters ====
 +  * [[en:rpd:potion_of_purity_item|Potion of Purity]] - Cures poison and other harmful effects
 +  * [[en:rpd:ring_of_elements_item|Ring of Elements]] - Provides elemental resistance including poison
 +  * Some armor glyphs provide poison resistance
 +  * Certain classes and subclasses have poison resistance
 +
 +==== Data Sources ====
 +  * **Java Class**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Poison.java|com.watabou.pixeldungeon.actors.buffs.Poison]]
 +  * **Toxic Gas Implementation**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/blobs/ToxicGas.java|ToxicGas.java]]
 +  * **Damage Calculation**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/blobs/ToxicGas.java#L30-L38|ToxicGas damage calculation]]
 +
 +==== Related ====
 +  * [[en:rpd:potion_of_toxic_gas_item|Potion of Toxic Gas]] - Source of poison through gas clouds
 +  * [[en:rpd:potion_of_purity_item|Potion of Purity]] - Cures poison effects
 +  * [[en:rpd:toxic_gas|Toxic Gas]] - The gas that inflicts poison
 +  * [[en:rpd:buffs|Buffs]] - Other status effects
 +  * [[en:rpd:buff_mechanics|Buff Mechanics]] - General buff information
 +  * [[en:rpd:traps|Traps]] - Environmental hazards including poison traps
 +
 +{{tag> rpd buffs debuffs status_effects poison damage}}