Slit ThroatActive
EXECUTEDAGGER
Land a devastating blow on the targeted enemy, dealing physical damage based on the amount of Assassin Spirit Charges on you or Sunder Armor Charges on the enemy (can't be interrupted).
Inflicts a bleed dealing physical damage based on the amount of Assassin Spirit Charges on you or Sunder Armor Charges on the enemy over 4s.
Reduces Healing Received by -20% for 4s.
Charges: 0 | 1 | 2 | 3
Direct Damage: 348 | 549 | 825 | 1169
Bleed Damage: 115 | 183 | 275 | 390
Consumes all Assassin Spirit and Sunder Armor Charges on you and the target.
Stats
| Energy cost | 42 |
|---|---|
| Cooldown | 15 s |
| Cast time | 0.4 s |
| 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.
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | $EXECUTEDAGGER_EFFECT0.attributechangeovertime[0].totalduration | 4 | — | 4s |
| {1} | buffovertime[0].value | -0.2 | — | -20% |
| {2} | buffovertime[0].time | 4 | — | 4s |
| {3} | $EXECUTEDAGGER_EFFECT0.directattributechange[0].change | -92 | ×3.784 | 348 |
| {4} | $EXECUTEDAGGER_EFFECT1.directattributechange[0].change | -145 | ×3.784 | 549 |
| {5} | $EXECUTEDAGGER_EFFECT2.directattributechange[0].change | -218 | ×3.784 | 825 |
| {6} | $EXECUTEDAGGER_EFFECT3.directattributechange[0].change | -309 | ×3.784 | 1169 |
| {7} | $EXECUTEDAGGER_EFFECT0.attributechangeovertime[0].totalchange | -30.32 | ×3.784 | 115 |
| {8} | $EXECUTEDAGGER_EFFECT1.attributechangeovertime[0].totalchange | -48.48 | ×3.784 | 183 |
| {9} | $EXECUTEDAGGER_EFFECT2.attributechangeovertime[0].totalchange | -72.64 | ×3.784 | 275 |
| {10} | $EXECUTEDAGGER_EFFECT3.attributechangeovertime[0].totalchange | -103.04 | ×3.784 | 390 |
Ability definition
{
"@uniquename": "EXECUTEDAGGER",
"@target": "enemy",
"@keepmovingaftercast": "false",
"@castingtime": "0.4",
"@hitdelay": "0",
"@standtime": "0.4",
"@disruptionfactor": "1",
"@recastdelay": "15",
"@energyusage": "11",
"@castrange": "3",
"@uitype": "damage",
"@category": "damage",
"@showrange": "true",
"@assessment": "negative",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@spelleffectlocatag": "@SPELLS_STATUS_HEALING_RECEIVED_DECREASED",
"@interruptiblebyspell": "false",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "enemy",
"applyspell": [
{
"@spell": "EXECUTEDAGGER_EFFECT0",
"@target": "enemy",
"or": {
"not": {
"IfSpellActive": [
{
"@who": "SpellTarget",
"@spell": "SUNDERARMOR2",
"@casterchargesonly": "true",
"@atleastcharges": "1"
},
{
"@who": "Caster",
"@spell": "ASSASSINSPIRIT_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "1"
}
]
}
}
},
{
"@spell": "EXECUTEDAGGER_EFFECT1",
"@target": "enemy",
"or": [
{
"IfSpellActive": [
{
"@who": "SpellTarget",
"@spell": "SUNDERARMOR2",
"@casterchargesonly": "true",
"@atleastcharges": "1"
},
{
"@who": "Caster",
"@spell": "ASSASSINSPIRIT_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "1"
}
]
},
{
"not": {
"IfSpellActive": [
{
"@who": "SpellTarget",
"@spell": "SUNDERARMOR2",
"@casterchargesonly": "true",
"@atleastcharges": "2"
},
{
"@who": "Caster",
"@spell": "ASSASSINSPIRIT_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "2"
}
]
}
}
]
},
{
"@spell": "EXECUTEDAGGER_EFFECT2",
"@target": "enemy",
"or": [
{
"IfSpellActive": [
{
"@who": "SpellTarget",
"@spell": "SUNDERARMOR2",
"@casterchargesonly": "true",
"@atleastcharges": "2"
},
{
"@who": "Caster",
"@spell": "ASSASSINSPIRIT_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "2"
}
]
},
{
"not": {
"IfSpellActive": [
{
"@who": "SpellTarget",
"@spell": "SUNDERARMOR2",
"@casterchargesonly": "true",
"@atleastcharges": "3"
},
{
"@who": "Caster",
"@spell": "ASSASSINSPIRIT_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "3"
}
]
}
}
]
},
{
"@spell": "EXECUTEDAGGER_EFFECT3",
"@target": "enemy",
"or": {
"IfSpellActive": [
{
"@who": "SpellTarget",
"@spell": "SUNDERARMOR2",
"@casterchargesonly": "true",
"@atleastcharges": "3"
},
{
"@who": "Caster",
"@spell": "ASSASSINSPIRIT_STACK",
"@casterchargesonly": "true",
"@atleastcharges": "3"
}
]
}
}
],
"buffovertime": {
"@target": "enemy",
"@type": "healmodifier",
"@value": "-0.20",
"@time": "4"
},
"removeactivespell": [
{
"@target": "enemy",
"@spell": "SUNDERARMOR2",
"@casterchargesonly": "true"
},
{
"@target": "self",
"@spell": "ASSASSINSPIRIT_STACK",
"@casterchargesonly": "true"
}
],
"spelleffectfx": {
"@constraintpreset": "pointconstraint"
}
}