Mythical WebActive
ARMOR_WEB
Place a web with a 7m radius under your feet, lasting 5s (can't be interrupted).
Slows all enemies within it by -35%.
Purges all Move Speed buffs.
Placing a new web on the ground will dissolve all ally webs in a 16m radius around you.
Stats
| Energy cost | 5% |
|---|---|
| Cooldown | 40 s |
| Cast time | 0.4 s |
| 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} | spelleffectarea[0].circle[0].radius_max | 7 | — | 7m |
| {1} | spelleffectarea[0].time | 5 | — | 5s |
| {2} | $ARMOR_WEB_EFFECT.buffovertime[0].value | -0.35 | — | -35% |
| {3} | removespelleffectareasinarea[0].removeradius | 16 | — | 16m |
Ability definition
{
"@uniquename": "ARMOR_WEB",
"@target": "self",
"@castingtime": "0.4",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "40",
"@energyusage": "0.05",
"@energyusageisrelative": "true",
"@castrange": "0",
"@uitype": "crowdcontrol",
"@category": "instant",
"@interruptiblebyspell": "false",
"@hidespelleffecticon": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "neutral",
"removespelleffectareasinarea": {
"@spell": "ARMOR_WEB",
"@removeradius": "16",
"@ownedby": "friendly",
"@target": "all"
},
"spelleffectarea": {
"@target": "all",
"@effect": "ARMOR_WEB_EFFECT",
"@time": "5",
"@position": "atcaster",
"@removeonleave": "true",
"@applyeffectonlyoncepertarget": "false",
"@areatag": "hostilegroundeffectarea",
"area": {
"shape": {
"circle": {
"@radius": "AS 0:0; 0.7:7"
}
}
}
}
}