User Tools

Site Tools


rpd:fire_enchantment

Differences

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

Link to this comparison view

rpd:fire_enchantment [2025/12/20 21:44] – Add new enchantment pages with detailed information mikerpd:fire_enchantment [2025/12/20 21:49] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Fire Enchantment ======
  
 +{{ rpd:images:enchant_fire.png|Fire Enchantment }}
 +
 +==== Description ====
 +The Fire enchantment has a chance to set enemies on fire when they are hit by the weapon. This causes additional damage over time.
 +
 +==== Mechanics ====
 +- The chance to ignite an enemy is based on the weapon's level
 +- When triggered, applies the [[rpd:burning_buff|Burning]] status effect for several turns
 +- Fire damage stacks with the weapon's existing fire damage bonus
 +
 +==== Source Code ====
 +- Java: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/enchantments/Fire.java|Fire.java]]
 +- The effect is applied in the proc() method with probability increasing with weapon level
 +
 +==== See Also ====
 +- [[rpd:burning_buff|Burning 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 fire}}
rpd/fire_enchantment.txt · Last modified: by 127.0.0.1