====== 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}}