Ghost StrikeActive
GHOSTSTRIKE
Charge through the targeted enemy, dealing 618 magical damage.
Turns you invisible for 1s.
Reduces Energy Costs by 50% for 3s.
If the target has 3 Sunder Armor Charges or you have 3 Assassin Spirit Charges, the ability doesn't go on cooldown.
Consumes all Assassin Spirit Charges or Sunder Armor Charges you have applied.
Stats
| Energy cost | 40 |
|---|---|
| Cooldown | 25 s |
| Cast time | Instant |
| Range | 7 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.
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | directattributechange[0].change | -153 | ×4.042 | 618 |
| {1} | $GHOSTSTRIKE_INVIS.invisibility[0].time | 1 | — | 1s |
| {2} | $GHOSTSTRIKE_BUFF.buffovertime[0].value | 0.5 | — | 50% |
| {3} | $GHOSTSTRIKE_BUFF.buffovertime[0].time | 3 | — | 3s |
| {4} | resetcooldowns[0].IfSpellActive[0].atleastcharges | 3 | — | 3 |
| {5} | resetcooldowns[0].IfSpellActive[1].atleastcharges | 3 | — | 3 |
Ability definition
{
"@uniquename": "GHOSTSTRIKE",
"@target": "enemy",
"@castingtime": "0",
"@keepmovingaftercast": "false",
"@disruptionfactor": "0",
"@recastdelay": "25",
"@energyusage": "10",
"@castrange": "7",
"@hitdelay": "0",
"@standtime": "0",
"@uitype": "damage",
"@category": "damage",
"@showrange": "true",
"@assessment": "negative",
"@cancelautoattackaftercasting": "true",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemy",
"pull": {
"@movespeed": "40",
"@scaleAnim": "true",
"@animID": "charge_dualdagger",
"@target": "self",
"@pullwhere": "ToTarget",
"@enddistance": "-5",
"@ignorecrowdcontrolresistance": "true",
"@ignoreabilitypowerscaling": "true",
"@ignorebonusccdurationscaling": "true",
"@ignorediminishingreturns": "true",
"@donttriggerdiminishingreturns": "true"
},
"resetcooldowns": {
"@target": "self",
"@slot": "offhandormainhand3",
"@amount": "1",
"@relative": "true",
"or": {
"IfSpellActive": [
{
"@who": "Caster",
"@spell": "ASSASSINSPIRIT_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "3"
},
{
"@who": "SpellTarget",
"@spell": "SUNDERARMOR2",
"@casterchargesonly": "true",
"@atleastcharges": "3"
}
]
}
},
"directattributechange": {
"@change": "-153",
"@target": "enemy",
"@effecttype": "magic",
"@attribute": "health"
},
"removeactivespell": [
{
"@target": "enemy",
"@spell": "SUNDERARMOR2",
"@casterchargesonly": "true",
"@charges": "3",
"IfSpellActive": {
"@who": "SpellTarget",
"@spell": "SUNDERARMOR2",
"@casterchargesonly": "true",
"@atleastcharges": "3"
}
},
{
"@target": "self",
"@spell": "ASSASSINSPIRIT_STACK",
"@casterchargesonly": "true",
"@charges": "3",
"IfSpellActive": {
"@who": "Caster",
"@spell": "ASSASSINSPIRIT_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "3"
}
}
],
"applyspell": [
{
"@spell": "GHOSTSTRIKE_BUFF",
"@target": "self"
},
{
"@spell": "GHOSTSTRIKE_INVIS",
"@target": "self"
}
]
}