Feral BashActive
BEAR_GROUND_SMASH
Smash the ground, dealing 410 physical damage (vs players) / 505 physical damage (vs mobs) in a 4m radius.
Increases your threat towards all mobs hit by 200.
If at least one Shift Charge is active on you, the smash will consume it, stunning all enemies hit for 1.38s.
Stats
| Cooldown | 5 s |
|---|---|
| Cast time | 0.8 s |
| Range | 3–5 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.
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $BEAR_GROUND_SMASH_DAMAGE.directattributechange[0].change | -130 | ×3.153 | 410 |
| {1} | $BEAR_GROUND_SMASH.applyspell[0].effectarearadius | 4 | — | 4m |
| {2} | $BEAR_GROUND_SMASH_STUN.stun[0].time | 0.9 | ×1.536 | 1.38s |
| {3} | $BEAR_GROUND_SMASH_DAMAGE.directattributechange[1].change | -160 | ×3.153 | 505 |
| {4} | $BEAR_GROUND_SMASH_DAMAGE.changeaggro[0].value | 200 | — | 200 |
Ability definition
{
"@uniquename": "BEAR_GROUND_SMASH",
"@target": "ground",
"@keepmovingaftercast": "true",
"@castingtime": "0.8",
"@hitdelay": "0",
"@standtime": "0.2",
"@disruptionfactor": "1",
"@recastdelay": "5",
"@energyusage": "0",
"@castrange": "5",
"@castrangemin": "3",
"@uitype": "debuff",
"@category": "crowdcontrol",
"@maxstack": "1",
"@showrange": "true",
"@assessment": "negative",
"@adjustgroundtargettorange": "true",
"@interruptiblebyspell": "false",
"@statblock": "@SPELLS_CHARGECONSUMING_STATBLOCK",
"@allowcancel": "false",
"@autoattackcooldownaftercasting": "DoNotTrigger",
"@controllerpreferredtarget": "enemy",
"@controllerselfcastable": "true",
"spellindicationarea": {
"@target": "enemy",
"@position": "attarget",
"@visible": "true",
"area": {
"shape": {
"circle": {
"@radius": "4"
}
},
"fill": {
"circle": {
"@radius": "0-4"
}
}
}
},
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$$BEAR_GROUND_SMASH_DAMAGE.directattributechange[0].change$"
},
{
"@tag": "$$BEAR_GROUND_SMASH.applyspell[0].effectarearadius$"
},
{
"@tag": "$$BEAR_GROUND_SMASH_STUN.stun[0].time$"
},
{
"@tag": "$$BEAR_GROUND_SMASH_DAMAGE.directattributechange[1].change$"
},
{
"@tag": "$$BEAR_GROUND_SMASH_DAMAGE.changeaggro[0].value$"
}
]
}
},
"nop": {
"@target": "enemy",
"@effectarearadius": "4",
"@showarearadius": "true"
},
"spelleffectarea": [
{
"@target": "enemy",
"@effect": "none",
"@position": "attarget",
"@time": "1",
"@visible": "false",
"area": {
"shape": {
"circle": {
"@radius": "4"
}
}
}
},
{
"@target": "enemy",
"@effect": "BEAR_GROUND_SMASH_STUN",
"@position": "attarget",
"@time": "1",
"@visible": "false",
"IfConsumeCharges": {
"@spell": "SHAPE_FEROCITY_STACK",
"@charges": "1",
"@who": "Caster",
"@casterchargesonly": "true"
},
"area": {
"shape": {
"circle": {
"@radius": "4"
}
}
}
}
],
"applyspell": {
"@target": "enemy",
"@spell": "BEAR_GROUND_SMASH_DAMAGE",
"@effectarearadius": "4"
}
}