Adapting MatterActive
SHAPE_Q_DAMAGE_AND_SHIELD
Unleash unstable energy at the target position, dealing 221 magical damage to enemies.
Applies a shield to yourself and up to 5 allies that absorbs 473 damage for 2s.
Hitting at least one enemy will apply one Shift Charge on you.
Hitting at least one ally will apply one Shift Charge on you.
Shift Charges are consumed to empower the abilities of your shape (stacks are removed when mounting up).
Stats
| Energy cost | 38 |
|---|---|
| Cooldown | 7 s |
| Cast time | Instant |
| Range | 13 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_Q_DAMAGE_AND_SHIELD_DAMAGE.directattributechange[0].change | -70 | ×3.153 | 221 |
| {1} | $SHAPE_Q_DAMAGE_AND_SHIELD_BUBBLE.damageshield[0].damageabsorbed | 150 | ×3.153 | 473 |
| {2} | $SHAPE_Q_DAMAGE_AND_SHIELD_BUBBLE.damageshield[0].time | 2 | — | 2s |
| {3} | $SHAPE_Q_DAMAGE_AND_SHIELD.applyspell[3].maxeffectareatargets | 5 | — | 5 |
Ability definition
{
"@uniquename": "SHAPE_Q_DAMAGE_AND_SHIELD",
"@target": "ground",
"@keepmovingaftercast": "false",
"@castingtime": "0",
"@hitdelay": "0.2",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "7",
"@energyusage": "12",
"@castrange": "13",
"@uitype": "buff",
"@category": "instant",
"@unlockedtoequip": "false",
"@assessment": "negative",
"@adjustgroundtargettorange": "true",
"@showrange": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemyandally",
"@controllerselfcastable": "true",
"spellindicationarea": {
"@target": "enemy",
"@visible": "true",
"area": {
"shape": {
"circle": {
"@radius": "3"
}
},
"fill": {
"circle": {
"@radius": "0-3"
}
}
}
},
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$$SHAPE_Q_DAMAGE_AND_SHIELD_DAMAGE.directattributechange[0].change$"
},
{
"@tag": "$$SHAPE_Q_DAMAGE_AND_SHIELD_BUBBLE.damageshield[0].damageabsorbed$"
},
{
"@tag": "$$SHAPE_Q_DAMAGE_AND_SHIELD_BUBBLE.damageshield[0].time$"
},
{
"@tag": "$$SHAPE_Q_DAMAGE_AND_SHIELD.applyspell[3].maxeffectareatargets$"
}
]
}
},
"applyspell": [
{
"@target": "enemy",
"@spell": "SHAPE_APPLY_FEROCITY_ON_HIT_VFX",
"@effectarearadius": "3",
"@maxeffectareatargets": "1",
"not": {
"IfSpellActive": {
"@who": "EffectTarget",
"@spell": "MOB_STACK_IMMUNITY"
}
},
"Event": {
"@type": "onSuccessfullHit",
"Spell": {
"@name": "SHAPE_FEROCITY_STACK",
"@target": "Caster"
}
}
},
{
"@target": "friendall",
"@spell": "SHAPE_APPLY_FEROCITY_ON_HIT",
"@effectarearadius": "3",
"@maxeffectareatargets": "1"
},
{
"@target": "enemy",
"@spell": "SHAPE_Q_DAMAGE_AND_SHIELD_DAMAGE",
"@effectarearadius": "3",
"@showarearadius": "true"
},
{
"@target": "friendotherplayers",
"@spell": "SHAPE_Q_DAMAGE_AND_SHIELD_BUBBLE",
"@effectarearadius": "3",
"@maxeffectareatargets": "5"
},
{
"@target": "self",
"@spell": "SHAPE_Q_DAMAGE_AND_SHIELD_BUBBLE",
"@effectarearadius": "3",
"@maxeffectareatargets": "1"
}
]
}