User Tools

Site Tools


rpd:fear
no way to compare when less than two revisions

Differences

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


rpd:fear [2025/12/21 14:29] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Fear ======
  
 +**Fear** is a general game mechanic in Remixed Pixel Dungeon that causes characters to become frightened, typically resulting in fleeing behavior and impaired functionality.
 +
 +==== Effects ====
 +  * **Terror Status**: Most commonly manifests as the [[rpd:terror|Terror]] status effect
 +  * **Fleeing Behavior**: Affected characters prioritize escaping over other actions
 +  * **Combat Impairment**: Reduced effectiveness in combat situations
 +  * **Movement Priority**: Moving away from sources of fear
 +
 +==== Causes ====
 +Fear can be induced by:
 +  * [[rpd:scroll_of_terror|Scroll of Terror]] (creates terror status)
 +  * Special abilities of certain mobs
 +  * Environmental effects or cursed items
 +  * Boss monsters with fear-inducing abilities
 +
 +==== Counters ====
 +  * [[rpd:resistances|Fear Resistance]] reduces susceptibility to fear effects
 +  * [[rpd:terror|Terror]]-specific cures also counter fear effects
 +  * Some equipment provides fear immunity
 +  * Bravery-related buffs may provide protection
 +
 +==== Source Code ====
 +  * Fear mechanics implemented through: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Terror.java|Terror.java]]
 +  * String Resources (English): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L592|Terror strings (line 592)]]
 +  * String Resources (Russian): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L597|Terror strings (line 597)]]
 +
 +==== See Also ====
 +  * [[rpd:status_effects|Status Effects]]
 +  * [[rpd:terror|Terror]]
 +  * [[rpd:resistances|Resistances]]
 +  * [[rpd:buffs|Buffs and Debuffs]]
 +
 +{{tag> rpd status_effects mechanics }}
rpd/fear.txt · Last modified: by 127.0.0.1