mr:exhumation_spell
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:exhumation_spell [2025/12/25 18:23] – auto lint fix Mikhael | mr:exhumation_spell [2026/04/05 22:38] (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=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Targeting Type**: cell | ||
| + | * **Level**: 2 | ||
| + | * **Cast Time**: 2 | ||
| + | * **Spell Cost**: 10 | ||
| + | * **Magic Affinity**: Necromancy | ||
| + | * **Image**: 3 (from spellsIcons/ | ||
| + | * **Functionality**: | ||
| + | * **Spell Category**: Custom spell (Lua-implemented) | ||
| + | * **Related Spells**: RaiseDead, DarkSacrifice, | ||
| + | |||
| + | ===== Code Behavior ===== | ||
| + | * Checks if target cell contains a heap (tomb or skeleton) | ||
| + | * Opens the heap when cast on valid target | ||
| + | * Checks adjacent cells for Wraith mobs | ||
| + | * Tames Wraiths with probability: | ||
| + | * Tamed Wraith says " | ||
| + | * Returns false if no valid heap found at target cell | ||
| + | |||
| + | ===== Additional Information ===== | ||
| + | * Used by Necromancer class for corpse manipulation | ||
| + | * Synergizes with other Necromancy spells for undead army building | ||
| + | * Requires strategic positioning to maximize Wraith taming potential | ||
| + | |||
| + | {{tag> mr rpd spells necromancy lua_defined}} | ||
