1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-05 16:40:06 +02:00
parent 7a9c751d35
commit 681444e6a1

View file

@ -5,7 +5,7 @@ Config = {}
-- Separated by gender (0 = male, 1 = female) -- Separated by gender (0 = male, 1 = female)
Config.Backpacks = { Config.Backpacks = {
[0] = { -- Male backpacks [0] = { -- Male backpacks
[158] = { -- Example: Small backpack drawable ID for males [116] = { -- Example: Small backpack drawable ID for males
maxweight = 10000, -- 10kg maxweight = 10000, -- 10kg
slots = 10, slots = 10,
label = 'Small Backpack', label = 'Small Backpack',
@ -21,21 +21,34 @@ Config.Backpacks = {
slots = 15, slots = 15,
label = 'Medium Backpack' label = 'Medium Backpack'
}, },
[44] = { -- Example: Large backpack drawable ID for males [143] = { -- Example: Large backpack drawable ID for males
maxweight = 30000, -- 30kg maxweight = 30000, -- 30kg
slots = 20, slots = 20,
label = 'Large Backpack' label = 'Large Backpack'
}, },
[52] = { -- Example: Tactical backpack drawable ID for males [142] = { -- Example: Tactical backpack drawable ID for males
maxweight = 40000, -- 40kg maxweight = 40000, -- 40kg
slots = 25, slots = 25,
label = 'Tactical Backpack' label = 'Tactical Backpack'
}, },
[81] = { -- Example: Hiking backpack drawable ID for males [150] = { -- Example: Hiking backpack drawable ID for males
maxweight = 50000, -- 50kg maxweight = 50000, -- 50kg
slots = 30, slots = 30,
label = 'Hiking Backpack' label = 'Hiking Backpack'
} },
[116] = { -- Example: Large backpack drawable ID for females
maxweight = 30000, -- 30kg
slots = 20,
label = 'PD Backpack'
},
[115] = { -- Example: Large backpack drawable ID for females
maxweight = 30000, -- 30kg
slots = 20,
label = 'PD Backpack 2'
},
}, },
[1] = { -- Female backpacks [1] = { -- Female backpacks
[158] = { -- Example: Small backpack drawable ID for females [158] = { -- Example: Small backpack drawable ID for females