diff --git a/resources/[inventory]/nordi_backpack/config.lua b/resources/[inventory]/nordi_backpack/config.lua index 2dfd6d2d9..c1b573f99 100644 --- a/resources/[inventory]/nordi_backpack/config.lua +++ b/resources/[inventory]/nordi_backpack/config.lua @@ -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