====== Magic Arrow ====== {{ rpd:images:magic_arrow_spell.png|Magic Arrow Spell Icon }} **Magic Arrow** is a spell in Remixed Dungeon with Elf affinity that fires a magical projectile at an enemy. ==== Description ==== The Magic Arrow spell fires a magical projectile that deals random damage between 1 and (caster's max HP / 2) to an enemy. It's a fundamental ranged attack spell that can be useful when conserving ammunition or when out of missile weapons. ==== Stats ==== * **Magic Affinity:** Elf * **Targeting:** char * **Level:** 1 * **Mana Cost:** 1 ==== Effects ==== * Deals damage to a single target randomly between 1 and (caster's max HP / 2) * Single target ranged attack * Can be used without consuming physical ammunition ==== Uses ==== * Ranged attack when out of arrows/bolts * Conserve missile weapons for critical situations * Basic ranged damage option for magic-focused characters ==== Classes ==== Classes that can use this spell include: * Classes with Elf affinity (e.g., [[en:rpd:elf_class|Elf class]]) * Other classes that gain access through special means ==== Strategy ==== How to effectively use the Magic Arrow spell: * Use when ammunition is low or unavailable * Good for picking off enemies at range * Conserve better spells for more difficult encounters ==== Content Verification ==== * Information source: Lua Script in Remixed Dungeon codebase * Stats verified: Yes, extracted directly from spell class properties * Effect descriptions: Generated from code analysis and string resources * Last updated: 2025-12-25 based on MagicArrow.lua ==== Data Sources ==== * Lua Script: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/MagicArrow.lua|MagicArrow.lua]] * Spell Definition: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/lib/spell.lua|spell.lua]] * Spell Registry: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/CustomSpellsList.lua|CustomSpellsList.lua]] * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2687|MagicArrow_Name]] and [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2688|MagicArrow_Info]] * Russian String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2689|MagicArrow_Name]] and [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2690|MagicArrow_Info]] ==== See Also ==== * [[en:rpd:spells|Spells]] * [[en:rpd:mechanics|Game Mechanics]] * [[en:rpd:elf_class|Elf Affinity]] * [[en:rpd:spell_affinities|Spell Affinities]] {{tag> rpd spells elf ranged attack }}