mr:magic_torch_spell
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:magic_torch_spell [2026/03/07 10:19] – Fix wiki standards compliance issues in 5 analyzed pages Qwen Assistant | mr:magic_torch_spell [2026/03/07 10:19] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Magic Torch - Code References ====== | ||
| + | {{ rpd: | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Targeting Type**: TARGET_SELF (self-cast spell) | ||
| + | * **Magic Affinity**: AFFINITY_COMMON (available to all hero classes) | ||
| + | * **Spell Cost**: 1 mana point | ||
| + | * **Buff Applied**: Light buff with duration of 80 ticks | ||
| + | * **Visual Effect**: FlameParticle emitter at character center | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * This spell is implemented in Java, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <!-- English (values/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Russian (values-ru/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * This spell is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Related Files ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
mr/magic_torch_spell.txt · Last modified: by 127.0.0.1
