mr:magic_torch_spell
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mr:magic_torch_spell [2025/12/25 18:23] – auto lint fix Mikhael | mr:magic_torch_spell [2026/03/15 23:00] (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 (3 particles, 0.2f rate) | ||
| + | * **Cast Method**: cast() - applies Light buff and spawns FlameParticle emitter | ||
| + | |||
| + | ===== 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:// | ||
| + | * [[https:// | ||
