User Tools

Site Tools


mr:exhumation_spell

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:exhumation_spell [2026/02/25 18:10] – Fix wiki standards compliance for 5 random pages Qwen Assistantmr:exhumation_spell [2026/02/25 18:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Exhumation 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="Exhumation_Name">Exhumation</string>
 +<string name="Exhumation_Info">Opening the tomb is a sinister act on it own, but not enough for someone serving Death itself. Performer of this Dark Ritual has a great chance (and it will grow with the performer\'s mastery) to subdue a poor soul of one lying here.</string>
 +<string name="Exhumation_NoGrave">There is no grave here to perform an Exhumation.</string>
 +<string name="Exhumation_Ok">I will obey you.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Exhumation.lua|Exhumation.lua]] - Main spell implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/CustomSpellsList.lua|CustomSpellsList.lua]] - Spell registration (line 8: spells["Necromancy"] includes "Exhumation")
 +
 +===== Additional Information =====
 +  * **Targeting Type**: cell
 +  * **Level**: 2
 +  * **Cast Time**: 2
 +  * **Spell Cost**: 10
 +  * **Magic Affinity**: Necromancy
 +  * **Functionality**: Opens tombs and skeletons with chance to tame Wraiths nearby
 +  * **Spell Category**: Custom spell (Lua-implemented)
 +  * **Related Spells**: RaiseDead, DarkSacrifice, Possess (all Necromancy affinity)
  
mr/exhumation_spell.txt · Last modified: (external edit)