User Tools

Site Tools


mr:heal_spell

Differences

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

Link to this comparison view

Next revision
Previous revision
mr:heal_spell [2025/12/22 10:56] – Fix wiki pages: correct naming, add code references, improve content, and resolve red links mikemr:heal_spell [2025/12/28 14:41] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Heal Spell - Code References ======
  
 +===== Java Classes =====
 +This entity 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="Heal_Name">Heal</string>
 +<string name="Heal_Info">Restores HP to target. Higher level targets gain more HP.</string>
 +<string name="Heal_Gender">neuter</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Heal.lua|Heal.lua]]
 +
 +===== Related mr Entities =====
 +  * [[mr:mage_class|Mage (Class)]]
 +  * [[mr:warlock_armor_item|Warlock (Subclass)]]