InterruptActive
INTERRUPT2
Bash the targeted enemy with your sword, interrupting the target's spell casting.
Deals 256 physical damage.
Increases your Auto-Attack Damage by 20% for each Heroic Charge on you (stacks up to 3 times) for 5s.
Stats
| Energy cost | 23 |
|---|---|
| Cooldown | 10 s |
| Cast time | Instant |
| Range | 3 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 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} | directattributechange[0].change | -77.51 | ×3.301 | 256 |
| {1} | $INTERRUPT2_BUFF.buffovertime[0].value | 0.2 | — | 20% |
| {2} | $INTERRUPT2_BUFF.maxcharges | 3 | — | 3 |
| {3} | $INTERRUPT2_BUFF.buffovertime[0].time | 5 | — | 5s |
Ability definition
{
"@uniquename": "INTERRUPT2",
"@castupperbodyblendtime": "0.001",
"@target": "enemy",
"@castingtime": "0",
"@hitdelay": "0",
"@standtime": "0.3",
"@disruptionfactor": "1",
"@recastdelay": "10",
"@energyusage": "7",
"@castrange": "3",
"@uitype": "damage",
"@category": "damage",
"@animIgnoreHitDelay": "true",
"@showrange": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@unlockedtoequip": "false",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemy",
"directattributechange": {
"@target": "enemy",
"@attribute": "health",
"@change": "-77.51",
"@effecttype": "physical",
"@interruptscasting": "true"
},
"applyspell": [
{
"@target": "self",
"@spell": "INTERRUPT2_BUFF",
"IfSpellActive": {
"@who": "Caster",
"@spell": "HEROIC_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "3"
}
},
{
"@target": "self",
"@spell": "INTERRUPT2_BUFF",
"IfSpellActive": {
"@who": "Caster",
"@spell": "HEROIC_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "2"
}
},
{
"@target": "self",
"@spell": "INTERRUPT2_BUFF",
"IfSpellActive": {
"@who": "Caster",
"@spell": "HEROIC_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "1"
}
}
]
}