mr:magic_arrow_spell
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:magic_arrow_spell [2026/02/27 04:12] – Wiki maintenance: Fix 5 random pages for standards compliance Qwen Assistant | mr:magic_arrow_spell [2026/03/13 04:50] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Magic Arrow Spell - Code References ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | **Magic Arrow** is a spell in Remixed Dungeon described as "Good old magic arrow, the right choice when you run out of ammo." This is an Elf affinity spell available to Elf class heroes. | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * This spell is referenced in hero initialization files, implementation details are in Lua scripts | ||
| + | * Spell system: [[https:// | ||
| + | * Hero initialization: | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <!-- English (values/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Russian (values-ru/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Spanish (values-es/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Portuguese (Brazilian) (values-pt-rBR/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- French (values-fr/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- German (values-de/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Chinese (Simplified) (values-zh-rCN/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Chinese (Traditional) (values-zh-rTW/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Japanese (values-ja/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Korean (values-ko/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Italian (values-it/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Polish (values-pl/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Ukrainian (values-uk/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Hungarian (values-hu/ | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Turkish (values-tr/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Greek (values-el/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Indonesian (values-in/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Malay (values-ms/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | Note: Lua script files for this spell are not present in the current codebase. The spell is registered in hero initialization files and uses the Lua spell system. | ||
| + | |||
| + | * Spell registration: | ||
| + | * Spell category: Elf spells | ||
| + | |||
| + | ===== Spell Configuration (from Hero Init) ===== | ||
| + | * **Magic Affinity**: Elf | ||
| + | * **Spell Category**: Elf spells (CustomSpellsList) | ||
| + | * **Usage**: Available to Elf class heroes | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Location**: | ||
| + | * **Dependencies**: | ||
| + | * **Spell Type**: Ranged damage spell (arrow-based) | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
