DistortionActive
SHAPE_W_DAMAGE_AOE
Conjure a cloud of distorted reality with a 4m radius at the targeted location, lasting 3s.
Deals 151 magical damage every 0.75s (this damage cannot be reflected).
Slows all enemies within it by -10%.
Each enemy hit applies one Shift Charge on you (up to 2 times).
Shift Charges are consumed to empower the abilities of your shape (stacks are removed when mounting up).
Stats
| Energy cost | 47 |
|---|---|
| Cooldown | 8 s |
| Cast time | Instant |
| Range | 12 m |
| Target | Ground |
Numbers shown for
Ability damage and healing scale with the weapon carrying them; a sword multiplies them by more than a bow. Select a weapon for its figures.
Elder's Prowling StaffElder's Rootbound StaffElder's Primal StaffElder's Bloodmoon StaffElder's Hellspawn StaffElder's Earthrune StaffElder's LightcallerElder's Stillgaze Staff
Granted by(8)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $SHAPE_W_DAMAGE_AOE.spelleffectarea[1].circle[0].radius_max | 4 | — | 4m |
| {1} | $SHAPE_W_DAMAGE_AOE.spelleffectarea[1].time | 3 | — | 3s |
| {2} | $SHAPE_W_DAMAGE_AOE_EFFECT.attributechangeovertime[0].change | -48 | ×3.153 | 151 |
| {3} | $SHAPE_W_DAMAGE_AOE_EFFECT.attributechangeovertime[0].interval | 0.75 | — | 0.75s |
| {4} | $SHAPE_W_DAMAGE_AOE_EFFECT.buffovertime[0].value | -0.1 | — | -10% |
| {5} | $SHAPE_W_DAMAGE_AOE.spelleffectarea[0].maxeffectareatargets | 2 | — | 2 |
Ability definition
{
"@uniquename": "SHAPE_W_DAMAGE_AOE",
"@target": "ground",
"@animIgnoreHitDelay": "true",
"@castingtime": "0",
"@keepmovingaftercast": "true",
"@hitdelay": "0.24",
"@standtime": "0.35",
"@disruptionfactor": "1",
"@recastdelay": "8",
"@energyusage": "15",
"@castrange": "12",
"@uitype": "damage",
"@category": "instant",
"@showrange": "true",
"@assessment": "negative",
"@adjustgroundtargettorange": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemy",
"@controllerselfcastable": "true",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$$SHAPE_W_DAMAGE_AOE.spelleffectarea[1].circle[0].radius_max$"
},
{
"@tag": "$$SHAPE_W_DAMAGE_AOE.spelleffectarea[1].time$"
},
{
"@tag": "$$SHAPE_W_DAMAGE_AOE_EFFECT.attributechangeovertime[0].change$"
},
{
"@tag": "$$SHAPE_W_DAMAGE_AOE_EFFECT.attributechangeovertime[0].interval$"
},
{
"@tag": "$$SHAPE_W_DAMAGE_AOE_EFFECT.buffovertime[0].value$"
},
{
"@tag": "$$SHAPE_W_DAMAGE_AOE.spelleffectarea[0].maxeffectareatargets$"
}
]
}
},
"nop": {
"@target": "enemy",
"@effectarearadius": "4",
"@showarearadius": "true"
},
"spelleffectarea": [
{
"@target": "enemy",
"@effect": "SHAPE_W_DAMAGE_AOE_FEROCITY",
"@position": "attarget",
"@time": "0.2",
"@visible": "false",
"@removeonleave": "false",
"@maxeffectareatargets": "2",
"@deletewhenmaxtargetshit": "true",
"@areatag": "hostilegroundeffectarea",
"area": {
"shape": {
"circle": {
"@radius": "4"
}
}
}
},
{
"@time": "3",
"@effect": "SHAPE_W_DAMAGE_AOE_EFFECT",
"@target": "enemy",
"@position": "attarget",
"@removeonleave": "true",
"@visible": "true",
"@areatag": "hostilegroundeffectarea",
"area": {
"shape": {
"node": {
"@distance": "0",
"@angle": "0",
"circle": {
"@radius": "4"
}
}
}
}
}
]
}