1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-19 01:38:55 +02:00
parent 4998ebf086
commit 4e2f283d8a
6 changed files with 8 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View file

@ -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
}
}

View file

@ -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,
},

View file

@ -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.