Sticky PotionActive
POTION_AOE_SLOW_P5
Throw the potion at the targeted position, creating a puddle of tar with a 3.5m radius lasting for 7s.
Slows all enemies in it by -57% and decreases all damage they deal by -27%.
The damage reduction lasts for 5s after they leave the puddle (this also happens after the puddle disappears).
Invisible enemies entering the area will be revealed.
Throwing the potion will dissolve all ally Sticky Potions in a 15m radius around your puddle.
Stats
| Cooldown | 100 s |
|---|---|
| Cast time | Instant |
| Range | 13 m |
| Target | Ground |
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].time | 7 | — | 7s |
| {1} | spelleffectarea[0].circle[0].radius_max | 3.5 | — | 3.5m |
| {2} | $POTION_AOE_SLOW_P5_EFFECT.buffovertime[0].value | -0.57 | — | -57% |
| {3} | $POTION_AOE_SLOW_P5_DEBUFF.buffovertime[0].value | -0.27 | — | -27% |
| {4} | $POTION_AOE_SLOW_P5_DEBUFF.buffovertime[0].time | 5 | — | 5s |
| {5} | removespelleffectareasinarea[0].removeradius | 15 | — | 15m |
Ability definition
{
"@uniquename": "POTION_AOE_SLOW_P5",
"@keepmovingaftercast": "false",
"@target": "ground",
"@castingtime": "0",
"@hitdelay": "0.2",
"@standtime": "0.2",
"@disruptionfactor": "0",
"@recastdelay": "100",
"@energyusage": "0",
"@castrange": "13",
"@uitype": "buff",
"@category": "instant",
"@maxstack": "1",
"@showrange": "true",
"@adjustgroundtargettorange": "true",
"@assessment": "negative",
"@castablewhensilenced": "false",
"@hideMainhandDuringAnim": "true",
"@hideOffhandDuringAnim": "true",
"@statblock": "@SPELLS_POTION_STATBLOCK",
"@descriptionlocatag": "@SPELLS_POTION_AOE_SLOW_DESC",
"@namelocatag": "@SPELLS_POTION_AOE_SLOW",
"@controllerpreferredtarget": "enemy",
"@controllerselfcastable": "true",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$spelleffectarea[0].time$"
},
{
"@tag": "$spelleffectarea[0].circle[0].radius_max$"
},
{
"@tag": "$$POTION_AOE_SLOW_P5_EFFECT.buffovertime[0].value$"
},
{
"@tag": "$$POTION_AOE_SLOW_P5_DEBUFF.buffovertime[0].value$"
},
{
"@tag": "$$POTION_AOE_SLOW_P5_DEBUFF.buffovertime[0].time$"
},
{
"@tag": "$removespelleffectareasinarea[0].removeradius$"
}
]
}
},
"nop": {
"@target": "ground",
"@effectarearadius": "5",
"@showarearadius": "true"
},
"removespelleffectareasinarea": [
{
"@spell": "POTION_AOE_SLOW_P1",
"@removeradius": "15",
"@ownedby": "friendly",
"@target": "all"
},
{
"@spell": "POTION_AOE_SLOW_P2",
"@removeradius": "15",
"@ownedby": "friendly",
"@target": "all"
},
{
"@spell": "POTION_AOE_SLOW_P3",
"@removeradius": "15",
"@ownedby": "friendly",
"@target": "all"
},
{
"@spell": "POTION_AOE_SLOW_P4",
"@removeradius": "15",
"@ownedby": "friendly",
"@target": "all"
},
{
"@spell": "POTION_AOE_SLOW_P5",
"@removeradius": "15",
"@ownedby": "friendly",
"@target": "all"
},
{
"@spell": "POTION_AOE_SLOW_P6",
"@removeradius": "15",
"@ownedby": "friendly",
"@target": "all"
},
{
"@spell": "POTION_AOE_SLOW_P7",
"@removeradius": "15",
"@ownedby": "friendly",
"@target": "all"
},
{
"@spell": "POTION_AOE_SLOW_P8",
"@removeradius": "15",
"@ownedby": "friendly",
"@target": "all"
}
],
"spelleffectarea": {
"@target": "enemy",
"@time": "7",
"@effect": "POTION_AOE_SLOW_P5_EFFECT",
"@removeonleave": "true",
"@removeoncasterdeath": "true",
"@position": "attarget",
"@visible": "true",
"@areatag": "hostilegroundeffectarea",
"area": {
"shape": {
"circle": {
"@radius": "3.5"
}
}
}
},
"projectile": {
"@flyspeed": "40",
"@startsocket": "mainhand"
}
}