User Tools

Site Tools


mr:magic_torch_spell

Differences

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

Link to this comparison view

mr:magic_torch_spell [2025/12/19 02:35] – Fix broken link in magic_torch_spell.txt - correct path for MagicTorch.java mikemr:magic_torch_spell [2025/12/19 02:39] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Magic Torch - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/spells/MagicTorch.java|MagicTorch.java]]
 +
 +===== JSON Configuration =====
 +  * This spell is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="MagicTorch_SpellName">Magic Torch</string>
 +<string name="MagicTorch_SpellInfo">Illuminates a wide area around the user, revealing hidden passages and traps.</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +  * This spell is implemented in Java, no Lua script exists