Blade CycloneActive
SWORD_SPIN
Spin in the targeted direction, dealing 132 physical damage up to 3 times to all enemies you pass through.
If at least one Heroic Charge is active on you, the ability will consume one charge, dealing 198 physical damage each time instead.
Stats
| Energy cost | 23 |
|---|---|
| Cooldown | 12 s |
| Cast time | Instant |
| Range | 3–9 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 BroadswordElder's ClaymoreElder's Dual SwordsElder's Clarent BladeElder's Carving SwordElder's Galatine PairElder's KingmakerElder's Infinity Blade
Granted by(8)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $SWORD_SPIN_DAMAGE_NOSTACK.directattributechange[0].change | -40 | ×3.301 | 132 |
| {1} | pulsingspell[0].count | 3 | — | 3 |
| {2} | $SWORD_SPIN_DAMAGE.directattributechange[0].change | -60 | ×3.301 | 198 |
Ability definition
{
"@uniquename": "SWORD_SPIN",
"@keepmovingaftercast": "true",
"@target": "ground",
"@castingtime": "0",
"@standtime": "0",
"@hitdelay": "0",
"@disruptionfactor": "0",
"@recastdelay": "12",
"@energyusage": "7",
"@castrange": "9",
"@castrangemin": "3",
"@uitype": "damage",
"@category": "instant",
"@assessment": "negative",
"@adjustgroundtargettorange": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@showrange": "true",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemy",
"@controllerpreferredcastdirection": "targetthenlookdirection",
"@controllerselfcastable": "true",
"nop": {
"@target": "enemy",
"@skillshotindicatormax": "9",
"@skillshotindicatormin": "3"
},
"pulsingspell": [
{
"@target": "self",
"@spell": "SWORD_SPIN_DAMAGE_NOSTACK",
"@initialinterval": "0",
"@interval": "0.25",
"@count": "3",
"not": {
"IfSpellActive": {
"@who": "Caster",
"@spell": "HEROIC_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "1"
}
}
},
{
"@target": "self",
"@spell": "SWORD_SPIN_DAMAGE",
"@initialinterval": "0",
"@interval": "0.25",
"@count": "3",
"IfConsumeCharges": {
"@who": "Caster",
"@spell": "HEROIC_STACK",
"@charges": "1",
"@casterchargesonly": "true"
}
}
],
"dash": {
"@movespeed": "14.2",
"@animID": "spinattack",
"@ruleset": "constanttime",
"@mindistance": "3",
"@maxdistance": "9",
"@endpositionoffset": "0",
"@standtime": "0.25",
"IfOwnLoadPercent": {
"@op": "less",
"@value": "150"
}
}
}