Wood CarrierPassive
PASSIVE_BACKPACK_WOOD_T4
Reduces the Weight of Tier 4 Wood or lower by 30%.
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} | dummypassive.value | 4 | — | 4 |
| {1} | weightbonus[0].value | 0.3 | — | 30% |
Ability definition
{
"@uniquename": "PASSIVE_BACKPACK_WOOD_T4",
"@descriptionlocatag": "@SPELLS_PASSIVE_BACKPACK_WOOD_DESC",
"@namelocatag": "@SPELLS_PASSIVE_BACKPACK_WOOD_T4",
"dummypassive": {
"@value": "4"
},
"weightbonus": [
{
"@item": "T1_WOOD",
"@value": "0.3"
},
{
"@item": "T2_WOOD",
"@value": "0.3"
},
{
"@item": "T3_WOOD",
"@value": "0.3"
},
{
"@item": "T4_WOOD",
"@value": "0.3"
},
{
"@item": "T4_WOOD_LEVEL1",
"@value": "0.3"
},
{
"@item": "T4_WOOD_LEVEL2",
"@value": "0.3"
},
{
"@item": "T4_WOOD_LEVEL3",
"@value": "0.3"
},
{
"@item": "T4_WOOD_LEVEL4",
"@value": "0.3"
}
]
}