en:rpd:magic_arrow_spell
Table of Contents
Magic Arrow
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 at an enemy. As the game says: “Good old magic arrow, the right choice when you run out of ammo.” 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: Character (not self)
- Level: 1
- Mana Cost: 5
- Cast Time: 0.1 seconds
- Cooldown: 1 second
Effects
- Deals damage to a single target
- 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:
- Elf class (registered in initHeroes.json)
- 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: Hero initialization files and string resources
- Stats verified: Yes, extracted from initHeroes.json
- Effect descriptions: Generated from string resources and code analysis
Data Sources
- Hero Init: initHeroes.json (line 127 - Elf spell registration)
- String Resources (English): MagicArrow_Name, MagicArrow_Info
- String Resources (Russian): MagicArrow_Name, MagicArrow_Info
String Resources (All Languages)
<!-- English --> <string name="MagicArrow_Name">Magic Arrow</string> <string name="MagicArrow_Info">Good old magic arrow, the right choice when you run out of ammo.</string> <!-- Russian --> <string name="MagicArrow_Name">Волшебная стрела</string> <string name="MagicArrow_Info">Старая добрая волшебная стрела, отличный выбор когда закончились боеприпасы.</string> <!-- Spanish --> <string name="MagicArrow_Name">Flecha mágica</string> <string name="MagicArrow_Info">La buena y vieja flecha mágica, la elección correcta cuando te quedas sin munición.</string> <!-- Portuguese (Brazilian) --> <string name="MagicArrow_Name">Flecha Mágica</string> <string name="MagicArrow_Info">Boa e velha flecha mágica, a escolha certa se você estiver sem munição</string> <!-- French --> <string name="MagicArrow_Name">Flèche magique</string> <string name="MagicArrow_Info">La bonne vieille flèche magique, le bon choix quand on est à court de munitions.</string> <!-- German --> <string name="MagicArrow_Name">Magischer Pfeil</string> <string name="MagicArrow_Info">Der gute alte Magische Pfeil, die richtige Entscheidung wenn dir die Munition ausgeht.</string>
See Also
en/rpd/magic_arrow_spell.txt · Last modified: by 127.0.0.1

