Cure II: Difference between revisions

From HorizonXI Wiki
(Created page with "Restores target's HP. * Modified by Casters Healing skill > casters MND > Casters VIT, ** One Healing Magic Skill is equivalent to two MND or four VIT. 1:2:4 ratio if unmodified from retail.((This does not seem to match the formula as seen below. )) Learnable by WHM 11, RDM 14, PLD 17 On HorizonXI, healing spells reach certain potency caps (such as 75 HP restored for Cure II) and will only surpass those caps once a player's comb...")
Tag: visualeditor
 
No edit summary
Tag: visualeditor
Line 1: Line 1:
Restores target's HP.
Restores target's HP
 
* Modified by Casters Healing skill > casters MND > Casters VIT,
** One Healing Magic Skill is equivalent to two MND or four VIT. 1:2:4 ratio if unmodified from retail.((This does not seem to match the formula as seen below. ))


Learnable by [[White Mage|WHM]] 11, [[Red Mage|RDM]] 14, [[Paladin|PLD]] 17
Learnable by [[White Mage|WHM]] 11, [[Red Mage|RDM]] 14, [[Paladin|PLD]] 17
Line 12: Line 9:
The "power" formula is believed to be as follows:
The "power" formula is believed to be as follows:


(MND * 3) + VIT + (Healing Magic Skill * 0.6) = Power
(MND * 3) + VIT + (Healing Magic Skill * 0.6) = Power {{Changes}}


As per the above link,  
As per the above link,  


Cure II will only heal for a maximum of 75 HP until a player reaches a power of 170.
Cure II will only heal for a maximum of 75 HP until a player reaches a power of 170.

Revision as of 18:55, 29 December 2022

Restores target's HP

Learnable by WHM 11, RDM 14, PLD 17

On HorizonXI, healing spells reach certain potency caps (such as 75 HP restored for Cure II) and will only surpass those caps once a player's combined MND, VIT, and Healing Magic Skill reach a pre-determined "power". Viewing the below script, you can see what "power" requirements healing spells need to improve potency.

https://github.com/AirSkyBoat/AirSkyBoat/blob/staging/scripts/globals/spells/healing_spell.lua

The "power" formula is believed to be as follows:

(MND * 3) + VIT + (Healing Magic Skill * 0.6) = Power HorizonXI specific changes

As per the above link,

Cure II will only heal for a maximum of 75 HP until a player reaches a power of 170.