Delayed TeleportActive
DELAYED_TELEPORT
Teleport to the targeted position after 1s (can't teleport through obstacles).
Increases damage resistances by 20% for 3s upon landing.
Stats
| Cooldown | 15 s |
|---|---|
| Cast time | Instant |
| Range | 15 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} | hitdelay | 1 | — | 1s |
| {1} | buffovertime[0].value | 0.2 | — | 20% |
| {2} | buffovertime[0].time | 3 | — | 3s |
Ability definition
{
"@uniquename": "DELAYED_TELEPORT",
"@keepmovingaftercast": "false",
"@target": "ground",
"@castingtime": "0",
"@hitdelay": "1",
"@standtime": "0",
"@disruptionfactor": "0",
"@recastdelay": "15",
"@energyusage": "0",
"@castrange": "15",
"@uitype": "movement",
"@category": "instant",
"@usableincombat": "true",
"@adjustgroundtargettorange": "true",
"@showrange": "true",
"@autoattackcooldownaftercasting": "DoNotTrigger",
"@assessment": "positive",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@descriptionlocatag": "@SPELLS_DELAYED_TELEPORT_V2_DESC",
"@requireslineofsight": "false",
"@controllerpreferredtarget": "neutral",
"@controllerpreferredcastdirection": "alwayslookdirection",
"@controllerselfcastable": "true",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$hitdelay$"
},
{
"@tag": "$buffovertime[0].value$"
},
{
"@tag": "$buffovertime[0].time$"
}
]
}
},
"nop": {
"@target": "self",
"@showarearadius": "true",
"@effectarearadius": "1"
},
"teleport": {
"IfOwnLoadPercent": {
"@op": "less",
"@value": "150"
},
"not": {
"IfSpellActive": {
"@who": "Caster",
"@spell": "AIR_RAID"
}
}
},
"buffovertime": [
{
"@target": "self",
"@time": "3",
"@type": "physicalarmor",
"@value": "0.2"
},
{
"@target": "self",
"@time": "3",
"@type": "magicresistance",
"@value": "0.2"
}
],
"spelleffectfx": {
"@constraintpreset": "pointconstraint"
}
}