BlinkActive
BLINK
Teleport to the targeted position (can't teleport through obstacles).
Grants immunity to damage and purges for 0.2s.
Stats
| Cooldown | 20 s |
|---|---|
| Cast time | Instant |
| Range | 10 m |
| Target | Ground |
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | invincibility[0].time | 0.2 | — | 0.2s |
Ability definition
{
"@uniquename": "BLINK",
"@target": "ground",
"@keepmovingaftercast": "true",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "0",
"@recastdelay": "20",
"@energyusage": "0",
"@castrange": "10",
"@uitype": "movement",
"@category": "instant",
"@usableincombat": "true",
"@adjustgroundtargettorange": "true",
"@showrange": "true",
"@assessment": "positive",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@hidespelleffecticon": "true",
"@autoattackcooldownaftercasting": "Trigger",
"@requireslineofsight": "false",
"@controllerpreferredtarget": "neutral",
"@controllerpreferredcastdirection": "alwayslookdirection",
"@controllerselfcastable": "true",
"nop": {
"@target": "self",
"@showarearadius": "true",
"@effectarearadius": "1"
},
"invincibility": {
"@target": "self",
"@time": "0.2"
},
"spellimmunity": [
{
"@spellname": "PURGE",
"@target": "self",
"@time": "0.2"
},
{
"@spellname": "PURGE_BUFFS",
"@target": "self",
"@time": "0.2"
},
{
"@spellname": "PURGE_MOVEMENTBUFFS",
"@target": "self",
"@time": "0.2"
}
],
"teleport": {
"IfOwnLoadPercent": {
"@op": "less",
"@value": "150"
}
}
}