RequiteActive
REFLECT_CHANNEL
Create a magic shield, slowing yourself by -30% while channeling for 3s (can't be interrupted).
Increases your damage resistances by 40%.
Whenever you take damage, the shield shoots a magic orb, silencing the attacker for 2.7s on impact.
Deals 77 magical damage.
Stats
| Energy cost | 23 |
|---|---|
| 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} | channeling[0].buffovertime[0].value | -0.3 | — | -30% |
| {1} | channeling[0].totalduration | 3 | — | 3s |
| {2} | channeling[0].buffovertime[1].value | 0.4 | — | 40% |
| {3} | $REFLECT_CHANNEL_EFFECT.silence[0].time | 2 | ×1.352 | 2.7s |
| {4} | $REFLECT_CHANNEL_EFFECT.directattributechange[0].change | -27 | ×2.869 | 77 |
Ability definition
{
"@uniquename": "REFLECT_CHANNEL",
"@keepmovingaftercast": "true",
"@target": "self",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "0",
"@recastdelay": "30",
"@energyusage": "8",
"@castrange": "0",
"@uitype": "buff",
"@category": "instant",
"@assessment": "positive",
"@interruptiblebyspell": "false",
"@descriptionlocatag": "@SPELLS_REFLECT_CHANNEL_V2_DESC",
"@statblock": "@SPELLS_CHANNELING_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "neutral",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$channeling[0].buffovertime[0].value$"
},
{
"@tag": "$channeling[0].totalduration$"
},
{
"@tag": "$channeling[0].buffovertime[1].value$"
},
{
"@tag": "$$REFLECT_CHANNEL_EFFECT.silence[0].time$"
},
{
"@tag": "$$REFLECT_CHANNEL_EFFECT.directattributechange[0].change$"
}
]
}
},
"channelingspell": {
"@allowcancel": "true",
"@allowmovement": "true",
"@upperbodychannelinganim": "true",
"@effectcount": "4",
"@disruptionfactor": "0",
"@energyusage": "0",
"@initialeffectinterval": "0",
"@effectinterval": "1",
"@spelleffectlocatag": "@SPELLS_STATUS_SLOW",
"applyeffectoneventactive": {
"@event": "ReceiveEnemyDamage",
"@target": "self",
"@applyeffecttarget": "enemy",
"@count": "99",
"@linktochanneling": "true",
"@time": "1",
"@spell": "REFLECT_CHANNEL_EFFECT"
},
"buffovertime": [
{
"@type": "movespeedbonus",
"@value": "-0.3",
"@linktochanneling": "true",
"@target": "self",
"@time": "0"
},
{
"@type": "physicalarmor",
"@value": "0.4",
"@linktochanneling": "true",
"@target": "self",
"@time": "0"
},
{
"@type": "magicresistance",
"@value": "0.4",
"@linktochanneling": "true",
"@target": "self",
"@time": "0"
}
],
"spelleffectfx": {}
}
}