[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]
Difference between revisions of "Healing Spell Lines"
From Project 1999 Wiki
(→Introduction) |
(→Healing Spell Lines) |
||
Line 107: | Line 107: | ||
}} | }} | ||
</table> | </table> | ||
+ | |||
+ | <!-- | ||
+ | TODO: | ||
+ | onclick of class td, trigger code that that gets the mana cost, min class level and min any class level from DOM, then prompts user for level, then generates a new table with one row for each spell the user can cast and how much it heals and its ratio | ||
+ | |||
+ | const calculateHp(spell, eqClass, level) => { | ||
+ | const minLevel = findMinLevel(spell, eqClass); | ||
+ | const minLevelAnyClass = findMinLevel(spell); | ||
+ | |||
+ | const levelRange = maxLevel - minLevel + 1; // +1 for inclusive | ||
+ | const gotSpellLaterFactor = minLevel - minLevelAnyClass ; | ||
+ | const levelFraction = level / (levelRange + gotSpellLaterFactor); | ||
+ | |||
+ | return minHp + Math.round(levelFraction * hpRange); | ||
+ | } | ||
+ | |||
+ | --> |
Revision as of 20:15, 31 October 2019
- See also Buff Spell Lines
Introduction
Not all healing spells are equal! For instance, at the lowest levels, the Cleric and Shaman buffs that give HP (Courage and Inner Fire ... but not the Druid buff Skin Like Wood) are often more efficient than their equivalent level healing spell.
This page will (someday) list all healing spells, so that healers can compare and contrast to find the best option for their situation.
Healing Spell Lines
NOTE: The "Max Ratio Level" is the level at which the spell becomes most efficient, for the classes which got it at the earliest levels.
Of course, the spell can still be cast beyond this level, it's just that it's mana/HP ratio won't change.
Spell | Type | Mana | Min HP | Max HP | Min Ratio | Max Ratio | Max Ratio Level | Cast Time | Range | Cleric | Druid | Paladin | Ranger | Shaman |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Minor Healing | Heal | 10 | 10 | 10 | 1 | 1 | 10 | 1.0 | 100 | 1 | 1 | 9 | 9 | 1 |
Courage | Buff | 12 | 11 | 20 | 0.9167 | 1.6667 | 10 | 2.0 | 100 | 1 | - | 9 | - | - |
Inner Fire | Buff | 10 | 11 | 20 | 1.1 | 2 | 10 | 3.0 | 100 | - | - | - | - | 1 |
Light Healing | Heal | 25 | 26 | 33 | 1.04 | 1.32 | 18 | 2.0 | 100 | 5 | 9 | 15 | 22 | 9 |
Center | Buff | 40 | 44 | 95 | 1.1 | 2.375 | 60 | 1.1 | 100 | 9 | - | 22 | - | - |
Healing | Heal | 60 | 84 | 100 | 1.4 | 1.6667 | 30 | 3.0 | 100 | 14 | 19 | 30 | 39 | 19 |