CrippleActive
LEGBREAKER
Strike the targeted enemy, dealing 435 physical damage.
Slows by -15% for 4s.
Decreases all damage dealt by -25% for 4s.
Purges all Move Speed buffs.
If the targeted enemy has a Move Speed buff active, your Move Speed will be increased by 50% for 4s.
Stats
| Energy cost | 22 |
|---|---|
| Cooldown | 18 s |
| Cast time | Instant |
| Range | 4 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.
Elder's GlaiveElder's PikeElder's SpearElder's Heron SpearElder's SpirithunterElder's Trinity SpearElder's Rift GlaiveElder's Daybreaker
Granted by(8)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | directattributechange[0].change | -120 | ×3.626 | 435 |
| {1} | buffovertime[0].value | -0.15 | — | -15% |
| {2} | buffovertime[0].time | 4 | — | 4s |
| {3} | buffovertime[1].value | -0.25 | — | -25% |
| {4} | buffovertime[1].time | 4 | — | 4s |
| {5} | $LEGBREAKER_EFFECT.buffovertime[0].value | 0.5 | — | 50% |
| {6} | $LEGBREAKER_EFFECT.buffovertime[0].time | 4 | — | 4s |
Ability definition
{
"@uniquename": "LEGBREAKER",
"@target": "enemy",
"@castingtime": "0",
"@hitdelay": "0.1",
"@standtime": "0.2",
"@disruptionfactor": "1",
"@recastdelay": "18",
"@energyusage": "6",
"@castrange": "4",
"@uitype": "crowdcontrol",
"@category": "crowdcontrol",
"@showrange": "true",
"@unlockedtoequip": "false",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@spelleffectlocatag": "@SPELLS_STATUS_SLOW_DAMAGE_DECREASED",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemy",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$directattributechange[0].change$"
},
{
"@tag": "$buffovertime[0].value$"
},
{
"@tag": "$buffovertime[0].time$"
},
{
"@tag": "$buffovertime[1].value$"
},
{
"@tag": "$buffovertime[1].time$"
},
{
"@tag": "$$LEGBREAKER_EFFECT.buffovertime[0].value$"
},
{
"@tag": "$$LEGBREAKER_EFFECT.buffovertime[0].time$"
}
]
}
},
"directattributechange": {
"@target": "enemy",
"@attribute": "health",
"@change": "-120",
"@effecttype": "physical"
},
"applyspell": [
{
"@spell": "LEGBREAKER_EFFECT",
"@target": "self",
"IfSpellCategoryActive": {
"@category": "movementbuff",
"@who": "SpellTarget"
}
},
{
"@target": "enemy",
"@spell": "PURGE_MOVEMENTBUFFS"
}
],
"buffovertime": [
{
"@type": "movespeedbonus",
"@value": "-0.15",
"@target": "enemy",
"@time": "4",
"@donttriggerdiminishingreturns": "true",
"@ignorebonusccdurationscaling": "true",
"@ignorecrowdcontrolresistance": "true",
"@ignorediminishingreturns": "true",
"@ignoreabilitypowerscaling": "true"
},
{
"@type": "physicalattackdamagebonus",
"@value": "-0.25",
"@target": "enemy",
"@time": "4"
},
{
"@type": "magicattackdamagebonus",
"@value": "-0.25",
"@target": "enemy",
"@time": "4"
},
{
"@type": "physicalspelldamagebonus",
"@value": "-0.25",
"@target": "enemy",
"@time": "4"
},
{
"@type": "magicspelldamagebonus",
"@value": "-0.25",
"@target": "enemy",
"@time": "4"
}
],
"spelleffectfx": {}
}