Curaga: Difference between revisions

From HorizonXI Wiki
(Created page with "Restores target's HP. also see Cure == Curaga == {| width="100%" cellpadding="5 |Type: Healing |MP: 60/120/180/260 |Cast: 4.5/4.75/5/5.25 seconds |Recast: 10/10.25/10.5/10.75 Seconds |Element: Light |Target: Single |} On HorizonXI, healing spells reach certain potency caps (such as 20 HP restored for Cure) 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...")
Tag: visualeditor-wikitext
 
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Restores target's HP. also see [[Cure]]
__NOTOC__{{Collapse Sections}}{{Infobox Magic
| spell name = Curaga
| spell type = Healing
| description = Restores [[HP]] for party members within area of effect.
| mp = 60
| element = Light
| jobs =
*[[White Mage]] Lv. 16
| casting time = 4.5
| recast time = 10
| affected targets = aoe target
}}
<section begin="Item Image"/>{{Item Image|ScrollofCuraga.PNG|Curaga}}<section end="Item Image"/>
==Statistics==
{{Item Statistics
| type = Scroll
| name = Scroll of Curaga
| icon id = 4615
| jobs = WHM
| level = 16
| description = Teaches the white magic Curaga.<br/>Restores HP of all party members<br/>within area of effect.
| notes =
<ul><li> 10' effective area radius.</li>
<!--<li> Curaga spells do not gain the Stoneskin effect from [[Afflatus Solace]].</li>-->
<li> Curaga spells gain all the expected bonuses from potency equipment/buffs and elemental affinity. </li><ul/>
}}


== Curaga ==
== Further Information ==
{| width="100%" cellpadding="5
The most up to date understanding of cure potency is documented on the [[Healing Magic Skill]] page.
|Type: [[Healing]]
|MP: 60/120/180/260
|Cast: 4.5/4.75/5/5.25 seconds
|Recast: 10/10.25/10.5/10.75 Seconds
|Element: [[Light]]
|Target: [[Single]]
|}


On HorizonXI, healing spells reach certain potency caps (such as 20 HP restored for Cure) 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.
==Other Uses==
{{Used In
| resale price = {{Resale Price|303|310}}
}}


https://github.com/AirSkyBoat/AirSkyBoat/blob/staging/scripts/globals/spells/healing_spell.lua
==How to Obtain==
 
{{AH|Scrolls|White Magic|search=Scroll_of_Curaga}}
The "power" formula is believed to be as follows:
===Merchants===
(MND * 3) + VIT + (Healing Magic Skill * 0.6) = Power
{| class="npc-table horizon-table table-sm sortable"
 
| colspan="3" align="left" bgcolor="#9ACBCB" |'''Price:''' 1,363 - 1,548 gil
== Curaga ==
|-
Learnable by [[White Mage|WHM]] 16
! width="25%" |Name
As per the above link, Curaga will only heal for a maximum of 75 HP until a player reaches a power of 170. Then max will be 90.
! width="40%" |Location
 
! width="35%" |Type
== Curag II ==
|-
Learnable by [[White Mage|WHM]] 31
|[[Regine]]  
Curaga II will only heal for a maximum of 160 HP until a player reaches a power of 300. of which it will heal for 190 before cure modifications.
|{{Location|Port San d'Oria|J-8}}
 
| {{Merchant|standard}}
== Curaga III ==
|-
Learnable by [[White Mage|WHM]] 51
|[[Kususu]]  
Curaga III will only heal for a maximum of 330 HP until a player reaches a power of 460. of which it will heal for 390 before cure modifications.
|{{Location|Port Windurst|H-8}}
 
| {{Merchant|standard}}
== Cure IV ==
|-
[[White Mage]] 71
|[[Sororo]]  
Curaga IV will only heal for a maximum of 570 HP until a player reaches a power of 560, of which it will heal for 690 before cure modifications.
|{{Location|Bastok Markets|H-5}}
| {{Merchant|standard}}
|}


== Example of the math ==
==References==
*cure IV
<references />
{ { power = 220, maxCap = 330, rate = 0.6666, constant = 165, minCap = 270 }, { <b>power = 460</b>, maxCap = 390, rate = 2, constant = 275, minCap = 270 }, { power = 999, maxCap = 390, rate = 6.5, constant = 354.6666, minCap = 270 } }
----
after this, then bonuses such as day, weather, staff, potency are figured in.
{{HealingNavbox}}
[[Category:Healing Magic]]

Latest revision as of 14:39, 1 December 2023

Curaga
Type Healing
Description Restores HP for party members within area of effect.
Cost 60 MP
Element Light Light
Monster Family {{{blue family}}}
Blue Physical Damage Type Unspecified damage
Skillchain Properties
Magic Burst Light ElementTrans­fixion
Light Element and Fire ElementFu­sion
Light, Fire, Lightning and Wind ElementsLight
Status Bonus {{{blue stats}}}
Job Trait {{{blue trait}}}
Points Required {{{blue points}}}
Ninjutsu Tool {{{ninjutsu tool}}}
Jobs
Casting Time 4.5 seconds
Recast Time 10 seconds
Affected Targets AOE, centered on target
Base Duration {{{base duration}}}
Range {{{range}}}
Curaga

Statistics

Scroll of Curaga
WHM Lv.16
Teaches the white magic Curaga.
Restores HP of all party members
within area of effect.
  • 10' effective area radius.
  • Curaga spells gain all the expected bonuses from potency equipment/buffs and elemental affinity.

    Further Information

    The most up to date understanding of cure potency is documented on the Healing Magic Skill page.

    Other Uses

    Used in Quest: [[|]]
    Resale Price: 303~310 gil

    How to Obtain

    Auction House Category: Scrolls > White Magic AH Black.png

    Merchants

    Price: 1,363 - 1,548 gil
    Name Location Type
    Regine Port San d'Oria (J-8) Standard Merchant
    Kususu Port Windurst (H-8) Standard Merchant
    Sororo Bastok Markets (H-5) Standard Merchant

    References