User Tools

Site Tools


mr:healing_spell

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:healing_spell [2025/12/19 02:35] – Update healing_spell.txt - correct to reflect Lua implementation of Heal spell mikemr:healing_spell [2025/12/19 02:39] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Healing 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="spells_heal">Heal</string>
 +<string name="spells_heal_info">This spell instantly restores a small amount of health. The healing power scales with level of the Magic Affinity.</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Heal.lua|Heal.lua]]