Engage ArmorActive
PROTOTYPE_BIDE
Multispell with 6 second time window.
1:
Slow down by 40% to protect your allies for up to 3 seconds while channeling (cannot be interrupted).
Allies resistances are increased by 35%.
Any time any protected ally takes damage, gain an Engage Armor charge.
2:
Send out a 14m cone to sun all enemies based on how many Engage Armor charges you have.
Charges: 0 | 5 | 10 | 15 | 20+
Stun Duration: 1s | 1.5s | 2s | 2.5s | 3s
Stats
| Cooldown | 50 s |
|---|---|
| Cast time | Instant |
| 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} | $PROTOTYPE_BIDE_AURA.buffovertime[1].value | 0.35 | — | 35% |
Ability definition
{
"@uniquename": "PROTOTYPE_BIDE",
"@target": "self",
"@recastdelay": "50",
"@castrange": "0",
"@energyusage": "0",
"@castingtime": "0",
"@category": "buff",
"@uitype": "buff",
"channelingspell": {
"@initialeffectinterval": "0",
"@effectinterval": "0.5",
"@effectcount": "7",
"@energyusage": "0",
"@disruptionfactor": "0",
"@allowcancel": "true",
"@allowmovement": "true",
"@upperbodychannelinganim": "true",
"@standtime": "0",
"@endeffect": "PROTOTYPE_BIDE_CHANNEL_END_EFFECT",
"@endeffecttarget": "caster",
"@cancelpreventsendeffects": "false",
"@interruptpreventsendeffects": "false",
"aura": [
{
"@target": "self",
"@auraradius": "6",
"@spell": "PROTOTYPE_BIDE_AURA",
"@time": "6",
"@removeonleave": "true",
"@applyeffectonlyoncepertarget": "false",
"@linktochanneling": "true"
},
{
"@target": "self",
"@auraradius": "6",
"@spell": "PROTOTYPE_BIDE_AURA_SHIELD",
"@time": "6",
"@removeonleave": "true",
"@applyeffectonlyoncepertarget": "false",
"@linktochanneling": "true"
}
],
"applyspell": {
"@target": "friendall",
"@spell": "PROTOTYPE_BIDE_SHIELD_CHECK",
"@effectarearadius": "6",
"IfChannelTick": {
"@op": "less",
"@value": "7"
}
}
}
}