User Tools

Site Tools


rpd:dash_spell

Differences

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

Link to this comparison view

rpd:dash_spell [2025/12/25 21:04] – list fix Mikhaelrpd:dash_spell [2025/12/25 21:25] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== DashSpell ======
 +
 +{{ rpd:images:dash_spell_icon.png|DashSpell Spell Icon }}
 +
 +**DashSpell** is a spell in Remixed Pixel Dungeon (Combat Affinity).
 +
 +==== Description ====
 +Dash towards a specified direction while colliding with enemies, dealing damage and causing maim.
 +
 +==== Stats ====
 +  * **Magic Affinity:** Combat - ''[[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Dash.lua#L11-L18|Dash.lua:desc().magicAffinity]]''
 +  * **Targeting:** cell - ''[[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Dash.lua#L11-L18|Dash.lua:desc().targetingType]]''
 +  * **Level:** 3 - ''[[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Dash.lua#L11-L18|Dash.lua:desc().level]]''
 +  * **Mana Cost:** 10 - ''[[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Dash.lua#L11-L18|Dash.lua:desc().spellCost]]''
 +  * **Cooldown:** 30 turns - ''[[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Dash.lua#L11-L18|Dash.lua:desc().cooldown]]''
 +  * **Cast Time:** 0.5 turns - ''[[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Dash.lua#L11-L18|Dash.lua:desc().castTime]]''
 +  * **Special Effects:** damages a target, pushes enemies, roots enemies in place - ''[[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Dash.lua#L20-L65|Dash.lua:castOnCell()]]''
 +
 +==== Usage ====
 +The DashSpell spell can be used for:
 +  * Offensive applications against enemies - ''[[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Dash.lua#L52-L63|Dash.lua:damage calculation]]''
 +  * Control applications to restrict enemy movement - ''[[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Dash.lua#L34-L46|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., [[rpd:combat|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: ''[[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Dash.lua|Dash.lua]]'' Lua Script in Remixed Dungeon codebase
 +  * Stats verified: Yes, extracted directly from ''[[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Dash.lua#L11-L18|Dash.lua:desc() function]]'' properties
 +  * Effect descriptions: Generated from ''[[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Dash.lua#L20-L65|Dash.lua:castOnCell() function]]'' analysis and string resources
 +  * String resources: ''[[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2251-L2254|strings_all.xml:DashSpell strings]]''
 +  * Last updated: 2025-12-18 based on ''[[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Dash.lua|Dash.lua]]''
 +
 +==== Source Code ====
 +  * Main implementation: ''[[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Dash.lua|Dash.lua]]''
 +  * String resources: ''[[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2251-L2254|strings_all.xml:DashSpell strings]]''
 +
 +==== See Also ====
 +  * [[rpd:spells|Spells]]
 +  * [[rpd:mechanics|Game Mechanics]]
 +  * [[rpd:combat|Combat Affinity]]
 +
 +{{tag> rpd spells combat }}
  
rpd/dash_spell.txt · Last modified: by 127.0.0.1