Fish PieActive
FOOD_FISH_LOAD_GATHER_P3
Increases your Gathering Yield by 10%, your Max Load by 15%, and your Crowd Control Resistance by 22.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[1].value | 0.1 | — | 10% |
| {1} | buffovertime[0].value | 0.15 | — | 15% |
| {2} | buffovertime[3].value | 0.225 | — | 22.5% |
| {3} | buffovertime[0].time | 1800 | — | 30:00 |
Ability definition
{
"@uniquename": "FOOD_FISH_LOAD_GATHER_P3",
"@namelocatag": "@SPELLS_FOOD_FISH_LOAD_GATHER",
"@descriptionlocatag": "@SPELLS_FOOD_FISH_LOAD_GATHER_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_FOOD_FISH_LOAD_GATHER_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.1",
"@time": "1800",
"@persistsafterknockdown": "true"
},
{
"@target": "self",
"@type": "fishingyield",
"@value": "0.1",
"@time": "1800",
"@persistsafterknockdown": "true"
},
{
"@target": "self",
"@type": "bonusccrvsplayers",
"@value": "0.225",
"@time": "1800",
"@persistsafterknockdown": "true"
},
{
"@target": "self",
"@type": "bonusccrvsmobs",
"@value": "0.225",
"@time": "1800",
"@persistsafterknockdown": "true"
}
]
}