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/24 16:21] – Enhance mr: namespace pages with detailed code references Qwen Assistant | mr:magic_arrow_spell [2026/02/27 04:16] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Magic Arrow Spell - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * This spell is implemented in Lua, no Java class exists | ||
| + | * Spell system: [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Lua, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | * English: [[https:// | ||
| + | * Russian: [[https:// | ||
| + | * Spanish: [[https:// | ||
| + | * Portuguese (Brazilian): | ||
| + | * Chinese (Simplified): | ||
| + | * Chinese (Traditional): | ||
| + | * German: [[https:// | ||
| + | * French: [[https:// | ||
| + | * Japanese: [[https:// | ||
| + | * Korean: [[https:// | ||
| + | * Italian: [[https:// | ||
| + | * Polish: [[https:// | ||
| + | * Ukrainian: [[https:// | ||
| + | * Hungarian: [[https:// | ||
| + | * Turkish: [[https:// | ||
| + | * Greek: [[https:// | ||
| + | * Indonesian: [[https:// | ||
| + | * Malay: [[https:// | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * Main script: [[https:// | ||
| + | * Spell list: [[https:// | ||
| + | |||
| + | ===== Spell Configuration (from Lua) ===== | ||
| + | * **Image Index:** 0 | ||
| + | * **Image File:** spellsIcons/ | ||
| + | * **Magic Affinity:** Elf | ||
| + | * **Targeting Type:** char_not_self (targets other characters) | ||
| + | * **Spell Level:** 1 | ||
| + | * **Cast Time:** 0.1 seconds | ||
| + | * **Spell Cost:** 5 mana | ||
| + | * **Cooldown: | ||
| + | * **Damage:** Random value between 1 and caster' | ||
| + | * **Zap Effect:** " | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Location: | ||
| + | * **Dependencies: | ||
| + | - scripts/ | ||
| + | - scripts/ | ||
| + | * **Cast Behavior:** Creates magic arrow zap effect and deals damage to target | ||
| + | * **Damage Formula:** math.random(1, | ||
| + | * **Spell Category:** Elf spells (CustomSpellsList.lua) | ||
| + | |||
| + | ===== Related Files ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
