Frozen HellActive
GLACIALFIELD
Create a blizzard with a 8m radius at the targeted position, lasting 5s.
Deals 72 magical damage to all enemies in it every 1s (this damage cannot be reflected).
Slows by -50% (ignores Crowd Control Resistance).
Slows enemies in the center 3.5m by an additional -30% (ignores Crowd Control Resistance).
Stats
| Energy cost | 66 |
|---|---|
| Cooldown | 30 s |
| Cast time | Instant |
| Range | 14 m |
| Target | Ground |
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 | 8 | — | 8m |
| {1} | spelleffectarea[0].time | 5 | — | 5s |
| {2} | $GLACIALFIELD_EFFECT.attributechangeovertime[0].change | -21.98 | ×3.295 | 72 |
| {3} | $GLACIALFIELD_EFFECT.attributechangeovertime[0].interval | 1 | — | 1s |
| {4} | $GLACIALFIELD_EFFECT.buffovertime[0].value | -0.5 | — | -50% |
| {5} | spelleffectarea[1].circle[0].radius_start | 3.5 | — | 3.5m |
| {6} | $GLACIALFIELD_EFFECT_ENHANCED.buffovertime[0].value | -0.3 | — | -30% |
Ability definition
{
"@uniquename": "GLACIALFIELD",
"@target": "ground",
"@category": "damage",
"@castingtime": "0",
"@keepmovingaftercast": "false",
"@hitdelay": "0.3",
"@standtime": "0.3",
"@disruptionfactor": "0.7",
"@recastdelay": "30",
"@energyusage": "20",
"@castrange": "14",
"@uitype": "damage",
"@animIgnoreHitDelay": "true",
"@showrange": "true",
"@hidespelleffecticon": "true",
"@assessment": "negative",
"@adjustgroundtargettorange": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemy",
"@controllerselfcastable": "true",
"@descriptionlocatag": "@SPELLS_GLACIALFIELD_V2_DESC",
"spellindicationarea": {
"@target": "enemy",
"@position": "attarget",
"@visible": "true",
"@ignoreLegacy250msDelay": "true",
"area": {
"shape": {
"circle": {
"@radius": "8"
}
},
"fill": {
"circle": {
"@radius": "0-8"
}
}
}
},
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$spelleffectarea[0].circle[0].radius_start$"
},
{
"@tag": "$spelleffectarea[0].time$"
},
{
"@tag": "$$GLACIALFIELD_EFFECT.attributechangeovertime[0].change$"
},
{
"@tag": "$$GLACIALFIELD_EFFECT.attributechangeovertime[0].interval$"
},
{
"@tag": "$$GLACIALFIELD_EFFECT.buffovertime[0].value$"
},
{
"@tag": "$spelleffectarea[1].circle[0].radius_start$"
},
{
"@tag": "$$GLACIALFIELD_EFFECT_ENHANCED.buffovertime[0].value$"
}
]
}
},
"nop": {
"@target": "self",
"@effectarearadius": "8",
"@showarearadius": "true"
},
"spelleffectarea": [
{
"@time": "5",
"@effect": "GLACIALFIELD_EFFECT",
"@target": "enemy",
"@position": "attarget",
"@removeonleave": "true",
"@visible": "true",
"@applyeffectonlyoncepertarget": "false",
"@areatag": "hostilegroundeffectarea",
"area": {
"shape": {
"node": {
"@distance": "0",
"@angle": "0",
"circle": {
"@radius": "8"
}
}
}
}
},
{
"@time": "5",
"@effect": "GLACIALFIELD_EFFECT_ENHANCED",
"@target": "enemy",
"@position": "attarget",
"@removeonleave": "true",
"@visible": "false",
"@applyeffectonlyoncepertarget": "false",
"@areatag": "hostilegroundeffectarea",
"area": {
"shape": {
"node": {
"@distance": "0",
"@angle": "0",
"circle": {
"@radius": "3.5"
}
}
}
}
}
]
}