Frappe en croissantActive
MIGHTYSWING
Fendez l'air pour créer une vague démoniaque vers la direction ciblée, transperçant tous les ennemis en leur infligeant 572 dégâts magique. Consomme vos charges héroïques pour un des effets secondaires suivants :
1 Charge héroïque : Ralentit de -30% pendant 2.25s
2 Charges héroïques : Réduit au silence pendant 3.66s
3 Charges héroïques : Inflige 572 dégâts magiques supplémentaires
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"
}
}
}
}
}
}
]
}