Holy ExplosionActive
HOLYEXPLOSION
Release a Holy Explosion in a 7m radius around you, knocking back all enemies hit by 10m (ignoring Crowd Control Resistance).
Heals up to 10 allies for 107 Health every 0.5s, while channeling for up to 2s.
Increases the damage resistances of allies hit by the first tick by 16% for 3s.
Each 0.5s channeling costs 4 Energy.
Stats
| Cooldown | 18 s |
|---|---|
| Cast time | Instant |
| Target | Self |
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.
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | applyspell[0].effectarearadius | 7 | — | 7m |
| {1} | $HOLYEXPLOSION_KNOCKBACK.knockback[0].distance | 10 | — | 10m |
| {2} | $HOLYEXPLOSION_EFFECT.directattributechange[0].maxeffectareatargets | 10 | — | 10 |
| {3} | $HOLYEXPLOSION_EFFECT.directattributechange[0].change | 50 | ×2.142 | 107 |
| {4} | channeling[0].effectinterval | 0.5 | — | 0.5s |
| {5} | channeling[0].totalduration | 2 | — | 2s |
| {6} | $HOLYEXPLOSION_RESISTANCE.buffovertime[0].value | 0.16 | — | 16% |
| {7} | $HOLYEXPLOSION_RESISTANCE.buffovertime[0].time | 3 | — | 3s |
| {8} | channeling[0].energyusage | 4 | — | 4 |
Ability definition
{
"@uniquename": "HOLYEXPLOSION",
"@target": "self",
"@castingtime": "0",
"@keepmovingaftercast": "false",
"@recastdelay": "18",
"@energyusage": "0",
"@castrange": "0",
"@hitdelay": "0.4",
"@standtime": "0",
"@uitype": "heal",
"@category": "instant",
"@maxstack": "1",
"@assessment": "positive",
"@statblock": "@SPELLS_CHANNELING_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "neutral",
"spellindicationarea": {
"@target": "enemy",
"area": {
"shape": {
"circle": {
"@radius": "7"
}
},
"fill": {
"circle": {
"@radius": "0-7"
}
}
}
},
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$applyspell[0].effectarearadius$"
},
{
"@tag": "$$HOLYEXPLOSION_KNOCKBACK.knockback[0].distance$"
},
{
"@tag": "$$HOLYEXPLOSION_EFFECT.directattributechange[0].maxeffectareatargets$"
},
{
"@tag": "$$HOLYEXPLOSION_EFFECT.directattributechange[0].change$"
},
{
"@tag": "$channeling[0].effectinterval$"
},
{
"@tag": "$channeling[0].totalduration$"
},
{
"@tag": "$$HOLYEXPLOSION_RESISTANCE.buffovertime[0].value$"
},
{
"@tag": "$$HOLYEXPLOSION_RESISTANCE.buffovertime[0].time$"
},
{
"@tag": "$channeling[0].energyusage$"
}
]
}
},
"applyspell": [
{
"@target": "enemy",
"@spell": "HOLYEXPLOSION_KNOCKBACK",
"@effectarearadius": "7"
},
{
"@target": "friendall",
"@spell": "HOLYEXPLOSION_RESISTANCE",
"@effectarearadius": "7",
"@maxeffectareatargets": "10"
}
],
"channelingspell": {
"@initialeffectinterval": "0",
"@effectinterval": "0.5",
"@effectcount": "5",
"@damagecancelscasting": "false",
"@energyusage": "4",
"@disruptionfactor": "0",
"applyspell": {
"@target": "friendall",
"@spell": "HOLYEXPLOSION_EFFECT"
}
}
}