forked from Simnation/Main
ed
This commit is contained in:
parent
4998ebf086
commit
4e2f283d8a
6 changed files with 8 additions and 7 deletions
BIN
resources/[inventory]/cs_shops/ui/image/plastic_box.png
Normal file
BIN
resources/[inventory]/cs_shops/ui/image/plastic_box.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 126 KiB |
BIN
resources/[inventory]/inventory_images/images/plastic_box.png
Normal file
BIN
resources/[inventory]/inventory_images/images/plastic_box.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 126 KiB |
|
@ -315,8 +315,8 @@ config.slotsMaxWeights = {
|
|||
maxWeight = 10000
|
||||
},
|
||||
glovebox = { -- These values will be active if maxweight and slots data is not sent in the glovebox event
|
||||
slots = 4,
|
||||
maxWeight = 4000
|
||||
slots = 6,
|
||||
maxWeight = 40000
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -14,12 +14,12 @@ config.itemStash = {
|
|||
},
|
||||
{
|
||||
item = "food_bag",
|
||||
maxweight = 10,
|
||||
slots = 4,
|
||||
maxweight = 1000,
|
||||
slots = 6,
|
||||
},
|
||||
{
|
||||
item = "box",
|
||||
maxweight = 50000,
|
||||
item = "plastic_box",
|
||||
maxweight = 20000,
|
||||
slots = 20,
|
||||
},
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
-- 0 = no limit
|
||||
|
||||
config.defaultMaxStackAmount = 100 -- Sets the max limit for each item not in the config.maxStacks table
|
||||
config.defaultMaxStackAmount = 40 -- Sets the max limit for each item not in the config.maxStacks table
|
||||
|
||||
config.weaponMaxStack = {
|
||||
active = true, -- if true, the max stack of all weapons will be set to maxStack value.
|
||||
|
@ -18,6 +18,7 @@ config.maxStacks = {
|
|||
black_money_item = 0, -- no limit
|
||||
weapon_petrolcan = 1,
|
||||
printerdocument = 1,
|
||||
plastic_box = 1,
|
||||
|
||||
c_necklace = 1,
|
||||
c_bproof = 1,
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue