This commit is contained in:
Nordi98 2025-07-11 20:59:12 +02:00
parent fdd888d405
commit 308c0b6630
29 changed files with 366 additions and 310 deletions

View file

@ -10214,16 +10214,150 @@ itemsData = {
image = 'food_bag.png',
name = 'food_bag',
},
keys = {
scrap_metal = {
shouldClose = true,
type = 'item',
description = '',
weight = 2,
label = 'Motelschlüssel',
weight = 1000,
label = 'scrap_metal',
unique = true,
useable = true,
image = 'keys.png',
name = 'keys',
image = 'scrap_metal.png',
name = 'scrap_metal',
},
old_coin = {
shouldClose = true,
type = 'item',
description = '',
weight = 400,
label = 'old_coin',
unique = true,
useable = true,
image = 'old_coin.png',
name = 'old_coin',
},
rusty_knife = {
shouldClose = true,
type = 'item',
description = '',
weight = 600,
label = 'rusty_knife',
unique = true,
useable = true,
image = 'rusty_knife.png',
name = 'rusty_knife',
},
old_knife = {
shouldClose = true,
type = 'item',
description = '',
weight = 600,
label = 'altes Messer',
unique = true,
useable = true,
image = 'old_knife.png',
name = 'old_knife',
},
bicycle = {
shouldClose = true,
type = 'item',
description = '',
weight = 4000,
label = 'rusty_knife',
unique = true,
useable = true,
image = 'rusty_knife.png',
name = 'rusty_knife',
},
old_ammunition = {
shouldClose = true,
type = 'item',
description = '',
weight = 200,
label = 'old_ammunition',
unique = true,
useable = true,
image = 'old_ammunition.png',
name = 'old_ammunition',
},
old_gun = {
shouldClose = true,
type = 'item',
description = '',
weight = 1000,
label = 'alte Pistole',
unique = true,
useable = true,
image = 'old_gun.png',
name = 'old_gun',
},
escooter = {
shouldClose = true,
type = 'item',
description = '',
weight = 10000,
label = 'E-Scooter',
unique = true,
useable = true,
image = 'escooter.png',
name = 'escooter',
},
safe = {
shouldClose = true,
type = 'item',
description = '',
weight = 20000,
label = 'Tresor',
unique = true,
useable = true,
image = 'safe.png',
name = 'safe',
},
magnet_rope = {
shouldClose = true,
type = 'item',
description = '',
weight = 800,
label = 'Magnetangel Seil',
unique = true,
useable = true,
image = 'magnet_rope.png',
name = 'magnet_rope',
},
basic_magnet = {
shouldClose = true,
type = 'item',
description = '',
weight = 1000,
label = 'Standard Magnet',
unique = true,
useable = true,
image = 'basic_magnet.png',
name = 'basic_magnet',
},
strong_magnet = {
shouldClose = true,
type = 'item',
description = '',
weight = 1000,
label = 'Starker Magnet',
unique = true,
useable = true,
image = 'strong_magnet.png',
name = 'strong_magnet',
},
neodymium_magnet = {
shouldClose = true,
type = 'item',
description = '',
weight = 1500,
label = 'Neodymium Magnet',
unique = true,
useable = true,
image = 'neodymium_magnet.png',
name = 'neodymium_magnet',
},
}