Meat PieActive
FOOD_LOAD_GATHER_P2
Increases your Gathering Yield by 7.5% and your Max Load by 15% for 30:00.
Stats
| Cooldown | 3 s |
|---|---|
| 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[1].value | 0.075 | — | 7.5% |
| {1} | buffovertime[0].value | 0.15 | — | 15% |
| {2} | buffovertime[0].time | 1800 | — | 30:00 |
Ability definition
{
"@uniquename": "FOOD_LOAD_GATHER_P2",
"@namelocatag": "@SPELLS_FOOD_LOAD_GATHER",
"@descriptionlocatag": "@SPELLS_FOOD_LOAD_GATHER_DESC",
"@statblock": "@SPELLS_FOOD_STATBLOCK",
"@target": "self",
"@castingtime": "0.8",
"@recastdelay": "3",
"@energyusage": "0",
"@castrange": "0",
"@hitdelay": "0",
"@standtime": "0",
"@keepmovingaftercast": "true",
"@uitype": "heal",
"@category": "foodbuff",
"@neutraleffect": "true",
"@buffpriority": "10",
"@hideMainhandDuringAnim": "true",
"@hideOffhandDuringAnim": "true",
"@spelleffectlocatag": "@SPELLS_FOOD_LOAD_GATHER_BUFF_DESC",
"@displaytextonexpirylocatag": "@SPELL_EXPIRY_MESSAGE_DEFAULT",
"removeactiveeffects": {
"@target": "self",
"@category": "foodbuff"
},
"buffovertime": [
{
"@target": "self",
"@type": "maxloadbonus",
"@value": "0.15",
"@time": "1800",
"@persistsafterknockdown": "true"
},
{
"@target": "self",
"@type": "gatheringyield",
"@value": "0.075",
"@time": "1800",
"@persistsafterknockdown": "true"
},
{
"@target": "self",
"@type": "fishingyield",
"@value": "0.075",
"@time": "1800",
"@persistsafterknockdown": "true"
}
]
}