User Tools

Site Tools


en:rpd:horror_enchantment

Differences

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

Link to this comparison view

en:rpd:horror_enchantment [2026/01/01 19:45] – namespace move Mikeen:rpd:horror_enchantment [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Horror Enchantment ======
  
 +**Horror** is an enchantment available for weapons in Remixed Dungeon. When successfully attacking an enemy, it has a chance to apply the [[en:rpd:terror_buff|Terror]] status effect, causing the affected enemy to flee in fear.
 +
 +==== Effects ====
 +  * **Primary Effect**: On successful hit, has a chance to inflict different effects based on the target:
 +    * **Enemies**: Inflicts [[en:rpd:terror_buff|Terror]], causing them to flee in fear (for duration of Terror.DURATION)
 +    * **Hero**: Inflicts [[en:rpd:vertigo_buff|Vertigo]], causing disorientation
 +  * **Chance**: Increases with weapon level (lvl 0: 20%, lvl 1: 33%, lvl 2: 43%)
 +  * **Duration**: The terror effect has a limited duration but causes the enemy to flee
 +  * **Target**: Applies to any character hit by the weapon with this enchantment
 +  * **Terror Effect**: Causes affected enemies to be horrified and run away from combat
 +
 +==== Acquisition ====
 +  * Found on weapons in the dungeon as a random enchantment
 +  * Probability of appearance increases in deeper levels of the dungeon
 +  * Can appear on any weapon that can receive enchantments
 +  * Cannot be applied to already enchanted weapons without special methods
 +
 +==== Strategy ====
 +  * Highly effective for controlling enemy positioning
 +  * Useful for escaping dangerous situations
 +  * Can be used to separate groups of enemies
 +  * Particularly effective against single powerful enemies that can be terrorized to run away
 +  * Note that terrorized enemies will return to normal after the duration expires
 +
 +==== Source Code ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/enchantments/Horror.java|Horror.java]]
 +  * String Resources (English): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2178-L2180|Horror strings (lines 2178-2180)]]
 +  * String Resources (Russian): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2157-L2159|Horror strings (lines 2157-2159)]]
 +  * Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/enchantments/Horror.java#L29|Horror applying Terror]]
 +
 +==== See Also ====
 +  * [[en:rpd:terror_buff|Terror]]
 +  * [[en:rpd:weapon_enchantments|Weapon Enchantments]]
 +  * [[en:rpd:enchantments|Enchantments]]
 +  * [[en:rpd:weapons|Weapons]]
 +
 +{{tag> rpd enchantments weapons terror horror}}