User Tools

Site Tools


rpd:horror_enchantment

Differences

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

Link to this comparison view

rpd:horror_enchantment [2025/12/20 21:44] – Add new enchantment pages with detailed information mikerpd:horror_enchantment [2025/12/20 21:49] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Horror Enchantment ======
  
 +{{ rpd:images:enchant_horror.png|Horror Enchantment }}
 +
 +==== Description ====
 +The Horror enchantment has a chance to inflict the [[rpd:terror_buff|Terror]] status effect on enemies when they are hit by the weapon. Terror causes enemies to flee in fear.
 +
 +==== Mechanics ====
 +- The chance to terrorize an enemy is based on the weapon's level
 +- When triggered, applies the Terror status effect for a duration
 +- Terrorized enemies will attempt to move away from the hero
 +- Some enemies may be immune to fear effects
 +
 +==== Source Code ====
 +- Java: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/enchantments/Horror.java|Horror.java]]
 +- The effect is applied in the proc() method with probability increasing with weapon level
 +
 +==== See Also ====
 +- [[rpd:terror_buff|Terror 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 fear}}
rpd/horror_enchantment.txt · Last modified: by 127.0.0.1