Wood CarrierPassive
PASSIVE_BACKPACK_WOOD_T5
Reduces the Weight of Tier 5 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 | 5 | — | 5 |
| {1} | weightbonus[0].value | 0.3 | — | 30% |
Ability definition
{
"@uniquename": "PASSIVE_BACKPACK_WOOD_T5",
"@descriptionlocatag": "@SPELLS_PASSIVE_BACKPACK_WOOD_DESC",
"@namelocatag": "@SPELLS_PASSIVE_BACKPACK_WOOD_T4",
"dummypassive": {
"@value": "5"
},
"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"
},
{
"@item": "T5_WOOD",
"@value": "0.3"
},
{
"@item": "T5_WOOD_LEVEL1",
"@value": "0.3"
},
{
"@item": "T5_WOOD_LEVEL2",
"@value": "0.3"
},
{
"@item": "T5_WOOD_LEVEL3",
"@value": "0.3"
},
{
"@item": "T5_WOOD_LEVEL4",
"@value": "0.3"
}
]
}