Illuminating FlareActive
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.
Stats
| Cooldown | 30 s |
|---|---|
| Cast time | Instant |
| Range | 11 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_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"
}
}