Increase CooldownsAktywna
PROTOTYPE_CD_PENALTY
Conjure a 4.5m circle to move 14m over 4s, slowing enemies by 10%.
Enemies that cast abilities while in the area, recieve 150% of the ability's normal cooldown.
Statystyki
| Odnowienie | 30 s |
|---|---|
| Czas rzucania | Natychmiastowa |
| Zasięg | 3–3 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_CD_PENALTY",
"@target": "ground",
"@keepmovingaftercast": "true",
"@category": "instant",
"@castingtime": "0",
"@hitdelay": "0.3",
"@standtime": "0.3",
"@recastdelay": "30",
"@energyusage": "0",
"@castrange": "3",
"@castrangemin": "3",
"@uitype": "crowdcontrol",
"@hideMainhandDuringAnim": "true",
"@adjustgroundtargettorange": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@showrange": "true",
"nop": {
"@target": "enemy",
"@targetingtype": "default",
"@effectarearadius": "5",
"@showarearadius": "true"
},
"spelleffectarea": {
"@time": "4",
"@effect": "PROTOTYPE_CD_PENALTY_EFFECT",
"@target": "enemy",
"@position": "atcaster",
"@rotation": "castdirection",
"@removeonleave": "true",
"@visible": "true",
"area": {
"shape": {
"node": {
"@distance": "A 0:0;3.9:14",
"circle": {
"@radius": "4.5"
}
}
}
}
}
}