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 [2026/09/08 22:27] – Wiki maintenance: fix red links, add librarian_npc page, standardize naming Wiki Maintenancemr:healing_spell [2026/09/08 22:31] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Healing Spell - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/spells/Healing.java|Healing.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/spells/Spell.java|Spell.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="Healing_Name">Healing</string>
 +<string name="Healing_Info">Heals the target by 30% of their max HP.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
mr/healing_spell.txt · Last modified: by 127.0.0.1