mr:raise_dead_spell
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:raise_dead_spell [2026/02/23 21:46] – Fix wiki standards compliance for 5 random pages Qwen Assistant | mr:raise_dead_spell [2026/02/23 21:47] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Raise Dead Spell - Code References ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | ===== Overview ===== | ||
| + | Raise Dead is a necromancy spell that summons the spirit of the most recently killed hostile mob as a temporary pet. | ||
| + | |||
| + | ===== 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> | ||
| + | <!-- English (values/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Russian (values-ru/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Spell Level:** 4 | ||
| + | * **Magic Affinity:** Necromancy | ||
| + | * **Cast Time:** 3 turns | ||
| + | * **Spell Cost:** 15 mana | ||
| + | * **Targeting Type:** none (self-cast) | ||
| + | * **Storage Key:** __latest_dead_mob (stores the last killed mob that can be a pet) | ||
| + | |||
| + | ===== Code Mechanics ===== | ||
| + | * Uses storage system to track the latest killed mob that can become a pet | ||
| + | * Only mobs that '' | ||
| + | * Raised mobs become undead and are converted to pets | ||
| + | * Requires valid cell position near the caster | ||
| + | * Applies shadow particle curse effects on both caster and raised mob | ||
| + | * Plays cursed sound effect on successful cast | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | |||
| + | {{tag> rpd spells necromancy mr}} | ||
mr/raise_dead_spell.txt · Last modified: by 127.0.0.1
