en:rpd:dash_spell
Table of Contents
DashSpell
Description
Dash towards a specified direction while colliding with enemies, dealing damage and causing maim.
Stats
- Magic Affinity: Combat -
Dash.lua:desc().magicAffinity - Targeting: cell -
Dash.lua:desc().targetingType - Level: 3 -
Dash.lua:desc().level - Mana Cost: 10 -
Dash.lua:desc().spellCost - Cooldown: 30 turns -
Dash.lua:desc().cooldown - Cast Time: 0.5 turns -
Dash.lua:desc().castTime - Special Effects: damages a target, pushes enemies, roots enemies in place -
Dash.lua:castOnCell()
Usage
The DashSpell spell can be used for:
- Offensive applications against enemies -
Dash.lua:damage calculation - Control applications to restrict enemy movement -
Dash.lua:push mechanics - Strategic applications in combat
- Utility purposes based on its mechanics
Classes
Classes that can use this spell include:
- Classes with Combat affinity (e.g., Combat class)
- Other classes that gain access through special means
Strategy
How to effectively use the DashSpell spell:
- Best situations to use the spell - Dash is most effective when you need to quickly close distance with an enemy or escape a dangerous situation
- Synergies with other abilities - Combines well with weapons that have special effects on hit
- Timing considerations - The cooldown of 30 turns means it should be used strategically rather than frequently
Data Validation
This information is extracted directly from the game code and validated against the source implementation. The details are accurate as of the referenced source files and provide reliable information about the spell mechanics.
Content Verification
- Information source:
Dash.luaLua Script in Remixed Dungeon codebase - Stats verified: Yes, extracted directly from
Dash.lua:desc() functionproperties - Effect descriptions: Generated from
Dash.lua:castOnCell() functionanalysis and string resources - String resources:
strings_all.xml:DashSpell strings - Last updated: 2025-12-18 based on
Dash.lua
Source Code
- Main implementation:
Dash.lua - String resources:
strings_all.xml:DashSpell strings
See Also
en/rpd/dash_spell.txt · Last modified: by 127.0.0.1
