Lumberjack ProficiencyPassive
PASSIVE_AVALON_YIELD_WOOD_T5
Increases your Gathering Yield by 12.5% for Tier 5 Wood or lower.
Stats
| Cast time | Instant |
|---|
Granted by(1)
Advanced view
Where each number comes from, and the arithmetic behind it. How this works
| # | Source | Base | Progression | Result |
|---|---|---|---|---|
| {0} | resourcegatheringbuff[0].value | 0.125 | — | 12.5% |
| {1} | resourcegatheringbuff[0].tier | 5 | — | 5 |
Ability definition
{
"@uniquename": "PASSIVE_AVALON_YIELD_WOOD_T5",
"@descriptionlocatag": "@SPELLS_PASSIVE_AVALON_YIELD_WOOD_DESC",
"@namelocatag": "@SPELLS_PASSIVE_AVALON_YIELD_WOOD_T4",
"@spelleffectlocatag": "@SPELLS_STATUS_YIELD_WOOD_INCREASED",
"resourcegatheringbuff": [
{
"@bufftype": "gatheringyield",
"@resourcetype": "WOOD",
"@tier": "5",
"@value": "0.125"
},
{
"@bufftype": "gatheringyield",
"@resourcetype": "WOOD",
"@tier": "2",
"@value": "0.125"
},
{
"@bufftype": "gatheringyield",
"@resourcetype": "WOOD",
"@tier": "3",
"@value": "0.125"
},
{
"@bufftype": "gatheringyield",
"@resourcetype": "WOOD",
"@tier": "4",
"@value": "0.125"
}
]
}