Frost ShieldActive
FROSTSHIELD
Cover yourself with a frost shield, increasing your damage resistances by 30% for 8s.
Reflects 15% of incoming damage as magical damage.
Slows any enemy dealing damage to you by -40% for 2s.
Stats
| Energy cost | 26 |
|---|---|
| Cooldown | 40 s |
| Cast time | Instant |
| Target | Self |
Granted by(10)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | buffovertime[0].value | 0.3 | — | 30% |
| {1} | buffovertime[0].time | 8 | — | 8s |
| {2} | reflectdamageactive[0].amountpercent | 0.15 | — | 15% |
| {3} | $FROSTSHIELD_EFFECT.buffovertime[0].value | -0.4 | — | -40% |
| {4} | $FROSTSHIELD_EFFECT.buffovertime[0].time | 2 | — | 2s |
Ability definition
{
"@uniquename": "FROSTSHIELD",
"@bindtoitem": "true",
"@target": "self",
"@keepmovingaftercast": "true",
"@castingtime": "0.0",
"@hitdelay": "0.0",
"@standtime": "0.0",
"@disruptionfactor": "0.0",
"@recastdelay": "40",
"@energyusage": "10",
"@castrange": "0",
"@category": "buff",
"@uitype": "buff",
"@assessment": "positive",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@spelleffectlocatag": "@SPELLS_STATUS_REFLECT_RESISTANCES_INCREASED",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "neutral",
"applyeffectoneventactive": {
"@event": "ReceiveDamage",
"@applyeffecttarget": "enemy",
"@target": "self",
"@spell": "FROSTSHIELD_EFFECT",
"@time": "8"
},
"reflectdamageactive": {
"@damagetype": "all",
"@astype": "magic",
"@target": "self",
"@time": "8",
"@amountpercent": "0.15"
},
"buffovertime": [
{
"@type": "physicalarmor",
"@target": "self",
"@time": "8",
"@value": "0.3"
},
{
"@type": "magicresistance",
"@target": "self",
"@time": "8",
"@value": "0.3"
}
],
"spelleffectfx": {
"@constraintpreset": "pointconstraint"
},
"tintfx": {
"@color": "122, 198, 244, 200"
}
}