1
0
Fork 0
forked from Simnation/Main
Main/resources/[qb]/qb-core/shared/items.lua

9481 lines
227 KiB
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
QBShared = QBShared or {}
QBShared.Items = {
2025-06-26 02:20:35 +02:00
driver_license = {
name = 'driver_license',
label = 'Drivers License',
description = 'Permit to show you can drive a vehicle',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'driver_license.png',
weight = 0,
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
nitrous = {
name = 'nitrous',
label = 'Nitrous',
description = 'Speed up, gas pedal! :D',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'nitrous.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
perseuscamo_attachment = {
name = 'perseuscamo_attachment',
label = 'Perseus Camo',
description = 'A perseus camo for a weapon',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'perseuscamo_attachment.png',
weight = 1000,
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
lighting_controller = {
name = 'lighting_controller',
label = 'Neon Controller',
description = 'Alle Farben des Regenbogens per Knopfdruck',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'lighting_controller.png',
weight = 100,
unique = true,
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-26 02:20:35 +02:00
},
casinochips = {
name = 'casinochips',
label = 'Casino Chips',
description = 'Chips For Casino Gambling',
type = 'item',
image = 'casinochips.png',
2025-06-25 19:17:30 +02:00
weight = 0,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
pizza_burger = {
name = 'pizza_burger',
label = 'Pizza Burger',
description = 'Zartes Wagyu-Patty, würzige Salami, fruchtige Tomatensauce und geschmolzener Mozzarella, serviert in fluffigen Brioche Buns',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ChatGPT_Image_26._Apr._2025__18_16_22-removebg-preview.png',
weight = 200,
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
gg_rabbit_pelt_03 = {
name = 'gg_rabbit_pelt_03',
label = 'Makelloses Kaninchenfell',
description = '',
type = 'item',
image = 'gg_rabbit_pelt_03.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
hopfen = {
name = 'hopfen',
label = 'Hopfen',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'hopfen.png',
weight = 100,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
gg_hunting_knife_02 = {
name = 'gg_hunting_knife_02',
label = 'verbessertes Jagdmesser',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_hunting_knife_02.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_assaultrifle_mk2 = {
name = 'weapon_assaultrifle_mk2',
label = 'Assault Rifle Mk II',
ammotype = 'AMMO_RIFLE',
description = 'Assault Rifle MK2',
type = 'weapon',
image = 'weapon_assaultrifle_mk2.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
eis_konfekt = {
name = 'eis_konfekt',
label = 'Eis Konfekt',
description = 'Eis Konfekt der erfrischende Klassiker aus den 70er Jahren!',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ChatGPT_Image_27._Apr._2025__12_24_22-removebg-preview.png',
2025-06-25 19:17:30 +02:00
weight = 100,
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
flood_light = {
name = 'flood_light',
label = 'Outdoor Lampe',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'flood_light.png',
weight = 600,
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_17 = {
name = 'weapontint_mk2_17',
label = 'Bold Red Features Tint',
description = 'Bold Red Features Weapon Tint for MK2 Weapons',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
dirt = {
name = 'dirt',
label = 'Erde',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'dirt.png',
weight = 200,
unique = false,
useable = false,
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_garbagebag = {
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_garbagebag.png',
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
weight = 1000,
unique = true,
name = 'weapon_garbagebag',
description = 'A garbage bag',
label = 'Garbage Bag',
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
gg_cougar_claw_03 = {
name = 'gg_cougar_claw_03',
label = 'Makellose Puma-Klaue',
2025-06-24 22:00:28 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_cougar_claw_03.png',
weight = 500,
2025-06-25 19:17:30 +02:00
unique = true,
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
juice = {
name = 'juice',
label = 'Saft',
description = 'Wenn hier Anna nass macht dann bin ICH das !!!!',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'juice.png',
weight = 100,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
red_phone = {
name = 'red_phone',
label = 'iFruit 12XR Rot',
description = '„So smart, es wundert sich selbst, warum es bei dir gelandet ist.“',
type = 'item',
image = 'red_phone.png',
weight = 0.09999999999999432,
2025-06-25 19:17:30 +02:00
unique = true,
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
plank = {
name = 'plank',
label = 'Brett ',
description = 'Brett vorm Kopf oder so...',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'plank.png',
weight = 600,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
tavor25 = {
name = 'tavor25',
label = 'Tavor 2,5 mg',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'tavor25.png',
weight = 20,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
gg_captured_hen = {
name = 'gg_captured_hen',
label = 'Gefangenes Huhn',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_captured_hen.png',
weight = 5000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
katzenfutter = {
name = 'katzenfutter',
label = 'Katzenfutter',
description = 'besser als das was du hier zu essen bekommst XD',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'catfood.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
pipe = {
name = 'pipe',
label = 'Pfeife',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'pipe.png',
weight = 400,
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
hotdog_deluxe = {
name = 'hotdog_deluxe',
label = 'Deluxe Hotdog',
description = 'Der König unter den Hotdogs',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'hotdogdeluxe-removebg-preview.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
plastic = {
name = 'plastic',
label = 'Kunststoff',
description = 'RECYCLE! - Greta Thunberg 2019',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'plastic.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
v12_engine = {
name = 'v12_engine',
label = 'V12 Motor',
description = '',
2025-06-10 20:04:39 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'v12_engine.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
big_bottle_tide = {
name = 'big_bottle_tide',
label = 'große Flasche Orange O Tang',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'big_bottle_tide.png',
weight = 600,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_marksmanrifle = {
name = 'weapon_marksmanrifle',
label = 'Besseres Jagdgewehr',
ammotype = 'AMMO_SNIPER',
description = '... die Sonntagsjäger fahrn in den Touristenwald ...',
type = 'weapon',
image = 'screenshot_395-removebg-preview.png',
weight = 1000,
unique = true,
useable = false,
},
scookie = {
name = 'scookie',
label = 'Soft Cookie',
description = 'Ein Softcookie ist ein weicher, saftiger Keks mit einer zarten Textur, der oft noch leicht warm und innen herrlich chewy ist.',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'softccookie.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
barrel_attachment = {
name = 'barrel_attachment',
label = 'Barrel',
description = 'A barrel for a weapon',
type = 'item',
image = 'barrel_attachment.png',
weight = 1000,
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
chainsaw = {
name = 'chainsaw',
label = 'Kettensäge',
description = 'Fichtenmoped..... Benzinbiber..... ',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'chainsaw.png',
weight = 600,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
gardenshovel = {
name = 'gardenshovel',
label = 'Gartenschaufel',
2025-06-23 11:41:02 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gardenshovel.png',
weight = 0.09999999999999432,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
grip_attachment = {
name = 'grip_attachment',
label = 'Grip',
description = 'A grip for a weapon',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'grip_attachment.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
shaft = {
name = 'shaft',
label = 'Waffenschaft',
description = 'Schaft: Der ruhige Held der Waffe immer da, wenn man ihn braucht, aber nie im Mittelpunkt',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ar_grip.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
cash = {
name = 'cash',
label = 'Bargeld',
description = 'Nur Bares ist wares...',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cash.png',
2025-06-25 19:17:30 +02:00
weight = 0,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
heimdalls_watch = {
name = 'heimdalls_watch',
label = 'Heimdall\'s Watch',
description = 'Scharf und klar wie Heimdalls Auge, aber mit einem farbenfrohen Twist.',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'HeimdallsWatch.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_20 = {
name = 'weapontint_mk2_20',
label = 'Bold Yellow Features Tint',
description = 'Bold Yellow Features Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_12 = {
name = 'weapontint_mk2_12',
label = 'Orange Contrast Tint',
description = 'Orange Contrast Weapon Tint for MK2 Weapons',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-25 19:17:30 +02:00
image = 'weapontint_black.png',
2025-06-26 02:20:35 +02:00
weight = 1000,
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
oxy = {
name = 'oxy',
label = 'Prescription Oxy',
description = 'The Label Has Been Ripped Off',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'oxy.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
cleaning_kit = {
name = 'cleaning_kit',
label = 'Premium Putzlappen ',
description = 'Für die schnelle Reinigung',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = '',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-08 18:52:38 +02:00
},
2025-06-26 02:20:35 +02:00
pistol_smallscope = {
name = 'pistol_smallscope',
label = 'MK2 Revolver Visier',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'smallscope_attachment.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
penicillin = {
name = 'penicillin',
label = 'Penicillin',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'penicillin.png',
weight = 20,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
filled_evidence_bag = {
name = 'filled_evidence_bag',
label = 'Evidence Bag',
description = 'A filled evidence bag to see who committed the crime >:(',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'evidence.png',
2025-06-25 19:17:30 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = true,
useable = false,
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_proxmine = {
type = 'weapon',
image = 'weapon_proximitymine.png',
useable = false,
2025-06-24 22:00:28 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
name = 'weapon_proxmine',
description = 'A bomb placed on the ground that detonates when going within its proximity',
label = 'Proxmine Grenade',
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
cosmetic_part = {
name = 'cosmetic_part',
label = 'Cosmetickit',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cosmetic_part.png',
weight = 0,
2025-06-16 01:11:07 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
lokis_trickery = {
name = 'lokis_trickery',
label = 'Loki\'s Trickery',
description = 'Unvorhersehbar und gefährlich, genau wie der Gott der Streiche selbst.',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'LokisTrickery.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
coffeemug = {
name = 'coffeemug',
label = 'Tasse Kaffee',
description = '„Kaffee? Nein, das ist flüssiger Wahnsinn in \'ner Keramikgranate. Perfekt zum Durchziehen von Überfällen, Steuererklärungen oder Montagen.“',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'coffeemug.png',
weight = 100,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
meth_route = {
name = 'meth_route',
label = 'Meth Route',
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'meth_route.png',
weight = 10,
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
narketan = {
name = 'narketan',
label = 'Narketan',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_696-removebg-preview.png',
weight = 250,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
aspirin = {
name = 'aspirin',
label = 'Aspirin',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'aspirin.png',
weight = 20,
unique = false,
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
comp_attachment = {
name = 'comp_attachment',
label = 'Compensator',
description = 'A compensator for a weapon',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'comp_attachment.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_knife = {
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_knife.png',
2025-06-24 22:00:28 +02:00
useable = false,
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
name = 'weapon_knife',
description = 'An instrument composed of a blade fixed into a handle, used for cutting or as a weapon',
label = 'Messer',
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
electronickit = {
name = 'electronickit',
label = 'Electronic Kit',
description = 'If you\'ve always wanted to build a robot you can maybe start here. Maybe you\'ll be the new Elon Musk?',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'electronickit.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
heimdalls_guard_bread = {
name = 'heimdalls_guard_bread',
label = 'Heimdalls Guard Bread',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'HeimdallsGuardBread.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
raw_short_ribs = {
name = 'raw_short_ribs',
label = 'rohe Short Ribs',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'raw_short_ribs.png',
weight = 200,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
stancing_kit = {
name = 'stancing_kit',
label = 'Stancing Kit',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'stancing_kit.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
dackelk = {
name = 'dackelk',
label = 'Dackelklatscher',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Dackelklatscher.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
odins_mead = {
name = 'odins_mead',
label = ' Odin\'s Mead',
description = 'Ein weises Getränk, so alt wie die Geschichten von Asgard selbst.',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'OdinsMead.png',
weight = 200,
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-25 19:17:30 +02:00
deployable_light = {
name = 'deployable_light',
label = 'Aufsetzt Rundumleuchte',
2025-06-26 02:20:35 +02:00
description = '',
type = 'item',
2025-06-25 19:17:30 +02:00
image = 'deployable_light.png',
2025-06-26 02:20:35 +02:00
weight = 250,
unique = true,
2025-06-24 22:00:28 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
boxmilk = {
name = 'boxmilk',
label = 'Karton mit Milch',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'boxmilk.png',
weight = 1200,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
cottoncandy = {
name = 'cottoncandy',
label = 'Zuckerwatte',
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_693-removebg-preview.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
useable = true,
2025-06-10 20:04:39 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapon_flare = {
name = 'weapon_flare',
label = 'Flare pistol',
ammotype = 'AMMO_FLARE',
description = 'A small pyrotechnic devices used for illumination and signalling',
type = 'weapon',
image = 'weapon_flare.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
useable = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
weed_amnesia_seed = {
name = 'weed_amnesia_seed',
label = 'Amnesia Seed',
description = 'A weed seed of Amnesia',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weed_seed.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
lokis_trickster_punch = {
name = 'lokis_trickster_punch',
label = 'Lokis Trickster Punch',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'LokisTricksterPunch.png',
weight = 10,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
aluminumoxide = {
name = 'aluminumoxide',
label = 'Aluminium Powder',
description = 'Some powder to mix with',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'aluminumoxide.png',
weight = 100,
unique = false,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
packung = {
name = 'packung',
label = 'leere Verpackung',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'packung.png',
weight = 400,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
boxorange = {
name = 'boxorange',
label = 'Kiste Orangen',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'boxorange.png',
weight = 1000,
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
freyas_kiss = {
name = 'freyas_kiss',
label = 'Freya\'s Kiss',
description = 'Ein verführerischer und zarter Drink, der die Schönheit der Göttin Freya widerspiegelt.',
type = 'item',
image = 'FreyasKiss.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
raw_sausages = {
name = 'raw_sausages',
label = 'rohe Bratwurst',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'raw_sausages.png',
2025-06-11 17:02:33 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
burrito = {
name = 'burrito',
label = 'Burrito',
description = '',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_690-removebg-preview.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
zeckenschutzmittel = {
name = 'zeckenschutzmittel',
label = 'Zeckenschutzmittel',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Zeckenschutzmittel.png',
weight = 25,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_fireextinguisher = {
type = 'weapon',
image = 'weapon_fireextinguisher.png',
useable = false,
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
name = 'weapon_fireextinguisher',
description = 'A portable device that discharges a jet of water, foam, gas, or other material to extinguish a fire',
label = 'Fire Extinguisher',
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
billokaffee = {
name = 'billokaffee',
label = 'Billo Kaffee',
description = 'Die Schande Kolumbiens',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'billokaffee.png',
weight = 80,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
drum_attachment = {
name = 'drum_attachment',
label = 'Drum',
description = 'A drum for a weapon',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'drum_attachment.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
thiopental = {
name = 'thiopental',
label = 'Thiopental',
2025-06-23 11:41:02 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_696-removebg-preview.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
akrinor = {
name = 'akrinor',
label = 'Akrinor',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'akrinor.png',
weight = 20,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_27 = {
name = 'weapontint_mk2_27',
label = 'Metallic Red Tint',
description = 'Metallic Red Weapon Tint for MK2 Weapons',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
laptop = {
name = 'laptop',
label = 'Laptop',
description = 'Expensive laptop',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'laptop.png',
weight = 4000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
big_bottle_cola = {
name = 'big_bottle_cola',
label = 'große Flasche E-Cola',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'big_bottle_cola.png',
weight = 600,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
etilefrin = {
name = 'etilefrin',
label = 'Etilefrin',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_696-removebg-preview.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
gg_coyote_fangs_02 = {
name = 'gg_coyote_fangs_02',
label = 'Robuster Kojotenzahn',
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_coyote_fangs_02.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_sawnoffshotgun = {
name = 'weapon_sawnoffshotgun',
label = 'Sawn-off Shotgun',
ammotype = 'AMMO_SHOTGUN',
description = 'A sawn-off smoothbore gun for firing small shot at short range',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_sawnoffshotgun.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
useable = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
fruitpicker = {
name = 'fruitpicker',
label = 'Obstpflücker',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'fruitpicker.png',
weight = 0.09999999999999432,
unique = true,
useable = false,
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
sniper_grip = {
name = 'sniper_grip',
label = 'Marksmangewehr Griff',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ar_grip.png',
weight = 100,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weapons_route = {
name = 'weapons_route',
label = 'Waffen Route',
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weaponsroute.png',
weight = 10,
2025-06-25 19:17:30 +02:00
unique = true,
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
luxuryfinish_attachment = {
name = 'luxuryfinish_attachment',
label = 'Luxury Finish',
description = 'A luxury finish for a weapon',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'luxuryfinish_attachment.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_firework = {
type = 'weapon',
image = 'weapon_firework.png',
useable = false,
weight = 1000,
unique = true,
name = 'weapon_firework',
description = 'A device containing gunpowder and other combustible chemicals that causes a spectacular explosion when ignited',
label = 'Firework Launcher',
},
small_blade = {
name = 'small_blade',
label = 'kleine Klinge',
description = ' Die Klinge, die nicht auf sich warten lässt',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Klinge Springmesser.png',
weight = 200,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
slanted_muzzle_brake = {
name = 'slanted_muzzle_brake',
label = 'Slanted Muzzle Brake',
description = 'A muzzle brake for a weapon',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'slanted_muzzle_brake.png',
weight = 1000,
unique = false,
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
riverwater = {
name = 'riverwater',
label = 'Kanister mit Wasser',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'kanister.png',
weight = 3000,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
saldprezels = {
name = 'saldprezels',
label = 'Salzbrezeln',
description = 'Knusprige Mini-Salzbrezeln',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ChatGPT_Image_27._Apr._2025__00_12_06-removebg-preview.png',
weight = 150,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_crowbar = {
type = 'weapon',
image = 'weapon_crowbar.png',
useable = false,
weight = 1000,
unique = true,
name = 'weapon_crowbar',
description = 'An iron bar with a flattened end, used as a lever',
label = 'Crowbar',
},
tuch = {
name = 'tuch',
label = 'Stofftuch',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = '',
2025-06-25 19:17:30 +02:00
weight = 0,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
orangejuice = {
name = 'orangejuice',
label = 'Flasche Orangensaft',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'orangejuice.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
waffle_icream = {
name = 'waffle_icream',
label = 'Sandwich Eis',
description = 'Cremiges Vanilleeis, umhüllt von zwei zarten Waffelschichten der Klassiker im Retro-Look für echte Eisliebhaber.',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'waffle_icream.png',
weight = 100,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
kq_outfitbag = {
name = 'kq_outfitbag',
label = 'Outfit Rucksack',
description = 'Der Kleiderschrank für unterwegs',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'kq_outfitbag.png',
weight = 5,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_compactlauncher = {
type = 'weapon',
image = 'weapon_compactlauncher.png',
useable = false,
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
name = 'weapon_compactlauncher',
description = 'A compact grenade launcher',
label = 'Compact Launcher',
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
gg_boar_tusk_01 = {
name = 'gg_boar_tusk_01',
label = 'Rauer Eberzahn',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_boar_tusk_01.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_bullpupshotgun = {
name = 'weapon_bullpupshotgun',
label = 'Bullpup Shotgun',
ammotype = 'AMMO_SHOTGUN',
description = 'A compact smoothbore gun for firing small shot at short range',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_bullpupshotgun.png',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
orange_o_tang_dose = {
name = 'orange_o_tang_dose',
label = 'Orange O Tang Dose',
description = 'Dose Orangen Limo',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'orange_o_tang_dose.png',
weight = 50,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
pistol_suppressor = {
name = 'pistol_suppressor',
label = 'Pistolen Schalldämpfer',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'suppressor_attachment.png',
weight = 100,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
drone = {
name = 'drone',
label = 'Drohne',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'drone.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
rare_earths = {
name = 'rare_earths',
label = 'seltene Erden',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'rare_earths.png',
weight = 100,
unique = false,
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
kbrotmcr = {
name = 'kbrotmcr',
label = 'Koboldbrot mit Cheedar',
description = '',
type = 'item',
image = 'Koboldbrot_mit_Cheddar.png',
weight = 100,
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
lsd_papers = {
name = 'lsd_papers',
label = 'LSD-Papes',
description = 'Miniatur-Kunstwerke, die dir den Kopf verdrehen aber hey, zumindest sieht alles schöner aus.',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'lsd.png',
weight = 500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapon_raycarbine = {
name = 'weapon_raycarbine',
label = 'Unholy Hellbringer',
ammotype = 'AMMO_SMG',
description = 'Weapon Raycarbine',
type = 'weapon',
image = 'weapon_raycarbine.png',
weight = 1000,
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
kobolbrolle = {
name = 'kobolbrolle',
label = 'Kobolbrolle',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'kobolbrolle.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
manual_gearbox = {
name = 'manual_gearbox',
label = 'Schaltgetriebe',
description = 'Handgerissen, so gehört sich das',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'manual_gearbox.png',
weight = 0,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
sniper_extendedclip = {
name = 'sniper_extendedclip',
label = 'erw. Sniper Magazin',
2025-06-24 22:00:28 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'sniper_extendedclip.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
goldchain = {
name = 'goldchain',
label = 'Golden Chain',
description = 'A golden chain seems like the jackpot to me!',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'goldchain.png',
weight = 1500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
repairkit = {
name = 'repairkit',
label = 'Repairkit',
description = 'A nice toolbox with stuff to repair your vehicle',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'repairkit.png',
weight = 2500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
marshal_card = {
name = 'marshal_card',
label = 'Marshal Card',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'police_card.png',
weight = 0,
2025-06-25 19:17:30 +02:00
unique = false,
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
ohrstopsel = {
name = 'ohrstopsel',
label = 'Ohrstöpsel',
description = 'damit du das Stöhnen der Nachbarn net hören musst',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'oropax.png',
weight = 20,
unique = true,
useable = false,
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
bbq_grill = {
name = 'bbq_grill',
label = 'BBQ Grill',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'bbq_grill.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_21 = {
name = 'weapontint_mk2_21',
label = 'Bold Red & White Tint',
description = 'Bold Red & White Weapon Tint for MK2 Weapons',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_molotov = {
type = 'weapon',
image = 'weapon_molotov.png',
useable = false,
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
name = 'weapon_molotov',
description = 'A crude bomb made of a bottle filled with a flammable liquid and fitted with a wick for lighting',
label = 'Molotov',
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
sniper_flashlight = {
name = 'sniper_flashlight',
label = 'Sniper Licht',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'flashlight_attachment.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
njords_tide = {
name = 'njords_tide',
label = 'Njord\'s Tide',
description = 'Frisch wie die Seebrise und kraftvoll wie die Gezeiten des Meeres.',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'NjordsTide.png',
2025-06-24 22:00:28 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
veh_tint = {
name = 'veh_tint',
label = 'Tints',
description = 'Install vehicle tint',
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'veh_tint.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
ironoxide = {
name = 'ironoxide',
label = 'Iron Powder',
description = 'Some powder to mix with.',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ironoxide.png',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
useable = false,
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
sessantacamo_attachment = {
name = 'sessantacamo_attachment',
label = 'Sessanta Nove Camo',
description = 'A sessanta nove camo for a weapon',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'sessantacamo_attachment.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
chemical_set = {
name = 'chemical_set',
label = 'Chemikalien-Set',
description = 'Dein persönliches Labor für Experimente, die besser nicht in der Küche stattfinden.',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'lab.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
emptybottle = {
name = 'emptybottle',
label = 'leere Flasche',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'emptybottle.png',
weight = 200,
unique = false,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
newsmic = {
name = 'newsmic',
label = 'News Microphone',
description = 'A microphone for the news',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'newsmic.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
weed_brick = {
name = 'weed_brick',
label = 'Weed Brick',
description = '1KG Weed Brick to sell to large customers.',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weed_brick.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
unique = false,
useable = false,
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
semi_slick_tyres = {
name = 'semi_slick_tyres',
label = 'Reifen semi slick',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'semi_slick_tyres.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
simcard = {
name = 'simcard',
label = 'Sim-Karte',
description = '„Nicht einfach eine SIM. Ein Statement für Stil in der Welt der Empfangslosen.“',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'sim-karte.png',
weight = 1,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
macrons = {
name = 'macrons',
label = 'Macrons',
description = 'bunte Leckerbissen, die den Gaumen mit süßer Freude verzaubern',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'macrons.png',
weight = 50,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
campers_fuel = {
name = 'campers_fuel',
label = 'Campers Fuel',
description = 'ein Campers am morgen vertreibt Kummer und Sorgen',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'campers_fuel.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
thermalscope_attachment = {
name = 'thermalscope_attachment',
label = 'Thermal Scope',
description = 'A thermal scope for a weapon',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'thermalscope_attachment.png',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
vitaminloesung_500 = {
name = 'vitaminloesung_500',
label = 'Vitaminlösung 500',
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_696-removebg-preview.png',
weight = 500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
heroin_injection = {
name = 'heroin_injection',
label = 'Heroinspritze',
description = 'Der schnellste Weg ins Nirwana, aber der Ausgang ist unsichtbar',
type = 'item',
image = 'dirtyneedle.png',
weight = 750,
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
cooked_bbq_ribeye = {
name = 'cooked_bbq_ribeye',
label = 'gegrilltes Ribeye Steak',
2025-06-24 22:00:28 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cooked_bbq_ribeye.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
novalmin = {
name = 'novalmin',
label = 'Novalmin',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Novalmin.png',
weight = 20,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_heavyshotgun = {
name = 'weapon_heavyshotgun',
label = 'Heavy Shotgun',
ammotype = 'AMMO_SHOTGUN',
description = 'A large smoothbore gun for firing small shot at short range',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_heavyshotgun.png',
weight = 1000,
unique = true,
2025-06-16 01:11:07 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
metalscrap = {
name = 'metalscrap',
label = 'Metallschrott',
description = 'Der Stoff, aus dem DIY-Träume sind',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'scrap-iron.png',
weight = 500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
stonedrill = {
name = 'stonedrill',
label = 'Steinbohrer',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'stonedrill.png',
2025-06-25 19:17:30 +02:00
weight = 0,
2025-06-26 02:20:35 +02:00
unique = false,
useable = false,
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
heroin_route = {
name = 'heroin_route',
label = 'Heroin Route',
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
type = 'item',
image = 'heroin_route.png',
weight = 10,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
raw_kebab = {
name = 'raw_kebab',
label = 'roher Schaschlickspieß',
description = '',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'raw_kebab.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
rifle_drum = {
name = 'rifle_drum',
label = 'Gewehr Trommelmagzin',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'drum_attachment.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
fries_with_dip = {
name = 'fries_with_dip',
label = 'Pommes mit Dip ',
description = 'Knusprig goldene Pommes, serviert im kleinen Metallkorb dazu ein cremiger Dip im stilechten Mini-Metalleimer.',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ChatGPT_Image_27._Apr._2025__12_41_35-removebg-preview.png',
weight = 200,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
gg_boar_tusk_03 = {
name = 'gg_boar_tusk_03',
label = 'Makelloser Eberzahn',
description = '',
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_boar_tusk_03.png',
weight = 1000,
unique = true,
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
cheese_burger = {
name = 'cheese_burger',
label = 'Bacon Cheese Burger',
description = 'Ein flauschiges Brötchen, ein saftiges Patty und eine Scheibe Käse, die alles zusammenhält wie der beste Kumpel auf einer Party. Klein, rund, glücklich genau wie du nach dem ersten Bissen.',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cheese_burger.png',
weight = 150,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
sandwich = {
name = 'sandwich',
label = '3 Tage altes Sandwich',
description = 'bist du dir sicher das du das essen willst?',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'sandwich.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
police_stormram = {
name = 'police_stormram',
label = 'Stormram',
description = 'A nice tool to break into doors',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'police_stormram.png',
weight = 18000,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
propofol_100 = {
name = 'propofol_100',
label = 'Propofol (100ml)',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Propofol-00409469924-removebg-preview.png',
weight = 100,
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
weed_purplehaze_seed = {
name = 'weed_purplehaze_seed',
label = 'Purple Haze Seed',
description = 'A weed seed of Purple Haze',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weed_seed.png',
weight = 0,
unique = false,
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
doener = {
name = 'doener',
label = 'Döner',
description = 'Döner macht schöner...',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'doner.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
skullcamo_attachment = {
name = 'skullcamo_attachment',
label = 'Skull Camo',
description = 'A skull camo for a weapon',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'skullcamo_attachment.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
baldurs_light = {
name = 'baldurs_light',
label = 'Baldur\'s Light',
description = 'Sanft und erfrischend, wie das reine Licht, das Baldur ausstrahlt.',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'BaldursLight.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
smallscope_attachment = {
name = 'smallscope_attachment',
label = 'Small Scope',
description = 'A small scope for a weapon',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'smallscope_attachment.png',
weight = 1000,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
v8_engine = {
name = 'v8_engine',
label = 'V8 Motor',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'v8_engine.png',
2025-06-25 19:17:30 +02:00
weight = 0,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_hatchet = {
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_hatchet.png',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
weight = 1000,
unique = true,
name = 'weapon_hatchet',
description = 'A small axe with a short handle for use in one hand',
label = 'Beil',
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
blood_1000 = {
name = 'blood_1000',
label = 'Blut (1000ml)',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'blood_100.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapontint_mk2_25 = {
name = 'weapontint_mk2_25',
label = 'Metallic Gray & Lilac Tint',
description = 'Metallic Gray & Lilac Weapon Tint for MK2 Weapons',
type = 'item',
image = 'weapontint_black.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
redwoodpack = {
name = 'redwoodpack',
label = 'Packung Redwood Zigaretten',
2025-06-23 11:41:02 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'redwoodpack.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
metacam = {
name = 'metacam',
label = 'Metacam',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Metacam.png',
weight = 20,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_bat = {
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_bat.png',
useable = false,
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
name = 'weapon_bat',
description = 'Used for hitting a ball in sports (or other things)',
label = 'Bat',
},
weapontint_mk2_0 = {
name = 'weapontint_mk2_0',
label = 'Classic Black Tint',
description = 'Classic Black Weapon Tint for MK2 Weapons',
type = 'item',
image = 'weapontint_black.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
cay = {
name = 'cay',
label = 'Cay',
description = 'Türkischer Tee',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Cay.png',
weight = 200,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
security_card_01 = {
name = 'security_card_01',
label = 'Security Card A',
description = 'A security card... I wonder what it goes to',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'security_card_01.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_pistol50 = {
name = 'weapon_pistol50',
label = 'Tropical Eagle',
ammotype = 'AMMO_PISTOL',
description = 'Für alle, die denken, normale Pistolen fühlen sich einfach zu sehr nach Spielzeug an.',
type = 'weapon',
image = 'tropical_eagle.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = true,
useable = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
steel = {
name = 'steel',
label = 'Stahl',
description = 'Nice piece of metal that you can probably use for something',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'steel.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
cleaningkit = {
name = 'cleaningkit',
label = 'Cleaning Kit',
description = 'A microfiber cloth with some soap will let your car sparkle again!',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cleaningkit.png',
weight = 250,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
cup_cola = {
name = 'cup_cola',
label = 'Becher E-Cola',
2025-06-24 22:00:28 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cup_cola.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
blood_250 = {
name = 'blood_250',
label = 'Blut (250ml)',
description = '',
type = 'item',
image = 'blood_250.png',
weight = 250,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
lidocain = {
name = 'lidocain',
label = 'Lidocain',
description = '',
type = 'item',
image = 'Lidocain.png',
weight = 20,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
rawmeat = {
name = 'rawmeat',
label = 'rohes Fleisch',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'rawmeat.png',
weight = 100,
unique = false,
useable = false,
shouldClose = false,
},
korb = {
name = 'korb',
label = 'Korb',
description = '',
type = 'item',
image = 'korb.png',
weight = 0.09999999999999432,
2025-06-16 01:11:07 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
},
weapon_briefcase = {
type = 'weapon',
image = 'weapon_briefcase.png',
useable = false,
weight = 1000,
unique = true,
name = 'weapon_briefcase',
description = 'A briefcase for storing important documents',
label = 'Briefcase',
2025-06-23 20:07:19 +02:00
},
2025-06-25 19:17:30 +02:00
weapontint_mk2_18 = {
name = 'weapontint_mk2_18',
label = 'Bold Green Features Tint',
2025-06-26 02:20:35 +02:00
description = 'Bold Green Features Weapon Tint for MK2 Weapons',
type = 'item',
2025-06-25 19:17:30 +02:00
image = 'weapontint_black.png',
2025-06-26 02:20:35 +02:00
weight = 1000,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
amarid = {
name = 'amarid',
label = 'Amarid Fasern',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_918-removebg-preview.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
dwurstmskraut = {
name = 'dwurstmskraut',
label = 'Dackelwurst mit Sauerkraut',
description = '',
type = 'item',
image = 'Deckelwurst_mit_Sauerkraft-removebg-preview.png',
weight = 100,
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-16 01:11:07 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
boxwater = {
name = 'boxwater',
label = 'Kiste Wasser',
description = '',
type = 'item',
image = 'boxwater.png',
weight = 2000,
2025-06-23 11:41:02 +02:00
unique = true,
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_19 = {
name = 'weapontint_mk2_19',
label = 'Bold Cyan Features Tint',
description = 'Bold Cyan Features Weapon Tint for MK2 Weapons',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
roofbox_color = {
name = 'roofbox_color',
label = 'Farbige Dachbox',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'roofbox_color.png',
weight = 1000,
unique = true,
useable = true,
shouldClose = true,
},
weapon_ball = {
name = 'weapon_ball',
label = 'Ball',
ammotype = 'AMMO_BALL',
description = 'A solid or hollow spherical or egg-shaped object that is kicked, thrown, or hit in a game',
type = 'weapon',
image = 'weapon_ball.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
},
2025-06-26 02:20:35 +02:00
vitaminloesung_750 = {
name = 'vitaminloesung_750',
label = 'Vitaminlösung 750',
2025-06-23 11:41:02 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_696-removebg-preview.png',
weight = 750,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
labkey = {
name = 'labkey',
label = 'Key',
description = 'Key for a lock...?',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'labkey.png',
weight = 500,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
air_filter = {
name = 'air_filter',
label = 'Premium Luftfilter',
description = 'sollte das Baby wieder nach Luft schreien, einmal wechseln',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'air_filter.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
rifle_smallscope = {
name = 'rifle_smallscope',
label = 'MK2 Gewehr Visier klein',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'smallscope_attachment.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
big_bottle_lemonade = {
name = 'big_bottle_lemonade',
label = 'große Flasche Sprunk',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'big_bottle_lemonade.png',
weight = 600,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
vitaminloesung = {
name = 'vitaminloesung',
label = 'Vitaminlösung 100',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_696-removebg-preview.png',
weight = 100,
unique = false,
useable = true,
shouldClose = true,
},
cocoa = {
name = 'cocoa',
label = 'Packung Kakaopulver',
description = 'Kakaopulver ist Schokolade im Tarnanzug bereit, jede Tasse in Wohlfühlzauber zu verwandeln.',
type = 'item',
image = 'cacao.png',
weight = 200,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
orange_o_tang_zero_dose = {
name = 'orange_o_tang_zero_dose',
label = 'Orange O Tang Zero Dose',
description = 'Dose Orangen Limo',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'orange_o_tang_zero_dose.png',
weight = 50,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
empty_evidence_bag = {
name = 'empty_evidence_bag',
label = 'Empty Evidence Bag',
description = 'Used a lot to keep DNA from blood, bullet shells and more',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'evidence.png',
weight = 0,
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
wurmkur = {
name = 'wurmkur',
label = 'Wurmkur',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Wurmkur.png',
weight = 20,
unique = false,
useable = true,
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
smg_extendedclip = {
name = 'smg_extendedclip',
label = 'erw. SMG Magazin',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'smg_extendedclip.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
weed_purplehaze = {
name = 'weed_purplehaze',
label = 'Purple Haze 2g',
description = 'A weed bag with 2g Purple Haze',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weed_baggy.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_wrench = {
type = 'weapon',
image = 'weapon_wrench.png',
useable = false,
weight = 1000,
unique = true,
name = 'weapon_wrench',
description = 'A tool used for gripping and turning nuts, bolts, pipes, etc',
label = 'Wrench',
},
bellend_muzzle_brake = {
name = 'bellend_muzzle_brake',
label = 'Bellend Muzzle Brake',
description = 'A muzzle brake for a weapon',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'bellend_muzzle_brake.png',
weight = 1000,
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapon_machinepistol = {
name = 'weapon_machinepistol',
label = 'Tec-9',
ammotype = 'AMMO_PISTOL',
description = 'A self-loading pistol capable of burst or fully automatic fire',
type = 'weapon',
image = 'weapon_machinepistol.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
useable = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
pistol_ammo = {
name = 'pistol_ammo',
label = 'Pistolen Munition',
description = 'Peng in klein',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'pistol_ammo.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
kuzu_sis = {
name = 'kuzu_sis',
label = 'Kuzu Sis',
description = 'Lammkebab mit Beilagen',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Kuzu_sis.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
tactical_muzzle_brake = {
name = 'tactical_muzzle_brake',
label = 'Tactical Muzzle Brake',
description = 'A muzzle brakee for a weapon',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'tactical_muzzle_brake.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
coffee = {
name = 'coffee',
label = 'Kaffee Togo',
description = 'Pump 4 Caffeine',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'coffee.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_microsmg = {
name = 'weapon_microsmg',
label = 'Micro SMG',
ammotype = 'AMMO_SMG',
description = 'A handheld light weight machine gun',
type = 'weapon',
image = 'weapon_microsmg.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
muffin = {
name = 'muffin',
label = 'Muffin',
description = 'der Muffin Mann...',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ChatGPT_Image_1._Mai_2025__03_50_52-removebg-preview.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_smg = {
name = 'weapon_smg',
label = 'MP5',
ammotype = 'AMMO_SMG',
description = 'Deutsche Ingenieurskunst in Kompaktform, gebaut für Cops, die auf Präzision und Verlässlichkeit zählen.',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'screenshot_409-removebg-preview.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
weed_ak47_seed = {
name = 'weed_ak47_seed',
label = 'AK47 Seed',
description = 'A weed seed of AK47',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weed_seed.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
bodybag = {
name = 'bodybag',
label = 'Leichensack',
description = '',
type = 'item',
image = 'bodybag.png',
weight = 200,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
soocer = {
name = 'soocer',
label = 'Fußball',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'soccer.png',
weight = 400,
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-25 19:17:30 +02:00
shouldClose = false,
2025-06-26 02:20:35 +02:00
},
sugarbeet = {
name = 'sugarbeet',
label = 'Zuckerrübe',
description = '',
type = 'item',
image = 'rube.png',
weight = 500,
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
deckelblendno5 = {
name = 'deckelblendno5',
label = 'Deckel Blend No.5',
2025-06-24 22:00:28 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'deckelblendno5.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
remote = {
name = 'remote',
label = 'TV Fernbedienung',
description = '',
type = 'item',
image = 'remote.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = true,
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
sprunk_dose = {
name = 'sprunk_dose',
label = 'Sprunk Dose',
description = 'Dose Zitronen Limo',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'sprunk_dose.png',
weight = 50,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_gusenberg = {
name = 'weapon_gusenberg',
label = 'Gusenberg Sweeper',
ammotype = 'AMMO_MG',
description = ' das Original aus der goldenen Ära der Gangster',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'screenshot_412-removebg-preview.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_23 = {
name = 'weapontint_mk2_23',
label = 'Metallic Gold Tint',
description = 'Metallic Gold Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
soda_machine = {
name = 'soda_machine',
label = 'Abfüllstation',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'soda_machine.png',
2025-06-24 22:00:28 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
useable = true,
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
ecg_monitor = {
name = 'ecg_monitor',
label = 'EKG Monitor',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = '148383-multiparameter-patientenmonitor-pc-3000-lepu-medical-2-removebg-preview.png',
weight = 2500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapon_bread = {
type = 'weapon',
image = 'baquette.png',
useable = false,
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
name = 'weapon_bread',
description = 'Bread...?',
label = 'Baquette',
},
cryptostick = {
name = 'cryptostick',
label = 'Crypto Stick',
description = 'Why would someone ever buy money that doesn\'t exist.. How many would it contain..?',
type = 'item',
image = 'cryptostick.png',
weight = 200,
unique = true,
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
lockpick = {
name = 'lockpick',
label = 'Dietrich',
description = 'Very useful if you lose your keys a lot.. or if you want to use it for something else...',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'lockpick.png',
weight = 300,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_nightstick = {
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_nightstick.png',
useable = false,
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
name = 'weapon_nightstick',
description = 'A police officer\'s club or billy',
label = 'Nightstick',
},
squared_muzzle_brake = {
name = 'squared_muzzle_brake',
label = 'Squared Muzzle Brake',
description = 'A muzzle brake for a weapon',
type = 'item',
image = 'squared_muzzle_brake.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
smg_drum = {
name = 'smg_drum',
label = 'SMG Trommelmagazin',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'drum_attachment.png',
weight = 100,
unique = true,
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
pralinen = {
name = 'pralinen',
label = 'Pralinen',
description = 'Damit Sie dich mal wieder ranlässt...',
type = 'item',
image = 'pralinen.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
opium_poppy = {
name = 'opium_poppy',
label = 'Schlafmohn',
description = 'Die Blume, die Träume verkauft',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'opium_dry.png',
weight = 100,
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
veh_turbo = {
name = 'veh_turbo',
label = 'Turbo',
description = 'Install vehicle turbo',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'veh_turbo.png',
2025-06-24 22:00:28 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_battleaxe = {
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_battleaxe.png',
useable = false,
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
name = 'weapon_battleaxe',
description = 'A large broad-bladed axe used in ancient warfare',
label = 'Battle Axe',
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
gg_salt_block_03 = {
name = 'gg_salt_block_03',
label = 'Premium Salzblock',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_salt_block_03.png',
weight = 100,
unique = false,
useable = true,
shouldClose = true,
},
weapon_musket = {
name = 'weapon_musket',
label = 'Musket',
ammotype = 'AMMO_SHOTGUN',
description = 'An infantryman\'s light gun with a long barrel, typically smooth-bored, muzzleloading, and fired from the shoulder',
type = 'weapon',
image = 'weapon_musket.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = true,
useable = false,
},
2025-06-26 02:20:35 +02:00
packtobbaco = {
name = 'packtobbaco',
label = 'Packung Tabak',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'packtobbaco.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
tomato = {
name = 'tomato',
label = 'Tomate',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'tomato.png',
2025-06-24 22:00:28 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
useable = false,
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
joint = {
name = 'joint',
label = 'Joint',
description = 'Die Friedenspfeife 2.0',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'joint7.png',
weight = 500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
koboldkotze = {
name = 'koboldkotze',
label = 'Koboldkotze',
description = '',
type = 'item',
image = 'Koboldkotze.png',
2025-06-24 22:00:28 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = true,
useable = false,
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
rolex = {
name = 'rolex',
label = 'Golden Watch',
description = 'A golden watch seems like the jackpot to me!',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'rolex.png',
weight = 1500,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
weed_ogkush_seed = {
name = 'weed_ogkush_seed',
label = 'OGKush Seed',
description = 'A weed seed of OG Kush',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weed_seed.png',
2025-06-25 19:17:30 +02:00
weight = 0,
2025-06-26 02:20:35 +02:00
unique = false,
useable = true,
shouldClose = true,
},
weapon_golfclub = {
type = 'weapon',
image = 'weapon_golfclub.png',
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
weight = 1000,
unique = true,
name = 'weapon_golfclub',
description = 'A club used to hit the ball in golf',
label = 'Golfclub',
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weed_nutrition = {
name = 'weed_nutrition',
label = 'Plant Fertilizer',
description = 'Plant nutrition',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weed_nutrition.png',
weight = 2000,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
sauerstoff = {
name = 'sauerstoff',
label = 'Sauerstoff',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_697-removebg-preview.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
ggdrasils_ssence = {
name = 'ggdrasils_ssence',
label = 'Yggdrasil\'s Essence',
description = 'Erdend und zugleich erfrischend, dieses Getränk bringt die Essenz des Weltenbaums direkt ins Glas.',
type = 'item',
image = 'YggdrasilsEssence.png',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_7 = {
name = 'weapontint_7',
label = 'Platinum Tint',
description = 'Platinum Weapon Tint',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_plat.png',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
bubble_tea = {
name = 'bubble_tea',
label = 'Bubble Tea',
description = 'Bubble Tea das einzige Getränk, bei dem man sich fragt, ob man gerade trinkt, snackt oder ein Kinderspielzeug schlürft!',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'bubble_tea.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-23 11:41:02 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
moneybag = {
name = 'moneybag',
label = 'Money Bag',
description = 'A bag with cash',
type = 'item',
image = 'moneybag.png',
2025-06-25 19:17:30 +02:00
weight = 0,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
blood_750 = {
name = 'blood_750',
label = 'Blut (750ml)',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'blood_750.png',
weight = 750,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
bcso_card = {
name = 'bcso_card',
label = 'BCSO Dienstausweis',
description = '',
type = 'item',
image = 'police_card.png',
weight = 0,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
raw_wings = {
name = 'raw_wings',
label = 'rohe Chickenwings',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'raw_wings.png',
2025-06-25 19:17:30 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_bullpuprifle_mk2 = {
name = 'weapon_bullpuprifle_mk2',
label = 'Bullpup Rifle Mk II',
ammotype = 'AMMO_RIFLE',
description = 'Bull Puprifle MK2',
type = 'weapon',
image = 'weapon_bullpuprifle_mk2.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
useable = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
odins_nuesse = {
name = 'Odins_nuesse',
label = 'Odins Nüsse',
description = 'Diese kräftige Mischung aus Nüssen symbolisiert die Weisheit und Stärke des Göttervaters. Voller Geschmack und Energie, ideal, um Körper und Geist zu nähren.',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Odins_nuesse.png',
weight = 150,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
placebo = {
name = 'placebo',
label = 'Placebo',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'placebo.png',
weight = 20,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
doj_card = {
name = 'doj_card',
label = 'DOJ Card',
description = '',
type = 'item',
image = 'doj_card.png',
weight = 10,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
tobbaco = {
name = 'tobbaco',
label = 'Tabak',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'tobbaco.png',
weight = 100,
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
green_phone = {
name = 'green_phone',
label = 'iFruit 12XR Grün',
description = '„Du bist nicht oberflächlich. Du hast einfach ein teures Telefon.“',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'green_phone.png',
weight = 0.09999999999999432,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_combatpdw = {
name = 'weapon_combatpdw',
label = 'Zig MPX',
description = 'Ab Werk leise',
type = 'weapon',
image = 'zigmpx.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-25 19:17:30 +02:00
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
shotgun_scope = {
name = 'shotgun_scope',
label = 'MK2 Shotgun Visier',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'smallscope_attachment.png',
2025-06-25 19:17:30 +02:00
weight = 100,
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
rolling_paper = {
name = 'rolling_paper',
label = 'Drehpapier',
description = 'Der Stoff, der Gras und Tabak zusammenhält',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'rolling_paper2.png',
weight = 200,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
kakao2 = {
name = 'kakao2',
label = 'Tasse Heiße Schokolade',
description = 'Eine Tasse heiße Schokolade ist wie eine warme Umarmung von innen süß, tröstlich und immer zur Stelle, wenn die Welt zu kalt wird.',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'kakao2.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
acetic = {
name = 'acetic',
label = 'Essiganhydrid',
description = 'Küchenessenz für Chemieprofis',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'acetone2.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
blood_500 = {
name = 'blood_500',
label = 'Blut (500ml)',
2025-06-23 20:07:19 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'blood_500.png',
weight = 500,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapontint_0 = {
name = 'weapontint_0',
label = 'Default Tint',
description = 'Default/Black Weapon Tint',
type = 'item',
image = 'weapontint_black.png',
weight = 1000,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
baklava = {
name = 'baklava',
label = 'Baklava',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'baklava.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
useable = true,
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
tunerlaptop = {
name = 'tunerlaptop',
label = 'Tunerchip',
description = 'With this tunerchip you can get your car on steroids... If you know what you\'re doing',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'tunerchip.png',
weight = 2000,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
veh_neons = {
name = 'veh_neons',
label = 'Neons',
description = 'Upgrade vehicle neons',
type = 'item',
image = 'veh_neons.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
boxgrapes = {
name = 'boxgrapes',
label = 'Packung Weintrauben',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'boxgrapes.png',
weight = 400,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
surgical_kit = {
name = 'surgical_kit',
label = 'Näh-Set',
2025-06-23 20:07:19 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'surgicalkit.png',
weight = 500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_4 = {
name = 'weapontint_mk2_4',
label = 'Classic Beige Tint',
description = 'Classic Beige Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapon_snspistol_mk2 = {
name = 'weapon_snspistol_mk2',
label = 'Softair Pistole',
ammotype = 'AMMO_PISTOL',
description = 'Sie sieht gefährlich aus, macht Krach und verursacht blaue Flecken.',
type = 'weapon',
image = 'weapon_snspistol_mk2.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
tranexamsaure = {
name = 'tranexamsaure',
label = 'Tranexamsäure',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'tranexamsaure.png',
weight = 20,
unique = false,
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
milk = {
name = 'milk',
label = 'Packung Milch',
description = 'Muuuuhhhh ',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'milk.png',
weight = 400,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
lawyerpass = {
name = 'lawyerpass',
label = 'Lawyer Pass',
description = 'Pass exclusive to lawyers to show they can represent a suspect',
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'lawyerpass.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = false,
2025-06-26 02:20:35 +02:00
},
injection = {
name = 'injection',
label = 'Spritze',
description = 'Bereit für alles, aber hat nix zu sagen.',
type = 'item',
image = 'syringe.png',
weight = 500,
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
nacl_500 = {
name = 'nacl_500',
label = 'NACL (500ml)',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'nacl.png',
weight = 500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
nordisee_fischfrikadellenbroetchen = {
name = 'nordisee_fischfrikadellenbroetchen',
label = 'Nordisee Fischfrikadellenbrötchen',
description = '"Die Fischfrikadelle im Brötchen hat einen längeren Reiseweg hinter sich als ein Container von Bremerhaven bis zum Hafen von Los Santos inklusive Turbulenzen über dem Atlantik und Jetlag in der Remoulade."',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'nordisee_fischfrikadellenbroetchen.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_combatmg_mk2 = {
name = 'weapon_combatmg_mk2',
label = 'Combat MG Mk II',
ammotype = 'AMMO_MG',
description = 'Weapon Combatmg MK2',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_combatmg_mk2.png',
weight = 1000,
unique = true,
useable = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
donut = {
name = 'donut',
label = 'Donut',
description = 'Dooooonuuuuts',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'donut.png',
weight = 100,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
badfruit = {
name = 'badfruit',
label = 'Faules Obst',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'badfruit.png',
weight = 100,
unique = false,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
football = {
name = 'football',
label = 'Football',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'football.png',
weight = 400,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
ammo_grenadelauncher = {
name = 'ammo_grenadelauncher',
label = 'AMMO_GRENADELAUNCHER',
description = 'Munition für den Granatwerfer',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'grenade_launcher_tokyo_marui_m320a1_6_-removebg-preview.png',
2025-06-25 19:17:30 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
useable = true,
shouldClose = true,
},
weapontint_mk2_16 = {
name = 'weapontint_mk2_16',
label = 'Bold Green & Purple Tint',
description = 'Bold Green & Purple Weapon Tint for MK2 Weapons',
type = 'item',
image = 'weapontint_black.png',
weight = 1000,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
certificate = {
name = 'certificate',
label = 'Certificate',
description = 'Certificate that proves you own certain stuff',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'certificate.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-25 19:17:30 +02:00
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
weapon_assaultshotgun = {
name = 'weapon_assaultshotgun',
label = 'Assault Shotgun',
2025-06-25 19:17:30 +02:00
ammotype = 'AMMO_SHOTGUN',
2025-06-26 02:20:35 +02:00
description = 'An assault version of asmoothbore gun for firing small shot at short range',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_assaultshotgun.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
dueruem = {
name = 'dueruem',
label = 'Dürüm',
description = 'Wrap, mit typischen Döner-Kebab-Zutaten gefüllt',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'durum.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
gg_cougar_claw_01 = {
name = 'gg_cougar_claw_01',
label = 'Raue Puma-Klaue',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_cougar_claw_01.png',
2025-06-25 19:17:30 +02:00
weight = 500,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_2 = {
name = 'weapontint_2',
label = 'Gold Tint',
description = 'Gold Weapon Tint',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_gold.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
gazebo = {
name = 'gazebo',
label = 'Pavillon',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gazebo.png',
weight = 600,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_heavysniper = {
name = 'weapon_heavysniper',
label = 'Heavy Sniper',
ammotype = 'AMMO_SNIPER',
description = 'An upgraded high-precision, long-range rifle',
2025-06-23 20:07:19 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_heavysniper.png',
weight = 1000,
unique = true,
2025-06-16 01:11:07 +02:00
useable = false,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
attachment_bench = {
name = 'attachment_bench',
label = 'Attachment Workbench',
description = 'A workbench for crafting attachments.',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'attworkbench.png',
weight = 15000,
unique = true,
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
blackmoney_route = {
name = 'blackmoney_route',
label = 'Schwarzgeld Route',
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'blackmoney_route.png',
weight = 10,
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
stevens_apfelmustorte = {
name = 'stevens_apfelmustorte',
label = 'Stevens Apfelmustorte',
description = 'wie bei Oma',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'stevens_apfelmustorte.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
halbes_haendel = {
name = 'halbes_haendel',
label = 'Halbes Händel',
description = 'zum Finger lecken gut ^^',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'halbes_haendel.png',
2025-06-25 19:17:30 +02:00
weight = 100,
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
['sifs_golden-ale'] = {
name = 'sifs_golden-ale',
label = 'Sif\'s Golden Ale',
description = 'Golden und nahrhaft, wie das Feld unter der Obhut der Göttin Sif.',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'SifGoldenAle.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
latte = {
name = 'latte',
label = 'Latte Macchiato',
description = 'Er hat Latte gesagt XD',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'latte.png',
weight = 100,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
pistol_extendedclip = {
name = 'pistol_extendedclip',
label = 'pistol_extendedclip',
description = 'erw. Pistolen Magazin',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'clip_attachment.png',
weight = 100,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
newspaper = {
name = 'newspaper',
label = 'Zeitung',
description = 'zum Nachschlagen ^^',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'newspaper.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
field_dressing = {
name = 'field_dressing',
label = 'Verbandtuch',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_477-removebg-preview.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
harness = {
name = 'harness',
label = 'Race Harness',
description = 'Racing Harness so no matter what you stay in the car',
type = 'item',
image = 'harness.png',
weight = 1000,
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
markedbills = {
name = 'markedbills',
label = 'Marked Money',
description = 'Money?',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'markedbills.png',
weight = 1000,
unique = true,
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_hominglauncher = {
name = 'weapon_hominglauncher',
label = 'Homing Launcher',
ammotype = 'AMMO_STINGER',
description = 'A weapon fitted with an electronic device that enables it to find and hit a target',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_hominglauncher.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
},
2025-06-26 02:20:35 +02:00
ecola = {
name = 'ecola',
label = 'E-Cola Softdrink',
description = '"Weil dein Körper Zucker liebt du aber nicht deinen Körper."',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ecola.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
cerveza_barracho = {
name = 'cerveza_barracho',
label = 'Cerveza Barracho',
description = 'Erfrischendes mexikanisches Bier mit vollmundigem Geschmack',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ChatGPT Image 26. Apr. 2025, 15_29_53-min.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
urapidil1 = {
name = 'urapidil1',
label = 'Urapidil 1,0 mg',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'urapidil1.png',
weight = 20,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
filter_papers = {
name = 'filter_papers',
label = 'Filtertips',
description = 'Der Joint ist dein Freund und am besten mit Filter',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'filter_papers.png',
2025-06-25 19:17:30 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
useable = false,
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
salbutamol = {
name = 'salbutamol',
label = 'Salbutamol',
2025-06-23 11:41:02 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'salbutamol.png',
weight = 10,
unique = false,
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
tosti = {
name = 'tosti',
label = 'Grilled Cheese Sandwich',
description = 'Schmeckt fast wie selbst gemacht wenn man sich selbst keine Mühe gibt.',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'tosti.png',
2025-06-25 19:17:30 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
useable = true,
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
zebracamo_attachment = {
name = 'zebracamo_attachment',
label = 'Zebra Camo',
description = 'A zebra camo for a weapon',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'zebracamo_attachment.png',
weight = 1000,
unique = false,
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
gg_deer_hide_01 = {
name = 'gg_deer_hide_01',
label = 'Raues Hirschleder',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_deer_hide_01.png',
weight = 1000,
unique = true,
useable = false,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
cheeseanachos = {
name = 'cheeseanachos',
label = 'Nachos mit Käsesauce',
description = 'Knusprige Nachos, überzogen mit cremiger, würziger Käsesauce',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ChatGPT_Image_26._Apr._2025__18_25_48-removebg-preview.png',
weight = 200,
unique = true,
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
marshmallows = {
name = 'marshmallows',
label = 'Packung Marshmallows',
description = 'Marshmallows sind wie kleine Wolken, die versehentlich in Zucker gefallen und dann beschlossen haben, für immer süß zu bleiben.',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'marshmallows.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
bauernsalat = {
name = 'bauernsalat',
label = 'Çorban salatası ',
description = 'Türkischer Bauernsalat',
type = 'item',
image = 'corban.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
},
nitrous_bottle = {
name = 'nitrous_bottle',
label = 'Nitro Flasche',
description = '',
type = 'item',
image = '',
weight = 0,
unique = false,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
epinephrine = {
name = 'epinephrine',
label = 'Adrenalinspritze',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'epi_pen.png',
weight = 10,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
smg_grip = {
name = 'smg_grip',
label = 'SMG Griff',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'grip_attachment.png',
weight = 100,
unique = true,
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
split_end_muzzle_brake = {
name = 'split_end_muzzle_brake',
label = 'Split End Muzzle Brake',
description = 'A muzzle brake for a weapon',
type = 'item',
image = 'split_end_muzzle_brake.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
boomcamo_attachment = {
name = 'boomcamo_attachment',
label = 'Boom Camo',
description = 'A boom camo for a weapon',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'boomcamo_attachment.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_28 = {
name = 'weapontint_mk2_28',
label = 'Metallic Green Tint',
description = 'Metallic Green Weapon Tint for MK2 Weapons',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
bank_card = {
name = 'bank_card',
label = 'Bank Card',
description = 'Used to access ATM',
type = 'item',
image = 'bank_card.png',
2025-06-25 19:17:30 +02:00
weight = 0,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
twerks_candy = {
name = 'twerks_candy',
label = 'Ego Chaser Schockriegel',
description = 'It\'s all about you.',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'twerks_candy.png',
weight = 100,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
},
weapon_grenadelauncher_smoke = {
name = 'weapon_grenadelauncher_smoke',
label = 'Smoke Grenade Launcher',
ammotype = 'AMMO_GRENADELAUNCHER',
description = 'A bomb that produces a lot of smoke when it explodes',
type = 'weapon',
image = 'weapon_grenadelauncher_smoke.PNG',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
cooked_bbq_thigh = {
name = 'cooked_bbq_thigh',
label = 'gegrillte Hähnchenkeule',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cooked_bbq_thigh.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
sand = {
name = 'sand',
label = 'Eimer mit Sand',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'sand.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_batton = {
name = 'weapon_batton',
label = 'Waffenlauf Lang',
description = 'Ein Lauf auf Stahl mit einer hohen Genauigkeit ',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapon_batton.png',
weight = 1000,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
ifs_olden_arvest = {
name = 'sifs_olden_harvest',
label = 'Sif\'s Golden Harvest',
description = 'Eine goldene Ernte, die Sif selbst gesegnet haben könnte perfekt für eine herzhafte Mahlzeit.',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'SifsGoldenHarvest.png',
2025-06-25 19:17:30 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
heimdalls_clear_sight = {
name = 'heimdalls_clear_sight',
label = 'Heimdalls Clear Sight',
2025-06-24 22:00:28 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'HeimdallsClearSight.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
ephedrin = {
name = 'ephedrin',
label = 'Ephedrin Tabletten',
description = 'Deine Eintrittskarte zu einem Adrenalinschub',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ephedrine.png',
weight = 500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
patriotcamo_attachment = {
name = 'patriotcamo_attachment',
label = 'Patriot Camo',
description = 'A patriot camo for a weapon',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'patriotcamo_attachment.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
gg_rabbit_pelt_02 = {
name = 'gg_rabbit_pelt_02',
label = 'Robustes Kaninchenfell',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_rabbit_pelt_02.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_marksmanrifle_mk2 = {
name = 'weapon_marksmanrifle_mk2',
label = 'Marksman Rifle Mk II',
ammotype = 'AMMO_SNIPER',
description = 'Weapon Marksmanrifle MK2',
type = 'weapon',
image = 'huntingrifle2.png',
weight = 1000,
unique = true,
useable = true,
},
filament = {
name = 'filament',
label = 'Filament',
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'filament.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-25 19:17:30 +02:00
shouldClose = false,
2025-06-26 02:20:35 +02:00
},
weapon_machete = {
type = 'weapon',
image = 'machete.png',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
weight = 1000,
unique = true,
name = 'weapon_machete',
description = 'A broad, heavy knife used as a weapon',
label = 'Machete',
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
geocamo_attachment = {
name = 'geocamo_attachment',
label = 'Geometric Camo',
description = 'A geometric camo for a weapon',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'geocamo_attachment.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
salsa_nachos = {
name = 'salsa_nachos',
label = 'Nachos mit Salsa',
description = 'Knusprige Nachos, serviert mit frischer, würziger Salsa ',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ChatGPT_Image_26._Apr._2025__19_00_33-removebg-preview.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
handcuffs = {
name = 'handcuffs',
label = 'Handschellen',
description = 'Comes in handy when people misbehave. Maybe it can be used for something else?',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'handcuffs.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = true,
useable = true,
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_switchblade = {
type = 'weapon',
image = 'weapon_switchblade.png',
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
weight = 1000,
unique = true,
name = 'weapon_switchblade',
description = 'A knife with a blade that springs out from the handle when a button is pressed',
label = 'Switchblade',
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
frenchfries = {
name = 'frenchfries',
label = 'French Fries',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_692-removebg-preview.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
dins_isdom_latter = {
name = 'dins_isdom_latter',
label = 'Odin\'s Wisdom Platter',
description = 'Eine herzhafte Mischung, die den Wissensdurst und die Abenteuerlust des Göttervaters befriedigt.',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'OdinsWisdomPlatter.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
radioscanner = {
name = 'radioscanner',
label = 'Radio Scanner',
description = 'With this you can get some police alerts. Not 100% effective however',
type = 'item',
image = 'radioscanner.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
goezleme = {
name = 'goezleme',
label = 'Gözleme',
description = 'würzig gefülltes Fladenbrot',
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Goezleme.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
dildo = {
name = 'dildo',
label = 'Dildo',
description = 'passt gut zum Gleitgel ^^',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'dildo.png',
weight = 200,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
sniper_suppressor = {
name = 'sniper_suppressor',
label = 'Sniper Schalldämpfer',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'suppressor_attachment.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_navyrevolver = {
name = 'weapon_navyrevolver',
label = 'Navy Revolver',
ammotype = 'AMMO_PISTOL',
description = 'Weapon Navyrevolver',
type = 'weapon',
image = 'weapon_navyrevolver.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
},
2025-06-26 02:20:35 +02:00
roadpods = {
name = 'roadpods',
label = 'iFruit Ear Buds',
description = '„Klang für Menschen, die sich keine Kompromisse anhören.“',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'roadpods.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_specialcarbine_mk2 = {
name = 'weapon_specialcarbine_mk2',
label = 'Special Carbine Mk II',
ammotype = 'AMMO_RIFLE',
description = 'Weapon Wpecialcarbine MK2',
type = 'weapon',
image = 'highteamspecialcarbinemk2.png',
weight = 1000,
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
useable = false,
},
2025-06-26 02:20:35 +02:00
kadis_rostbite = {
name = 'kadis_rostbite',
label = 'Skadi\'s Frostbite',
description = 'Erfrischend und frostig, wie die kalte Winterluft in Skadis schneebedeckten Bergen.',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'SkadisFrostbite.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
firework4 = {
name = 'firework4',
label = 'Weeping Willow',
description = 'Fireworks',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'firework4.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_heavypistol = {
name = 'weapon_heavypistol',
label = 'FM 510',
ammotype = 'AMMO_PISTOL',
description = 'Wenn die Klog nicht mehr reicht.',
type = 'weapon',
image = 'screenshot_405-removebg-preview.png',
2025-06-24 22:00:28 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
useable = false,
},
weapon_rpg = {
name = 'weapon_rpg',
label = 'RPG',
ammotype = 'AMMO_RPG',
description = 'A rocket-propelled grenade launcher',
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_rpg.png',
weight = 1000,
unique = true,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
smg_ammo = {
name = 'smg_ammo',
label = 'SMG Munition',
description = 'Kleines schnelles Peng',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'smg_ammo.png',
weight = 500,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
veh_transmission = {
name = 'veh_transmission',
label = 'Transmission',
description = 'Upgrade vehicle transmission',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'veh_transmission.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
gg_boar_tusk_02 = {
name = 'gg_boar_tusk_02',
label = 'Robuster Eberzahn',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_boar_tusk_02.png',
weight = 1000,
unique = true,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
sweets_candies = {
name = 'sweets_candies',
label = 'Bonbons',
description = 'Bunt, süß und manchmal klebrig',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'candy1.png',
weight = 500,
2025-06-16 01:11:07 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
lighter = {
name = 'lighter',
label = 'Feuerzeug',
description = 'Flamme an oder so ....',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'lighter.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
kakao3 = {
name = 'kakao3',
label = 'Tasse Heiße Schokolade mit Marshmallows',
description = 'Eine Tasse heiße Schokolade mit Marshmallows ist wie ein Kuschelabend in flüssiger Form süß, warm und himmlisch übertrieben.',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'kakao3.png',
2025-06-24 22:00:28 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_grenadelauncher = {
name = 'weapon_grenadelauncher',
label = 'Grenade Launcher',
ammotype = 'AMMO_GRENADELAUNCHER',
description = 'A weapon that fires a specially-designed large-caliber projectile, often with an explosive, smoke or gas warhead',
type = 'weapon',
image = 'weapon_grenadelauncher.png',
weight = 1000,
unique = true,
useable = false,
},
shovel = {
name = 'shovel',
label = 'Schaufel',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'shovel.png',
weight = 0.09999999999999432,
unique = true,
useable = false,
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
voltaren_salbenverband = {
name = 'voltaren_salbenverband',
label = 'Voltaren Salbenverband',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'salbenverband.png',
weight = 20,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
chicken_thigh = {
name = 'chicken_thigh',
label = 'rohe Hähnchenkeule',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'chicken_thigh.png',
weight = 200,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
gunpowder = {
name = 'gunpowder',
label = 'Schwarzpulver',
description = 'Schwarzes Pulver kann Schaden machen kann im Verdichten Zustand',
type = 'item',
image = 'gunpowder.png',
weight = 500,
unique = false,
useable = false,
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
sd_card = {
name = 'sd_card',
label = 'SD Karte',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'sd_card.png',
weight = 100,
unique = true,
useable = false,
2025-06-25 19:17:30 +02:00
shouldClose = false,
2025-06-26 02:20:35 +02:00
},
screwdriverset = {
name = 'screwdriverset',
label = 'Schraubendreher Set',
description = 'Sehr nützlich zum Schrauben... zu schrauben...',
type = 'item',
image = 'screwdriverset.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
morphine = {
name = 'morphine',
label = 'Morphiumspritze',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'syringe.png',
weight = 10,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
heartstopper = {
name = 'heartstopper',
label = 'Heart Stopper ',
description = '"Sieben Lagen pures Glück und ein direkter Weg zum Herzstillstand!"',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_687-removebg-preview.png',
weight = 600,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
tims_instant_nudeln = {
name = 'tims_instant_nudeln',
label = 'Tim\'s Instant Nudeln',
description = 'der Kulinarische Blitzbesuch in Fernost',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'tims_instant_nudeln.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
cooked_turkey_drum = {
name = 'cooked_turkey_drum',
label = 'gegrillte Putenkeule',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cooked_turkey_drum.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_license = {
name = 'weapon_license',
label = 'Waffenschein',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapon_license.png',
weight = 10,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
raki = {
name = 'raki',
label = 'Raki',
description = 'türkisches Nationalgetränk, aus Weintrauben oder Rosinen gebrannter Anisée',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'raki.png',
weight = 200,
unique = true,
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapon_mg = {
name = 'weapon_mg',
label = 'Machinegun',
ammotype = 'AMMO_MG',
description = 'An automatic gun that fires bullets in rapid succession for as long as the trigger is pressed',
type = 'weapon',
image = 'weapon_mg.png',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
useable = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
mg_ammo = {
name = 'mg_ammo',
label = 'MG ammo',
description = 'Ammo for Machine Guns',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'mg_ammo.png',
weight = 1000,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
ecola_dose = {
name = 'ecola_dose',
label = 'E-Cola Dose',
description = 'Dose Cola',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ecola_dose.png',
weight = 50,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
chair = {
name = 'chair',
label = 'Stuhl',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'chair.png',
weight = 600,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
corn_cob = {
name = 'corn_cob',
label = 'Maiskolben',
2025-06-24 22:00:28 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'corn_cob.png',
weight = 100,
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
empty_cup = {
name = 'empty_cup',
label = 'leerer Becher',
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'empty_cup.png',
weight = 6,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
thors_thunder_storm = {
name = 'thors_thunder_storm',
label = 'Thors Thunder Storm',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ThorsThunderStorm.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
gg_hunting_rifleammo = {
name = 'gg_hunting_rifleammo',
label = 'Jagdgewehr Munition',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_hunting_rifleammo.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
freshtobbacoleaf = {
name = 'freshtobbacoleaf',
label = 'frisches Tabakblatt',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'freshtobbacoleaf.png',
weight = 10,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
shotgun_ammo = {
name = 'shotgun_ammo',
label = 'Shotgun Munition',
description = 'viel Peng',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'shotgun_ammo.png',
weight = 500,
unique = false,
useable = true,
shouldClose = true,
},
weed_route = {
name = 'weed_route',
label = 'Weed Route',
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
type = 'item',
image = 'weed_route.png',
weight = 10,
2025-06-25 19:17:30 +02:00
unique = true,
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
grapejuice = {
name = 'grapejuice',
label = 'Flasche Traubensaft',
description = 'Grape juice is said to be healthy',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'traubensaft.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_autoshotgun = {
name = 'weapon_autoshotgun',
label = 'Auto Shotgun',
ammotype = 'AMMO_SHOTGUN',
description = 'A shotgun capable of rapid continous fire',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_autoshotgun.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
},
2025-06-26 02:20:35 +02:00
awd_drivetrain = {
name = 'awd_drivetrain',
label = 'AWD',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'awd_drivetrain.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
tyre_replacement = {
name = 'tyre_replacement',
label = 'Premium Reifen',
description = 'die Premium Schuhe der Kraftfahrzeuge',
type = 'item',
image = 'tyre_replacement.png',
weight = 0,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
thermite = {
name = 'thermite',
label = 'Thermite',
description = 'Sometimes you\'d wish for everything to burn',
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'thermite.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
ffries = {
name = 'ffries',
label = 'Freedom Fries',
description = '"Jetzt mit 0 % Kartoffel, 100 % Patriotismus!"',
type = 'item',
image = 'screenshot_686-removebg-preview.png',
weight = 100,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
cigs = {
name = 'cigs',
label = 'Zigarette',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cigs.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
butcherknife = {
name = 'butcherknife',
label = 'Schlachtermesser',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'butcherknife.png',
weight = 400,
unique = true,
useable = false,
2025-06-25 19:17:30 +02:00
shouldClose = false,
2025-06-26 02:20:35 +02:00
},
weapon_revolver_mk2 = {
name = 'weapon_revolver_mk2',
label = 'Blood in and out Gun',
ammotype = 'AMMO_PISTOL',
description = 'da Violence',
type = 'weapon',
image = 'screenshot_419-removebg-preview.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
},
2025-06-26 02:20:35 +02:00
vitaminloesung_250 = {
name = 'vitaminloesung_250',
label = 'Vitaminlösung 250',
2025-06-11 17:02:33 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
image = 'screenshot_696-removebg-preview.png',
2025-06-26 02:20:35 +02:00
weight = 250,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
elastic_bandage = {
name = 'elastic_bandage',
label = 'Elastische Binde',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'elastisches-medizinisches-bandageband-komprimierend-geringe-dehnung-80-mm_189499203-removebg-preview.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
pinger = {
name = 'pinger',
label = 'Pinger',
description = 'With a pinger and your phone you can send out your location',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'pinger.png',
weight = 1000,
unique = false,
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
security_card_02 = {
name = 'security_card_02',
label = 'Security Card B',
description = 'A security card... I wonder what it goes to',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'security_card_02.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_rayminigun = {
name = 'weapon_rayminigun',
label = 'Widowmaker',
ammotype = 'AMMO_MINIGUN',
description = 'Weapon Rayminigun',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_rayminigun.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
useable = true,
},
2025-06-26 02:20:35 +02:00
aktexyz = {
name = 'aktexyz',
label = 'Akte XYZ',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'aktexyz.png',
weight = 100,
unique = true,
useable = false,
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
samsplint = {
name = 'samsplint',
label = 'Samsplint',
description = '',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'samsplint.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
salad = {
name = 'salad',
label = 'Eisbergsalat',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'salad.png',
weight = 200,
unique = true,
useable = false,
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
cooked_bbq_sausages = {
name = 'cooked_bbq_sausages',
label = 'gegrillte Bratwurst',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cooked_bbq_sausages.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
brushcamo_attachment = {
name = 'brushcamo_attachment',
label = 'Brushstroke Camo',
description = 'A brushstroke camo for a weapon',
type = 'item',
image = 'brushcamo_attachment.png',
weight = 1000,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
rubber = {
name = 'rubber',
label = 'Gummi',
description = 'Rubber, I believe you can make your own rubber ducky with it :D',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'rubber.png',
weight = 600,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
lysergic_acid = {
name = 'lysergic_acid',
label = 'Lysergsäure',
description = 'Der geheime VIP-Zugang zu einer anderen Realität',
type = 'item',
image = 'acid.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_1 = {
name = 'weapontint_1',
label = 'Green Tint',
description = 'Green Weapon Tint',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_green.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_appistol = {
name = 'weapon_appistol',
label = ' Klog 19 A',
ammotype = 'AMMO_PISTOL',
description = 'Wie die normale Klog nur mit mehr Fuck Yeaaah!',
type = 'weapon',
image = 'weapon_appistol.png',
weight = 1000,
unique = true,
useable = false,
},
flour = {
name = 'flour',
label = 'Packung Mehl ',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'flour.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = false,
2025-06-26 02:20:35 +02:00
},
dirischebs = {
name = 'dirischebs',
label = 'Der Irische Beziehungstatus',
description = '',
type = 'item',
image = 'Der_Irische_Beziehungsstatus.png',
weight = 100,
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
cup_lemonade = {
name = 'cup_lemonade',
label = 'Becher Sprunk',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cup_lemonade.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
trigger_unit = {
name = 'trigger_unit',
label = 'Abzugseinheit',
description = 'Der Schalter für Action einmal drücken, und die Welt verändert sich',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'snspistol_part_2.png',
2025-06-25 19:17:30 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
useable = false,
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
gg_rabbit_pelt_01 = {
name = 'gg_rabbit_pelt_01',
label = 'Raues Kaninchenfell',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_rabbit_pelt_01.png',
2025-06-24 22:00:28 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
switchblade_mechanism = {
name = 'switchblade_mechanism',
label = 'Mechanismus für Springmesser',
description = 'Der flinke Schalter ein Klick, und das Messer ist blitzschnell auf dem Sprung',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapon_parts2.png',
2025-06-25 19:17:30 +02:00
weight = 500,
2025-06-26 02:20:35 +02:00
unique = false,
useable = false,
shouldClose = false,
2025-06-08 18:52:38 +02:00
},
2025-06-26 02:20:35 +02:00
whiskey = {
name = 'whiskey',
label = 'Whiskey',
description = 'For all the thirsty out there',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'whiskey.png',
weight = 500,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
vomex = {
name = 'vomex',
label = 'Vomex',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'vomex.png',
weight = 20,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_vintagepistol = {
name = 'weapon_vintagepistol',
label = 'Vintage Pistol',
2025-06-25 19:17:30 +02:00
ammotype = 'AMMO_PISTOL',
2025-06-26 02:20:35 +02:00
description = 'An antique firearm designed to be held in one hand',
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_vintagepistol.png',
weight = 1000,
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
},
weapon_snspistol = {
name = 'weapon_snspistol',
label = 'Durov Pistole',
ammotype = 'AMMO_PISTOL',
description = ' So unauffällig, dass selbst der Agent manchmal vergisst, dass er sie dabei hat.',
type = 'weapon',
image = 'screenshot_401-removebg-preview.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
wwine = {
name = 'wwine',
label = 'Weißwein',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'wwine.png',
weight = 300,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
odins_wisdom_brew = {
name = 'odins_wisdom_brew',
label = 'Odin\'s Wisdom Brew (alkoholfrei)',
description = 'Ein Getränk, das auch ohne Alkohol die Weisheit und Kraft des Allvaters vermittelt voller Geschmack und leicht süß.',
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'OdinsWisdomBrew.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
pistol_flashlight = {
name = 'pistol_flashlight',
label = 'Pistolenlicht',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'flashlight_attachment.png',
weight = 100,
unique = true,
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
antipatharia_coral = {
name = 'antipatharia_coral',
label = 'Antipatharia',
description = 'Its also known as black corals or thorn corals',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'antipatharia_coral.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
veh_exterior = {
name = 'veh_exterior',
label = 'Exterior',
description = 'Upgrade vehicle exterior',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'veh_exterior.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
irishexit = {
name = 'irishexit',
label = 'Irish Exit',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'irish_exit.png',
weight = 100,
unique = true,
useable = false,
shouldClose = false,
},
advscope_attachment = {
name = 'advscope_attachment',
label = 'Advanced Scope',
description = 'An advanced scope for a weapon',
type = 'item',
image = 'advscope_attachment.png',
weight = 1000,
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
cooked_ribs = {
name = 'cooked_ribs',
label = 'gegrillte Rippchen',
description = '',
type = 'item',
image = 'cooked_ribs.png',
2025-06-25 19:17:30 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
gg_salt_block_02 = {
name = 'gg_salt_block_02',
label = 'besserer Salzblock',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_salt_block_02.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_sled = {
name = 'weapon_sled',
label = 'Pistolenschlitten',
description = 'Der flinke Kurier, der das Feuer in Bewegung bringt',
type = 'item',
image = 'Waffenschlitten.png',
weight = 250,
unique = false,
useable = false,
shouldClose = false,
},
woodcoal = {
name = 'woodcoal',
label = 'Sack Holzkohle',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'woodcoal.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_24 = {
name = 'weapontint_mk2_24',
label = 'Metallic Platinum Tint',
description = 'Metallic Platinum Weapon Tint for MK2 Weapons',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
flat_muzzle_brake = {
name = 'flat_muzzle_brake',
label = 'Flat Muzzle Brake',
description = 'A muzzle brake for a weapon',
type = 'item',
image = 'flat_muzzle_brake.png',
2025-06-16 01:11:07 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
vitaminloesung_1000 = {
name = 'vitaminloesung_1000',
label = 'Vitaminlösung 1000',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_696-removebg-preview.png',
weight = 1000,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
cooked_bbq_wings = {
name = 'cooked_bbq_wings',
label = 'gegrillte BBQ Wings',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cooked_bbq_wings.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_remotesniper = {
name = 'weapon_remotesniper',
label = 'Remote Sniper',
ammotype = 'AMMO_SNIPER_REMOTE',
description = 'A portable high-precision, long-range rifle',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_remotesniper.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
useable = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_handle = {
name = 'weapon_handle',
label = 'Griff',
description = 'Der perfekte Halt für dich und deine Waffen-Fantasien',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'snspistol_part_3.png',
2025-06-24 22:00:28 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
useable = false,
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
parachute = {
name = 'parachute',
label = 'Parachute',
description = 'The sky is the limit! Woohoo!',
type = 'item',
image = 'parachute.png',
weight = 30000,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
painkillers = {
name = 'painkillers',
label = 'Painkillers',
description = 'For pain you can\'t stand anymore, take this pill that\'d make you feel great again',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'painkillers.png',
2025-06-24 22:00:28 +02:00
weight = 0,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_2 = {
name = 'weapontint_mk2_2',
label = 'Classic Two-Tone Tint',
description = 'Classic Two-Tone Weapon Tint for MK2 Weapons',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
pork_joint = {
name = 'pork_joint',
label = 'roher Schweinebraten',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'pork_joint.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
blotter_paper = {
name = 'blotter_paper',
label = 'Blotterpapier',
description = 'Das Papier, das dich nicht nur trocknen lässt, sondern auch deine Gedanken',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'paperroll.png',
weight = 500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
coke_small_brick = {
name = 'coke_small_brick',
label = 'Coke Package',
description = 'Small package of cocaine, mostly used for deals and takes a lot of space',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'coke_small_brick.png',
weight = 350,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
gatecrack = {
name = 'gatecrack',
label = 'Gatecrack',
description = 'Handy software to tear down some fences',
type = 'item',
image = 'usb_device.png',
weight = 0,
unique = false,
useable = false,
shouldClose = true,
},
largescope_attachment = {
name = 'largescope_attachment',
label = 'Large Scope',
description = 'A large scope for a weapon',
type = 'item',
image = 'largescope_attachment.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
ecola_zero_dose = {
name = 'ecola_zero_dose',
label = 'E-Cola Zero Dose',
description = 'Dose Cola',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ecolazerocan.png',
weight = 50,
unique = false,
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
raw_turkey_drums = {
name = 'raw_turkey_drums',
label = 'rohe Putenkeulen',
description = '',
type = 'item',
image = 'raw_turkey_drums.png',
2025-06-25 19:17:30 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
fentanyl = {
name = 'fentanyl',
label = 'Fentanyl',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'fentanyl-removebg-preview.png',
weight = 10,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
empty_weed_bag = {
name = 'empty_weed_bag',
label = 'Empty Weed Bag',
description = 'A small empty bag',
type = 'item',
image = 'weed_baggy_empty.png',
weight = 0,
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
boxapples = {
name = 'boxapples',
label = 'Kiste Äpfel',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'applebox.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
},
gg_hunting_knife_03 = {
name = 'gg_hunting_knife_03',
label = 'Premium Jagdmesser',
description = '',
type = 'item',
image = 'gg_hunting_knife_03.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_briefcase_02 = {
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_briefcase2.png',
useable = false,
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
name = 'weapon_briefcase_02',
description = 'Wonderfull for nice vacation to Liberty City',
label = 'Suitcase',
},
j_and_js = {
name = 'j_and_js',
label = 'J&Js',
description = 'Kleine, bunte Schockodrops mit knackiger Hülle und weichem Kern',
type = 'item',
image = 'ChatGPT_Image_27._Apr._2025__12_06_23-removebg-preview.png',
weight = 150,
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
kolonya = {
name = 'kolonya',
label = 'Kolonya',
description = 'Duftwasser - Geschenk für Gäste',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Kolonya.png',
weight = 150,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
veh_plates = {
name = 'veh_plates',
label = 'Plates',
description = 'Install vehicle plates',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'veh_plates.png',
weight = 1000,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapon_railgun = {
type = 'weapon',
image = 'weapon_railgun.png',
useable = false,
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
name = 'weapon_railgun',
description = 'A weapon that uses electromagnetic force to launch high velocity projectiles',
label = 'Railgun',
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
bandage = {
name = 'bandage',
label = 'Bandage',
description = 'A bandage works every time',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'bandage.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapon_flashlight = {
type = 'weapon',
image = 'weapon_flashlight.png',
useable = false,
weight = 1000,
unique = true,
name = 'weapon_flashlight',
description = 'Heller als Du ^^',
label = 'Flashlight',
},
aldurs_ight_lixir = {
name = 'baldurs_light_elixir',
label = 'Baldur\'s Light Elixir',
description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'BaldursLightElixir.png',
2025-06-25 19:17:30 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
quickclot = {
name = 'quickclot',
label = 'Wundschnellverband',
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = '40053-QuikClot-Combat-Gauze-01-removebg-preview.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
advancedrepairkit = {
name = 'advancedrepairkit',
label = 'Advanced Repairkit',
description = 'A nice toolbox with stuff to repair your vehicle',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'advancedkit.png',
weight = 4000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapontint_mk2_11 = {
name = 'weapontint_mk2_11',
label = 'Yellow Contrast Tint',
description = 'Yellow Contrast Weapon Tint for MK2 Weapons',
type = 'item',
2025-06-25 19:17:30 +02:00
image = 'weapontint_black.png',
2025-06-26 02:20:35 +02:00
weight = 1000,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
frittenwbm = {
name = 'frittenwbm',
label = 'Fritten wie bei Muttern',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Fritten_wie_bei_Muttern.png',
weight = 100,
unique = true,
useable = false,
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
thors_sandwich = {
name = 'thors_sandwich',
label = 'Thors Sandwich',
description = 'So kraftvoll wie Thors Hammerschlag, dieses Sandwich ist eine herzhafte Kombination aus intensiven Aromen und sättigender Substanz. Perfekt für einen echten Wikinger-Appetit.',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'thors_sandwich.png',
weight = 150,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
purple_phone = {
name = 'purple_phone',
label = 'iFruit 12XR Lila',
description = '„Jetzt mit noch mehr Features, die du nie brauchst, aber jedem zeigen musst.“',
type = 'item',
image = 'purple_phone.png',
weight = 0.09999999999999432,
2025-06-25 19:17:30 +02:00
unique = true,
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
rostedcoffee = {
name = 'rostedcoffee',
label = 'Sack geröstete Kaffeebohnen',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'rostedcoffee.png',
weight = 2000,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
boxsalad = {
name = 'boxsalad',
label = 'Kiste Eisbergsalat',
2025-06-24 22:00:28 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'saladbox.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
eimdalls_lear_ight = {
name = 'heimdalls_clear_sight',
label = 'Heimdall\'s Clear Sight',
description = 'Ein erfrischendes, klares Getränk, das wie Heimdalls wachsames Auge rein und belebend wirkt.',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'HeimdallsClearSight.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
iron = {
name = 'iron',
label = 'Iron',
description = 'Handy piece of metal that you can probably use for something',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'iron.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_specialcarbine = {
name = 'weapon_specialcarbine',
label = 'KH 450',
2025-06-25 19:17:30 +02:00
ammotype = 'AMMO_RIFLE',
2025-06-26 02:20:35 +02:00
description = 'Wenn die Ar 15 nicht mehr reicht.',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'screenshot_407-removebg-preview.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
hors_hunder_ings = {
name = 'hors_hunder_ings',
label = 'Thor\'s Thunder Wings',
description = 'Knusprig, würzig und mit einem feurigen Biss diese Flügel schlagen ein wie ein Donnerblitz.',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ThorsThunderWings.png',
weight = 200,
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
okis_ischief_ites = {
name = 'okis_ischief_ites',
label = 'Loki\'s Mischief Bites',
description = 'Knusprige Bissen, die mit einer scharfen Überraschung im Inneren den Gästen einen schelmischen Spaß bereiten.',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'LokisMischiefBites.png',
2025-06-25 19:17:30 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
ibuprophen = {
name = 'ibuprophen',
label = 'Ibuprophen',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Ibuprophen.png',
weight = 20,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
sifs_olden_harvest = {
name = 'sifs_olden_harvest',
label = 'Sifs Golden Harvest',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'SifsGoldenHarvest.png',
weight = 100,
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapon_ceramicpistol = {
name = 'weapon_ceramicpistol',
label = 'Ceramic Pistol',
ammotype = 'AMMO_PISTOL',
description = 'Weapon Ceramicpistol',
type = 'weapon',
image = 'weapon_ceramicpistol.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
marble_pop_limo = {
name = 'marble_pop_limo',
label = 'Marble Pop Limo',
description = 'Kult-Getränk aus Japan: Erfrischende Limonade mit fruchtigem Geschmack und der typischen Glasmurmel',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'marblepop.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
holoscope_attachment = {
name = 'holoscope_attachment',
label = 'Holo Scope',
description = 'A holo scope for a weapon',
type = 'item',
image = 'holoscope_attachment.png',
2025-06-24 22:00:28 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
useable = true,
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
kanister = {
name = 'kanister',
label = 'leerer Kanister',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'kanister.png',
weight = 600,
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
whiskeywickel = {
name = 'whiskeywickel',
label = 'Whiskeywickel',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'whiskeywickel.png',
2025-06-25 19:17:30 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_1 = {
name = 'weapontint_mk2_1',
label = 'Classic Gray Tint',
description = 'Classic Gray Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
orange_o_tang_zero_flasche = {
name = 'orange_o_tang_zero_flasche',
label = 'Orange O Tang Zero Flasche',
description = 'Flasche Orangen Limo',
type = 'item',
image = 'orange_o_tang_zero_flasche.png',
2025-06-25 19:17:30 +02:00
weight = 80,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
bcesandwich = {
name = 'bcesandwich',
label = 'Bacon Cheese Egg Sandwich',
description = 'Knuspriger Bacon, geschmolzener Käse und ein saftiges Spiegelei, geschichtet zwischen zwei goldbraun gerösteten Toastscheiben',
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'bcesandwich.png',
weight = 200,
unique = false,
useable = true,
shouldClose = true,
},
weapon_stone_hatchet = {
type = 'weapon',
image = 'weapon_stone_hatchet.png',
useable = true,
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
name = 'weapon_stone_hatchet',
description = 'Stone Hatchet',
label = 'Stone Hatchet',
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
gg_captured_chickenhawk = {
name = 'gg_captured_chickenhawk',
label = 'Gefangener Falke',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_captured_chickenhawk.png',
weight = 5000,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
machete_blade = {
name = 'machete_blade',
label = 'Machete Klinge',
description = 'Wenn du mehr als nur ein bisschen Durchblick brauchst sie räumt den Weg frei',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Machetenklinge.png',
weight = 500,
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
falafel = {
name = 'falafel',
label = 'Falafel',
description = 'Falafel mit Joghurtsauce',
type = 'item',
image = 'Falafel.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
},
weapon_petrolcan = {
name = 'weapon_petrolcan',
label = 'Petrol Can',
ammotype = 'AMMO_PETROLCAN',
description = 'A robust liquid container made from pressed steel',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_petrolcan.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
},
2025-06-26 02:20:35 +02:00
cooked_brisket = {
name = 'cooked_brisket',
label = 'gegrilltes Brisket',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cooked_brisket.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
ecola_zero_flasche = {
name = 'ecola_zero_flasche',
label = 'E-Cola Zero Flasche',
description = 'Flasche Cola',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ecolazerobottle.png',
weight = 80,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
chemiebarrel = {
name = 'chemiebarrel',
label = 'Chemie Fass',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'chemie.png',
weight = 1000,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-26 02:20:35 +02:00
},
pistol_compensator = {
name = 'pistol_compensator',
label = 'Pistolen Kompensator',
description = '',
type = 'item',
image = 'comp_attachment.png',
2025-06-24 22:00:28 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
gg_hunting_arrowammo = {
name = 'gg_hunting_arrowammo',
label = 'Armbrust Pfeile',
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_hunting_arrowammo.png',
weight = 20,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
freyas_blossom = {
name = 'freyas_blossom',
label = 'Freyas Blossom',
description = 'Ein blumiges und fruchtiges Getränk, das die Zartheit und Schönheit, der Göttin Freya widerspiegelt.',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'FreyasBlossom.png',
weight = 250,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
digicamo_attachment = {
name = 'digicamo_attachment',
label = 'Digital Camo',
description = 'A digital camo for a weapon',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'digicamo_attachment.png',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
cooked_kebab = {
name = 'cooked_kebab',
label = 'gegrilltes Schaschlick',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cooked_kebab.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
diving_fill = {
name = 'diving_fill',
label = 'Diving Tube',
description = 'An oxygen tube and a rebreather',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'diving_tube.png',
weight = 3000,
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
hotdog = {
name = 'hotdog',
label = 'Hot Dog',
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_691-removebg-preview.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
orange = {
name = 'orange',
label = 'Orange',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'orange.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
useable = false,
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
ifaks = {
name = 'ifaks',
label = 'ifaks',
description = 'ifaks for healing and a complete stress remover.',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ifaks.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
cotton = {
name = 'cotton',
label = 'Baumwolle',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cotton.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
newsbmic = {
name = 'newsbmic',
label = 'Boom Microphone',
description = 'A Useable BoomMic',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'newsbmic.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
},
reinforced_handle = {
name = 'reinforced_handle',
label = 'Verstärkter Griff',
description = 'Der Bodybuilder unter den Griffen',
type = 'item',
image = 'Verstaerktergriff.png',
weight = 1000,
unique = false,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
['3-fach_impfung_katze'] = {
name = '3-fach_impfung_katze',
label = '3-fach Impfung Katze',
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'katzenimpfstoff.png',
weight = 20,
2025-06-24 22:00:28 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
sprunk = {
name = 'sprunk',
label = 'Sprunk Softdrink',
description = '"Weil dein Körper Zucker liebt du aber nicht deinen Körper."',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'sprunk.png',
weight = 100,
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_minigun = {
name = 'weapon_minigun',
label = 'Minigun',
ammotype = 'AMMO_MINIGUN',
description = 'A portable machine gun consisting of a rotating cluster of six barrels and capable of variable rates of fire of up to 6,000 rounds per minute',
type = 'weapon',
image = 'weapon_minigun.png',
weight = 1000,
unique = true,
useable = false,
},
heparin = {
name = 'heparin',
label = 'Heparin',
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'heparin.png',
weight = 10,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
firework3 = {
name = 'firework3',
label = 'WipeOut',
description = 'Fireworks',
type = 'item',
image = 'firework3.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
boxgrapejuice = {
name = 'boxgrapejuice',
label = 'Kiste Traubensaft',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'boxgrapejuice.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
lsd_route = {
name = 'lsd_route',
label = 'LSD Route',
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'lsd_route.png',
weight = 10,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
copper = {
name = 'copper',
label = 'Kupferbarren',
description = 'Es ist Metall aber Weich ',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cooperbar.png',
weight = 800,
2025-06-25 19:17:30 +02:00
unique = false,
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
sniper_defaultclip = {
name = 'sniper_defaultclip',
label = 'Sniper Magzin',
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'sniper_defaultclip.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_hammer = {
type = 'weapon',
image = 'weapon_hammer.png',
useable = false,
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
name = 'weapon_hammer',
description = 'Used for jobs such as breaking things (legs) and driving in nails',
label = 'Hammer',
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
glass = {
name = 'glass',
label = 'Glas',
description = 'It is very fragile, watch out',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'glass.png',
weight = 600,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
empty_nitrous_bottle = {
name = 'empty_nitrous_bottle',
label = 'leere Nitro Flasche',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'empty_nitrous_bottle.png',
2025-06-25 19:17:30 +02:00
weight = 0,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
tablet = {
name = 'tablet',
label = 'Tablet',
description = 'Expensive tablet',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'tablet.png',
2025-06-25 19:17:30 +02:00
weight = 2000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
kino_keycard = {
name = 'kino_keycard',
label = 'Moonlight Cinema Keycard',
2025-06-24 22:00:28 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'keycard.png',
2025-06-25 19:17:30 +02:00
weight = 10,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-16 01:11:07 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
rifle_flashlight = {
name = 'rifle_flashlight',
label = 'Gewehrlicht',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'flashlight_attachment.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_unarmed = {
type = 'weapon',
image = 'placeholder.png',
useable = false,
2025-06-16 01:11:07 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
name = 'weapon_unarmed',
description = 'Fisticuffs',
label = 'Fists',
},
weapon_pipebomb = {
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_pipebomb.png',
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
weight = 1000,
unique = true,
name = 'weapon_pipebomb',
description = 'A homemade bomb, the components of which are contained in a pipe',
label = 'Pipe Bomb',
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
schnitzelbroetchen = {
name = 'schnitzelbroetchen',
label = 'Schnitzelbrötchen',
description = 'Knuspriger Held im Brötchenmantel das Schnitzel regelt!',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'schnitzelbroetchen.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
leberkas_semmal = {
name = 'leberkas_semmal',
label = 'Leberkas Semmal',
description = 'Mehr Fleisch als Worte des is koa Semmel, des is a Lebensgefühl!',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'leberkas_semmal.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
ironbar = {
name = 'ironbar',
label = 'Eisenbarren',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ironbar.png',
weight = 2000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
xtcbaggy = {
name = 'xtcbaggy',
label = 'Bag of XTC',
description = 'Pop those pills baby',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'xtc_baggy.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
wine = {
name = 'wine',
label = 'Rotwein',
description = 'Some good wine to drink on a fine evening',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'wine.png',
weight = 300,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_5 = {
name = 'weapontint_mk2_5',
label = 'Classic Green Tint',
description = 'Classic Green Weapon Tint for MK2 Weapons',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-25 19:17:30 +02:00
image = 'weapontint_black.png',
2025-06-26 02:20:35 +02:00
weight = 1000,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-25 19:17:30 +02:00
diving_gear = {
name = 'diving_gear',
label = 'Diving Gear',
2025-06-26 02:20:35 +02:00
description = 'An oxygen tank and a rebreather',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'diving_gear.png',
weight = 30000,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
rifle_extendedclip = {
name = 'rifle_extendedclip',
label = 'erw. Gewehr Magazin',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'rifle_extendedclip.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
beerkeg = {
name = 'beerkeg',
label = 'Bierfass',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'beerkeg.png',
weight = 600,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_gadgetpistol = {
name = 'weapon_gadgetpistol',
label = 'Perico Pistol',
2025-06-25 19:17:30 +02:00
ammotype = 'AMMO_PISTOL',
2025-06-26 02:20:35 +02:00
description = 'Weapon Gadgetpistol',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_gadgetpistol.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
unique = true,
useable = true,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
spazi_limo = {
name = 'spazi_limo',
label = 'Bergbräu Limo',
description = 'Spritzig, lecker, absolut neu und revolutionär. Ähnlichkeiten zu anderen Limos? Niemals. Reinste Zufälle. Wirklich.',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'spazi_limo.png',
weight = 150,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
precision_muzzle_brake = {
name = 'precision_muzzle_brake',
label = 'Precision Muzzle Brake',
description = 'A muzzle brake for a weapon',
type = 'item',
image = 'precision_muzzle_brake.png',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
popcorn = {
name = 'popcorn',
label = 'Popcorn',
description = 'Frisch aufgepopptes Popcorn ',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ChatGPT Image 26. Apr. 2025, 17_05_56-min.png',
weight = 150,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
i4_engine = {
name = 'i4_engine',
label = 'I4 Motor',
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'i4_engine.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
salep = {
name = 'salep',
label = 'Salep',
description = ' Zimt Heißgetränk',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'salep.png',
weight = 200,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
creditcard = {
name = 'creditcard',
label = 'Bankkarte',
description = 'Ich brauch Geld',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'creditcard.png',
2025-06-25 19:17:30 +02:00
weight = 0,
2025-06-26 02:20:35 +02:00
unique = true,
useable = false,
shouldClose = true,
},
shoe = {
name = 'shoe',
label = 'Schuh',
description = 'ein Schuh an Kop .... oder so',
type = 'item',
image = 'shoe.png',
weight = 100,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
ceramic_barrel = {
name = 'ceramic_barrel',
label = 'Keramiklauf',
description = 'Der Lauf, der sich in jeder Sicherheitskontrolle unsichtbar macht',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'keramiklauf.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
},
weapon_heavysniper_mk2 = {
name = 'weapon_heavysniper_mk2',
label = 'Heavy Sniper Mk II',
ammotype = 'AMMO_SNIPER',
description = 'Weapon Heavysniper MK2',
type = 'weapon',
image = 'weapon_heavysniper_mk2.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
},
2025-06-26 02:20:35 +02:00
boxorangejuice = {
name = 'boxorangejuice',
label = 'Kiste Orangensaft',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'boxorangejuice.png',
weight = 1000,
unique = true,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
pistol_defaultclip = {
name = 'pistol_defaultclip',
label = 'Pistolen Magazin',
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'clip_attachment.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
drytobbacoleaf = {
name = 'drytobbacoleaf',
label = 'getrocknetes Tabakblatt',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'drietobbacoleaf.png',
weight = 10,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-16 01:11:07 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
smg_scope = {
name = 'smg_scope',
label = 'SMG Visier',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'holoscope_attachment.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
glucoseg40 = {
name = 'glucoseg40',
label = 'Glucose 40%',
2025-06-24 22:00:28 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'glucoseg40.png',
weight = 10,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
revolver_barrel = {
name = 'revolver_barrel',
label = 'Revolverlauf',
description = 'Revolver-Abzug: Ein kurzer Zug, der großen Knall bringt',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'axehandle.png',
weight = 250,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
raw_beef_brisket = {
name = 'raw_beef_brisket',
label = 'rohes Beef Brisket',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'raw_beef_brisket.png',
2025-06-24 22:00:28 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
drill = {
name = 'drill',
label = 'Bohrmaschine',
description = 'The real deal...',
type = 'item',
image = 'drill.png',
weight = 0,
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
bleeder = {
name = 'bleeder',
label = 'The Bleeder',
2025-06-24 22:00:28 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_685-removebg-preview.png',
weight = 100,
2025-06-11 17:02:33 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
ribeye_steak = {
name = 'ribeye_steak',
label = 'Ribeye Steak',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ribeye_steak.png',
weight = 200,
unique = false,
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapon_railgunxm3 = {
type = 'weapon',
image = 'weapon_railgunxm3.png',
useable = false,
weight = 1000,
unique = true,
name = 'weapon_railgunxm3',
description = 'A weapon that uses electromagnetic force to launch high velocity projectiles',
label = 'Railgun XM3',
},
veh_engine = {
name = 'veh_engine',
label = 'Engine',
description = 'Upgrade vehicle engine',
type = 'item',
image = 'veh_engine.png',
weight = 1000,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_poolcue = {
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_poolcue.png',
useable = false,
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
name = 'weapon_poolcue',
description = 'A stick used to strike a ball, usually the cue ball (or other things)',
label = 'Billardque',
},
weapon_dbshotgun = {
name = 'weapon_dbshotgun',
label = 'Double-barrel Shotgun',
ammotype = 'AMMO_SHOTGUN',
description = 'A shotgun with two parallel barrels, allowing two single shots to be fired in quick succession',
type = 'weapon',
image = 'weapon_dbshotgun.png',
2025-06-24 22:00:28 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
jords_ea_latter = {
name = 'njords_sea_platter',
label = 'Njord\'s Sea Platter',
description = 'Frisch aus dem Meer, diese Meeresfrüchte erinnern an Njords Verbindung zu den stürmischen Wellen der nordischen Meere.',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'NjordsSeaPlatter.png',
2025-06-24 22:00:28 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
cooked_corn_cob = {
name = 'cooked_corn_cob',
label = 'gegrillter Maiskolben',
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cooked_corn_cob.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
tirerepairkit = {
name = 'tirerepairkit',
label = 'Tire Repair Kit',
description = 'A kit to repair your tires',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'tirerepairkit.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
bikerack = {
name = 'bikerack',
label = 'Fahrradträger',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'bikerack.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
okis_rickster_unch = {
name = 'lokis_trickster_punch',
label = 'Loki\'s Trickster Punch',
description = 'Unberechenbar und aufregend, dieser Mocktail hält eine erfrischende Überraschung parat.',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'LokisTricksterPunch.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
stoff = {
name = 'stoff',
label = 'Stoff ',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'stoff.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
smg_flashlight = {
name = 'smg_flashlight',
label = 'SMG Licht',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'flashlight_attachment.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_7 = {
name = 'weapontint_mk2_7',
label = 'Classic Earth Tint',
description = 'Classic Earth Weapon Tint for MK2 Weapons',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapon_militaryrifle = {
name = 'weapon_militaryrifle',
label = 'Weapon Militaryrifle',
ammotype = 'AMMO_RIFLE',
description = 'Weapon Militaryrifle',
type = 'weapon',
image = 'weapon_assaultrifle.png',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
shotgun_squaredmuzzle = {
name = 'shotgun_squaredmuzzle',
label = 'MK2 Shotgun Squaredmuzzle',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'comp_attachment.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-16 01:11:07 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
privcard01 = {
name = 'privcard01',
label = 'Schlüsselkarte-0100a',
description = 'Registriert auf Mark Petrol',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = '',
2025-06-25 19:17:30 +02:00
weight = 0,
2025-06-26 02:20:35 +02:00
unique = false,
useable = false,
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
meth_pipe = {
name = 'meth_pipe',
label = 'Leere Methpfeife',
description = 'Leere Pfeife zum möglichen Glück was keins ist',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Meth pfeife.png',
weight = 500,
unique = false,
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-26 02:20:35 +02:00
},
blue_phone = {
name = 'blue_phone',
label = 'iFruit 12XR Blau',
description = '„Ein Akku, der genau so lange hält wie deine Aufmerksamkeitsspanne.“',
type = 'item',
image = 'blue_phone.png',
2025-06-25 19:17:30 +02:00
weight = 0.09999999999999432,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
veh_toolbox = {
name = 'veh_toolbox',
label = 'Toolbox',
description = 'Check vehicle status',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'veh_toolbox.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
hors_hunder_torm = {
name = 'thors_thunder_storm',
label = 'Thor\'s Thunder Storm (alkoholfrei)',
description = 'Ein spritziges Getränk mit einem überraschenden Kick, das wie ein Donnerschlag erfrischt.',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ThorsThunderStorm.png',
weight = 200,
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
emergencydrone = {
name = 'emergencydrone',
label = 'Einsatz Drohne',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'police_drone.png',
2025-06-24 22:00:28 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_stickybomb = {
type = 'weapon',
image = 'weapon_stickybomb.png',
useable = false,
weight = 1000,
unique = true,
name = 'weapon_stickybomb',
description = 'An explosive charge covered with an adhesive that when thrown against an object sticks until it explodes',
label = 'C4',
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
thors_hammer = {
name = 'thors_hammer',
label = 'Thor\'s Hammer',
description = 'So kraftvoll wie der Schlag von Mjölnir, Thors legendärem Hammer.',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ThorsHammerBeer.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
gussform = {
name = 'gussform',
label = 'Gussform ',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gussform.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
oilbarrel = {
name = 'oilbarrel',
label = 'Erdölfass',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'oilbarrel.png',
weight = 6000,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
sludgie = {
name = 'sludgie',
label = 'Sludgie',
description = 'Gefrorene Chemie zum Trinken ^^',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'sludgie.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
offroad_tyres = {
name = 'offroad_tyres',
label = 'Reifen offroad',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'offroad_tyres.png',
2025-06-25 19:17:30 +02:00
weight = 0,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
vodka = {
name = 'vodka',
label = 'Chernokov Vodka',
description = 'Nach 4 Flaschen redet man Russisch.',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'vodka.png',
weight = 500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
radio = {
name = 'radio',
label = 'Funkgerät',
description = 'You can communicate with this through a signal',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'radio.png',
weight = 600,
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
fitbit = {
name = 'fitbit',
label = 'Fitbit',
description = 'I like fitbit',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'fitbit.png',
weight = 500,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapon_pumpshotgun_mk2 = {
name = 'weapon_pumpshotgun_mk2',
label = 'Pumpshotgun Mk II',
ammotype = 'AMMO_SHOTGUN',
description = 'Pumpshotgun MK2',
type = 'weapon',
image = 'weapon_pumpshotgun_mk2.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
battery = {
name = 'battery',
label = 'Akku',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'battery.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
unique = true,
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
},
wood = {
name = 'wood',
label = 'Holz',
description = 'Ich und mein Holz....',
type = 'item',
image = 'wood.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
kevlar = {
name = 'kevlar',
label = 'Kevlar ',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'kevlar.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
bulletproof_tyres = {
name = 'bulletproof_tyres',
label = 'Reifen Gebanzert',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'bulletproof_tyres.png',
weight = 0,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
drift_tuning_kit = {
name = 'drift_tuning_kit',
label = 'Driftkit',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'drift_tuning_kit.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
kas_leberkas_semmal = {
name = 'kas_leberkas_semmal',
label = 'Kas Leberkas Semmal',
description = 'Mehr Fleisch als Worte des is koa Semmel, des is a Lebensgefühl!',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'kas_leberkas_semmal.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapon_pistolxm3 = {
name = 'weapon_pistolxm3',
label = 'Pistol XM3',
ammotype = 'AMMO_PISTOL',
description = 'Pistol XM3',
type = 'weapon',
image = 'highteampistol.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
useable = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
shotgun_flashlight = {
name = 'shotgun_flashlight',
label = 'Shotgun Licht',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'flashlight_attachment.png',
weight = 100,
unique = true,
useable = true,
shouldClose = true,
},
weapon_flaregun = {
name = 'weapon_flaregun',
label = 'Flare Gun',
ammotype = 'AMMO_FLARE',
description = 'A handgun for firing signal rockets',
type = 'weapon',
image = 'weapon_flaregun.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = true,
useable = false,
},
2025-06-26 02:20:35 +02:00
smg_defaultclip = {
name = 'smg_defaultclip',
label = 'SMG Magazine',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'clip_attachment.png',
weight = 100,
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_13 = {
name = 'weapontint_mk2_13',
label = 'Bold Pink Tint',
description = 'Bold Pink Weapon Tint for MK2 Weapons',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
jords_cean_reeze_alkoholfrei = {
name = 'njords_ocean_breeze_alkoholfrei',
label = 'Njord\'s Ocean Breeze (alkoholfrei)',
description = 'Eine kühle Meeresbrise in Form eines Getränks, die erfrischend und exotisch zugleich ist.',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'NjordsOceanBreeze.png',
2025-06-24 22:00:28 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
rifle_defaultclip = {
name = 'rifle_defaultclip',
label = 'Gewehr Magazin',
description = '',
type = 'item',
image = 'rifle_defaultclip.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
yggdrasils_root = {
name = 'yggdrasils_root',
label = 'Yggdrasil\'s Root',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'YggdrasilsRoot.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
espresso = {
name = 'espresso',
label = 'Tasse Espresso',
description = 'Hiernach bist du safe wach ^^',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'espresso.png',
weight = 100,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
item_bench = {
name = 'item_bench',
label = 'Workbench',
description = 'A workbench to craft items.',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'workbench.png',
weight = 15000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_doubleaction = {
name = 'weapon_doubleaction',
label = ' Revolver',
ammotype = 'AMMO_PISTOL',
description = 'Moderner Revolver um auf Städter zu schießen und was sich sonst noch so bewegt ^^',
type = 'weapon',
image = 'revolver2.png',
weight = 1000,
unique = true,
useable = false,
},
log = {
name = 'log',
label = 'Holzscheit',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'wood_scraps.png',
weight = 500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
dagger_blade = {
name = 'dagger_blade',
label = 'Dolchklinge',
description = 'So klein, du siehst sie fast nicht aber sie hinterlässt Eindruck',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'P1026942-3-scaled-removebg-preview.png',
weight = 500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
cuttingdisc = {
name = 'cuttingdisc',
label = 'Trennscheibe',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cuttingdisc.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
sawdust = {
name = 'sawdust',
label = 'Sägemehl',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'sawdust.png',
weight = 20,
2025-06-25 19:17:30 +02:00
unique = false,
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_assaultrifle = {
name = 'weapon_assaultrifle',
label = 'AK 75',
ammotype = 'AMMO_RIFLE',
description = 'Russlands Antwort auf jedes Problem: zuverlässig, unkaputtbar und schießt sogar noch, wenn Wodka drüber gekippt wird.',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_assaultrifle.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
},
weapon_knuckle = {
type = 'weapon',
image = 'weapon_knuckle.png',
useable = false,
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
name = 'weapon_knuckle',
description = 'A metal guard worn over the knuckles in fighting, especially to increase the effect of the blows',
label = 'Knuckle',
},
gleitgel = {
name = 'gleitgel',
label = 'Gleitgel',
description = 'Falls es mal zu Trocken ist ^^',
type = 'item',
image = 'gleitgel.png',
weight = 100,
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
zig = {
name = 'zig',
label = 'selbstgedrehte Zigarette ',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'zig.png',
weight = 100,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
firework1 = {
name = 'firework1',
label = '2Brothers',
description = 'Fireworks',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'firework1.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
},
weapon_assaultsmg = {
name = 'weapon_assaultsmg',
label = 'BDR-C ',
ammotype = 'AMMO_SMG',
description = 'Voll Scifi ^^',
type = 'weapon',
image = 'weapon_assaultsmg.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
pd_keycard = {
name = 'pd_keycard',
label = 'PD Key Card',
description = 'Wenn du kein Cop bist Finger weg!',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'pd_keycard.png',
weight = 10,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
opium = {
name = 'opium',
label = 'Opium',
description = 'Chillfilter fürs Leben aber Vorsicht, klebrig',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'opium_dry2.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
veh_brakes = {
name = 'veh_brakes',
label = 'Brakes',
description = 'Upgrade vehicle brakes',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'veh_brakes.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_3 = {
name = 'weapontint_3',
label = 'Pink Tint',
description = 'Pink Weapon Tint',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_pink.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
gg_hunting_campfire = {
name = 'gg_hunting_campfire',
label = 'Lagerfeuerkit',
description = '',
type = 'item',
image = 'gg_hunting_campfire.png',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
pizza_piece = {
name = 'pizza_piece',
label = 'Stück Pizza',
description = 'Ein Stück Glück auf deinem Teller Genieße unser köstliches Stück Pizza!',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'file_00000000abf061f788ede1aa1c949dae-removebg-preview.png',
weight = 150,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
corn = {
name = 'corn',
label = 'Getreide',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'corn.png',
weight = 100,
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
firework2 = {
name = 'firework2',
label = 'Poppelers',
description = 'Fireworks',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'firework2.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-25 19:17:30 +02:00
njords_sea_platter = {
name = 'njords_sea_platter',
label = 'Njords Sea Platter',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'NjordsSeaPlatter.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
shortened_gunbarrel = {
name = 'shortened_gunbarrel',
label = 'verkürzter Waffenlauf',
description = 'Weniger Lauf, mehr Stil',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'shotgun_barrel_compressed_better.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
rohkaffee = {
name = 'rohkaffee',
label = 'Rohkaffee',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'rohkaffee.png',
weight = 4,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
veh_wheels = {
name = 'veh_wheels',
label = 'Wheels',
description = 'Upgrade vehicle wheels',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'veh_wheels.png',
weight = 1000,
unique = false,
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
ornageo = {
name = 'ornageo',
label = 'Orange O Tang Softdrink',
description = '"Weil dein Körper Zucker liebt du aber nicht deinen Körper."',
type = 'item',
image = 'screenshot_688-removebg-preview.png',
2025-06-23 11:41:02 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
box = {
name = 'box',
label = 'Kiste',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'box.png',
weight = 600,
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
},
lutschfinger_eis = {
name = 'lutschfinger_eis',
label = 'Lutschfinger Eis',
description = 'wie aus deiner Kindheit',
type = 'item',
image = 'lutschfinger_eis.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
dendrogyra_coral = {
name = 'dendrogyra_coral',
label = 'Dendrogyra',
description = 'Its also known as pillar coral',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'dendrogyra_coral.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
cigar = {
name = 'cigar',
label = 'Zigarre',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cigar.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
flashlight_attachment = {
name = 'flashlight_attachment',
label = 'Flashlight',
description = 'A flashlight for a weapon',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'flashlight_attachment.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
},
anglegrinder = {
name = 'anglegrinder',
label = 'Flex',
description = '„Dein bester Freund, wenns darum geht, Dinge zu zerstören äh, bearbeiten.“',
type = 'item',
image = 'anglegrinder.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
weed_skunk_seed = {
name = 'weed_skunk_seed',
label = 'Skunk Seed',
description = 'A weed seed of Skunk',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weed_seed.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
diamond_ring = {
name = 'diamond_ring',
label = 'Diamond Ring',
description = 'A diamond ring seems like the jackpot to me!',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'diamond_ring.png',
weight = 1500,
unique = false,
useable = false,
2025-06-23 11:41:02 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weed_ak47 = {
name = 'weed_ak47',
label = 'AK47 2g',
description = 'A weed bag with 2g AK47',
type = 'item',
image = 'weed_baggy.png',
2025-06-25 19:17:30 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
veh_armor = {
name = 'veh_armor',
label = 'Armor',
description = 'Upgrade vehicle armor',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'veh_armor.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
cooked_pork_joint = {
name = 'cooked_pork_joint',
label = 'gegrillter Schweinebraten',
2025-06-23 20:07:19 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cooked_pork_joint.png',
2025-06-25 19:17:30 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
useable = true,
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
spazi = {
name = 'spazi',
label = 'Bergbräu Spazi ',
description = 'Cola trifft Orange wie nie zuvor gesehen. Falls dir das bekannt vorkommt: Nein, du bildest dir das nur ein.',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'spazi.png',
weight = 150,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
heavyarmor = {
name = 'heavyarmor',
label = 'Verstärkte Kugelsischere Weste',
description = 'Some protection won\'t hurt... right?',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'armor.png',
weight = 5000,
unique = false,
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
gg_pug_bait_02 = {
name = 'gg_pug_bait_02',
label = 'Illegaler Raubtierköder 2',
description = '',
type = 'item',
image = 'gg_pug_bait_02.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_crossbow = {
name = 'weapon_crossbow',
label = 'Jagd Armbrust',
description = '',
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_crossbow.png',
2025-06-24 22:00:28 +02:00
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
shisha_tobacco = {
name = 'shisha_tobacco',
label = 'Shisha Tabak',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'shisha_tobacco.png',
2025-06-24 22:00:28 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
useable = false,
shouldClose = false,
},
weapon_bullpuprifle = {
name = 'weapon_bullpuprifle',
label = 'QBX-92-3',
ammotype = 'AMMO_RIFLE',
description = 'Dieses Gewehr ist der neueste chinesische Import, der Amerika im Sturm erobert.',
type = 'weapon',
image = 'screenshot_411-removebg-preview.png',
weight = 1000,
unique = true,
useable = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
crack_baggy = {
name = 'crack_baggy',
label = 'Bag of Crack',
description = 'To get happy faster',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'crack_baggy.png',
weight = 0,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
amiodaron = {
name = 'amiodaron',
label = 'Amiodaron',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'amiodaron.png',
weight = 15,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
veh_interior = {
name = 'veh_interior',
label = 'Interior',
description = 'Upgrade vehicle interior',
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'veh_interior.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
cooked_lamb_chop = {
name = 'cooked_lamb_chop',
label = 'gegrillte Lamkeule',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cooked_lamb_chops.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_marksmanpistol = {
name = 'weapon_marksmanpistol',
label = 'Marksman Pistol',
ammotype = 'AMMO_PISTOL',
description = 'A very accurate small firearm designed to be held in one hand',
type = 'weapon',
image = 'weapon_marksmanpistol.png',
weight = 1000,
unique = true,
useable = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_smokegrenade = {
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'screenshot_425-removebg-preview.png',
useable = false,
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
name = 'weapon_smokegrenade',
description = 'An explosive charge that can be remotely detonated',
label = 'Rauchgranate',
},
weapon_pumpshotgun = {
name = 'weapon_pumpshotgun',
label = 'Banalli Schrotflinte',
ammotype = 'AMMO_SHOTGUN',
description = 'Der Türöffner für Cops, wenn Klopfen keine Option mehr ist.',
type = 'weapon',
image = 'screenshot_399-removebg-preview.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
useable = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
ammo_beanbag = {
name = 'ammo_beanbag',
label = 'Beanbag Ammo',
description = 'Munition für die Beanbag Shotgun',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'beanbag_ammo.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
fish_and_chips = {
name = 'fish_and_chips',
label = 'Fish and Chips',
description = 'very british ^^',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'fish_and_chips.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapon_advancedrifle = {
name = 'weapon_advancedrifle',
label = 'Advanced Rifle',
ammotype = 'AMMO_RIFLE',
description = 'An assault version of a rapid-fire, magazine-fed automatic rifle designed for infantry use',
type = 'weapon',
image = 'weapon_advancedrifle.png',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
useable = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
dackels = {
name = 'dackels',
label = 'Dackelschreck',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'dacklschreck.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-25 19:17:30 +02:00
shouldClose = false,
2025-06-26 02:20:35 +02:00
},
steel_ingots = {
name = 'steel_ingots',
label = 'Stahlbarren',
description = 'Hier trifft pure Masse auf unendliches Potenzial.',
type = 'item',
image = 'steel_ingot.png',
weight = 1000,
unique = false,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
bbq_seasoning = {
name = 'bbq_seasoning',
label = 'BBQ Gewürze',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'bbq_seasoning.png',
weight = 100,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-16 01:11:07 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
cokebaggy = {
name = 'cokebaggy',
label = 'Bag of Coke',
description = 'To get happy real quick',
type = 'item',
image = 'cocaine_baggy.png',
weight = 0,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
rifle_suppressor = {
name = 'rifle_suppressor',
label = 'Gewehr Schalldämpfer',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'suppressor_attachment.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
lamb_chops = {
name = 'lamb_chops',
label = 'Lammkoteletts',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'lamb_chops.png',
weight = 200,
unique = false,
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
gg_hunting_cookedmeat = {
name = 'gg_hunting_cookedmeat',
label = 'gebratenes Wildfleisch',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_hunting_cookedmeat.png',
weight = 50,
unique = false,
useable = true,
shouldClose = true,
},
meth = {
name = 'meth',
label = 'Meth',
description = 'A baggie of Meth',
type = 'item',
image = 'meth_baggy.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
ayran = {
name = 'ayran',
label = 'Ayran',
description = 'erfrischendes Joghurtgetränk',
type = 'item',
image = 'Ayran.png',
2025-06-24 22:00:28 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
amoxicillin = {
name = 'amoxicillin',
label = 'Amoxicillin',
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'amoxicillin.png',
weight = 20,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
clip_attachment = {
name = 'clip_attachment',
label = 'Clip',
description = 'A clip for a weapon',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'clip_attachment.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
heavy_duty_muzzle_brake = {
name = 'heavy_duty_muzzle_brake',
label = 'HD Muzzle Brake',
description = 'A muzzle brake for a weapon',
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'heavy_duty_muzzle_brake.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
smg_holoscope = {
name = 'smg_holoscope',
label = 'SMG Holoscope',
2025-06-24 22:00:28 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'holoscope_attachment.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
woodbug = {
name = 'woodbug',
label = 'Borkenkäfer',
description = 'Deutsche Borkenkäfer dürfen dies....',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'woodbug.png',
weight = 4,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
binoculars = {
name = 'binoculars',
label = 'Fernglas',
description = 'EY!DU sollst nicht spannern!',
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'fernglas.png',
weight = 600,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
ggdrasils_oots = {
name = 'yggdrasils_roots',
label = 'Yggdrasil\'s Roots',
description = 'Tief verwurzelt in den Gaben der Natur, bieten diese knusprigen Snacks eine Verbindung zu den alten Geschichten.',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'YggdrasilsRootsGemuseChips.png.png',
2025-06-24 22:00:28 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
rwd_drivetrain = {
name = 'rwd_drivetrain',
label = 'RWD',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'rwd_drivetrain.png',
weight = 0,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
slick_tyres = {
name = 'slick_tyres',
label = 'Reifen slick',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'slick_tyres.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
woodcamo_attachment = {
name = 'woodcamo_attachment',
label = 'Woodland Camo',
description = 'A woodland camo for a weapon',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'woodcamo_attachment.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
sniper_largescope = {
name = 'sniper_largescope',
label = 'Sniper Visier groß',
description = '',
type = 'item',
image = 'advscope_attachment.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
lean_route = {
name = 'lean_route',
label = 'Lean Route',
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
type = 'item',
image = 'lean_route.png',
weight = 10,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_6 = {
name = 'weapontint_mk2_6',
label = 'Classic Blue Tint',
description = 'Classic Blue Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
unique = false,
useable = true,
shouldClose = true,
},
spikestrips = {
name = 'spikestrips',
label = 'Nagelband',
description = '',
type = 'item',
image = 'spikestripes.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapon_carbinerifle_mk2 = {
name = 'weapon_carbinerifle_mk2',
label = 'Softair Gewehr',
ammotype = 'AMMO_RIFLE',
description = 'Carbine Rifle MK2',
type = 'weapon',
image = 'screenshot_455-removebg-preview.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
reyas_arden_alad = {
name = 'reyas_arden_alad',
label = 'Freya\'s Garden Salad',
description = 'Leicht und verführerisch, mit einer perfekten Balance von süß und herzhaft, genau wie die Göttin der Liebe.',
type = 'item',
image = 'FreyasGardenSalad.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
newscam = {
name = 'newscam',
label = 'News Camera',
description = 'A camera for the news',
type = 'item',
image = 'newscam.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
suspension_parts = {
name = 'suspension_parts',
label = 'Premium Fahrwerksteile',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'suspension_parts.png',
weight = 0,
unique = false,
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
goldbar = {
name = 'goldbar',
label = 'Gold Bar',
description = 'Looks pretty expensive to me',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'goldbar.png',
weight = 7000,
2025-06-25 19:17:30 +02:00
unique = false,
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
lean = {
name = 'lean',
label = 'Lean',
description = 'Der Drink, der dich so langsam macht wie eine Schnecke auf Valium',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'lean.png',
weight = 500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
table = {
name = 'table',
label = 'Klapptisch',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'table.png',
weight = 400,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
rohmilk = {
name = 'rohmilk',
label = 'Eimer mit Rohmilch',
description = '',
type = 'item',
image = 'rohmilk.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
gardensicorr = {
name = 'gardensicorr',
label = 'Gartenschere',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gardensicorr.png',
weight = 0.09999999999999432,
2025-06-25 19:17:30 +02:00
unique = true,
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
medscope_attachment = {
name = 'medscope_attachment',
label = 'Medium Scope',
description = 'A medium scope for a weapon',
type = 'item',
image = 'medscope_attachment.png',
weight = 1000,
unique = false,
useable = true,
shouldClose = true,
},
nitrous_install_kit = {
name = 'nitrous_install_kit',
label = 'Nitrokit',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'nitrous_install_kit.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weed_amnesia = {
name = 'weed_amnesia',
label = 'Amnesia 2g',
description = 'A weed bag with 2g Amnesia',
type = 'item',
image = 'weed_baggy.png',
weight = 200,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
gumianimals = {
name = 'gumianimals',
label = 'Gummitierchen',
description = 'Zurück in die Kindheit Deine Retro-Tüte voller bunter Gummi-Tierchen!',
type = 'item',
image = 'gummanimals.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
lahmacun = {
name = 'lahmacun',
label = 'Lahmacun',
description = 'Fladenbrot mit einer würzigen Mischung aus Hackfleisch, Zwiebeln, Tomaten und Olivenöl',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'lahmacun.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_5 = {
name = 'weapontint_5',
label = 'LSPD Tint',
description = 'LSPD Weapon Tint',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_lspd.png',
weight = 1000,
unique = false,
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
tyre_smoke_kit = {
name = 'tyre_smoke_kit',
label = 'Reifenrauch Kit',
description = '',
type = 'item',
image = 'tyre_smoke_kit.png',
weight = 0,
unique = false,
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
tenkgoldchain = {
name = 'tenkgoldchain',
label = '10k Gold Chain',
description = '10 carat golden chain',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = '10kgoldchain.png',
weight = 2000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-25 19:17:30 +02:00
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
gg_hunting_animaltracker = {
name = 'gg_hunting_animaltracker',
label = 'Tier Ortungsgerät',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_hunting_animaltracker.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
printerdocument = {
name = 'printerdocument',
label = 'Dokument',
description = 'A nice document',
type = 'item',
image = 'printerdocument.png',
weight = 0,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
sunflowerseeds = {
name = 'sunflowerseeds',
label = 'Sonnenblumenkerne',
description = 'Der Snack zum selber knacken',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Sonnenblumenkerne.png',
weight = 100,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
tourniquet = {
name = 'tourniquet',
label = 'Tourniquet',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = '81khEr+-vcL._AC_SX450_-removebg-preview.png',
weight = 20,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
fwd_drivetrain = {
name = 'fwd_drivetrain',
label = 'FWD',
description = '',
type = 'item',
image = 'fwd_drivetrain.png',
2025-06-25 19:17:30 +02:00
weight = 0,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
ecola_flasche = {
name = 'ecola_flasche',
label = 'E-Cola Flasche',
description = 'Flasche Cola',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ecolabottle.png',
weight = 80,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_grenade = {
type = 'weapon',
image = 'weapon_grenade.png',
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
weight = 1000,
unique = true,
name = 'weapon_grenade',
description = 'A handheld throwable bomb',
label = 'Grenade',
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
jerry_can = {
name = 'jerry_can',
label = 'Jerrycan 20L',
description = 'A can full of Fuel',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'jerry_can.png',
weight = 20000,
2025-06-16 01:11:07 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
kennzeichen_tool = {
name = 'kennzeichen_tool',
label = 'Kennzeichen',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = '',
2025-06-25 19:17:30 +02:00
weight = 0,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
erz = {
name = 'erz',
label = 'Metallerz',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'erz.png',
weight = 2000,
unique = false,
useable = false,
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
tavor1 = {
name = 'tavor1',
label = 'Tavor 1,0 mg',
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'tavor1.png',
weight = 20,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
repair_kit = {
name = 'repair_kit',
label = 'Werkzeug',
description = 'Für Schnelle & Kleinere Reparaturen ',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'repair_kit.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
ammunition_route = {
name = 'ammunition_route',
label = 'Munitions Route',
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ammunition_route.png',
weight = 10,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-26 02:20:35 +02:00
},
weapon_bzgas = {
type = 'weapon',
image = 'bz_gas.png',
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
weight = 500,
unique = false,
name = 'weapon_bzgas',
description = 'Tränen aus der Dose',
label = 'Tränengas Granate',
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
kaugummi = {
name = 'kaugummi',
label = 'Kaugummi ',
description = 'Damit dein Maul net mehr so Stinkt...',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'kaugummi.png',
weight = 40,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_minismg = {
name = 'weapon_minismg',
label = 'Mini SMG',
ammotype = 'AMMO_SMG',
description = 'A mini handheld light weight machine gun',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_minismg.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
useable = false,
},
2025-06-26 02:20:35 +02:00
defibrillator = {
name = 'defibrillator',
label = 'Defibrillator',
description = '',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'aed.png',
weight = 3000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
},
weapon_handcuffs = {
type = 'weapon',
image = 'weapon_handcuffs.png',
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
weight = 1000,
unique = true,
name = 'weapon_handcuffs',
description = 'A pair of lockable linked metal rings for securing a prisoner\'s wrists',
label = 'Handcuffs',
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
pump = {
name = 'pump',
label = 'Akku Pumpe',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'pump.png',
weight = 2000,
unique = true,
useable = false,
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
gg_deer_hide_03 = {
name = 'gg_deer_hide_03',
label = 'Makelloses Hirschfell',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_deer_hide_03.png',
weight = 1000,
unique = true,
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
diamond = {
name = 'diamond',
label = 'Diamond',
description = 'A diamond seems like the jackpot to me!',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'diamond.png',
2025-06-24 22:00:28 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
vehicle_wheels = {
name = 'vehicle_wheels',
label = 'Felgen',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'vehicle_wheels.png',
weight = 0,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
axe_head = {
name = 'axe_head',
label = 'Axt Kopf',
description = 'Der schneidige Bruder der Säge',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Axtkopf.png',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
pelmini = {
name = 'pelmini',
label = 'Pelmini',
description = 'Kleine Teigtaschen, große Gefühle Pelmeni lieben dich zurück!',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'pelmini.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
water_bottle = {
name = 'water_bottle',
label = 'Wasser Flasche ',
description = 'Gerüchte sagen, es stammt aus einem Gletscher wahrscheinlich eher aus dem Hahn hinterm Werkstor.',
type = 'item',
image = 'wasserflasche.png',
weight = 100,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
cup_beer = {
name = 'cup_beer',
label = 'Becher Bier',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cup_beer.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
turbocharger = {
name = 'turbocharger',
label = 'Premium Turbokit',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'turbocharger.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
cigbox = {
name = 'cigbox',
label = 'Zigarrenkiste',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cigbox.png',
weight = 400,
unique = true,
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
sprunk_zero_dose = {
name = 'sprunk_zero_dose',
label = 'Sprunk Zero Dose',
description = 'Dose Zitronen Limo',
type = 'item',
image = 'sprunk_zero_dose.png',
weight = 50,
unique = false,
useable = true,
shouldClose = true,
},
weapon_combatmg = {
name = 'weapon_combatmg',
label = 'Combat MG',
ammotype = 'AMMO_MG',
description = 'A combat version of an automatic gun that fires bullets in rapid succession for as long as the trigger is pressed',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_combatmg.png',
2025-06-11 17:02:33 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
useable = false,
},
2025-06-26 02:20:35 +02:00
v6_engine = {
name = 'v6_engine',
label = 'V6 Motor',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'v6_engine.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
},
weapon_pistol_mk2 = {
name = 'weapon_pistol_mk2',
label = 'Klog 19',
ammotype = 'AMMO_PISTOL',
description = 'An upgraded small firearm designed to be held in one hand',
type = 'weapon',
image = 'weapon_pistol_mk2.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
},
2025-06-26 02:20:35 +02:00
weapon_smg_mk2 = {
name = 'weapon_smg_mk2',
label = 'SMG Mk II',
ammotype = 'AMMO_SMG',
description = 'SMG MK2',
type = 'weapon',
image = 'highteamsmgmk2-removebg-preview.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
ifs_olden_ectar = {
name = 'ifs_olden_ectar',
label = 'Sif\'s Golden Nectar',
description = 'Fruchtig und süß, wie die goldene Ernte auf den Feldern ein perfekter Genuss für jede Gelegenheit.',
type = 'item',
image = 'SifGoldenNectar.png',
weight = 200,
unique = false,
useable = true,
shouldClose = true,
},
weapontint_mk2_3 = {
name = 'weapontint_mk2_3',
label = 'Classic White Tint',
description = 'Classic White Weapon Tint for MK2 Weapons',
type = 'item',
image = 'weapontint_black.png',
2025-06-24 22:00:28 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
pistol_holoscope = {
name = 'pistol_holoscope',
label = 'Pistolenvisier',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'holoscope_attachment.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
njords_ocean_breeze_alkoholfrei = {
name = 'njords_ocean_breeze_alkoholfrei',
label = 'Njords Ocean Breeze',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'NjordsOceanBreeze.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
ems_card = {
name = 'ems_card',
label = 'MD Dienstausweis',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'police_card.png',
weight = 10,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
kakao = {
name = 'kakao',
label = 'Kakao Togo',
description = 'Eine heiße, süße Tasse Schokolade perfekt zum Entspannen oder Aufwärmen an kühlen Tagen.',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'kakao.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
id_card = {
name = 'id_card',
label = 'ID Card',
description = 'A card containing all your information to identify yourself',
type = 'item',
image = 'id_card.png',
weight = 0,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
file = {
name = 'file',
label = 'SD Karte mit Datei',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'file.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
potatobag = {
name = 'potatobag',
label = 'Sack Kartoffeln',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'potatobag.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
weed_ogkush = {
name = 'weed_ogkush',
label = 'OGKush 2g',
description = 'A weed bag with 2g OG Kush',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weed_baggy.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
duct_tape = {
name = 'duct_tape',
label = 'Klebeband',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'duct_tape.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
vape = {
name = 'vape',
label = 'E-Dampfe',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'vape.png',
weight = 200,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
weed_skunk = {
name = 'weed_skunk',
label = 'Skunk 2g',
description = 'A weed bag with 2g Skunk',
2025-06-10 20:04:39 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weed_baggy.png',
2025-06-25 19:17:30 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
roofbox_carbon = {
name = 'roofbox_carbon',
label = 'Carbon Dachbox',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'roofbox_carbon.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
gg_coyote_fangs_03 = {
name = 'gg_coyote_fangs_03',
label = 'Makelloser Kojotenzahn',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_coyote_fangs_03.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
hundefutter = {
name = 'hundefutter',
label = 'Hundefutter',
description = 'Futter für Hunde',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'dogfood.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapontint_mk2_8 = {
name = 'weapontint_mk2_8',
label = 'Classic Brown & Black Tint',
description = 'Classic Brown & Black Weapon Tint for MK2 Weapons',
type = 'item',
image = 'weapontint_black.png',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_4 = {
name = 'weapontint_4',
label = 'Army Tint',
description = 'Army Weapon Tint',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_army.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
emp_ammo = {
name = 'emp_ammo',
label = 'EMP Ammo',
description = 'Ammo for EMP Launcher',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'emp_ammo.png',
2025-06-25 19:17:30 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
junk_energy = {
name = 'junk_energy',
label = 'Junk Energy',
description = 'Dose mit Engery',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'junk_energy.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
gg_hunting_animaltrap = {
name = 'gg_hunting_animaltrap',
label = 'Tierfalle',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_hunting_animaltrap.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
raw_ribs = {
name = 'raw_ribs',
label = 'rohe Rippchen',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'raw_ribs.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
emergency_revive_kit = {
name = 'emergency_revive_kit',
label = 'Wiederbelebungs-Kit',
2025-06-24 22:00:28 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'medbox.png',
weight = 1500,
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
pussycat = {
name = 'pussycat',
label = 'Pussycat',
description = 'Für die einsamen Nächte.',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'pussycat.png',
weight = 40,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
fat_end_muzzle_brake = {
name = 'fat_end_muzzle_brake',
label = 'Fat End Muzzle Brake',
description = 'A muzzle brake for a weapon',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'fat_end_muzzle_brake.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
engine_oil = {
name = 'engine_oil',
label = 'Premium Motoröl',
description = 'Das bier der Kraftfahrzeuge!',
type = 'item',
image = 'engine_oil.png',
weight = 0,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
barrel = {
name = 'barrel',
label = 'leeres Metallfass',
description = '',
type = 'item',
image = 'barrel.png',
weight = 2000,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
ev_battery = {
name = 'ev_battery',
label = 'EV Battery',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ev_battery.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
mettbroetchen = {
name = 'mettbroetchen',
label = 'Mettbrötchen',
description = 'mhmm deutsches Sushi',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'mettbroetchen.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
blood_100 = {
name = 'blood_100',
label = 'Blut (100ml)',
2025-06-23 20:07:19 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'blood_100.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
urapidil3 = {
name = 'urapidil3',
label = 'Urapidil 3,0 mg',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'urapidil1.png',
weight = 20,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
propofol_250 = {
name = 'propofol_250',
label = 'Propofol 250',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Propofol-00409469924-removebg-preview.png',
weight = 250,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
kayas_rotwein = {
name = 'kayas_rotwein',
label = 'Kırmızı şarap ',
description = 'Türkischer Rotwein',
2025-06-10 20:04:39 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'kirimzi.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
ceramic_brakes = {
name = 'ceramic_brakes',
label = 'Ceramic Bremsen',
description = '',
type = 'item',
image = 'ceramic_brakes.png',
weight = 0,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-08 18:52:38 +02:00
},
2025-06-26 02:20:35 +02:00
sugar = {
name = 'sugar',
label = 'Packung Zucker ',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'sugaar.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = false,
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
ev_motor = {
name = 'ev_motor',
label = 'EV_Motor',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ev_motor.png',
weight = 0,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
mmorgenlicht = {
name = 'mmorgenlicht',
label = 'Meiers Morgenlicht',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'mmorgenlicht.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
cup_tide = {
name = 'cup_tide',
label = 'Becher Orange O Tang',
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cup_tide.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
police_card = {
name = 'police_card',
label = 'PD Dienstausweis',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'police_card.png',
weight = 10,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
packtomatos = {
name = 'packtomatos',
label = 'Packung Tomaten',
description = '',
type = 'item',
image = 'packtomatos.png',
weight = 600,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
sprunk_zero_flasche = {
name = 'sprunk_zero_flasche',
label = 'Sprunk Zero Flasche',
description = 'Flasche Zero Zitronen Limo',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'sprunk_zero_flasche.png',
weight = 80,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
spark_plug = {
name = 'spark_plug',
label = 'Premium Zündkerzen',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'spark_plug.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
sniper_scope = {
name = 'sniper_scope',
label = 'Sniper Visier',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'largescope_attachment.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
apple = {
name = 'apple',
label = 'Apfel',
description = '',
type = 'item',
image = 'screenshot_848-removebg-preview.png',
2025-06-24 22:00:28 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
useable = false,
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
tier_leckerlis = {
name = 'tier_leckerlis',
label = 'Tier Leckerlis',
description = 'Freude für deinen Vierbeiner.',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'tier_leckerlies.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
},
bucket = {
name = 'bucket',
label = 'Eimer',
description = 'alles im Eimer ^^',
type = 'item',
image = 'bucket.png',
weight = 600,
unique = false,
useable = false,
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
orange_o_tang_flasche = {
name = 'orange_o_tang_flasche',
label = 'Orange O Tang Flasche',
description = 'Flasche Orangen Limo',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'orange_o_tang_flasche.png',
weight = 80,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
gg_cougar_claw_02 = {
name = 'gg_cougar_claw_02',
label = 'Robuste Puma-Klaue',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_cougar_claw_02.png',
weight = 500,
2025-06-25 19:17:30 +02:00
unique = true,
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_dagger = {
type = 'weapon',
image = 'weapon_dagger.png',
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
weight = 1000,
unique = true,
name = 'weapon_dagger',
description = 'A short knife with a pointed and edged blade, used as a weapon',
label = 'Dagger',
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
walkstick = {
name = 'walkstick',
label = 'Walking Stick',
description = 'Walking stick for ya\'ll grannies out there.. HAHA',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'walkstick.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
useable = false,
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
aldurs_right_ites = {
name = 'aldurs_right_ites',
label = 'Baldur\'s Bright Bites',
description = 'Leicht und erfrischend, diese Bissen erhellen den Geist und lassen den Geschmack erstrahlen.',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'BaldursBrightBites.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
bagruben = {
name = 'bagruben',
label = 'Sack Zuckerrüben',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'bagruben.png',
weight = 2000,
2025-06-25 19:17:30 +02:00
unique = true,
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_30 = {
name = 'weapontint_mk2_30',
label = 'Metallic White & Aqua Tint',
description = 'Metallic White & Aqua Weapon Tint for MK2 Weapons',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weed_whitewidow_seed = {
name = 'weed_whitewidow_seed',
label = 'White Widow Seed',
description = 'A weed seed of White Widow',
type = 'item',
image = 'weed_seed.png',
weight = 0,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
rifle_ammo = {
name = 'rifle_ammo',
label = 'Gewehr Munition',
description = 'schnelles Peng',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'rifle_ammo.png',
weight = 200,
unique = false,
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
grape = {
name = 'grape',
label = 'Weintrauben',
description = 'Mmmmh yummie, grapes',
type = 'item',
image = 'grape.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_hazardcan = {
name = 'weapon_hazardcan',
label = 'Hazardous Jerry Can',
ammotype = 'AMMO_PETROLCAN',
description = 'Weapon Hazardcan',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_hazardcan.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
gg_hunting_knife_01 = {
name = 'gg_hunting_knife_01',
label = 'Klassisches Jagdmesser',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_hunting_knife_01.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_6 = {
name = 'weapontint_6',
label = 'Orange Tint',
description = 'Orange Weapon Tint',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_orange.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_raypistol = {
name = 'weapon_raypistol',
label = 'Up-n-Atomizer',
ammotype = 'AMMO_PISTOL',
description = 'Weapon Raypistol',
2025-06-23 20:07:19 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_raypistol.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
},
gg_coyote_fangs_01 = {
name = 'gg_coyote_fangs_01',
label = 'Robuster Kojotenzahn',
description = '',
type = 'item',
image = 'gg_coyote_fangs_01.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
fenystil = {
name = 'fenystil',
label = 'Fenistil',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'fenystil.png',
weight = 100,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
weed_whitewidow = {
name = 'weed_whitewidow',
label = 'White Widow 2g',
description = 'A weed bag with 2g White Widow',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weed_baggy.png',
2025-06-25 19:17:30 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
sprunk_flasche = {
name = 'sprunk_flasche',
label = 'Sprunk Flasche',
description = 'Flasche Zitronen Limo',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'sprunk_flasche.png',
weight = 80,
unique = false,
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
advancedlockpick = {
name = 'advancedlockpick',
label = 'Advanced Lockpick',
description = 'If you lose your keys a lot this is very useful... Also useful to open your beers',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'advancedlockpick.png',
weight = 500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
burger = {
name = 'burger',
label = 'Hamburger mit Käse',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'burger.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
skadis_hunt = {
name = 'skadis_hunt',
label = 'Skadi\'s Hunt',
description = 'So erfrischend und eisig wie Skadis frostige Heimat.',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'SkadisHunt.png',
weight = 200,
unique = true,
useable = true,
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
clutch_replacement = {
name = 'clutch_replacement',
label = 'Premium Kupplungssatz',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'clutch_replacement.png',
weight = 0,
2025-06-10 20:04:39 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
snp_ammo = {
name = 'snp_ammo',
label = 'Sniper Munition',
description = 'Ammo for Sniper Rifles',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'snp_ammo.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_pistol = {
name = 'weapon_pistol',
label = 'Bretta',
ammotype = 'AMMO_PISTOL',
description = 'Das Multitool zum Löcher machen.',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'screenshot_398-removebg-preview.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
},
2025-06-26 02:20:35 +02:00
veh_xenons = {
name = 'veh_xenons',
label = 'Xenons',
description = 'Upgrade vehicle xenons',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'veh_xenons.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
useable = true,
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
midazolam = {
name = 'midazolam',
label = 'Midazolam',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_696-removebg-preview.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
mechanic_tablet = {
name = 'mechanic_tablet',
label = 'Petrol Head Tablet',
description = 'Das wichtigste Werkzeug',
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'mechanic_tablet.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
gg_pug_bait_03 = {
name = 'gg_pug_bait_03',
label = 'Illegaler Raubtierköder 3',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_pug_bait_03.png',
weight = 100,
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
rifle_holoscope = {
name = 'rifle_holoscope',
label = '100',
description = 'MK2 Gewehr Holovisier',
type = 'item',
image = 'holoscope_attachment.png',
weight = 100,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
black_phone = {
name = 'black_phone',
label = 'iFruit 12XR Schwarz',
description = '„Mach Schluss mit echten Gesprächen es gibt jetzt bessere Ablenkungen.“',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'black_phone.png',
weight = 0.09999999999999432,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weaponlicense = {
name = 'weaponlicense',
label = 'Weapon License',
description = 'Weapon License',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapon_license.png',
weight = 0,
unique = true,
useable = true,
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
veh_suspension = {
name = 'veh_suspension',
label = 'Suspension',
description = 'Upgrade vehicle suspension',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'veh_suspension.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
esketamin = {
name = 'esketamin',
label = 'Esketamin',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'esketamin.png',
weight = 20,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
slushi = {
name = 'slushi',
label = 'Slushi',
description = 'Erfrischung pur in jedem Schluck Gönn dir deinen Slushi!',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'slushi.png',
weight = 150,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
cappuccino = {
name = 'cappuccino',
label = 'Tasse Cappuccino',
description = '„Cappucioni halb Schaum, halb Koffein, 100% Attitüde. Gebrüht wie ein Drive-By: schnell, heiß und mit ordentlich Einschlag.“',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cappuccino.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
ready_methpipe = {
name = 'ready_methpipe',
label = 'Gefüllte Methpfeife',
description = 'Der schnelle Weg ins Nirvana aber du verpasst den Ausgang',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'opium_pipe.png',
weight = 500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
extras_kit = {
name = 'extras_kit',
label = 'Fahrzeug Extras',
description = '',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'extras_kit.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
nacl_1000 = {
name = 'nacl_1000',
label = 'NACL (1000ml)',
description = '',
type = 'item',
image = 'nacl.png',
weight = 1000,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
basketball = {
name = 'basketball',
label = 'Basketball',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'basketball.png',
weight = 400,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
zwiebelsalat = {
name = 'zwiebelsalat',
label = 'Soğan salatası',
description = 'Türkischer Zwiebelsalat',
type = 'item',
image = 'sogan.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
shotgun_holoscope = {
name = 'shotgun_holoscope',
label = 'MK2 Shotgun Holovisier',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'holoscope_attachment.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_29 = {
name = 'weapontint_mk2_29',
label = 'Metallic Blue Tint',
description = 'Metallic Blue Weapon Tint for MK2 Weapons',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-25 19:17:30 +02:00
image = 'weapontint_black.png',
2025-06-26 02:20:35 +02:00
weight = 1000,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
gg_hunting_meat = {
name = 'gg_hunting_meat',
label = 'rohes Wildfleisch',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_hunting_meat.png',
weight = 100,
unique = false,
useable = false,
2025-06-25 19:17:30 +02:00
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
gg_salt_block_01 = {
name = 'gg_salt_block_01',
label = 'Salzblock',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_salt_block_01.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
stickynote = {
name = 'stickynote',
label = 'Sticky note',
description = 'Sometimes handy to remember something :)',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'stickynote.png',
weight = 0,
unique = true,
useable = false,
shouldClose = false,
},
codeine_syrup = {
name = 'codeine_syrup',
label = 'Codein-Sirup',
description = 'Der Sirup, der dich von „A“ nach „Z“ schickt aber ohne Zwischenstopps',
type = 'item',
image = 'crackmixingagent.png',
weight = 500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
performance_part = {
name = 'performance_part',
label = 'Performance Kit',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'performance_part.png',
weight = 0,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
cooked_short_ribs = {
name = 'cooked_short_ribs',
label = 'gegrillte Short Ribs',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'cooked_short_ribs.png',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
snikkel_candy = {
name = 'snikkel_candy',
label = 'EarthQuakes',
description = 'Some delicious candy :O',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'snikkel_candy.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
gun_handle = {
name = 'gun_handle',
label = 'Griffstück',
description = 'Dein persönlicher Halt stärker als jeder Nervenkitzel',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'empu.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_10 = {
name = 'weapontint_mk2_10',
label = 'Blue Contrast Tint',
description = 'Blue Contrast Weapon Tint for MK2 Weapons',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
drum_mechanism = {
name = 'drum_mechanism',
label = 'Trommel Mechanismus',
description = 'Der Dreh, der alles verändert Spannung in jeder Umdrehung',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Trommel.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
smg_suppressor = {
name = 'smg_suppressor',
label = 'SMG Schalldämpfer',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'suppressor_attachment.png',
weight = 100,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
},
weapon_carbinerifle = {
name = 'weapon_carbinerifle',
label = 'AR 15',
ammotype = 'AMMO_RIFLE',
description = 'Der beste Freund eines Cops, wenn Funk und Pfefferspray nicht mehr reichen.',
type = 'weapon',
image = 'ar15.png',
weight = 1000,
unique = true,
useable = false,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
firstaid = {
name = 'firstaid',
label = 'First Aid',
description = 'You can use this First Aid kit to get people back on their feet',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'firstaid.png',
weight = 2500,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
potato = {
name = 'potato',
label = 'Kartoffel',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'potato.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
paracetamol = {
name = 'paracetamol',
label = 'Paracetamol',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Paracetamol.png',
weight = 20,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
['5-fach_impfung_hund'] = {
name = '5-fach_impfung_hund',
label = '5-fach Impfung Hund',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'hundeimpfstoff.png',
weight = 20,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_15 = {
name = 'weapontint_mk2_15',
label = 'Bold Orange Tint',
description = 'Bold Orange Weapon Tint for MK2 Weapons',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
gg_pug_bait_01 = {
name = 'gg_pug_bait_01',
label = 'Illegaler Raubtierköder 1',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_pug_bait_01.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
handle = {
name = 'handle',
label = 'Holzgriff',
description = 'Der Klassiker der Griffe',
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'hammerhandle.png',
weight = 200,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
respray_kit = {
name = 'respray_kit',
label = 'Lack Spraydose',
description = 'Perfekt für die schnelle Ausbesserung des Kleides',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'respray_kit.png',
2025-06-25 19:17:30 +02:00
weight = 0,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
skadis_winter_skewers = {
name = 'skadis_winter_skewers',
label = 'Skadis Winter Skewers',
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'sws.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
gazoz = {
name = 'gazoz',
label = 'Gazoz',
description = 'kohlensäurehaltiges, süßes Erfrischungsgetränk ',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Gazoz.png',
2025-06-25 19:17:30 +02:00
weight = 200,
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_32 = {
name = 'weapontint_mk2_32',
label = 'Metallic Red and Yellow Tint',
description = 'Metallic Red and Yellow Weapon Tint for MK2 Weapons',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
2025-06-24 22:00:28 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
weed = {
name = 'weed',
label = 'Cannabis Knolle',
description = 'Wächst, riecht, entspannt',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'marihuana.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
trojan_usb = {
name = 'trojan_usb',
label = 'Trojan USB',
description = 'Handy software to shut down some systems',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'usb_device.png',
weight = 0,
unique = false,
useable = false,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
magic_mushroom = {
name = 'magic_mushroom',
label = 'Mutterkorn',
description = 'Der Pilz, der dir das Gefühl gibt, du könntest mit deinen Gedanken den Regenbogen malen.',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'magic_mushroom.png',
weight = 500,
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
small_triggersystem = {
name = 'small_triggersystem',
label = 'kleines Abzugssystem',
description = 'Winzig, aber mächtig ein kleiner Klick und die Action geht los',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'trigger2.png',
weight = 100,
unique = false,
useable = false,
2025-06-25 19:17:30 +02:00
shouldClose = false,
2025-06-26 02:20:35 +02:00
},
mixed_grilled_plate = {
name = 'mixed_grilled_plate',
label = 'KARIŞIK IZGARA ',
description = 'gemischter Grillteller mit Beilagen',
type = 'item',
image = 'Gemischter_grillteller.png',
weight = 200,
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
pistol_barrel = {
name = 'pistol_barrel',
label = 'Pistolenlauf',
description = 'Der einzige Weg, wie du in kürzester Zeit einen bleibenden Eindruck hinterlässt',
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapon_batton.png',
weight = 250,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = false,
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
nvscope_attachment = {
name = 'nvscope_attachment',
label = 'Night Vision Scope',
description = 'A night vision scope for a weapon',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'nvscope_attachment.png',
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
rifle_largescope = {
name = 'rifle_largescope',
label = 'Mk2 Gewehr Visier groß',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'largescope_attachment.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
weapon_stungun = {
type = 'weapon',
image = 'weapon_stungun.png',
2025-06-24 22:00:28 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
weight = 1000,
unique = true,
name = 'weapon_stungun',
description = 'manchmal ist es einfach praktischer, jemanden mit Stromschlägen zu „überzeugen“, anstatt ein vernünftiges Gespräch zu führen.',
label = 'Taser X6',
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
loaded_fries = {
name = 'loaded_fries',
label = 'Loaded Fries',
description = 'Knusprige Pommes, reich belegt mit köstlichen Toppings',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'loaded_fries.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
},
2025-06-26 02:20:35 +02:00
gg_captured_rabbit = {
name = 'gg_captured_rabbit',
label = 'Gefangenes Kaninchen',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_captured_rabbit.png',
weight = 5000,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-16 01:11:07 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_combatshotgun = {
name = 'weapon_combatshotgun',
label = 'Beanbag Shotgun',
ammotype = 'AMMO_BEANBAG',
description = 'Weapon Combatshotgun',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'beanbagshotgun.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
packing_bandage = {
name = 'packing_bandage',
label = 'Verbandpäckchen',
2025-06-25 19:17:30 +02:00
description = '',
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'screenshot_478-removebg-preview.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
useable = true,
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_31 = {
name = 'weapontint_mk2_31',
label = 'Metallic Orange & Yellow Tint',
description = 'Metallic Orange & Yellow Weapon Tint for MK2 Weapons',
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_snowball = {
type = 'weapon',
image = 'weapon_snowball.png',
useable = false,
weight = 1000,
2025-06-25 19:17:30 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
name = 'weapon_snowball',
description = 'A ball of packed snow, especially one made for throwing at other people for fun',
label = 'Snowball',
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
applejuice = {
name = 'applejuice',
label = 'Flasche Apfelsaft',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'applejuice.png',
weight = 400,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
shouldClose = false,
},
2025-06-26 02:20:35 +02:00
eimdalls_uard_read = {
name = 'heimdalls_guard_bread',
label = 'Heimdall\'s Guard Bread',
description = 'Stark und nahrhaft, dieses Brot bewacht den Magen und bereitet dich auf den Genuss der kommenden Speisen vor.',
type = 'item',
image = 'HeimdallsGuardBread.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
shotgun_grip = {
name = 'shotgun_grip',
label = 'Shotgun Griff',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'grip_attachment.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
ecola_light = {
name = 'ecola_light',
label = 'E-Cola Light Softdrink',
description = '"Weil dein Körper Zucker liebt du aber nicht deinen Körper."',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ecola_light.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_compactrifle = {
name = 'weapon_compactrifle',
label = 'Compact Rifle',
ammotype = 'AMMO_RIFLE',
description = 'A compact version of an assault rifle',
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_compactrifle.png',
weight = 1000,
unique = true,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
brakepad_replacement = {
name = 'brakepad_replacement',
label = 'Premium Bremsenteile',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'brakepad_replacement.png',
weight = 0,
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_26 = {
name = 'weapontint_mk2_26',
label = 'Metallic Purple & Lime Tint',
description = 'Metallic Purple & Lime Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
weapon_huntingrifle = {
name = 'weapon_huntingrifle',
label = 'Jagdgewehr',
description = '',
type = 'weapon',
image = 'weapon_huntingrifle.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
aluminum = {
name = 'aluminum',
label = 'Aluminium',
description = 'Nice piece of metal that you can probably use for something',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'aluminum.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_combatpistol = {
name = 'weapon_combatpistol',
label = 'Bretta Storm',
ammotype = 'AMMO_PISTOL',
description = 'Eine kompakte, zuverlässige 9mm-Dienstpistole mit 17 Schuss Magazin.',
2025-06-25 19:17:30 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'screenshot_434-removebg-preview.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-08 21:04:39 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_bottle = {
type = 'weapon',
image = 'weapon_bottle.png',
useable = false,
weight = 1000,
unique = true,
name = 'weapon_bottle',
description = 'A broken bottle',
label = 'Broken Bottle',
},
boxapplejuice = {
name = 'boxapplejuice',
label = 'Kiste Apfelsaft',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'boxapplejuice.png',
weight = 1000,
unique = true,
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-26 02:20:35 +02:00
},
weapon_revolver = {
name = 'weapon_revolver',
label = 'Tac. Revolver',
ammotype = 'AMMO_PISTOL',
description = 'A pistol with revolving chambers enabling several shots to be fired without reloading',
type = 'weapon',
image = 'revolver.png',
weight = 1000,
unique = true,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
rifle_grip = {
name = 'rifle_grip',
label = 'Gewehrgriff',
2025-06-23 20:07:19 +02:00
description = '',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ar_grip.png',
weight = 100,
2025-06-25 19:17:30 +02:00
unique = true,
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
beer = {
name = 'beer',
label = 'Pißwasser Bier',
description = 'Nothing like a good cold beer!',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'beer.png',
weight = 500,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
vapejuice = {
name = 'vapejuice',
label = 'E-Liquid',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'vapejuice.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_14 = {
name = 'weapontint_mk2_14',
label = 'Bold Purple & Yellow Tint',
description = 'Bold Purple & Yellow Weapon Tint for MK2 Weapons',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
flohmittel = {
name = 'flohmittel',
label = 'Flohmittel',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Flohmittel.png',
weight = 25,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
seed = {
name = 'seed',
label = 'Samen',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'seed.png',
weight = 5,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
rifle_scope = {
name = 'rifle_scope',
label = 'Gewehrvisier',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'smallscope_attachment.png',
2025-06-25 19:17:30 +02:00
weight = 100,
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_candycane = {
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'weapon_candycane',
useable = true,
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
name = 'weapon_candycane',
description = 'Candy Cane',
label = 'Candy Cane',
},
tilidin = {
name = 'tilidin',
label = 'Tilidin',
description = '',
type = 'item',
image = 'syringe.png',
weight = 20,
unique = false,
useable = true,
shouldClose = true,
2025-06-25 19:17:30 +02:00
},
2025-06-26 02:20:35 +02:00
armor = {
name = 'armor',
label = 'Kugelsichere Weste',
description = 'Some protection won\'t hurt... right?',
2025-06-25 19:17:30 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'armor.png',
weight = 4000,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
kadis_inter_kewers = {
name = 'skadis_winter_skewers',
label = 'Skadi\'s Winter Skewers',
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'SkadisWinterSkewers.png',
weight = 200,
2025-06-25 19:17:30 +02:00
unique = false,
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
sniper_holoscope = {
name = 'sniper_holoscope',
label = 'MK2 Sniper Holoscope',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'holoscope_attachment.png',
2025-06-25 19:17:30 +02:00
weight = 100,
unique = true,
2025-06-26 02:20:35 +02:00
useable = true,
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
2025-06-26 02:20:35 +02:00
shotgun_suppressor = {
name = 'shotgun_suppressor',
label = 'Shotgun Schalldämpfer',
description = '',
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'suppressor_attachment.png',
weight = 100,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
leopardcamo_attachment = {
name = 'leopardcamo_attachment',
label = 'Leopard Camo',
description = 'A leopard camo for a weapon',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'leopardcamo_attachment.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-26 02:20:35 +02:00
munky_juice_ice_tea = {
name = 'munky_juice_ice_tea',
label = 'Munky Juice Ice Tea',
description = 'Pfirsich oder Zitrone das hier die Frage...',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'munky_juice_ice_tea.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-11 17:02:33 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
coffee_beans = {
name = 'coffee_beans',
label = 'Packung Kaffeepulver',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'coffee_beans.png',
weight = 200,
unique = false,
2025-06-25 19:17:30 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
suppressor_attachment = {
name = 'suppressor_attachment',
label = 'Suppressor',
description = 'A suppressor for a weapon',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'suppressor_attachment.png',
weight = 1000,
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
baldurslightelixir = {
name = 'baldurslightelixir',
label = 'Baldurs Light Elixir',
description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.',
type = 'item',
image = 'BaldursLightElixir.png',
weight = 100,
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
weapon_sniperrifle = {
name = 'weapon_sniperrifle',
label = 'ABM Sniper Rifle',
ammotype = 'AMMO_SNIPER',
description = 'Wenn man mal das Gesetzt von weiter weg vertreten muss.',
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-26 02:20:35 +02:00
image = 'screenshot_414-removebg-preview.png',
2025-06-25 19:17:30 +02:00
weight = 1000,
2025-06-26 02:20:35 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-08 20:35:54 +02:00
},
2025-06-26 02:20:35 +02:00
weapontint_mk2_9 = {
name = 'weapontint_mk2_9',
label = 'Red Contrast Tint',
description = 'Red Contrast Weapon Tint for MK2 Weapons',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'weapontint_black.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-26 02:20:35 +02:00
useable = true,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
jelly_beans = {
name = 'jelly_beans',
label = 'Jelly Beans',
description = 'Bunte, kleine Köstlichkeiten mit knackiger Hülle und fruchtig-süßem Kern ein Farbtupfer voller Geschmack.',
type = 'item',
image = 'file_00000000007861f7963805e1f6fecfc5-removebg-preview.png',
weight = 150,
unique = true,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
cefalexin = {
name = 'cefalexin',
label = 'Cefalexin',
description = '',
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'Cefalexin.png',
weight = 20,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-26 02:20:35 +02:00
ev_coolant = {
name = 'ev_coolant',
label = 'EV_Kühlkit',
description = '',
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'ev_coolant.png',
weight = 0,
2025-06-25 19:17:30 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-08 20:35:54 +02:00
},
2025-06-26 02:20:35 +02:00
gg_deer_hide_02 = {
name = 'gg_deer_hide_02',
label = 'Robustes Hirschleder',
2025-06-25 19:17:30 +02:00
description = '',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'gg_deer_hide_02.png',
weight = 1000,
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-26 02:20:35 +02:00
useable = false,
2025-06-25 19:17:30 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-26 02:20:35 +02:00
coke_brick = {
name = 'coke_brick',
label = 'Coke Brick',
description = 'Heavy package of cocaine, mostly used for deals and takes a lot of space',
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-26 02:20:35 +02:00
image = 'coke_brick.png',
weight = 1000,
unique = true,
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-26 02:20:35 +02:00
},
munky_juice = {
name = 'munky_juice',
label = 'Munky Juice',
description = 'Trinkpäckchen mit Saft und ja der Strohhalm ist aus Plastik ^^',
type = 'item',
image = 'munky_juice.png',
2025-06-25 19:17:30 +02:00
weight = 100,
2025-06-26 02:20:35 +02:00
unique = false,
2025-06-25 19:17:30 +02:00
useable = true,
2025-06-26 02:20:35 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-26 02:20:35 +02:00
emptybag = {
name = 'emptybag',
label = 'leerer Sack',
2025-06-24 22:00:28 +02:00
description = '',
2025-06-26 02:20:35 +02:00
type = 'item',
image = 'emptybag.png',
weight = 10,
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-26 02:20:35 +02:00
shouldClose = false,
},
weapontint_mk2_22 = {
name = 'weapontint_mk2_22',
label = 'Bold Blue & White Tint',
description = 'Bold Blue & White Weapon Tint for MK2 Weapons',
type = 'item',
image = 'weapontint_black.png',
weight = 1000,
unique = false,
useable = true,
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-07 08:51:21 +02:00
}