Meat PieActive
FOOD_LOAD_GATHER_P3
Increases your Gathering Yield by 10% and your Max Load by 20% 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.1 | — | 10% |
| {1} | buffovertime[0].value | 0.2 | — | 20% |
| {2} | buffovertime[0].time | 1800 | — | 30:00 |
Ability definition
{
"@uniquename": "FOOD_LOAD_GATHER_P3",
"@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.2",
"@time": "1800",
"@persistsafterknockdown": "true"
},
{
"@target": "self",
"@type": "gatheringyield",
"@value": "0.1",
"@time": "1800",
"@persistsafterknockdown": "true"
},
{
"@target": "self",
"@type": "fishingyield",
"@value": "0.1",
"@time": "1800",
"@persistsafterknockdown": "true"
}
]
}