====== 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 ===== Exhumation 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. There is no grave here to perform an Exhumation. I will obey you. ===== 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)