Círculo de inspiraciónActive
ENERGYFIELD
Crea un círculo de inspiración de un radio de 4m que dura 5s.
Restaura 16 de energía para hasta 10 aliados dentro del círculo cada 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"
}
}
}
}
]
}