Corte crecienteActive
MIGHTYSWING
Corta el aire para disparar una onda demoníaca hacia la dirección señalada que perfora a todos los enemigos y les inflige 572 de daño mágico. Consume cargas heroicas para uno de los siguientes efectos secundarios.
1 carga heroica: Ralentiza en -30% por 2.25s
2 cargas heroicas: Silencia por 3.66s
3 cargas heroicas: Inflige 572 de daño mágico adicional
Stats
| Energy cost | 47 |
|---|---|
| Cooldown | 15 s |
| Cast time | Instant |
| Range | 20 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} | $MIGHTYSWING_EFFECT.directattributechange[0].change | -170 | ×3.367 | 572 |
| {1} | $MIGHTYSWING_EFFECT1.buffovertime[0].value | -0.3 | — | -30% |
| {2} | $MIGHTYSWING_EFFECT1.buffovertime[0].time | 2.25 | — | 2.25s |
| {3} | $MIGHTYSWING_EFFECT2.silence[0].time | 2.25 | ×1.626 | 3.66s |
| {4} | $MIGHTYSWING_EFFECT3.attributechangeovertime[0].totalchange | -170 | ×3.367 | 572 |
| {5} | $MIGHTYSWING_EFFECT3.attributechangeovertime[0].time | 1 | — | 1s |
Ability definition
{
"@uniquename": "MIGHTYSWING",
"@keepmovingaftercast": "false",
"@target": "ground",
"@castingtime": "0",
"@hitdelay": "0.2",
"@standtime": "0.3",
"@disruptionfactor": "1",
"@recastdelay": "15",
"@energyusage": "14",
"@castrange": "20",
"@uitype": "damage",
"@category": "instant",
"@assessment": "negative",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@adjustgroundtargettorange": "true",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemy",
"applyspell": [
{
"@spell": "MIGHTYSWING_STACK",
"@target": "self",
"IfSpellActive": {
"@who": "Caster",
"@spell": "HEROIC_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "3"
}
},
{
"@spell": "MIGHTYSWING_STACK",
"@target": "self",
"IfSpellActive": {
"@who": "Caster",
"@spell": "HEROIC_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "2"
}
},
{
"@spell": "MIGHTYSWING_STACK",
"@target": "self",
"IfSpellActive": {
"@who": "Caster",
"@spell": "HEROIC_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "1"
}
}
],
"removeactivespell": {
"@spell": "HEROIC_STACK",
"@target": "self"
},
"spelleffectarea": [
{
"@target": "ground",
"@effect": "none",
"@time": "2",
"@visible": "false",
"@applyeffectonlyoncepertarget": "true",
"@rotation": "castdirection",
"@position": "atcaster",
"area": {
"shape": {
"node": {
"@distance": "A 0:-2.5; 0.85:18",
"node": {
"@distance": "1.5",
"circle": {}
}
}
}
}
},
{
"@target": "ground",
"@effect": "MIGHTYSWING_EFFECT",
"@targetcountvaluebonusfactor": "0.08",
"@time": "0.85",
"@visible": "false",
"@applyeffectonlyoncepertarget": "true",
"@rotation": "castdirection",
"@position": "atcaster",
"@skillshotindicatormin": "20",
"@skillshotindicatormax": "20",
"@maxeffectareatargets": "25",
"@deletewhenmaxtargetshit": "true",
"area": {
"shape": {
"node": {
"@distance": "A 0:-2.5; 0.8:18",
"node": {
"@distance": "1.75",
"rectangle": {
"@height": "1.75",
"@width": "4.5"
}
}
}
}
}
}
]
}