投げ飛ばしActive
SHOVEL
狙った敵を投げ飛ばし、あなたの後ろに-10m引っ張ります。
あなたの霊魂の槍のチャージの量に応じて、物理ダメージを与えます。
霊魂の槍のチャージ:0 | 1 | 2 | 3
ダメージ:143 | 230 | 342 | 485
Stats
| Energy cost | 38 |
|---|---|
| Cooldown | 18 s |
| Cast time | Instant |
| Range | 5 m |
| Target | Enemy |
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} | $SHOVEL_PULL.pull[0].enddistance | -10 | — | -10m |
| {1} | directattributechange[0].change | -56 | ×2.552 | 143 |
| {2} | directattributechange[3].change | -90 | ×2.552 | 230 |
| {3} | directattributechange[2].change | -134 | ×2.552 | 342 |
| {4} | directattributechange[1].change | -190 | ×2.552 | 485 |
Ability definition
{
"@uniquename": "SHOVEL",
"@target": "enemy",
"@castingtime": "0",
"@hitdelay": "0.2",
"@standtime": "0.6",
"@disruptionfactor": "1",
"@recastdelay": "18",
"@energyusage": "15",
"@castrange": "5",
"@uitype": "crowdcontrol",
"@category": "instant",
"@showrange": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemy",
"applyspell": {
"@target": "enemy",
"@spell": "SHOVEL_PULL"
},
"directattributechange": [
{
"@target": "enemy",
"@attribute": "health",
"@change": "-56",
"@effecttype": "physical",
"not": {
"IfSpellActive": {
"@who": "Caster",
"@spell": "SPIRIT_CHARGE",
"@casterchargesonly": "true"
}
}
},
{
"@target": "enemy",
"@attribute": "health",
"@change": "-190",
"@effecttype": "physical",
"IfSpellActive": {
"@who": "Caster",
"@spell": "SPIRIT_CHARGE",
"@casterchargesonly": "true",
"@atleastcharges": "3"
}
},
{
"@target": "enemy",
"@attribute": "health",
"@change": "-134",
"@effecttype": "physical",
"and": {
"IfSpellActive": {
"@who": "Caster",
"@spell": "SPIRIT_CHARGE",
"@casterchargesonly": "true",
"@atleastcharges": "2"
},
"not": {
"IfSpellActive": {
"@who": "Caster",
"@spell": "SPIRIT_CHARGE",
"@casterchargesonly": "true",
"@atleastcharges": "3"
}
}
}
},
{
"@target": "enemy",
"@attribute": "health",
"@change": "-90",
"@effecttype": "physical",
"and": {
"IfSpellActive": {
"@who": "Caster",
"@spell": "SPIRIT_CHARGE",
"@casterchargesonly": "true",
"@atleastcharges": "1"
},
"not": {
"IfSpellActive": {
"@who": "Caster",
"@spell": "SPIRIT_CHARGE",
"@casterchargesonly": "true",
"@atleastcharges": "2"
}
}
}
}
]
}