User Tools

Site Tools


rpd:poison

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:poison [2025/12/20 01:05] – Update Poison page with proper content mikerpd:poison [2025/12/20 01:11] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Poison ======
  
 +**Poison** is a status effect that causes damage over time. Characters affected by poison take continuous damage until the effect wears off or is cured.
 +
 +==== Mechanics ====
 +  * Causes periodic damage over time
 +  * Stacks with itself, increasing damage
 +  * Can be cured with Antidote Potions or certain abilities
 +  * Does not cause death directly (stops at 1 HP) but can lead to death when combined with other damage
 +
 +==== Sources ====
 +  * **Poison Trap**: Common environmental trap
 +  * **Venom Trap**: More dangerous variant
 +  * **Sorrowmoss**: Poisonous plant
 +  * **Various Mobs**: Some enemies can inflict poison
 +  * **Weapons**: Certain enchantments can cause poison
 +
 +==== Resistance ====
 +  * Some armor and rings provide resistance to poison
 +  * Certain classes have higher natural resistance
 +  * Resistances stack and can reduce the duration and damage
 +
 +==== Code References ====
 +* Poison implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Poison.java|Poison.java]]
 +* String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1643-L1645|Poison string resources]] (Poison_Name, Poison_Info)
 +
 +{{tag> rpd status_effects mechanics hazards}}
rpd/poison.txt · Last modified: by 127.0.0.1