User Tools

Site Tools


en:rpd:terror_buff

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:terror_buff [2026/01/03 13:52] – Update wiki pages: swarm, terror buff, and scale armor with proper naming and translations mikeen:rpd:terror_buff [2026/01/03 13:54] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Terror Buff ======
  
 +{{ rpd:images:buff_fear.png|Terror Status Effect }}
 +
 +**Terror** is a status effect in Remixed Dungeon that causes affected characters to become frightened and flee from combat.
 +
 +==== Effects ====
 +  * **Frightened:** Affected characters become overwhelmed with fear and will attempt to run away from enemies
 +  * **Movement:** Affected characters will actively move away from enemies in sight
 +  * **Duration:** The effect lasts 10 seconds by default (Terror.DURATION = 10f)
 +  * **Behavior:** Affected characters avoid engaging in combat while terrorized
 +
 +==== Causes ====
 +Terror can be inflicted by:
 +  * Special abilities of certain mobs like Wraith that use terror attacks
 +  * [[en:rpd:horror_enchantment|Horror Enchantment]] on weapons
 +  * Certain wands with fear effects
 +  * Some cursed items or dark magic effects
 +
 +==== Counters ====
 +  * Potions and items that cure status effects may remove terror
 +  * Some creatures may be immune to terror effects
 +  * When a terrorized mob is reduced to 0 HP, the terror effect is removed by the Terror.recover() method
 +
 +==== Code Implementation ====
 +When the Terror buff is applied:
 +  * If the affected character is a mob, any pet they have is released
 +  * The character's sprite shows the "frightened" status message
 +  * For English this displays "frightened", for other languages the localized string is used (e.g., "испуган" in Russian)
 +
 +==== Source Code ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Terror.java|Terror.java]] - Primary implementation
 +  * String Resources (English): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L335|Char_StaFrightened]] - "frightened" string
 +  * String Resources (English): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L615|TerrorBuff_Info]] - "It looks like someone was very frightened."
 +  * String Resources (Russian): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L335|Char_StaFrightened]] - "испуган" string
 +
 +==== See Also ====
 +  * [[en:rpd:status_effects|Status Effects]]
 +  * [[en:rpd:buffs|Buffs and Debuffs]]
 +  * [[en:rpd:control_effects|Control Effects]]
 +  * [[en:rpd:horror_enchantment|Horror Enchantment]]
 +
 +{{tag> rpd status_effects buffs terror control}}
en/rpd/terror_buff.txt · Last modified: by 127.0.0.1