Gathering PotionActive
POTION_GATHER_P8
Increase your Gather and Fishing Speed by 40% and your Gather and Fishing Yield by 10% for 1:00.
Stats
| Cooldown | 60 s |
|---|---|
| Cast time | Instant |
| 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.4 | — | 40% |
| {1} | buffovertime[1].value | 0.1 | — | 10% |
| {2} | buffovertime[0].time | 60 | — | 1:00 |
Ability definition
{
"@uniquename": "POTION_GATHER_P8",
"@target": "self",
"@castingtime": "0",
"@recastdelay": "60",
"@energyusage": "0",
"@castrange": "0",
"@hitdelay": "0.0",
"@standtime": "0.0",
"@uitype": "buff",
"@category": "instant",
"@neutraleffect": "true",
"@castablewhensilenced": "true",
"@castablewhenstunned": "true",
"@spelleffectlocatag": "@SPELLS_POTION_GATHER_BUFF_INCREASED",
"@statblock": "@SPELLS_POTION_STATBLOCK",
"@namelocatag": "@SPELLS_POTION_GATHER",
"@descriptionlocatag": "@SPELLS_POTION_GATHER_DESC",
"@controllerpreferredtarget": "neutral",
"locareferences": {
"description": {
"locareference": [
{
"@tag": "$buffovertime[0].value$"
},
{
"@tag": "$buffovertime[1].value$"
},
{
"@tag": "$buffovertime[0].time$"
}
]
},
"spelleffect": {
"locareference": [
{
"@tag": "$buffovertime[0].value$"
},
{
"@tag": "$buffovertime[1].value$"
}
]
}
},
"removeactivespell": [
{
"@target": "self",
"@spell": "POTION_GATHER_P1"
},
{
"@target": "self",
"@spell": "POTION_GATHER_P2"
},
{
"@target": "self",
"@spell": "POTION_GATHER_P3"
},
{
"@target": "self",
"@spell": "POTION_GATHER_P4"
},
{
"@target": "self",
"@spell": "POTION_GATHER_P5"
},
{
"@target": "self",
"@spell": "POTION_GATHER_P6"
},
{
"@target": "self",
"@spell": "POTION_GATHER_P7"
}
],
"buffovertime": [
{
"@type": "gatheringspeed",
"@target": "self",
"@value": "0.4",
"@time": "60"
},
{
"@type": "gatheringyield",
"@target": "self",
"@value": "0.1",
"@time": "60"
},
{
"@type": "fishingspeed",
"@target": "self",
"@value": "0.4",
"@time": "60"
},
{
"@type": "fishingyield",
"@target": "self",
"@value": "0.1",
"@time": "60"
}
],
"spelleffectfx": {
"@constraintpreset": "pointconstraint"
}
}