User Tools

Site Tools


rpd:healing_spell

Differences

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

Link to this comparison view

rpd:healing_spell [2025/12/24 01:56] – Update wiki pages with accurate information and create missing pages mikerpd:healing_spell [2025/12/24 02:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Healing ======
  
 +{{ rpd:images:healing_spell_icon.png|Healing Spell Icon }}
 +
 +**Healing** is a spell in Remixed Dungeon with Priest affinity that restores the target's health.
 +
 +==== Description ====
 +The Healing spell restores a portion of the target's health based on the caster's skill level. It's a fundamental support spell that can save the hero from dangerous situations or maintain health during prolonged combat.
 +
 +==== Stats ====
 +  * **Magic Affinity:** Priest
 +  * **Targeting:** char
 +  * **Level:** 1
 +  * **Mana Cost:** 1
 +
 +==== Effects ====
 +  * Heals the target for (caster's skill level + 1) * 10 HP
 +  * Works on both the hero and friendly characters
 +  * Caster can target self with this spell
 +
 +==== Uses ====
 +  * Restore health during combat
 +  * Emergency healing in dangerous situations
 +  * Preserve healing potions for more critical situations
 +  * Support for friendly NPCs or summoned units
 +
 +==== Classes ====
 +Classes that can use this spell include:
 +  * Classes with Priest affinity (e.g., [[rpd:priest_class|Priest class]])
 +  * Other classes that gain access through special means
 +
 +==== Strategy ====
 +How to effectively use the Healing spell:
 +  * Use during combat to maintain health without consuming potions
 +  * Prioritize healing when health drops below 50% to prevent emergency situations
 +  * Consider using before difficult encounters to maximize health
 +  * In group scenarios, heal allies who are in danger
 +
 +==== Content Verification ====
 +* Information source: Lua Script in Remixed Dungeon codebase
 +* Stats verified: Yes, extracted directly from spell class properties
 +* Effect descriptions: Generated from code analysis and string resources
 +* Last updated: 2025-12-14 based on Heal.lua
 +
 +==== Data Sources ====
 +* Lua Script: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Heal.lua|Heal.lua]]
 +* Spell Definition: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/lib/spell.lua|spell.lua]]
 +* Spell Registry: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/CustomSpellsList.lua|CustomSpellsList.lua]]
 +* String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2683|Heal_Name]] and [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2684|Heal_Info]]
 +* Russian String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2685|Heal_Name]] and [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2686|Heal_Info]]
 +
 +==== See Also ====
 +  * [[rpd:spells|Spells]]
 +  * [[rpd:mechanics|Game Mechanics]]
 +  * [[rpd:priest_class|Priest Affinity]]
 +  * [[rpd:potion_of_healing_item|Potion of Healing]]
 +
 +{{tag> rpd spells priest healing support }}
rpd/healing_spell.txt · Last modified: by 127.0.0.1