Invisibility PotionActive
POTION_INVISIBILITY_P8
Turns you invisible for up to 9.3s.
Attacking, using abilities or taking damage reveals you.
Decreases all damage you deal by -50% while invisible and for 2s after being revealed.
Stats
| Cooldown | 120 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} | $POTION_INVISIBILITY_EFFECT_P8.invisibility[0].time | 9.3 | — | 9.3s |
| {1} | buffovertime[0].value | -0.5 | — | -50% |
| {2} | $POTION_INVISIBILITY_CLEANUP.buffovertime[0].time | 2 | — | 2s |
Ability definition
{
"@uniquename": "POTION_INVISIBILITY_P8",
"@target": "self",
"@castingtime": "0",
"@recastdelay": "120",
"@energyusage": "0",
"@castrange": "0",
"@hitdelay": "0.0",
"@standtime": "0.0",
"@uitype": "buff",
"@category": "instant",
"@neutraleffect": "true",
"@castablewhensilenced": "true",
"@statblock": "@SPELLS_POTION_STATBLOCK",
"@namelocatag": "@SPELLS_POTION_INVISIBILITY",
"@descriptionlocatag": "@SPELLS_POTION_INVISIBILITY_DESC",
"@hidespelleffecticon": "true",
"@controllerpreferredtarget": "neutral",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$$POTION_INVISIBILITY_EFFECT_P8.invisibility[0].time$"
},
{
"@tag": "$buffovertime[0].value$"
},
{
"@tag": "$$POTION_INVISIBILITY_CLEANUP.buffovertime[0].time$"
}
]
}
},
"applyspell": [
{
"@spell": "POTION_INVISIBILITY_LISTENER",
"@target": "self"
},
{
"@spell": "POTION_INVISIBILITY_EFFECT_P8",
"@target": "self"
}
],
"buffovertime": [
{
"@target": "self",
"@type": "bonusdamagevsplayers",
"@value": "-0.5",
"@time": "10.3",
"@allownegativeeffectonally": "true"
},
{
"@target": "self",
"@type": "bonusdamagevsmobs",
"@value": "-0.5",
"@time": "10.3",
"@allownegativeeffectonally": "true"
}
]
}