====== Vertigo Buff ====== {{ rpd:images:buff_vertigo.png|Vertigo Status Effect }} **Vertigo** is a status effect in Remixed Pixel Dungeon that causes disorientation and confusion in the affected character. ==== Effects ==== * **Disorientation:** Affected characters experience dizziness and confusion * **Movement:** Character's movement becomes erratic and unpredictable * **Duration:** The effect lasts until it wears off or is cured * **Direction:** Character may move in random directions instead of intended path ==== Causes ==== Vertigo can be inflicted by: * [[en:rpd:horror_enchantment|Horror Enchantment]] when used against the player hero * Special abilities of certain mobs * Some magical effects or items that cause disorientation * Certain environmental effects ==== Counters ==== * [[en:rpd:resistances|Vertigo Resistance]] may prevent the effect * Potions and items that cure status effects may remove vertigo * Some creatures may be immune to disorientation effects * Waiting for the effect to naturally expire ==== Source Code ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Vertigo.java|Vertigo.java]] * String Resources (English): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|strings_all.xml]] (vertigo-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)]] (vertigo-related strings) * Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Vertigo.java#L29|How Vertigo affects movement]] ==== See Also ==== * [[en:rpd:status_effects|Status Effects]] * [[en:rpd:confusion_buff|Confusion]] * [[en:rpd:buffs|Buffs and Debuffs]] * [[en:rpd:horror_enchantment|Horror Enchantment]] {{tag> rpd status_effects buffs vertigo confusion control}}