Poison PotionActive
POTION_POISON_P3
Throw the potion at the targeted enemy, poisoning the target and dealing true damage over 5s.
Against players: 350 true damage
Against mounted players: 175 true damage
Against mobs: 875 true damage
Whenever the poisoned, unmounted enemy takes direct damage, they will be slowed by -29.2% for 0.2s.
Stats
| Cooldown | 60 s |
|---|---|
| Cast time | Instant |
| Range | 11 m |
| Target | Enemy |
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | attributechangeovertime[0].totalduration | 5 | — | 5s |
| {1} | attributechangeovertime[1].totalchange | -350 | — | 350 |
| {2} | attributechangeovertime[2].totalchange | -175 | — | 175 |
| {3} | attributechangeovertime[0].totalchange | -875 | — | 875 |
| {4} | $POTION_POISON_P3_SLOW.buffovertime[0].value | -0.292 | — | -29.2% |
| {5} | $POTION_POISON_P3_SLOW.buffovertime[0].time | 0.2 | — | 0.2s |
Ability definition
{
"@uniquename": "POTION_POISON_P3",
"@descriptionlocatag": "@SPELLS_POTION_POISON_V2_DESC",
"@statblock": "@SPELLS_POTION_STATBLOCK",
"@keepmovingaftercast": "false",
"@target": "enemy",
"@castingtime": "0",
"@hitdelay": "0.4",
"@standtime": "0.2",
"@disruptionfactor": "1",
"@recastdelay": "60",
"@energyusage": "0",
"@castrange": "11",
"@uitype": "heal",
"@category": "instant",
"@maxstack": "1",
"@showrange": "true",
"@cancelautoattackaftercasting": "true",
"@assessment": "negative",
"@castablewhensilenced": "false",
"@hideMainhandDuringAnim": "true",
"@hideOffhandDuringAnim": "true",
"@spelleffectlocatag": "@SPELLS_POTION_POISON_BUFF_DESC",
"@namelocatag": "@SPELLS_POTION_POISON",
"@controllerpreferredtarget": "enemy",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$attributechangeovertime[0].totalduration$"
},
{
"@tag": "$attributechangeovertime[1].totalchange$"
},
{
"@tag": "$attributechangeovertime[2].totalchange$"
},
{
"@tag": "$attributechangeovertime[0].totalchange$"
},
{
"@tag": "$$POTION_POISON_P3_SLOW.buffovertime[0].value$"
},
{
"@tag": "$$POTION_POISON_P3_SLOW.buffovertime[0].time$"
}
]
},
"spelleffect": {
"locareference": [
{
"@tag": "$attributechangeovertime[0].totalduration$"
},
{
"@tag": "$attributechangeovertime[1].totalchange$"
},
{
"@tag": "$attributechangeovertime[2].totalchange$"
},
{
"@tag": "$attributechangeovertime[0].totalchange$"
},
{
"@tag": "$$POTION_POISON_P3_SLOW.buffovertime[0].value$"
},
{
"@tag": "$$POTION_POISON_P3_SLOW.buffovertime[0].time$"
}
]
}
},
"attributechangeovertime": [
{
"@target": "enemymobs",
"@attribute": "health",
"@change": "-175.00",
"@effecttype": "magic",
"@ignorearmor": "true",
"@ignoreabilitypowerscaling": "true",
"@ignorebonusdamagescaling": "true",
"@initialinterval": "0",
"@interval": "1",
"@count": "5"
},
{
"@target": "enemyplayers",
"@attribute": "health",
"@change": "-70.00",
"@effecttype": "magic",
"@ignorearmor": "true",
"@ignoreabilitypowerscaling": "true",
"@initialinterval": "0",
"@interval": "1",
"@count": "5",
"@ignorebonusdamagescaling": "true",
"not": {
"IfSpellCategoryActive": {
"@who": "EffectTarget",
"@category": "mountbuff"
}
}
},
{
"@target": "enemyplayers",
"@attribute": "health",
"@change": "-35.00",
"@effecttype": "magic",
"@ignorearmor": "true",
"@ignoreabilitypowerscaling": "true",
"@initialinterval": "0",
"@interval": "1",
"@count": "5",
"@ignorebonusdamagescaling": "true",
"IfSpellCategoryActive": {
"@who": "EffectTarget",
"@category": "mountbuff"
}
}
],
"applyeffectoneventactive": {
"@target": "enemy",
"@spell": "POTION_POISON_P3_SLOW",
"@event": "ReceiveDirectDamage",
"@applyeffecttarget": "self",
"@count": "99",
"@time": "4",
"not": {
"IfSpellCategoryActive": {
"@category": "mountbuff",
"@who": "SpellTarget"
}
}
},
"spellimmunity": [
{
"@spellname": "POTION_POISON_P1",
"@target": "all",
"@time": "4"
},
{
"@spellname": "POTION_POISON_P2",
"@target": "all",
"@time": "4"
},
{
"@spellname": "POTION_POISON_P4",
"@target": "all",
"@time": "4"
},
{
"@spellname": "POTION_POISON_P5",
"@target": "all",
"@time": "4"
},
{
"@spellname": "POTION_POISON_P6",
"@target": "all",
"@time": "4"
},
{
"@spellname": "POTION_POISON_P7",
"@target": "all",
"@time": "4"
},
{
"@spellname": "POTION_POISON_P8",
"@target": "all",
"@time": "4"
}
],
"projectile": {
"@flyspeed": "35",
"@startsocket": "mainhand",
"@hitsocket": "damage",
"@timeoffset": "0.2"
},
"tintfx": {
"@color": "150, 255, 150, 180"
}
}