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