Protection of the FiendsActive
REFLECTAREA
Create an aura with a 7m radius around you while channeling for 6s (can move while channeling and can't be interrupted).
Reflects 50% of incoming damage to you and up to 9 allies as magical damage.
Increases all damage resistances of the affected allies by 43%.
Decreases your damage resistances by -37%.
Stats
| Energy cost | 33 |
|---|---|
| Cooldown | 40 s |
| Cast time | Instant |
| Range | 15 m |
| Target | Self |
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | channeling[0].aura[0].auraradius | 7 | — | 7m |
| {1} | channeling[0].totalduration | 6 | — | 6s |
| {2} | channeling[0].reflectdamageactive[0].amountpercent | 0.5 | — | 50% |
| {3} | channeling[0].aura[0].maxauratargets | 9 | — | 9 |
| {4} | $REFLECTAREA_EFFECT.buffovertime[0].value | 0.43 | — | 43% |
| {5} | channeling[0].buffovertime[0].value | -0.37 | — | -37% |
Ability definition
{
"@uniquename": "REFLECTAREA",
"@target": "self",
"@keepmovingaftercast": "true",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "40",
"@energyusage": "12",
"@castrange": "15",
"@uitype": "heal",
"@category": "instant",
"@showrange": "true",
"@assessment": "positive",
"@interruptiblebyspell": "false",
"@statblock": "@SPELLS_CHANNELING_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "neutral",
"channelingspell": {
"@effectcount": "2",
"@initialeffectinterval": "0",
"@effectinterval": "6",
"@damagecancelscasting": "false",
"@disruptionfactor": "0",
"@energyusage": "0",
"@allowmovement": "true",
"@upperbodychannelinganim": "true",
"@spelleffectlocatag": "@SPELLS_STATUS_RESISTANCES_DECREASED",
"@namelocatag": "@SPELLS_REFLECTAREA",
"aura": {
"@spell": "REFLECTAREA_EFFECT",
"@target": "self",
"@auraradius": "7",
"@maxauratargets": "9",
"@removeonleave": "true",
"@time": "1",
"@linktochanneling": "true"
},
"buffovertime": [
{
"@type": "physicalarmor",
"@value": "-0.37",
"@target": "self",
"@time": "1",
"@linktochanneling": "true"
},
{
"@type": "magicresistance",
"@value": "-0.37",
"@target": "self",
"@time": "1",
"@linktochanneling": "true"
}
],
"reflectdamageactive": {
"@damagetype": "all",
"@astype": "magic",
"@amountpercent": "0.50",
"@target": "self",
"@time": "1",
"@linktochanneling": "true"
}
}
}