User Tools

Site Tools


mr:magic_arrow_spell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mr:magic_arrow_spell [2025/12/25 18:23] – auto lint fix Mikhaelmr:magic_arrow_spell [2025/12/25 18:24] (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
 +
 +===== JSON Configuration =====
 +This entity is implemented in Lua, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="MagicArrow_Name">Magic Arrow</string>
 +<string name="MagicArrow_Info">This spell creates a magical arrow that deals damage to a targeted enemy.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/MagicArrow.lua|MagicArrow.lua]]