does item 'upgradeCost' refer to what is required to upgrade the item to the next level, or what is required to upgrade the item from the previous level?
burletta_i is the initial level
|
"upgradeCost": { |
|
"mechanical_components": 3, |
|
"simple_gun_parts": 1 |
|
}, |
burletta_iv is the final level
|
"upgradeCost": { |
|
"light_gun_parts": 1, |
|
"mechanical_components": 4 |
|
}, |
i don't see how it can be consistent with both
does item 'upgradeCost' refer to what is required to upgrade the item to the next level, or what is required to upgrade the item from the previous level?
burletta_iis the initial levelarcraiders-data/items/burletta_i.json
Lines 184 to 187 in 1c2e2e1
burletta_ivis the final levelarcraiders-data/items/burletta_iv.json
Lines 61 to 64 in 1c2e2e1
i don't see how it can be consistent with both