Mikstura NiewidzialnościAktywna
POTION_INVISIBILITY_P6
Czyni cię niewidzialnym do 7.8s.
Atakowanie, używanie umiejętności lub otrzymywanie obrażeń ujawnia cię.
Zmniejsza wszystkie obrażenia, które zadasz o -50% podczas niewidzialności i na 2s po ujawnieniu.
Statystyki
| Odnowienie | 120 s |
|---|---|
| Czas rzucania | Natychmiastowa |
| Cel | Na siebie |
Dostajesz z(1)
Widok zaawansowany
Skąd bierze się każda liczba i jaki rachunek do niej doprowadził. Jak to działa
| # | Źródło | Baza | Progresja | Wynik |
|---|---|---|---|---|
| {0} | $POTION_INVISIBILITY_EFFECT_P6.invisibility[0].time | 7.8 | — | 7.8s |
| {1} | buffovertime[0].value | -0.5 | — | -50% |
| {2} | $POTION_INVISIBILITY_CLEANUP.buffovertime[0].time | 2 | — | 2s |
Definicja umiejętności
{
"@uniquename": "POTION_INVISIBILITY_P6",
"@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_P6.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_P6",
"@target": "self"
}
],
"buffovertime": [
{
"@target": "self",
"@type": "bonusdamagevsplayers",
"@value": "-0.5",
"@time": "8.8",
"@allownegativeeffectonally": "true"
},
{
"@target": "self",
"@type": "bonusdamagevsmobs",
"@value": "-0.5",
"@time": "8.8",
"@allownegativeeffectonally": "true"
}
]
}