Circle of InspirationActive
ENERGYFIELD
Create a Circle of Inspiration with a 4m radius, lasting 5s.
Restores 16 Energy for up to 10 allies within the circle every 0.5s.
Stats
| Cooldown | 30 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} | spelleffectarea[0].circle[0].radius_start | 4 | — | 4m |
| {1} | spelleffectarea[0].time | 5 | — | 5s |
| {2} | $ENERGYFIELD_EFFECT.attributechangeovertime[0].change | 6 | ×2.686 | 16 |
| {3} | spelleffectarea[0].maxeffectareatargets | 10 | — | 10 |
| {4} | $ENERGYFIELD_EFFECT.attributechangeovertime[0].interval | 0.5 | — | 0.5s |
Ability definition
{
"@uniquename": "ENERGYFIELD",
"@target": "self",
"@keepmovingaftercast": "true",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "30",
"@energyusage": "0",
"@castrange": "0",
"@uitype": "heal",
"@category": "instant",
"@assessment": "positive",
"@maxstack": "1",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "neutral",
"spelleffectarea": [
{
"@effect": "ENERGYFIELD_EFFECT",
"@time": "5",
"@target": "friendall",
"@maxeffectareatargets": "10",
"@removeonleave": "true",
"@applyeffectonlyoncepertarget": "false",
"@visible": "true",
"area": {
"shape": {
"circle": {
"@radius": "4"
}
}
}
},
{
"@effect": "none",
"@time": "8",
"@target": "friendall",
"@maxeffectareatargets": "10",
"@removeonleave": "true",
"@applyeffectonlyoncepertarget": "false",
"@visible": "false",
"area": {
"shape": {
"circle": {
"@radius": "4"
}
}
}
}
]
}