User Tools

Site Tools


mr:heal_spell

Differences

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

Link to this comparison view

mr:heal_spell [2025/12/19 10:47] – Update heal_spell mr: namespace page mikemr:heal_spell [2025/12/19 11:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Heal Spell - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/spells/Heal.java|Heal.java]]
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spellsDesc/Heal.json|Heal.json]] - Spell configuration
 +
 +===== String Resources =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L9012|String: heal_spell_name]] - The display name for the heal spell
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L9013|String: heal_spell_desc]] - The description text for the heal spell
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/heal.lua|heal.lua]] - Lua script implementation