forked from Simnation/Main
ed
This commit is contained in:
parent
7a9c751d35
commit
681444e6a1
1 changed files with 18 additions and 5 deletions
|
@ -5,7 +5,7 @@ Config = {}
|
|||
-- Separated by gender (0 = male, 1 = female)
|
||||
Config.Backpacks = {
|
||||
[0] = { -- Male backpacks
|
||||
[158] = { -- Example: Small backpack drawable ID for males
|
||||
[116] = { -- Example: Small backpack drawable ID for males
|
||||
maxweight = 10000, -- 10kg
|
||||
slots = 10,
|
||||
label = 'Small Backpack',
|
||||
|
@ -21,21 +21,34 @@ Config.Backpacks = {
|
|||
slots = 15,
|
||||
label = 'Medium Backpack'
|
||||
},
|
||||
[44] = { -- Example: Large backpack drawable ID for males
|
||||
[143] = { -- Example: Large backpack drawable ID for males
|
||||
maxweight = 30000, -- 30kg
|
||||
slots = 20,
|
||||
label = 'Large Backpack'
|
||||
},
|
||||
[52] = { -- Example: Tactical backpack drawable ID for males
|
||||
[142] = { -- Example: Tactical backpack drawable ID for males
|
||||
maxweight = 40000, -- 40kg
|
||||
slots = 25,
|
||||
label = 'Tactical Backpack'
|
||||
},
|
||||
[81] = { -- Example: Hiking backpack drawable ID for males
|
||||
[150] = { -- Example: Hiking backpack drawable ID for males
|
||||
maxweight = 50000, -- 50kg
|
||||
slots = 30,
|
||||
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
|
||||
[158] = { -- Example: Small backpack drawable ID for females
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue