1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-30 01:50:31 +02:00
parent 723917ed73
commit 06376ec45a

View file

@ -43,22 +43,47 @@ Config.Backpacks = {
slots = 10,
label = 'Small Backpack'
},
[39] = { -- Example: Medium backpack drawable ID for females
[153] = { -- Example: Small backpack drawable ID for females
maxweight = 10000, -- 10kg
slots = 10,
label = 'Small Backpack 2'
},
[148] = { -- Example: Small backpack drawable ID for females
maxweight = 10000, -- 10kg
slots = 10,
label = 'Small Backpack 3'
},
[345] = { -- Example: Medium backpack drawable ID for females
maxweight = 20000, -- 20kg
slots = 15,
label = 'Medium Backpack'
},
[42] = { -- Example: Large backpack drawable ID for females
[147] = { -- Example: Medium backpack drawable ID for females
maxweight = 20000, -- 20kg
slots = 15,
label = 'Medium Backpack 2'
},
[145] = { -- Example: Large backpack drawable ID for females
maxweight = 30000, -- 30kg
slots = 20,
label = 'Large Backpack'
},
[49] = { -- Example: Tactical backpack drawable ID for females
[118] = { -- Example: Large backpack drawable ID for females
maxweight = 30000, -- 30kg
slots = 20,
label = 'PD Backpack'
},
[119] = { -- Example: Large backpack drawable ID for females
maxweight = 30000, -- 30kg
slots = 20,
label = 'PD Backpack 2'
},
[146] = { -- Example: Tactical backpack drawable ID for females
maxweight = 40000, -- 40kg
slots = 25,
label = 'Tactical Backpack'
},
[77] = { -- Example: Hiking backpack drawable ID for females
[151] = { -- Example: Hiking backpack drawable ID for females
maxweight = 50000, -- 50kg
slots = 30,
label = 'Hiking Backpack'