Inferno ShieldActive
FLAMESHIELD
Cover yourself with a flaming shield, increasing your damage resistances by 25% for 6s.
Reflects 38% of incoming damage as magical damage.
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.25 | — | 25% |
| {1} | buffovertime[0].time | 6 | — | 6s |
| {2} | reflectdamageactive[0].amountpercent | 0.38 | — | 38% |
Ability definition
{
"@uniquename": "FLAMESHIELD",
"@bindtoitem": "true",
"@target": "self",
"@keepmovingaftercast": "true",
"@energyusage": "10",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@castrange": "0",
"@recastdelay": "40",
"@category": "buff",
"@uitype": "buff",
"@disruptionfactor": "1",
"@maxstack": "1",
"@assessment": "positive",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@spelleffectlocatag": "@SPELLS_STATUS_REFLECT_RESISTANCES_INCREASED",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "neutral",
"buffovertime": [
{
"@target": "self",
"@type": "magicresistance",
"@value": "0.25",
"@time": "6"
},
{
"@target": "self",
"@type": "physicalarmor",
"@value": "0.25",
"@time": "6"
}
],
"reflectdamageactive": {
"@target": "friendall",
"@damagetype": "all",
"@astype": "magic",
"@amountpercent": "0.38",
"@time": "6"
},
"spelleffectfx": {
"@constraintpreset": "pointconstraint"
},
"tintfx": {
"@color": "255, 180, 71"
}
}