====== Haste ====== {{ rpd:images:haste_icon.png|Haste }} **Haste** is a beneficial status effect in Remixed Dungeon that increases the speed of the affected character's actions. ==== Effect Description ==== * **Type:** Beneficial Status Effect (Buff) * **Effect:** Increases action speed and movement rate * **Duration:** Varies by source * **Source:** Primarily from wearing a [[rpd:ring_of_haste|Ring of Haste]] or using the Haste spell ==== How to Obtain ==== * From wearing a [[rpd:ring_of_haste|Ring of Haste]] (continuous effect based on ring level) * From using the [[rpd:haste_spell|Haste spell]] (temporary effect) * From certain class abilities or special items ==== Mechanics ==== * Increases the speed at which actions are performed * Reduces the time needed for actions like moving, attacking, or using items * Allows for more actions to be performed in the same timeframe * Effect strength correlates with the level of the source (e.g., higher-level Ring of Haste provides stronger haste) ==== Strategy ==== * Excellent for escaping dangerous situations quickly * Very effective during prolonged combat encounters * Allows faster exploration of dungeon levels * Particularly valuable when facing enemies with timed mechanics * Can make difficult runs significantly easier ==== Counters ===== * No specific counter effects noted in the game mechanics * High-level effects may consume more energy or mana ==== Code Reference ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/RingOfHaste.java#L20-L28|RingOfHaste.Haste]] * Source Code Location: RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/RingOfHaste.java * The hasteLevel method determines the strength of the haste effect ==== See Also ==== * [[rpd:status_effects|Status Effects]] - Other status changes * [[rpd:ring_of_haste|Ring of Haste]] - Primary source of haste * [[rpd:haste_spell|Haste Spell]] - Temporary haste spell * [[rpd:mechanics|Game Mechanics]] - Other core systems {{tag> rpd mechanics status_effects buffs haste}}