Circle of LifeActive
CIRCLEOFLIFE
Mend the wounds of up to 15 allies within a 11m radius around you, restoring their Health based on their number of Rejuvenation Charges.
Rejuvenation Charges: 0 | 1 | 2 | 3
Health: 215 | 268 | 348 | 457
Any enemies hit with 3 or more Thorn Charges active on them, will be rooted for 2.8s.
Deals 321 magical damage.
Stats
| Energy cost | 43 |
|---|---|
| Cooldown | 18 s |
| Cast time | 0.5 s |
| 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].maxeffectareatargets | 15 | — | 15 |
| {1} | applyspell[0].effectarearadius | 11 | — | 11m |
| {2} | $CIRCLEOFLIFE_EFFECT.directattributechange[0].change | 107 | ×2.013 | 215 |
| {3} | $CIRCLEOFLIFE_EFFECT.directattributechange[1].change | 133 | ×2.013 | 268 |
| {4} | $CIRCLEOFLIFE_EFFECT.directattributechange[2].change | 173 | ×2.013 | 348 |
| {5} | $CIRCLEOFLIFE_EFFECT.directattributechange[3].change | 227 | ×2.013 | 457 |
| {6} | applyspell[1].IfSpellActive[0].atleastcharges | 3 | — | 3 |
| {7} | $CIRCLEOFLIFE_THORNS_EFFECT.root[0].time | 2 | ×1.398 | 2.8s |
| {8} | $CIRCLEOFLIFE_THORNS_EFFECT.directattributechange[0].change | -112 | ×2.870 | 321 |
Ability definition
{
"@uniquename": "CIRCLEOFLIFE",
"@target": "self",
"@castingtime": "0.5",
"@keepmovingaftercast": "false",
"@hitdelay": "0",
"@standtime": "0.2",
"@disruptionfactor": "1",
"@recastdelay": "18",
"@energyusage": "15",
"@castrange": "0",
"@uitype": "heal",
"@category": "instant",
"@assessment": "positive",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "ally",
"spellindicationarea": {
"@target": "enemy",
"@position": "atcaster",
"@visible": "true",
"area": {
"shape": {
"circle": {
"@radius": "11"
}
},
"fill": {
"circle": {
"@radius": "0-11"
}
}
}
},
"applyspell": [
{
"@spell": "CIRCLEOFLIFE_EFFECT",
"@target": "friendall",
"@effectarearadius": "11",
"@maxeffectareatargets": "15"
},
{
"@spell": "CIRCLEOFLIFE_THORNS_EFFECT",
"@target": "enemy",
"@effectarearadius": "11",
"IfSpellActive": {
"@who": "EffectTarget",
"@atleastcharges": "3",
"@spell": "THORNS_STACK"
}
}
]
}