====== Fear Buff ====== {{ rpd:images:buff_fear.png|Fear Status Effect }} **Fear** is a status effect in Remixed Pixel Dungeon that causes affected characters to become fearful and potentially flee from combat. ==== Effects ==== * **Fear:** Affected characters may become overwhelmed with fear * **Movement:** Affected characters may attempt to run away from enemies they can see * **Duration:** The effect lasts until it wears off or is cured * **Behavior:** Affected characters generally avoid engaging in combat while fearful ==== Causes ==== Fear can be inflicted by: * Special abilities of certain mobs * Some curses or dark magic effects * Certain enchantments or abilities (like [[en:rpd:horror_enchantment|Horror Enchantment]]) * Certain wands with fear effects ==== Counters ==== * [[en:rpd:resistances|Fear Resistance]] may prevent the effect * Potions and items that cure status effects may remove fear * Some creatures may be immune to fear effects * Standing your ground (though difficult while fearful) until the effect wears off ==== Source Code ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Fear.java|Fear.java]] (if exists) or related fear mechanics * String Resources (English): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|strings_all.xml]] (fear-related strings) * String Resources (Russian): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml|strings_all.xml (Russian)]] (fear-related strings) ==== See Also ==== * [[en:rpd:status_effects|Status Effects]] * [[en:rpd:terror_buff|Terror]] * [[en:rpd:buffs|Buffs and Debuffs]] * [[en:rpd:control_effects|Control Effects]] {{tag> rpd status_effects buffs fear control}}