Poção PegajosaActive
POTION_AOE_SLOW_P5
Joga a poção na posição alvo, criando uma poça oleosa com um raio de 3.5m que dura 7s.
Desacelera todos os inimigos na poça por -57% e reduz todo o dano que eles causam em -27%.
A redução de dano dura por 5s após eles saírem da poça (isso também acontece após a poça desaparecer).
Inimigos invisíveis que entrarem na área serão revelados.
Jogar a poção dissolverá todas as Poções Pegajosas aliadas em um raio de 15m ao redor da sua poça.
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"
}
}