Generous HealActive
GENEROUSHEAL
Cast a healing prayer on the targeted ally, restoring 201 Health.
Increases Healing Received by 5% for 4s (stacks up to 3 times).
Stats
| Energy cost | 18 |
|---|---|
| Cooldown | 1.5 s |
| Cast time | 0.5 s |
| Range | 15 m |
| Target | Ally |
Numbers shown for
Ability damage and healing scale with the weapon carrying them; a sword multiplies them by more than a bow. Select a weapon for its figures.
Elder's Holy StaffElder's Divine StaffElder's Great Holy StaffElder's Lifetouch StaffElder's Fallen StaffElder's Redemption StaffElder's Exalted StaffElder's Hallowfall
Granted by(8)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $GENEROUSHEAL.directattributechange[0].change | 100 | ×2.013 | 201 |
| {1} | $GENEROUSHEAL_BUFF.buffovertime[0].value | 0.05 | — | 5% |
| {2} | $GENEROUSHEAL_BUFF.buffovertime[0].time | 4 | — | 4s |
| {3} | $GENEROUSHEAL_BUFF.maxcharges | 3 | — | 3 |
Ability definition
{
"@uniquename": "GENEROUSHEAL",
"@target": "friendall",
"@castingtime": "0.5",
"@keepmovingaftercast": "false",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "0",
"@recastdelay": "1.5",
"@energyusage": "6.2",
"@castrange": "15",
"@uitype": "heal",
"@category": "heal",
"@showrange": "true",
"@assessment": "positive",
"@descriptionlocatag": "@SPELLS_GENEROUSHEAL_V2_DESC",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "ally",
"@controllerselfcastable": "true",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$$GENEROUSHEAL.directattributechange[0].change$"
},
{
"@tag": "$$GENEROUSHEAL_BUFF.buffovertime[0].value$"
},
{
"@tag": "$$GENEROUSHEAL_BUFF.buffovertime[0].time$"
},
{
"@tag": "$$GENEROUSHEAL_BUFF.maxcharges$"
}
]
}
},
"applyspell": [
{
"@spell": "HOLY_HEALINGSICKNESS_STACK",
"@target": "friendall",
"IfTargetType": {
"@type": "self"
}
},
{
"@spell": "HOLY_HEALINGSICKNESS_STACK",
"@target": "friendall",
"IfTargetType": {
"@type": "self"
}
},
{
"@target": "friendall",
"@spell": "GENEROUSHEAL_BUFF"
}
],
"removeactivespell": [
{
"@spell": "HOLY_HEALINGSICKNESS_STACK",
"@target": "self",
"@casterchargesonly": "true",
"not": {
"IfSpellActive": {
"@spell": "HOLY_HEALINGSICKNESS_STACK",
"@atleastcharges": "1",
"@casterchargesonly": "true",
"@who": "SpellTarget"
}
}
},
{
"@spell": "HOLY_HEALINGSICKNESS_EFFECT",
"@target": "self",
"@casterchargesonly": "true",
"not": {
"IfSpellActive": {
"@spell": "HOLY_HEALINGSICKNESS_STACK",
"@atleastcharges": "1",
"@casterchargesonly": "true",
"@who": "SpellTarget"
}
}
}
],
"directattributechange": {
"@target": "friendall",
"@attribute": "health",
"@change": "100"
}
}