Holy BeamActive
HEALINGBEAM
Focus a Holy Beam at the targeted ally, slowing yourself by -30% while channeling for 3s (can't be cast on self).
Restores 87 Health every 0.5s.
The healing increases by 10 every 0.5s (stacks up to 7 times).
Stats
| Energy cost | 30 |
|---|---|
| Cooldown | 12 s |
| Cast time | Instant |
| Range | 12 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} | channeling[0].buffovertime[0].value | -0.3 | — | -30% |
| {1} | channeling[0].totalduration | 3 | — | 3s |
| {2} | $HEALINGBEAM_EFFECT.directattributechange[0].change | 50 | ×1.747 | 87 |
| {3} | channeling[0].effectinterval | 0.5 | — | 0.5s |
| {4} | $HEALINGBEAM_EFFECT.directattributechange[0].valueoverride[0].ifcharge[7].value | 6 | ×1.747 | 10 |
| {5} | $HEALINGBEAM_EFFECT.maxcharges | 7 | — | 7 |
Ability definition
{
"@uniquename": "HEALINGBEAM",
"@target": "friendother",
"@castingtime": "0",
"@keepmovingaftercast": "true",
"@hitdelay": "0",
"@standtime": "0.2",
"@disruptionfactor": "1",
"@recastdelay": "12",
"@castrange": "12",
"@energyusage": "13",
"@uitype": "heal",
"@category": "instant",
"@hidespelleffecticon": "true",
"@maxstack": "3",
"@showrange": "true",
"@unlockedtoequip": "false",
"@assessment": "positive",
"@statblock": "@SPELLS_CHANNELING_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "ally",
"channelingspell": {
"@initialeffectinterval": "0",
"@effectinterval": "0.5",
"@effectcount": "7",
"@energyusage": "0",
"@disruptionfactor": "0",
"@allowmovement": "true",
"@upperbodychannelinganim": "true",
"@endeffect": "HEALINGBEAM_EFFECT_STACKS_REMOVAL",
"@cancelpreventsendeffects": "false",
"@interruptpreventsendeffects": "false",
"applyspell": [
{
"@target": "self",
"@spell": "HEALINGBEAM_EFFECT_STACKS"
},
{
"@target": "friendother",
"@spell": "HEALINGBEAM_EFFECT"
}
],
"buffovertime": {
"@target": "self",
"@type": "movespeedbonus",
"@value": "-0.3",
"@time": "3",
"@linktochanneling": "true",
"@ignoreabilitypowerscaling": "true",
"@ignorebonusccdurationscaling": "true",
"@ignorecrowdcontrolresistance": "true",
"@donttriggerdiminishingreturns": "true"
}
}
}