User Tools

Site Tools


mr:raise_dead_spell

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:raise_dead_spell [2026/02/04 03:00] – Fix broken links and update Raise Dead spell mr page mikemr:raise_dead_spell [2026/02/04 03:04] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Raise Dead Spell - Code References ======
 +
 +===== Java Classes =====
 +This entity is implemented in Lua, no Java class exists for this spell.
 +
 +===== JSON Configuration =====
 +This entity is implemented in Lua, no JSON configuration exists for this spell.
 +
 +===== String Resources =====
 +<code xml>
 +<string name="RaiseDead_Name">Raise Dead</string>
 +<string name="RaiseDead_Info">Summons the spirit of the most recently killed hostile mob, turning it into a temporary pet.</string>
 +<string name="RaiseDead_NoSpace">There's no space to place the creature.</string>
 +<string name="RaiseDead_NoKill">There are no recent kills to raise.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/RaiseDead.lua|RaiseDead.lua]]
 +
 +===== Related mr Entities =====
 +  * [[mr:necromancer_class|Necromancer (Class)]]
 +  * [[mr:exhumation_spell|Exhumation (Spell)]]
 +  * [[mr:dark_sacrifice_spell|Dark Sacrifice (Spell)]]
  
mr/raise_dead_spell.txt · Last modified: by 127.0.0.1