en:rpd:heal_spell
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:rpd:heal_spell [2026/01/02 06:41] – Update references to renamed wiki pages (enemies.txt -> enemies_overview.txt, spells.txt -> spells_overview.txt) mike | en:rpd:heal_spell [2026/01/02 06:43] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Heal ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | **Heal** is a spell in Remixed Pixel Dungeon with Witchcraft Affinity (also available to Priest and PlagueDoctor affinities). | ||
| + | |||
| + | ==== Description ==== | ||
| + | The Heal spell restores a portion of the target' | ||
| + | |||
| + | ==== Stats ==== | ||
| + | * **Magic Affinity:** [[en: | ||
| + | * **Targeting: | ||
| + | * **Level:** 2 | ||
| + | * **Mana Cost:** 5 | ||
| + | * **Cast Time:** 1 turn | ||
| + | * **Cooldown: | ||
| + | |||
| + | ==== Mechanics ==== | ||
| + | The spell heals the target character for (Max HP / 5 * Caster' | ||
| + | |||
| + | The exact formula from the Lua code is: heal = target:ht() / 5. * caster: | ||
| + | |||
| + | This means that for a full-health target: | ||
| + | * At caster skill level 1: heals 20% of target' | ||
| + | * At caster skill level 2: heals 40% of target' | ||
| + | * At caster skill level 3: heals 60% of target' | ||
| + | * And so on... | ||
| + | |||
| + | ==== Usage ==== | ||
| + | The Heal spell can be used for: | ||
| + | * Emergency health restoration during dangerous encounters | ||
| + | * Healing yourself in combat situations | ||
| + | * Healing allies or pets | ||
| + | * Supporting pets during challenging fights | ||
| + | |||
| + | ==== Strategy ==== | ||
| + | * Best used when health is critically low | ||
| + | * Can heal allies and pets as well as yourself | ||
| + | * Good for supporting pets during challenging fights | ||
| + | * The healing scales with your skill level | ||
| + | * Be mindful of the 2-turn [[en: | ||
| + | |||
| + | ==== Affinities ==== | ||
| + | Affinities that can use this spell include: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | |||
| + | ==== Important Note ==== | ||
| + | There is a different Java-based spell called " | ||
| + | * [[https:// | ||
| + | * For more information on the Java-based Healing spell, see [[en: | ||
| + | |||
| + | ==== Code References ==== | ||
| + | * **Lua Implementation: | ||
| + | * **Spell Availability (Common):** [[https:// | ||
| + | * **Spell Availability (Witchcraft): | ||
| + | * **Spell Availability (Priest):** [[https:// | ||
| + | * **Spell Availability (PlagueDoctor): | ||
| + | * **Spell Base Class (Lua):** [[https:// | ||
| + | * **Common Classes Library:** [[https:// | ||
| + | * **English String Resources: | ||
| + | * **Russian String Resources: | ||
| + | * **Spanish String Resources: | ||
| + | * **French String Resources: | ||
| + | * **German String Resources: | ||
| + | * **Chinese String Resources: | ||
| + | * **Japanese String Resources: | ||
| + | * **Portuguese String Resources: | ||
| + | * **Turkish String Resources: | ||
| + | * **Indonesian String Resources: | ||
| + | * **Heal healing mechanism: | ||
| + | * **Lua spell framework: | ||
| + | * **Java Healing Spell:** [[https:// | ||
| + | * **Formula verification: | ||
| + | * **Java Healing Spell Code References: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * **Last updated:** [[https:// | ||
| + | |||
| + | ==== Data Validation ==== | ||
| + | * Lua Spell Stats (Heal.lua): MagicAffinity = '' | ||
| + | * Healing Formula (Lua): '' | ||
| + | * Healing Effect (Lua): '' | ||
| + | * String Resources: '' | ||
| + | * The heal method call in Char.java ensures the healing is properly applied with the caster as the source (for tracking and mechanics purposes) | ||
| + | |||
| + | ==== See Also ==== | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | |||
| + | {{tag> rpd spells witchcraft priest plague_doctor }} | ||
en/rpd/heal_spell.txt · Last modified: by 127.0.0.1
