mr:magic_arrow_spell
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious 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/24 16:22] (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 Configuration (from Lua) ===== | ||
| + | * Image index: 0 | ||
| + | * Image file: spellsIcons/ | ||
| + | * Magic affinity: Elf | ||
| + | * Targeting type: char_not_self (targets other characters) | ||
| + | * Level: 1 | ||
| + | * Cast time: 0.1 seconds | ||
| + | * Spell cost: 5 mana | ||
| + | * Cooldown: 1 second | ||
| + | * Damage: Random value between 1 and caster' | ||
| + | * Zap effect: " | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * Location: scripts/ | ||
| + | * Dependencies: | ||
| + | * Cast behavior: Creates magic arrow zap effect and deals damage to target | ||
| + | * Damage formula: math.random(1, | ||
| + | |||
| + | ===== Related Files ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
mr/magic_arrow_spell.txt · Last modified: by 127.0.0.1
