Balanced MindPassive
PASSIVE_ARMOR_BALANCE
Increases all your damage and your Healing Cast, by 4%.
Increases Defense by 2%.
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.04 | — | 4% |
| {1} | buff[6].value | 0.02 | — | 2% |
Ability definition
{
"@uniquename": "PASSIVE_ARMOR_BALANCE",
"@descriptionlocatag": "@SPELLS_PASSIVE_BALANCE_DESC",
"buff": [
{
"@type": "physicalattackdamagebonus",
"@value": "0.04"
},
{
"@type": "physicalspelldamagebonus",
"@value": "0.04"
},
{
"@type": "magicattackdamagebonus",
"@value": "0.04"
},
{
"@type": "magicspelldamagebonus",
"@value": "0.04"
},
{
"@type": "healbonus",
"@value": "0.04"
},
{
"@type": "bonusdefensevsplayers",
"@value": "0.02"
},
{
"@type": "bonusdefensevsmobs",
"@value": "0.02"
}
]
}