mr:heal_spell
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:heal_spell [2026/02/14 14:04] – Fix wiki pages based on random selection and standards compliance Remixed Dungeon Wiki Maintainer | mr:heal_spell [2026/02/14 14:05] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Heal 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=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Spell Properties (from Heal.lua) ===== | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | ===== Spell Implementation ===== | ||
| + | <code lua> | ||
| + | castOnChar = function(self, | ||
| + | if target then | ||
| + | local heal = target:ht() / 5. * caster: | ||
| + | target: | ||
| + | end | ||
| + | return true | ||
| + | end | ||
| + | </ | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
