User Tools

Site Tools


rpd:poison_trap

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:poison_trap [2025/12/20 01:05] – Update Poison Trap page with proper content mikerpd:poison_trap [2025/12/20 01:11] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Poison Trap ======
  
 +A **Poison Trap** is a common trap found throughout the dungeon. When triggered, it releases poisonous gas or darts that poison the character that activated it.
 +
 +==== Effects ====
 +  * Inflicts poison status effect
 +  * Causes damage over time until cured
 +  * Can be dangerous in combination with other hazards
 +
 +==== Prevention & Mitigation ====
 +  * Detection skills help spot the trap before triggering
 +  * Disarmament can disable the trap
 +  * Some armor and rings provide resistance to poison effects
 +
 +==== Code References ====
 +* Trap implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/objects/Trap.java|Trap.java]]
 +* Level generation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/Level.java|Level.java]]
 +
 +{{tag> rpd traps hazards}}
rpd/poison_trap.txt · Last modified: (external edit)