Increase CooldownsActive
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.
Stats
| Cooldown | 30 s |
|---|---|
| Cast time | Instant |
| Range | 3–3 m |
| Target | Ground |
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
Ability definition
{
"@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"
}
}
}
}
}
}