Mortal AgonyActive
SMELLOFBLOOD
Release a threatening pulse in a 6m radius around you, increasing all damage you deal by 15% for 4s.
Reveals invisible enemies hit.
Enemies hit below 50% Health will have their damage resistances reduced by -35% for 4s.
Stats
| Cooldown | 15 s |
|---|---|
| Cast time | Instant |
| Target | Self |
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | applyspell[0].effectarearadius | 6 | — | 6m |
| {1} | buffovertime[0].value | 0.15 | — | 15% |
| {2} | buffovertime[0].time | 4 | — | 4s |
| {3} | applyspell[0].IfTargetHealthPercentage[0].value | 0.5 | — | 50% |
| {4} | $SMELLOFBLOOD_DEBUFF.buffovertime[0].value | -0.35 | — | -35% |
| {5} | $SMELLOFBLOOD_DEBUFF.buffovertime[0].time | 4 | — | 4s |
Ability definition
{
"@uniquename": "SMELLOFBLOOD",
"@target": "self",
"@keepmovingaftercast": "true",
"@castingtime": "0",
"@hitdelay": "0.2",
"@standtime": "0.4",
"@disruptionfactor": "1",
"@recastdelay": "15",
"@energyusage": "0",
"@castrange": "0",
"@uitype": "buff",
"@category": "buff",
"@assessment": "negative",
"@statblock": "@SPELLS_STANDARD_STATBLOCK",
"@spelleffectlocatag": "@SPELLS_STATUS_DAMAGE_INCREASED",
"@autoattackcooldownaftercasting": "Trigger",
"@controllerpreferredtarget": "neutral",
"applyspell": {
"@spell": "SMELLOFBLOOD_DEBUFF",
"@target": "enemy",
"@effectarearadius": "6",
"IfTargetHealthPercentage": {
"@op": "less",
"@value": "0.5"
}
},
"removeactiveeffects": {
"@category": "invisibility",
"@target": "enemy",
"@effectarearadius": "6"
},
"interruptcast": {
"@target": "enemy",
"@effectarearadius": "6",
"@allownegativeeffectonally": "true",
"IfIsTargetChanneling": {
"@category": "invisibility"
}
},
"buffovertime": [
{
"@target": "self",
"@value": "0.15",
"@time": "4",
"@type": "physicalattackdamagebonus"
},
{
"@target": "self",
"@value": "0.15",
"@time": "4",
"@type": "magicattackdamagebonus"
},
{
"@target": "self",
"@value": "0.15",
"@time": "4",
"@type": "physicalspelldamagebonus"
},
{
"@target": "self",
"@value": "0.15",
"@time": "4",
"@type": "magicspelldamagebonus"
}
]
}