AggressionPassive
PASSIVE_ARMOR_INCREASED_DAMAGE
Increases all your damage and Healing Cast by 8%.
Stats
| Cast time | Instant |
|---|
Granted by(10)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | buff[0].value | 0.08 | — | 8% |
Ability definition
{
"@uniquename": "PASSIVE_ARMOR_INCREASED_DAMAGE",
"@descriptionlocatag": "@SPELLS_PASSIVE_INCREASED_DAMAGE_DESC",
"buff": [
{
"@type": "physicalattackdamagebonus",
"@value": "0.08"
},
{
"@type": "physicalspelldamagebonus",
"@value": "0.08"
},
{
"@type": "magicattackdamagebonus",
"@value": "0.08"
},
{
"@type": "magicspelldamagebonus",
"@value": "0.08"
},
{
"@type": "healbonus",
"@value": "0.08"
}
]
}