User Tools

Site Tools


rpd:poison_enchantment

Differences

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

Link to this comparison view

rpd:poison_enchantment [2025/12/20 21:44] – Overwrite poison_enchantment page with complete new content mikerpd:poison_enchantment [2025/12/20 21:49] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Poison Enchantment ======
  
 +{{ rpd:images:enchant_poison.png|Poison Enchantment }}
 +
 +==== Description ====
 +The Poison enchantment has a chance to poison enemies when they are hit by the weapon. Poisoned enemies take damage over time.
 +
 +==== Mechanics ====
 +- The chance to poison an enemy is based on the weapon's level
 +- When triggered, applies the [[rpd:poison_buff|Poison]] status effect for several turns
 +- Poison damage is dealt at the start of the poisoned creature's turn
 +- Particularly effective against enemies with high HP
 +
 +==== Source Code ====
 +- Java: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/enchantments/Poison.java|Poison.java]]
 +- The effect is applied in the proc() method with probability increasing with weapon level
 +
 +==== See Also ====
 +- [[rpd:poison_buff|Poison Buff]] - Status effect caused by this enchantment
 +- [[rpd:enchantments|Enchantments]] - List of all weapon enchantments
 +- [[rpd:weapons|Weapons]] - Equipment that can have enchantments
 +
 +{{tag> rpd items enchantments poison}}
rpd/poison_enchantment.txt · Last modified: (external edit)