Meat StewActive
FOOD_BUFF_DMG_P3
Increases all damage you deal by 9.5% for 30:00.
Stats
| Cast time | 0.8 s |
|---|---|
| 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} | buffovertime[0].value | 0.095 | — | 9.5% |
| {1} | buffovertime[0].time | 1800 | — | 30:00 |
Ability definition
{
"@uniquename": "FOOD_BUFF_DMG_P3",
"@namelocatag": "@SPELLS_FOOD_BUFF_DMG",
"@descriptionlocatag": "@SPELLS_FOOD_BUFF_DMG_DESC",
"@statblock": "@SPELLS_FOOD_STATBLOCK",
"@target": "self",
"@castingtime": "0.8",
"@recastdelay": "0",
"@energyusage": "0",
"@castrange": "0",
"@hitdelay": "0",
"@standtime": "0",
"@keepmovingaftercast": "true",
"@uitype": "heal",
"@category": "foodbuff",
"@neutraleffect": "true",
"@buffpriority": "10",
"@hideMainhandDuringAnim": "true",
"@hideOffhandDuringAnim": "true",
"@spelleffectlocatag": "@SPELLS_STATUS_DAMAGE_INCREASED",
"@displaytextonexpirylocatag": "@SPELL_EXPIRY_MESSAGE_DEFAULT",
"removeactiveeffects": {
"@target": "self",
"@category": "foodbuff"
},
"buffovertime": [
{
"@target": "self",
"@type": "physicalattackdamagebonus",
"@value": "0.095",
"@time": "1800",
"@persistsafterknockdown": "true"
},
{
"@target": "self",
"@type": "physicalspelldamagebonus",
"@value": "0.095",
"@time": "1800",
"@persistsafterknockdown": "true"
},
{
"@target": "self",
"@type": "magicattackdamagebonus",
"@value": "0.095",
"@time": "1800",
"@persistsafterknockdown": "true"
},
{
"@target": "self",
"@type": "magicspelldamagebonus",
"@value": "0.095",
"@time": "1800",
"@persistsafterknockdown": "true"
}
]
}