투명 포션Active
POTION_INVISIBILITY_P8
최대 9.3s까지 은신 상태가 됩니다.
공격하거나, 스킬을 사용하거나 또는 대미지를 받으면 은신에서 드러납니다.
투명 상태일 때와 모습이 드러난 후 2s 동안 가하는 모든 대미지가 -50%만큼 감소합니다.
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"
}
]
}