CartwheelActive
CARTWHEEL
Dash towards the targeted position, knocking back all enemies you pass through by 3m.
Deals 221 physical damage.
If you take damage while dashing, your damage resistances will be increased by 20% for 3s.
Stats
| Energy cost | 17 |
|---|---|
| Cooldown | 6 s |
| Cast time | Instant |
| Range | 8 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 Double Bladed StaffElder's Iron-clad StaffElder's QuarterstaffElder's Black Monk StaffElder's SoulscytheElder's Staff of BalanceElder's Phantom TwinbladeElder's Grailseeker
Granted by(8)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $CARTWHEEL_KNOCKBACK.knockback[0].distance | 3 | — | 3m |
| {1} | $CARTWHEEL_EFFECT.directattributechange[0].change | -66.69 | ×3.311 | 221 |
| {2} | $CARTWHEEL_BUFF.buffovertime[0].value | 0.2 | — | 20% |
| {3} | $CARTWHEEL_BUFF.buffovertime[0].time | 3 | — | 3s |
Ability definition
{
"@uniquename": "CARTWHEEL",
"@target": "ground",
"@keepmovingaftercast": "true",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0",
"@disruptionfactor": "1",
"@recastdelay": "6",
"@energyusage": "5",
"@castrange": "8",
"@uitype": "crowdcontrol",
"@category": "instant",
"@adjustgroundtargettorange": "true",
"@hidespelleffecticon": "true",
"@unlockedtoequip": "false",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@descriptionlocatag": "@SPELLS_CARTWHEEL_V2_DESC",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemy",
"@controllerpreferredcastdirection": "targetthenlookdirection",
"@controllerselfcastable": "true",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$$CARTWHEEL_KNOCKBACK.knockback[0].distance$"
},
{
"@tag": "$$CARTWHEEL_EFFECT.directattributechange[0].change$"
},
{
"@tag": "$$CARTWHEEL_BUFF.buffovertime[0].value$"
},
{
"@tag": "$$CARTWHEEL_BUFF.buffovertime[0].time$"
}
]
}
},
"applyeffectoneventactive": {
"@applyeffecttarget": "self",
"@event": "ReceiveDamage",
"@spell": "CARTWHEEL_BUFF",
"@target": "self",
"@count": "1",
"@time": "0.7",
"IfOwnLoadPercent": {
"@op": "less",
"@value": "150"
}
},
"aura": {
"@target": "self",
"@spell": "CARTWHEEL_EFFECT",
"@auraradius": "3",
"@time": "0.7",
"@applyeffectonlyoncepertarget": "true",
"@removeonleave": "false",
"@skillshotindicatormax": "8",
"@skillshotindicatormin": "4",
"IfOwnLoadPercent": {
"@op": "less",
"@value": "150"
}
},
"dash": {
"@movespeed": "12",
"@mindistance": "4",
"@animID": "cartwheel",
"@ruleset": "constanttime",
"@scaleAnim": "true",
"@endeffect": "CARTWHEEL_END",
"IfOwnLoadPercent": {
"@op": "less",
"@value": "150"
}
}
}