User Tools

Site Tools


en:rpd:haste_spell

Differences

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

Link to this comparison view

en:rpd:haste_spell [2026/01/01 19:45] – namespace move Mikeen:rpd:haste_spell [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Haste ======
 +
 +{{ rpd:images:haste_spell_icon.png|Haste Spell Icon }}
 +
 +**Haste** is a spell in Remixed Pixel Dungeon (Rogue Affinity).
 +
 +==== Description ====
 +Haste will allow the performer to move with such extreme speed, that everything around him will appear static. Such haste will consume a lot of energy so using it is possible for only a short period of time.\n\nSkilled masters are able to stay hasted for a longer period of time.
 +
 +==== Stats ====
 +  * **Magic Affinity:** [[en:rpd:rogue_class|Rogue]]
 +  * **Targeting:** Self
 +  * **Level:** 3
 +  * **Mana Cost:** 10
 +  * **Special Effects:** Increases movement speed significantly
 +  * **Cast Time:** 0 turns
 +  * **Image File:** [[en:rpd:spells|spellsIcons/rogue.png]] (index: 3)
 +
 +==== Mechanics ====
 +The Haste spell implements the following mechanics:
 +  * When cast, the spell reduces the time spent on the next action by ''caster:skillLevel()/2'' (where skillLevel is the caster's skill level)
 +  * This means the hero's next action takes fewer turns to complete
 +  * The effect is temporary and only applies to one action
 +
 +==== Usage ====
 +The Haste spell is most effective when:
 +  * Preparing for a high-cost action (like drinking a potion during combat)
 +  * Needing to quickly execute critical actions
 +  * Timing important moves during boss fights
 +
 +==== Classes ====
 +Classes that can use this spell include:
 +  * Classes with [[en:rpd:rogue_class|Rogue]] affinity (e.g., [[en:rpd:rogue_class|Rogue class]])
 +  * Other classes that gain access through special means
 +
 +==== Strategy ====
 +How to effectively use the Haste spell:
 +  * Use before high-turn-cost actions (like drinking potions or eating food during combat)
 +  * Plan your next action carefully after casting, as the effect only applies to one action
 +  * Consider using when you're under heavy pressure and need to execute something quickly
 +
 +==== Content Verification ====
 +  * Information Source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Haste.lua|Haste.lua]]
 +  * Stats Verification: Extracted directly from the desc function in Haste.lua
 +  * Effect Description Source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2629|strings_all.xml]]
 +  * Mechanics Source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Haste.lua#L17-L19|Haste.lua cast function]]
 +  * Last Updated: December 12, 2025
 +
 +==== Source Code ====
 +This page content is based on the Lua Script: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Haste.lua|Haste.lua]]
 +
 +==== See Also ====
 +  * [[en:rpd:spells|Spells]]
 +  * [[en:rpd:mechanics|Game Mechanics]]
 +  * [[en:rpd:rogue_class|Rogue Affinity]]
 +  * [[en:rpd:haste_spell|Haste]] - Status effect from Ring of Haste
 +  * [[en:rpd:ring_of_haste_item|Ring of Haste]] - Item providing similar effect
 +
 +{{tag> rpd spells rogue haste }}