This commit is contained in:
Nordi98 2025-07-19 01:58:34 +02:00
parent 1af392096b
commit 511bcc4888
2 changed files with 107 additions and 23 deletions

View file

@ -10562,7 +10562,7 @@ itemsData = {
weight = 100,
label = 'Tüte Blue Death',
unique = true,
useable = false,
useable = true,
image = 'bag_blue_death.png',
name = 'bag_blue_death',
},
@ -10570,12 +10570,22 @@ itemsData = {
shouldClose = true,
type = 'item',
description = '',
weight = 50000,
weight = 20000,
label = 'Plastikbox',
unique = true,
useable = false,
useable = true,
image = 'plastic_box.png',
name = 'plastic_box',
},
weapon_repair_kit = {
shouldClose = true,
type = 'item',
description = '',
weight = 1000,
label = 'Plastikbox',
unique = true,
useable = false,
image = 'weapon_repair_kit.png',
name = 'weapon_repair_kit',
},
}