Illuminating FlareAktywna
PROTOTYPE_FLARE
Shoot a flare towards the targeted position growing from 4m to 7.5m over 5s.
Enemies in the area are revealed, cannot go invisible, and have their cooldowns paused.
Statystyki
| Odnowienie | 30 s |
|---|---|
| Czas rzucania | Natychmiastowa |
| Zasięg | 11 m |
| Cel | Obszar |
Dostajesz z(1)
Widok zaawansowany
Skąd bierze się każda liczba i jaki rachunek do niej doprowadził. Jak to działa
Definicja umiejętności
{
"@uniquename": "PROTOTYPE_FLARE",
"@target": "ground",
"@recastdelay": "30",
"@castrange": "11",
"@energyusage": "0",
"@castingtime": "0",
"@hitdelay": "0.35",
"@standtime": "0.02",
"@category": "instant",
"@uitype": "debuff",
"@adjustgroundtargettorange": "true",
"@showrange": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@hideMainhandDuringAnim": "true",
"@animIgnoreHitDelay": "true",
"nop": {
"@target": "enemy",
"@effectarearadius": "4",
"@showarearadius": "true"
},
"spelleffectarea": {
"@target": "enemy",
"@time": "5",
"@visible": "true",
"@effect": "PROTOTYPE_FLARE_EFFECT",
"area": {
"shape": {
"circle": {
"@radius": "4-7.5"
}
}
}
},
"projectile": {
"@flyspeed": "20",
"@startsocket": "mainhand"
}
}