Main/resources/[qb]/qb-core/shared/items.lua

9206 lines
222 KiB
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
QBShared = QBShared or {}
QBShared.Items = {
2025-06-10 20:04:39 +02:00
cooked_bbq_wings = {
useable = true,
image = 'cooked_bbq_wings.png',
2025-06-08 18:52:38 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cooked_bbq_wings',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'gegrillte BBQ Wings',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_bread = {
name = 'weapon_bread',
description = 'Bread...?',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
image = 'baquette.png',
type = 'weapon',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
useable = false,
label = 'Baquette',
},
weapon_hatchet = {
name = 'weapon_hatchet',
description = 'A small axe with a short handle for use in one hand',
weight = 1000,
image = 'weapon_hatchet.png',
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
useable = false,
label = 'Beil',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
munky_juice_ice_tea = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'munkyicetea .png',
shouldClose = true,
description = 'Pfirsich oder Zitrone das hier die Frage...',
2025-06-08 21:04:39 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'munky_juice_ice_tea',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Munky Juice Ice Tea',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
repair_kit = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'repair_kit.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Für Schnelle & Kleinere Reparaturen ',
weight = 0,
type = 'item',
name = 'repair_kit',
unique = false,
label = 'Werkzeug',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
donut = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'donut.png',
shouldClose = true,
description = 'Dooooonuuuuts',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'donut',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Donut',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_16 = {
useable = true,
image = 'weapontint_black.png',
shouldClose = true,
description = 'Bold Green & Purple Weapon Tint for MK2 Weapons',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
type = 'item',
name = 'weapontint_mk2_16',
unique = false,
label = 'Bold Green & Purple Tint',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
irishexit = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'irish_exit.png',
shouldClose = false,
description = '',
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'irishexit',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Irish Exit',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
heartstopper = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_687-removebg-preview.png',
shouldClose = true,
description = '"Sieben Lagen pures Glück und ein direkter Weg zum Herzstillstand!"',
weight = 600,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'heartstopper',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Heart Stopper ',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_smokegrenade = {
name = 'weapon_smokegrenade',
description = 'An explosive charge that can be remotely detonated',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
image = 'screenshot_425-removebg-preview.png',
type = 'weapon',
2025-06-07 08:51:21 +02:00
unique = true,
useable = false,
2025-06-10 20:04:39 +02:00
label = 'Rauchgranate',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
tuch = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = '',
shouldClose = true,
description = '',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'tuch',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Stofftuch',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
ironoxide = {
useable = false,
image = 'ironoxide.png',
shouldClose = false,
description = 'Some powder to mix with.',
2025-06-08 18:52:38 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ironoxide',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Iron Powder',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
gazebo = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'gazebo.png',
shouldClose = true,
description = '',
weight = 600,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gazebo',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Pavillon',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
spazi = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ChatGPT_Image_27._Apr._2025__11_52_24-removebg-preview.png',
shouldClose = true,
description = 'Cola trifft Orange wie nie zuvor gesehen. Falls dir das bekannt vorkommt: Nein, du bildest dir das nur ein.',
weight = 150,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'spazi',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Bergbräu Spazi ',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
kanister = {
useable = false,
image = 'kanister.png',
shouldClose = false,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 600,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'kanister',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'leerer Kanister',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
thermalscope_attachment = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'thermalscope_attachment.png',
shouldClose = true,
description = 'A thermal scope for a weapon',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'thermalscope_attachment',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Thermal Scope',
},
weapon_crowbar = {
name = 'weapon_crowbar',
description = 'An iron bar with a flattened end, used as a lever',
weight = 1000,
image = 'weapon_crowbar.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Crowbar',
2025-06-07 08:51:21 +02:00
},
2025-06-08 21:04:39 +02:00
ems_card = {
useable = true,
2025-06-10 20:04:39 +02:00
image = 'idcardpd.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 10,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ems_card',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-08 21:04:39 +02:00
label = 'EMS Card',
},
2025-06-10 20:04:39 +02:00
cooked_kebab = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cooked_kebab.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
2025-06-08 21:04:39 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cooked_kebab',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'gegrilltes Schaschlick',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_petrolcan = {
2025-06-08 18:52:38 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weapon_petrolcan.png',
ammotype = 'AMMO_PETROLCAN',
2025-06-07 08:51:21 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_petrolcan',
2025-06-08 18:52:38 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
description = 'A robust liquid container made from pressed steel',
label = 'Petrol Can',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
stonedrill = {
useable = false,
image = 'stonedrill.png',
shouldClose = false,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 600,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'stonedrill',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Steinbohrer',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
lidocain = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Lidocain.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 20,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'lidocain',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Lidocain',
},
ammunition_route = {
useable = false,
image = 'ammunition_route.png',
2025-06-08 21:04:39 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
weight = 10,
type = 'item',
name = 'ammunition_route',
unique = true,
label = 'Munitions Route',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
nordisee_fischfrikadellenbroetchen = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Nordisee Fischfrikadellenbroetchen.png',
shouldClose = true,
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-07 08:51:21 +02:00
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'nordisee_fischfrikadellenbroetchen',
unique = false,
label = 'Nordisee Fischfrikadellenbrötchen',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
tyre_smoke_kit = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'tyre_smoke_kit.png',
shouldClose = true,
description = '',
weight = 0,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'tyre_smoke_kit',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Reifenrauch Kit',
},
i4_engine = {
useable = true,
image = 'i4_engine.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 0,
type = 'item',
name = 'i4_engine',
unique = false,
label = 'I4 Motor',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
boxorangejuice = {
useable = false,
image = 'boxorangejuice.png',
shouldClose = false,
description = '',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
type = 'item',
name = 'boxorangejuice',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Kiste Orangensaft',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
blood_500 = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'bloodbag.png',
shouldClose = true,
description = '',
weight = 500,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'blood_500',
unique = false,
label = 'Blut (500ml)',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
bcso_card = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'idcardpd.png',
shouldClose = true,
description = '',
weight = 10,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'bcso_card',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'BCSO Card',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
drum_mechanism = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'Trommel.png',
shouldClose = false,
description = 'Der Dreh, der alles verändert Spannung in jeder Umdrehung',
2025-06-08 18:52:38 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'drum_mechanism',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Trommel Mechanismus',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
casinochips = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'casinochips.png',
shouldClose = false,
description = 'Chips For Casino Gambling',
weight = 0,
type = 'item',
name = 'casinochips',
unique = false,
label = 'Casino Chips',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
frenchfries = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_692-removebg-preview.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'frenchfries',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'French Fries',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
dildo = {
useable = false,
image = 'dildo.png',
shouldClose = false,
description = 'passt gut zum Gleitgel ^^',
weight = 200,
type = 'item',
name = 'dildo',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Dildo',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
drone = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'drone.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'drone',
unique = true,
label = 'Drohne',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
zebracamo_attachment = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'zebracamo_attachment.png',
shouldClose = true,
description = 'A zebra camo for a weapon',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'zebracamo_attachment',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Zebra Camo',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
boxmilk = {
useable = false,
image = 'boxmilk.png',
shouldClose = false,
2025-06-07 08:51:21 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 1200,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'boxmilk',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Karton mit Milch',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
boxgrapejuice = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'boxgrapejuice.png',
shouldClose = false,
description = '',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'boxgrapejuice',
unique = true,
label = 'Kiste Traubensaft',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_bullpuprifle_mk2 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapon_bullpuprifle_mk2.png',
ammotype = 'AMMO_RIFLE',
weight = 1000,
name = 'weapon_bullpuprifle_mk2',
type = 'weapon',
unique = true,
description = 'Bull Puprifle MK2',
label = 'Bullpup Rifle Mk II',
},
glucoseg40 = {
useable = true,
image = 'glucoseg40.png',
shouldClose = true,
description = '',
weight = 10,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'glucoseg40',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Glucose 40%',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
wwine = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'wwine.png',
shouldClose = true,
description = '',
weight = 300,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'wwine',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Weißwein',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
bulletproof_tyres = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'bulletproof_tyres.png',
shouldClose = true,
description = '',
weight = 0,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'bulletproof_tyres',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Reifen Gebanzert',
},
blue_phone = {
useable = false,
image = 'phone_blue.png',
shouldClose = false,
description = '„Ein Akku, der genau so lange hält wie deine Aufmerksamkeitsspanne.“',
weight = 600,
type = 'item',
name = 'blue_phone',
unique = true,
label = 'iFruit 12XR Blau',
},
table = {
useable = true,
image = 'table.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 400,
type = 'item',
name = 'table',
unique = false,
label = 'Klapptisch',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
chicken_thigh = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'chicken_thigh.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'chicken_thigh',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'rohe Hähnchenkeule',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
zwiebelsalat = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'sogan.png',
shouldClose = true,
description = 'Türkischer Zwiebelsalat',
weight = 200,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'zwiebelsalat',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Soğan salatası',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
pistol_smallscope = {
useable = true,
image = 'smallscope_attachment.png',
shouldClose = true,
2025-06-08 18:52:38 +02:00
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'pistol_smallscope',
unique = true,
label = 'MK2 Revolver Visier',
},
ev_battery = {
useable = true,
image = 'ev_battery.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 0,
type = 'item',
name = 'ev_battery',
unique = false,
label = 'EV Battery',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
doj_card = {
useable = true,
image = 'idcardpd.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 10,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'doj_card',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'DOJ Card',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
tirerepairkit = {
useable = true,
image = 'tirerepairkit.png',
shouldClose = true,
description = 'A kit to repair your tires',
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'tirerepairkit',
unique = false,
label = 'Tire Repair Kit',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
cosmetic_part = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cosmetic_part.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 0,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cosmetic_part',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Cosmetickit',
},
big_bottle_cola = {
useable = true,
image = 'big_bottle_cola.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 600,
type = 'item',
name = 'big_bottle_cola',
unique = false,
label = 'große Flasche E-Cola',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
offroad_tyres = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'offroad_tyres.png',
shouldClose = true,
description = '',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'offroad_tyres',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Reifen offroad',
},
firstaid = {
useable = true,
image = 'firstaid.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'You can use this First Aid kit to get people back on their feet',
weight = 2500,
type = 'item',
name = 'firstaid',
unique = false,
label = 'First Aid',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
gussform = {
2025-06-07 08:51:21 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'gussform.png',
shouldClose = false,
description = '',
2025-06-07 08:51:21 +02:00
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gussform',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Gussform ',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
pump = {
useable = false,
image = 'pump.png',
shouldClose = false,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 2000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'pump',
unique = true,
label = 'Akku Pumpe',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
veh_xenons = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'veh_xenons.png',
shouldClose = true,
description = 'Upgrade vehicle xenons',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'veh_xenons',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Xenons',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
newsmic = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'newsmic.png',
shouldClose = true,
description = 'A microphone for the news',
2025-06-08 21:04:39 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'newsmic',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'News Microphone',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
eimdalls_uard_read = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'HeimdallsGuardBread.png',
shouldClose = true,
description = 'Stark und nahrhaft, dieses Brot bewacht den Magen und bereitet dich auf den Genuss der kommenden Speisen vor.',
weight = 200,
type = 'item',
name = 'heimdalls_guard_bread',
unique = false,
label = 'Heimdall\'s Guard Bread',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
cup_tide = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cup_tide.png',
shouldClose = true,
description = '',
2025-06-08 18:52:38 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cup_tide',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Becher Orange O Tang',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_27 = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Metallic Red Weapon Tint for MK2 Weapons',
weight = 1000,
type = 'item',
name = 'weapontint_mk2_27',
unique = false,
label = 'Metallic Red Tint',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
dueruem = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'durum.png',
shouldClose = true,
description = 'Wrap, mit typischen Döner-Kebab-Zutaten gefüllt',
weight = 200,
type = 'item',
name = 'dueruem',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Dürüm',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
lutschfinger_eis = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'fingerice.png',
shouldClose = true,
description = 'wie aus deiner Kindheit',
2025-06-08 21:04:39 +02:00
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'lutschfinger_eis',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Lutschfinger Eis',
},
popcorn = {
useable = true,
image = 'ChatGPT Image 26. Apr. 2025, 17_05_56-min.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Frisch aufgepopptes Popcorn ',
weight = 150,
type = 'item',
name = 'popcorn',
unique = true,
label = 'Popcorn',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
packtobbaco = {
2025-06-08 18:52:38 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'packtobbaco.png',
shouldClose = false,
description = '',
2025-06-08 21:04:39 +02:00
weight = 100,
type = 'item',
unique = false,
2025-06-10 20:04:39 +02:00
name = 'packtobbaco',
label = 'Packung Tabak',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
ecola_zero_flasche = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ecolazerobottle.png',
shouldClose = true,
description = 'Flasche Cola',
weight = 80,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ecola_zero_flasche',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'E-Cola Zero Flasche',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
digicamo_attachment = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'digicamo_attachment.png',
shouldClose = true,
description = 'A digital camo for a weapon',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'digicamo_attachment',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Digital Camo',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weed_whitewidow = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weed_baggy.png',
shouldClose = false,
description = 'A weed bag with 2g White Widow',
2025-06-08 18:52:38 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weed_whitewidow',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'White Widow 2g',
},
police_card = {
useable = true,
image = 'idcardpd.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 10,
type = 'item',
name = 'police_card',
unique = true,
label = 'Police Card',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_heavyshotgun = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weapon_heavyshotgun.png',
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
name = 'weapon_heavyshotgun',
type = 'weapon',
unique = true,
description = 'A large smoothbore gun for firing small shot at short range',
label = 'Heavy Shotgun',
},
cooked_bbq_ribeye = {
useable = true,
image = 'cooked_bbq_ribeye.png',
shouldClose = true,
description = '',
2025-06-08 18:52:38 +02:00
weight = 200,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cooked_bbq_ribeye',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'gegrilltes Ribeye Steak',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_32 = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Metallic Red and Yellow Weapon Tint for MK2 Weapons',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_32',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Metallic Red and Yellow Tint',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
gg_pug_bait_01 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'gg_pug_bait_01.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 100,
type = 'item',
name = 'gg_pug_bait_01',
unique = false,
label = 'Illegaler Raubtierköder 1',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
cooked_ribs = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cooked_ribs.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cooked_ribs',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'gegrillte Rippchen',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
mg_ammo = {
useable = true,
image = 'mg_ammo.png',
shouldClose = true,
description = 'Ammo for Machine Guns',
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'mg_ammo',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'MG ammo',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
midazolam = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_696-removebg-preview.png',
shouldClose = true,
description = '',
2025-06-08 18:52:38 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'midazolam',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Midazolam',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_bzgas = {
name = 'weapon_bzgas',
description = 'Tränen aus der Dose',
weight = 500,
image = 'bz_gas.png',
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = false,
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
label = 'Tränengas Granate',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_hazardcan = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapon_hazardcan.png',
ammotype = 'AMMO_PETROLCAN',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_hazardcan',
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = 'Weapon Hazardcan',
label = 'Hazardous Jerry Can',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
kino_keycard = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'keycard.png',
2025-06-08 21:04:39 +02:00
shouldClose = false,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 10,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'kino_keycard',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Moonlight Cinema Keycard',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_doubleaction = {
useable = false,
image = 'revolver2.png',
ammotype = 'AMMO_PISTOL',
2025-06-07 08:51:21 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_doubleaction',
2025-06-08 18:52:38 +02:00
type = 'weapon',
unique = true,
2025-06-10 20:04:39 +02:00
description = 'Moderner Revolver um auf Städter zu schießen und was sich sonst noch so bewegt ^^',
label = ' Revolver',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
drytobbacoleaf = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'drietobbacoleaf.png',
2025-06-08 21:04:39 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 10,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'drytobbacoleaf',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'getrocknetes Tabakblatt',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
tavor25 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'tavor25.png',
shouldClose = true,
description = '',
weight = 20,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'tavor25',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Tavor 2,5 mg',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
burger = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_689-removebg-preview.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'burger',
unique = false,
label = 'Hamburger mit Käse',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
mettbroetchen = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'mettbroetchen.png',
shouldClose = true,
description = 'mhmm deutsches Sushi',
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'mettbroetchen',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Mettbrötchen',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_26 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Metallic Purple & Lime Weapon Tint for MK2 Weapons',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_26',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Metallic Purple & Lime Tint',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
ornageo = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_688-removebg-preview.png',
shouldClose = true,
description = '"Weil dein Körper Zucker liebt du aber nicht deinen Körper."',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ornageo',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Orange O Tang Softdrink',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
air_filter = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'air_filter.png',
shouldClose = true,
description = 'sollte das Baby wieder nach Luft schreien, einmal wechseln',
weight = 0,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'air_filter',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Premium Luftfilter',
},
radioscanner = {
useable = false,
image = 'radioscanner.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'With this you can get some police alerts. Not 100% effective however',
weight = 1000,
type = 'item',
name = 'radioscanner',
unique = false,
label = 'Radio Scanner',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
cheese_burger = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'baconcheeseburger.png',
shouldClose = true,
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-08 21:04:39 +02:00
weight = 150,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cheese_burger',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Bacon Cheese Burger',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
cefalexin = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Cefalexin.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 20,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cefalexin',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Cefalexin',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_gusenberg = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'screenshot_412-removebg-preview.png',
ammotype = 'AMMO_MG',
weight = 1000,
name = 'weapon_gusenberg',
type = 'weapon',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = ' das Original aus der goldenen Ära der Gangster',
label = 'Gusenberg Sweeper',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
nitrous_install_kit = {
useable = true,
image = 'nitrous_install_kit.png',
shouldClose = true,
description = '',
weight = 0,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'nitrous_install_kit',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Nitrokit',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
ev_motor = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ev_motor.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 0,
type = 'item',
name = 'ev_motor',
unique = false,
label = 'EV_Motor',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_bullpupshotgun = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weapon_bullpupshotgun.png',
ammotype = 'AMMO_SHOTGUN',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_bullpupshotgun',
type = 'weapon',
unique = true,
description = 'A compact smoothbore gun for firing small shot at short range',
label = 'Bullpup Shotgun',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
deckelblendno5 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'deckelblendno5.png',
shouldClose = false,
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
name = 'deckelblendno5',
label = 'Deckel Blend No.5',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
smg_holoscope = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'holoscope_attachment.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'smg_holoscope',
unique = true,
label = 'SMG Holoscope',
},
tenkgoldchain = {
useable = false,
image = '10kgoldchain.png',
2025-06-08 18:52:38 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '10 carat golden chain',
weight = 2000,
type = 'item',
name = 'tenkgoldchain',
unique = false,
label = '10k Gold Chain',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_wrench = {
name = 'weapon_wrench',
description = 'A tool used for gripping and turning nuts, bolts, pipes, etc',
weight = 1000,
image = 'weapon_wrench.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Wrench',
},
rifle_extendedclip = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'rifle_extendedclip.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'rifle_extendedclip',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'erw. Gewehr Magazin',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
gg_pug_bait_02 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'gg_pug_bait_02.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_pug_bait_02',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Illegaler Raubtierköder 2',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
gg_coyote_fangs_01 = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'gg_coyote_fangs_01.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_coyote_fangs_01',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Robuster Kojotenzahn',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapons_route = {
useable = false,
image = 'weaponsroute.png',
shouldClose = false,
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
weight = 10,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapons_route',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Waffen Route',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_5 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
2025-06-08 18:52:38 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Classic Green Weapon Tint for MK2 Weapons',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_5',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Classic Green Tint',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
hundefutter = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'dogfood.png',
shouldClose = true,
description = 'Futter für Hunde',
2025-06-08 18:52:38 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'hundefutter',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Hundefutter',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
veh_engine = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'veh_engine.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Upgrade vehicle engine',
2025-06-08 21:04:39 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'veh_engine',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Engine',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
tobbaco = {
useable = false,
image = 'tobbaco.png',
shouldClose = false,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'tobbaco',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Tabak',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
orangejuice = {
2025-06-07 08:51:21 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'orangejuice.png',
shouldClose = false,
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'orangejuice',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Flasche Orangensaft',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
gardensicorr = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'gardernsicor.png',
shouldClose = false,
description = '',
weight = 100,
type = 'item',
name = 'gardensicorr',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Gartenschere',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
sniper_extendedclip = {
useable = true,
image = 'sniper_extendedclip.png',
shouldClose = true,
description = '',
weight = 100,
type = 'item',
name = 'sniper_extendedclip',
unique = true,
label = 'erw. Sniper Magazin',
},
flashlight_attachment = {
useable = true,
image = 'flashlight_attachment.png',
shouldClose = true,
description = 'A flashlight for a weapon',
weight = 1000,
type = 'item',
name = 'flashlight_attachment',
unique = false,
label = 'Flashlight',
},
weapon_compactrifle = {
2025-06-08 18:52:38 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weapon_compactrifle.png',
ammotype = 'AMMO_RIFLE',
2025-06-07 08:51:21 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_compactrifle',
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
description = 'A compact version of an assault rifle',
label = 'Compact Rifle',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
loaded_fries = {
useable = true,
image = 'ChatGPT_Image_26._Apr._2025__18_19_52-removebg-preview.png',
shouldClose = true,
description = 'Knusprige Pommes, reich belegt mit köstlichen Toppings',
weight = 200,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'loaded_fries',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Loaded Fries',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
certificate = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'certificate.png',
shouldClose = true,
description = 'Certificate that proves you own certain stuff',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'certificate',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Certificate',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
cooked_brisket = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cooked_brisket.png',
shouldClose = true,
description = '',
weight = 200,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cooked_brisket',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'gegrilltes Brisket',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
box = {
useable = false,
image = 'box.png',
shouldClose = false,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 600,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'box',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Kiste',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_marksmanpistol = {
useable = false,
image = 'weapon_marksmanpistol.png',
ammotype = 'AMMO_PISTOL',
2025-06-07 08:51:21 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_marksmanpistol',
type = 'weapon',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = 'A very accurate small firearm designed to be held in one hand',
label = 'Marksman Pistol',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
big_bottle_lemonade = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'big_bottle_lemonade.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 600,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'big_bottle_lemonade',
unique = false,
label = 'große Flasche Sprunk',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weed_ak47_seed = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weed_seed.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'A weed seed of AK47',
2025-06-08 21:04:39 +02:00
weight = 0,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weed_ak47_seed',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'AK47 Seed',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
plank = {
useable = false,
image = 'plank.png',
shouldClose = false,
description = 'Brett vorm Kopf oder so...',
weight = 600,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'plank',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Brett ',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_minigun = {
2025-06-07 08:51:21 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weapon_minigun.png',
ammotype = 'AMMO_MINIGUN',
weight = 1000,
name = 'weapon_minigun',
type = 'weapon',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
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',
label = 'Minigun',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
barrel = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'barrel.png',
shouldClose = false,
description = '',
weight = 2000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'barrel',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'leeres Metallfass',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_assaultsmg = {
useable = false,
image = 'bdr-c.png',
ammotype = 'AMMO_SMG',
weight = 1000,
name = 'weapon_assaultsmg',
type = 'weapon',
unique = true,
description = 'Voll Scifi ^^',
label = 'BDR-C ',
},
weapontint_5 = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_lspd.png',
shouldClose = true,
description = 'LSPD Weapon Tint',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_5',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'LSPD Tint',
2025-06-07 08:51:21 +02:00
},
2025-06-08 21:04:39 +02:00
cokebaggy = {
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cocaine_baggy.png',
shouldClose = true,
description = 'To get happy real quick',
2025-06-08 21:04:39 +02:00
weight = 0,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cokebaggy',
2025-06-08 21:04:39 +02:00
unique = false,
label = 'Bag of Coke',
},
2025-06-10 20:04:39 +02:00
raw_wings = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'raw_wings.png',
shouldClose = true,
description = '',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'raw_wings',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'rohe Chickenwings',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_grenadelauncher = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weapon_grenadelauncher.png',
ammotype = 'AMMO_GRENADELAUNCHER',
weight = 1000,
name = 'weapon_grenadelauncher',
type = 'weapon',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = 'A weapon that fires a specially-designed large-caliber projectile, often with an explosive, smoke or gas warhead',
label = 'Grenade Launcher',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_revolver_mk2 = {
useable = false,
image = 'screenshot_419-removebg-preview.png',
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_revolver_mk2',
type = 'weapon',
unique = true,
description = 'da Violence',
label = 'Blood in and out Gun',
},
pistol_extendedclip = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'clip_attachment.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'erw. Pistolen Magazin',
weight = 100,
type = 'item',
name = 'pistol_extendedclip',
unique = true,
label = 'pistol_extendedclip',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
rifle_suppressor = {
useable = true,
image = 'suppressor_attachment.png',
shouldClose = true,
2025-06-07 08:51:21 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
type = 'item',
name = 'rifle_suppressor',
unique = true,
label = 'Gewehr Schalldämpfer',
},
tactical_muzzle_brake = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'tactical_muzzle_brake.png',
shouldClose = true,
description = 'A muzzle brakee for a weapon',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'tactical_muzzle_brake',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Tactical Muzzle Brake',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_2 = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_gold.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Gold Weapon Tint',
weight = 1000,
type = 'item',
name = 'weapontint_2',
unique = false,
label = 'Gold Tint',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
ggdrasils_oots = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'YggdrasilsRootsGemuseChips.png.png',
shouldClose = true,
description = 'Tief verwurzelt in den Gaben der Natur, bieten diese knusprigen Snacks eine Verbindung zu den alten Geschichten.',
2025-06-08 21:04:39 +02:00
weight = 200,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'yggdrasils_roots',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Yggdrasil\'s Roots',
},
weapon_compactlauncher = {
name = 'weapon_compactlauncher',
description = 'A compact grenade launcher',
weight = 1000,
image = 'weapon_compactlauncher.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Compact Launcher',
},
falafel = {
useable = true,
image = 'Falafel.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Falafel mit Joghurtsauce',
weight = 200,
type = 'item',
name = 'falafel',
unique = true,
label = 'Falafel',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
amiodaron = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'amiodaron.png',
shouldClose = true,
description = '',
weight = 15,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'amiodaron',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Amiodaron',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
wurmkur = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Wurmkur.png',
shouldClose = true,
description = '',
weight = 20,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'wurmkur',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Wurmkur',
},
dendrogyra_coral = {
useable = false,
image = 'dendrogyra_coral.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Its also known as pillar coral',
weight = 1000,
type = 'item',
name = 'dendrogyra_coral',
unique = false,
label = 'Dendrogyra',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
whiskeywickel = {
useable = true,
image = 'whiskeywickel.png',
shouldClose = false,
2025-06-07 08:51:21 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 200,
type = 'item',
unique = true,
name = 'whiskeywickel',
label = 'Whiskeywickel',
},
kakao = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'coffee.png',
shouldClose = true,
description = 'Eine heiße, süße Tasse Schokolade perfekt zum Entspannen oder Aufwärmen an kühlen Tagen.',
2025-06-08 18:52:38 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'kakao',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Kakao Togo',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
pizza_piece = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'file_00000000abf061f788ede1aa1c949dae-removebg-preview.png',
shouldClose = true,
description = 'Ein Stück Glück auf deinem Teller Genieße unser köstliches Stück Pizza!',
weight = 150,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'pizza_piece',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Stück Pizza',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
codeine_syrup = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'crackmixingagent.png',
shouldClose = false,
description = 'Der Sirup, der dich von „A“ nach „Z“ schickt aber ohne Zwischenstopps',
2025-06-08 18:52:38 +02:00
weight = 500,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'codeine_syrup',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Codein-Sirup',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
gardenshovel = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'gardenshovel.png',
shouldClose = false,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 600,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gardenshovel',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Gartenschaufel',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
sweets_candies = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'candy1.png',
shouldClose = true,
description = 'Bunt, süß und manchmal klebrig',
weight = 500,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sweets_candies',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Bonbons',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
ecola_zero_dose = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ecolazerocan.png',
shouldClose = true,
description = 'Dose Cola',
weight = 50,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ecola_zero_dose',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'E-Cola Zero Dose',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
extras_kit = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'extras_kit.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 0,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'extras_kit',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Fahrzeug Extras',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
sniper_grip = {
useable = true,
image = 'ar_grip.png',
shouldClose = true,
description = '',
weight = 100,
type = 'item',
name = 'sniper_grip',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Marksmangewehr Griff',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
smg_scope = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'holoscope_attachment.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'smg_scope',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'SMG Visier',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
jelly_beans = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'file_00000000007861f7963805e1f6fecfc5-removebg-preview.png',
shouldClose = true,
description = 'Bunte, kleine Köstlichkeiten mit knackiger Hülle und fruchtig-süßem Kern ein Farbtupfer voller Geschmack.',
weight = 150,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'jelly_beans',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Jelly Beans',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
fwd_drivetrain = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'fwd_drivetrain.png',
shouldClose = true,
description = '',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'fwd_drivetrain',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'FWD',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_0 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Classic Black Weapon Tint for MK2 Weapons',
2025-06-08 18:52:38 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_0',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Classic Black Tint',
},
rolex = {
useable = false,
image = 'rolex.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'A golden watch seems like the jackpot to me!',
weight = 1500,
type = 'item',
name = 'rolex',
unique = false,
label = 'Golden Watch',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
urapidil1 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'urapidil1.png',
shouldClose = true,
description = '',
weight = 20,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'urapidil1',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Urapidil 1,0 mg',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
ecola_light = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_688-removebg-preview.png',
shouldClose = true,
description = '"Weil dein Körper Zucker liebt du aber nicht deinen Körper."',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ecola_light',
unique = false,
label = 'E-Cola Light Softdrink',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
ammo_grenadelauncher = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'grenade_launcher_tokyo_marui_m320a1_6_-removebg-preview.png',
shouldClose = true,
description = 'Munition für den Granatwerfer',
2025-06-08 18:52:38 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ammo_grenadelauncher',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'AMMO_GRENADELAUNCHER',
},
awd_drivetrain = {
useable = true,
image = 'awd_drivetrain.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 0,
type = 'item',
name = 'awd_drivetrain',
unique = false,
label = 'AWD',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
black_phone = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'phone_black.png',
shouldClose = false,
description = '„Mach Schluss mit echten Gesprächen es gibt jetzt bessere Ablenkungen.“',
weight = 600,
type = 'item',
name = 'black_phone',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'iFruit 12XR Schwarz',
2025-06-08 18:52:38 +02:00
},
2025-06-08 21:04:39 +02:00
weapontint_mk2_30 = {
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Metallic White & Aqua Weapon Tint for MK2 Weapons',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_30',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-08 21:04:39 +02:00
label = 'Metallic White & Aqua Tint',
},
2025-06-10 20:04:39 +02:00
leopardcamo_attachment = {
useable = true,
image = 'leopardcamo_attachment.png',
shouldClose = true,
description = 'A leopard camo for a weapon',
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'leopardcamo_attachment',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Leopard Camo',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
shovel = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'shovel.png',
2025-06-08 21:04:39 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
description = '',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
type = 'item',
name = 'shovel',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Schaufel',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
rubber = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'rubber.png',
2025-06-08 21:04:39 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
description = 'Rubber, I believe you can make your own rubber ducky with it :D',
weight = 600,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'rubber',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Gummi',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_ball = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weapon_ball.png',
ammotype = 'AMMO_BALL',
weight = 1000,
name = 'weapon_ball',
type = 'weapon',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = 'A solid or hollow spherical or egg-shaped object that is kicked, thrown, or hit in a game',
label = 'Ball',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_13 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Bold Pink Weapon Tint for MK2 Weapons',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_13',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Bold Pink Tint',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
trigger_unit = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'snspistol_part_2.png',
shouldClose = false,
description = 'Der Schalter für Action einmal drücken, und die Welt verändert sich',
weight = 200,
type = 'item',
name = 'trigger_unit',
unique = false,
label = 'Abzugseinheit',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
bagruben = {
useable = false,
image = 'bagruben.png',
shouldClose = false,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 2000,
type = 'item',
name = 'bagruben',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Sack Zuckerrüben',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
morphine = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'syringe.png',
shouldClose = true,
description = '',
weight = 10,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'morphine',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Morphiumspritze',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
bodybag = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = '40407-leichensack-xxl-schwarz-100-cm-x-220-cm_detail-removebg-preview.png',
shouldClose = true,
description = '',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'bodybag',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Leichensack',
},
mixed_grilled_plate = {
useable = true,
image = 'Gemischter_grillteller.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'gemischter Grillteller mit Beilagen',
weight = 200,
type = 'item',
name = 'mixed_grilled_plate',
unique = true,
label = 'KARIŞIK IZGARA ',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
kennzeichen_tool = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = '',
shouldClose = true,
description = '',
weight = 0,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'kennzeichen_tool',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Kennzeichen',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
yggdrasils_root = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'YggdrasilsRoot.png',
shouldClose = true,
description = '',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'yggdrasils_root',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Yggdrasil\'s Root',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
gunpowder = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'gunpowder.png',
shouldClose = false,
description = 'Schwarzes Pulver kann Schaden machen kann im Verdichten Zustand',
weight = 500,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gunpowder',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Schwarzpulver',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
tablet = {
useable = false,
image = 'tablet.png',
shouldClose = true,
description = 'Expensive tablet',
weight = 2000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'tablet',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Tablet',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
pistol_suppressor = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'suppressor_attachment.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'pistol_suppressor',
unique = true,
label = 'Pistolen Schalldämpfer',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
hors_hunder_torm = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ThorsThunderStorm.png',
shouldClose = true,
description = 'Ein spritziges Getränk mit einem überraschenden Kick, das wie ein Donnerschlag erfrischt.',
weight = 200,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'thors_thunder_storm',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Thor\'s Thunder Storm (alkoholfrei)',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
dirischebs = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'Der_Irische_Beziehungsstatus.png',
shouldClose = false,
description = '',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'dirischebs',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Der Irische Beziehungstatus',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_stungun = {
name = 'weapon_stungun',
description = 'manchmal ist es einfach praktischer, jemanden mit Stromschlägen zu „überzeugen“, anstatt ein vernünftiges Gespräch zu führen.',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
image = 'screenshot_408-removebg-preview.png',
type = 'weapon',
2025-06-08 21:04:39 +02:00
unique = true,
useable = false,
2025-06-10 20:04:39 +02:00
label = 'Taser X6',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
suspension_parts = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'suspension_parts.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 0,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'suspension_parts',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Premium Fahrwerksteile',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
stevens_apfelmustorte = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'stefansabpfelmustorte.png',
shouldClose = true,
description = 'wie bei Oma',
weight = 200,
type = 'item',
name = 'stevens_apfelmustorte',
unique = false,
label = 'Stevens Apfelmustorte',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
rifle_defaultclip = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'rifle_defaultclip.png',
2025-06-08 18:52:38 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'rifle_defaultclip',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Gewehr Magazin',
2025-06-08 21:04:39 +02:00
},
iron = {
useable = false,
2025-06-10 20:04:39 +02:00
image = 'iron.png',
shouldClose = false,
description = 'Handy piece of metal that you can probably use for something',
2025-06-08 21:04:39 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'iron',
2025-06-08 21:04:39 +02:00
unique = false,
label = 'Iron',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
jords_ea_latter = {
useable = true,
image = 'NjordsSeaPlatter.png',
shouldClose = true,
description = 'Frisch aus dem Meer, diese Meeresfrüchte erinnern an Njords Verbindung zu den stürmischen Wellen der nordischen Meere.',
2025-06-08 18:52:38 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'njords_sea_platter',
unique = false,
label = 'Njord\'s Sea Platter',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
marshal_card = {
useable = false,
image = 'idcardpd.png',
shouldClose = false,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 0,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'marshal_card',
unique = false,
label = 'Marshal Card',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
pistol_barrel = {
useable = false,
image = 'weapon_batton.png',
shouldClose = false,
description = 'Der einzige Weg, wie du in kürzester Zeit einen bleibenden Eindruck hinterlässt',
weight = 250,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'pistol_barrel',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Pistolenlauf',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
meth_pipe = {
useable = false,
image = 'Meth pfeife.png',
shouldClose = false,
description = 'Leere Pfeife zum möglichen Glück was keins ist',
weight = 500,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'meth_pipe',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Leere Methpfeife',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
baldurslightelixir = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'BaldursLightElixir.png',
shouldClose = true,
description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'baldurslightelixir',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Baldurs Light Elixir',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
pizza_burger = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ChatGPT_Image_26._Apr._2025__18_16_22-removebg-preview.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Zartes Wagyu-Patty, würzige Salami, fruchtige Tomatensauce und geschmolzener Mozzarella, serviert in fluffigen Brioche Buns',
weight = 200,
type = 'item',
name = 'pizza_burger',
unique = true,
label = 'Pizza Burger',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
coke_brick = {
2025-06-07 08:51:21 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'coke_brick.png',
shouldClose = true,
description = 'Heavy package of cocaine, mostly used for deals and takes a lot of space',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
type = 'item',
name = 'coke_brick',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Coke Brick',
2025-06-07 08:51:21 +02:00
},
2025-06-08 21:04:39 +02:00
fries_with_dip = {
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ChatGPT_Image_27._Apr._2025__12_41_35-removebg-preview.png',
shouldClose = true,
description = 'Knusprig goldene Pommes, serviert im kleinen Metallkorb dazu ein cremiger Dip im stilechten Mini-Metalleimer.',
2025-06-08 21:04:39 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'fries_with_dip',
2025-06-08 21:04:39 +02:00
unique = true,
label = 'Pommes mit Dip ',
},
2025-06-10 20:04:39 +02:00
pork_joint = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'pork_joint.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'pork_joint',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'roher Schweinebraten',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
stancing_kit = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'stancing_kit.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'stancing_kit',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Stancing Kit',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
thermite = {
useable = true,
image = 'thermite.png',
shouldClose = true,
description = 'Sometimes you\'d wish for everything to burn',
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'thermite',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Thermite',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
shotgun_holoscope = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'holoscope_attachment.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'shotgun_holoscope',
unique = true,
label = 'MK2 Shotgun Holovisier',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
handle = {
useable = false,
image = 'hammerhandle.png',
shouldClose = false,
description = 'Der Klassiker der Griffe',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'handle',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Holzgriff',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
quickclot = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = '40053-QuikClot-Combat-Gauze-01-removebg-preview.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'quickclot',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Wundschnellverband',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weed_route = {
useable = false,
image = 'weed_route.png',
shouldClose = false,
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
weight = 10,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weed_route',
unique = true,
label = 'Weed Route',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_license = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapon_license.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 10,
type = 'item',
name = 'weapon_license',
unique = true,
label = 'Waffenschein',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
chainsaw = {
useable = false,
image = 'chainsaw.png',
shouldClose = false,
description = 'Fichtenmoped..... Benzinbiber..... ',
weight = 600,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'chainsaw',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Kettensäge',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_firework = {
name = 'weapon_firework',
description = 'A device containing gunpowder and other combustible chemicals that causes a spectacular explosion when ignited',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
image = 'weapon_firework.png',
2025-06-08 18:52:38 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
useable = false,
label = 'Firework Launcher',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
waffle_icream = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ChatGPT_Image_27._Apr._2025__12_49_09-removebg-preview.png',
2025-06-08 18:52:38 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Cremiges Vanilleeis, umhüllt von zwei zarten Waffelschichten der Klassiker im Retro-Look für echte Eisliebhaber.',
weight = 150,
type = 'item',
name = 'waffle_icream',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Sandwich Eis',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
vitaminloesung_500 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_696-removebg-preview.png',
shouldClose = true,
description = '',
weight = 500,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'vitaminloesung_500',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Vitaminlösung 500',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
wine = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'wine.png',
shouldClose = true,
description = 'Some good wine to drink on a fine evening',
weight = 300,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'wine',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Rotwein',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_musket = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weapon_musket.png',
ammotype = 'AMMO_SHOTGUN',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_musket',
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
description = 'An infantryman\'s light gun with a long barrel, typically smooth-bored, muzzleloading, and fired from the shoulder',
label = 'Musket',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
gg_boar_tusk_03 = {
useable = false,
image = 'gg_boar_tusk_03.png',
2025-06-08 18:52:38 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 1000,
type = 'item',
name = 'gg_boar_tusk_03',
unique = true,
label = 'Makelloser Eberzahn',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
lean_route = {
2025-06-08 18:52:38 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'lean_route.png',
2025-06-08 21:04:39 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
weight = 10,
type = 'item',
name = 'lean_route',
unique = true,
label = 'Lean Route',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
v6_engine = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'v6_engine.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'v6_engine',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'V6 Motor',
},
creditcard = {
useable = false,
image = 'creditcard.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Ich brauch Geld',
weight = 0,
type = 'item',
name = 'creditcard',
unique = true,
label = 'Bankkarte',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
kakao3 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'kakao3.png',
shouldClose = true,
description = 'Eine Tasse heiße Schokolade mit Marshmallows ist wie ein Kuschelabend in flüssiger Form süß, warm und himmlisch übertrieben.',
2025-06-08 18:52:38 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'kakao3',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Tasse Heiße Schokolade mit Marshmallows',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
rwd_drivetrain = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'rwd_drivetrain.png',
shouldClose = true,
description = '',
weight = 0,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'rwd_drivetrain',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'RWD',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
purple_phone = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'phone_purple.png',
shouldClose = false,
description = '„Jetzt mit noch mehr Features, die du nie brauchst, aber jedem zeigen musst.“',
weight = 600,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'purple_phone',
unique = true,
label = 'iFruit 12XR Lila',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
corn = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'corn.png',
shouldClose = false,
description = '',
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'corn',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Getreide',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
gg_rabbit_pelt_02 = {
useable = false,
image = 'gg_rabbit_pelt_02.png',
shouldClose = true,
description = '',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_rabbit_pelt_02',
unique = true,
label = 'Robustes Kaninchenfell',
2025-06-08 21:04:39 +02:00
},
zeckenschutzmittel = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Zeckenschutzmittel.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 25,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'zeckenschutzmittel',
2025-06-08 21:04:39 +02:00
unique = false,
label = 'Zeckenschutzmittel',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_heavysniper_mk2 = {
useable = true,
image = 'weapon_heavysniper_mk2.png',
ammotype = 'AMMO_SNIPER',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_heavysniper_mk2',
type = 'weapon',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = 'Weapon Heavysniper MK2',
label = 'Heavy Sniper Mk II',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
veh_plates = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'veh_plates.png',
shouldClose = true,
description = 'Install vehicle plates',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'veh_plates',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Plates',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
bikerack = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'bikerack.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
description = '',
2025-06-10 20:04:39 +02:00
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'bikerack',
unique = true,
label = 'Fahrradträger',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
narketan = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_696-removebg-preview.png',
shouldClose = true,
description = '',
weight = 250,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'narketan',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Narketan',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
orange = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'orange.png',
2025-06-08 21:04:39 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'orange',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Orange',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
akrinor = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'akrinor.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 20,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'akrinor',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Akrinor',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
bauernsalat = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'corban.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Türkischer Bauernsalat',
weight = 200,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'bauernsalat',
unique = true,
label = 'Çorban salatası ',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
raw_turkey_drums = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'raw_turkey_drums.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
2025-06-08 18:52:38 +02:00
weight = 200,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'raw_turkey_drums',
unique = false,
label = 'rohe Putenkeulen',
},
weapon_grenade = {
name = 'weapon_grenade',
description = 'A handheld throwable bomb',
weight = 1000,
image = 'weapon_grenade.png',
type = 'weapon',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
useable = false,
label = 'Grenade',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
jords_cean_reeze_alkoholfrei = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'NjordsOceanBreeze.png',
shouldClose = true,
description = 'Eine kühle Meeresbrise in Form eines Getränks, die erfrischend und exotisch zugleich ist.',
weight = 200,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'njords_ocean_breeze_alkoholfrei',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Njord\'s Ocean Breeze (alkoholfrei)',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weed_ogkush_seed = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weed_seed.png',
shouldClose = true,
description = 'A weed seed of OG Kush',
2025-06-08 21:04:39 +02:00
weight = 0,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weed_ogkush_seed',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'OGKush Seed',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
cigs = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cigs.png',
shouldClose = true,
description = '',
weight = 200,
type = 'item',
name = 'cigs',
unique = false,
label = 'Zigarette',
},
weapon_remotesniper = {
useable = false,
image = 'weapon_remotesniper.png',
ammotype = 'AMMO_SNIPER_REMOTE',
weight = 1000,
name = 'weapon_remotesniper',
type = 'weapon',
unique = true,
description = 'A portable high-precision, long-range rifle',
label = 'Remote Sniper',
},
heroin_route = {
useable = false,
image = 'heroin_route.png',
shouldClose = false,
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
weight = 10,
type = 'item',
name = 'heroin_route',
unique = true,
label = 'Heroin Route',
},
clip_attachment = {
useable = true,
image = 'clip_attachment.png',
shouldClose = true,
description = 'A clip for a weapon',
weight = 1000,
type = 'item',
name = 'clip_attachment',
unique = false,
label = 'Clip',
},
pralinen = {
useable = true,
image = 'pralinen.png',
shouldClose = true,
description = 'Damit Sie dich mal wieder ranlässt...',
weight = 100,
type = 'item',
name = 'pralinen',
unique = false,
label = 'Pralinen',
},
duct_tape = {
useable = true,
image = 'duct_tape.png',
shouldClose = true,
description = '',
weight = 0,
type = 'item',
name = 'duct_tape',
unique = false,
label = 'Klebeband',
},
weapon_hominglauncher = {
useable = false,
image = 'weapon_hominglauncher.png',
ammotype = 'AMMO_STINGER',
weight = 1000,
name = 'weapon_hominglauncher',
type = 'weapon',
unique = true,
description = 'A weapon fitted with an electronic device that enables it to find and hit a target',
label = 'Homing Launcher',
},
smg_suppressor = {
useable = true,
image = 'suppressor_attachment.png',
shouldClose = true,
description = '',
weight = 100,
type = 'item',
name = 'smg_suppressor',
unique = true,
label = 'SMG Schalldämpfer',
},
phone = {
useable = false,
image = 'phone.png',
shouldClose = false,
description = 'Neat phone ya got there',
weight = 700,
type = 'item',
name = 'phone',
unique = true,
label = 'Phone',
},
armaid_plant = {
useable = false,
image = 'armaid_plant.png',
shouldClose = false,
description = '„Kratzen wie Wolle, halten wie Stahl.“',
weight = 500,
type = 'item',
name = 'armaid_plant',
unique = false,
label = 'Aramid Fasern',
},
coffeemug = {
useable = true,
image = 'coffeemug.png',
shouldClose = true,
description = '„Kaffee? Nein, das ist flüssiger Wahnsinn in \'ner Keramikgranate. Perfekt zum Durchziehen von Überfällen, Steuererklärungen oder Montagen.“',
weight = 100,
type = 'item',
name = 'coffeemug',
unique = true,
label = 'Tasse Kaffee',
},
vomex = {
useable = true,
image = 'vomex.png',
shouldClose = true,
description = '',
weight = 20,
type = 'item',
name = 'vomex',
unique = false,
label = 'Vomex',
},
magic_mushroom = {
useable = false,
image = 'magic_mushroom.png',
shouldClose = false,
description = 'Der Pilz, der dir das Gefühl gibt, du könntest mit deinen Gedanken den Regenbogen malen.',
weight = 500,
type = 'item',
name = 'magic_mushroom',
unique = false,
label = 'Mutterkorn',
},
weapon_marksmanrifle_mk2 = {
useable = true,
image = 'huntingrifle2.png',
ammotype = 'AMMO_SNIPER',
weight = 1000,
name = 'weapon_marksmanrifle_mk2',
type = 'weapon',
unique = true,
description = 'Weapon Marksmanrifle MK2',
label = 'Marksman Rifle Mk II',
},
weed_skunk_seed = {
useable = true,
image = 'weed_seed.png',
shouldClose = true,
description = 'A weed seed of Skunk',
weight = 0,
type = 'item',
name = 'weed_skunk_seed',
unique = false,
label = 'Skunk Seed',
},
mmorgenlicht = {
useable = true,
image = 'mmorgenlicht.png',
shouldClose = false,
description = '',
weight = 100,
type = 'item',
unique = false,
name = 'mmorgenlicht',
label = 'Meiers Morgenlicht',
},
twerks_candy = {
useable = true,
image = 'twerks_candy.png',
shouldClose = true,
description = 'It\'s all about you.',
weight = 100,
type = 'item',
name = 'twerks_candy',
unique = false,
label = 'Ego Chaser Schockriegel',
},
blood_1000 = {
useable = true,
image = 'bloodbag.png',
shouldClose = true,
description = '',
weight = 1000,
type = 'item',
name = 'blood_1000',
unique = false,
label = 'Blut (1000ml)',
},
gg_deer_hide_03 = {
useable = false,
image = 'gg_deer_hide_03.png',
shouldClose = true,
description = '',
weight = 1000,
type = 'item',
name = 'gg_deer_hide_03',
unique = true,
label = 'Makelloses Hirschfell',
},
weapon_combatmg_mk2 = {
useable = true,
image = 'weapon_combatmg_mk2.png',
ammotype = 'AMMO_MG',
weight = 1000,
name = 'weapon_combatmg_mk2',
type = 'weapon',
unique = true,
description = 'Weapon Combatmg MK2',
label = 'Combat MG Mk II',
},
bleeder = {
useable = true,
image = 'screenshot_685-removebg-preview.png',
shouldClose = true,
description = '',
weight = 100,
type = 'item',
name = 'bleeder',
unique = false,
label = 'The Bleeder',
},
gg_boar_tusk_02 = {
useable = false,
image = 'gg_boar_tusk_02.png',
shouldClose = true,
description = '',
weight = 1000,
type = 'item',
name = 'gg_boar_tusk_02',
unique = true,
label = 'Robuster Eberzahn',
},
gg_deer_hide_02 = {
useable = false,
image = 'gg_deer_hide_02.png',
shouldClose = true,
description = '',
weight = 1000,
type = 'item',
name = 'gg_deer_hide_02',
unique = true,
label = 'Robustes Hirschleder',
},
flat_muzzle_brake = {
useable = true,
image = 'flat_muzzle_brake.png',
shouldClose = true,
description = 'A muzzle brake for a weapon',
weight = 1000,
type = 'item',
name = 'flat_muzzle_brake',
unique = false,
label = 'Flat Muzzle Brake',
},
smallscope_attachment = {
useable = true,
image = 'smallscope_attachment.png',
shouldClose = true,
description = 'A small scope for a weapon',
weight = 1000,
type = 'item',
name = 'smallscope_attachment',
unique = false,
label = 'Small Scope',
},
heimdalls_watch = {
useable = true,
image = 'HeimdallsWatch.png',
shouldClose = true,
description = 'Scharf und klar wie Heimdalls Auge, aber mit einem farbenfrohen Twist.',
weight = 200,
type = 'item',
name = 'heimdalls_watch',
unique = false,
label = 'Heimdall\'s Watch',
},
glass = {
useable = false,
image = 'glass.png',
shouldClose = false,
description = 'It is very fragile, watch out',
weight = 600,
type = 'item',
name = 'glass',
unique = false,
label = 'Glas',
},
nacl_1000 = {
useable = true,
image = 'nacl.png',
shouldClose = true,
description = '',
weight = 1000,
type = 'item',
name = 'nacl_1000',
unique = false,
label = 'NACL (1000ml)',
},
bucket = {
useable = false,
image = 'bucket.png',
shouldClose = false,
description = '',
weight = 600,
type = 'item',
name = 'bucket',
unique = false,
label = 'Eimer',
},
pistol_ammo = {
useable = true,
image = 'pistolenmuni.png',
shouldClose = true,
description = 'Peng in klein',
weight = 200,
type = 'item',
name = 'pistol_ammo',
unique = false,
label = 'Pistolen Munition',
},
weapon_specialcarbine_mk2 = {
useable = false,
image = 'highteamspecialcarbinemk2.png',
ammotype = 'AMMO_RIFLE',
weight = 1000,
name = 'weapon_specialcarbine_mk2',
type = 'weapon',
unique = true,
description = 'Weapon Wpecialcarbine MK2',
label = 'Special Carbine Mk II',
},
boxsalad = {
useable = false,
image = 'saladbox.png',
shouldClose = false,
description = '',
weight = 1000,
type = 'item',
name = 'boxsalad',
unique = true,
label = 'Kiste Eisbergsalat',
},
weapon_snowball = {
name = 'weapon_snowball',
description = 'A ball of packed snow, especially one made for throwing at other people for fun',
weight = 1000,
image = 'weapon_snowball.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Snowball',
},
chemical_set = {
useable = false,
image = 'lab.png',
shouldClose = false,
description = 'Dein persönliches Labor für Experimente, die besser nicht in der Küche stattfinden.',
weight = 1000,
type = 'item',
name = 'chemical_set',
unique = false,
label = 'Chemikalien-Set',
},
steel_ingots = {
useable = false,
image = 'steel_ingot.png',
shouldClose = false,
description = 'Hier trifft pure Masse auf unendliches Potenzial.',
weight = 1000,
type = 'item',
name = 'steel_ingots',
unique = false,
label = 'Stahlbarren',
},
shotgun_ammo = {
useable = true,
image = 'shotgunmuni.png',
shouldClose = true,
description = 'viel Peng',
weight = 500,
type = 'item',
name = 'shotgun_ammo',
unique = false,
label = 'Shotgun Munition',
},
security_card_02 = {
useable = true,
image = 'security_card_02.png',
shouldClose = true,
description = 'A security card... I wonder what it goes to',
weight = 0,
type = 'item',
name = 'security_card_02',
unique = false,
label = 'Security Card B',
},
gg_cougar_claw_02 = {
useable = false,
image = 'gg_cougar_claw_02.png',
shouldClose = true,
description = '',
weight = 500,
type = 'item',
name = 'gg_cougar_claw_02',
unique = true,
label = 'Robuste Puma-Klaue',
},
weed_whitewidow_seed = {
useable = true,
image = 'weed_seed.png',
shouldClose = false,
description = 'A weed seed of White Widow',
weight = 0,
type = 'item',
name = 'weed_whitewidow_seed',
unique = false,
label = 'White Widow Seed',
},
gg_hunting_rifleammo = {
useable = true,
image = 'gg_hunting_rifleammo.png',
shouldClose = true,
description = '',
weight = 200,
type = 'item',
name = 'gg_hunting_rifleammo',
unique = false,
label = 'Jagdgewehr Munition',
},
weapontint_mk2_24 = {
useable = true,
image = 'weapontint_black.png',
shouldClose = true,
description = 'Metallic Platinum Weapon Tint for MK2 Weapons',
weight = 1000,
type = 'item',
name = 'weapontint_mk2_24',
unique = false,
label = 'Metallic Platinum Tint',
},
salbutamol = {
useable = true,
image = 'salbutamol.png',
shouldClose = true,
description = '',
weight = 10,
type = 'item',
name = 'salbutamol',
unique = false,
label = 'Salbutamol',
},
precision_muzzle_brake = {
useable = true,
image = 'precision_muzzle_brake.png',
shouldClose = true,
description = 'A muzzle brake for a weapon',
weight = 1000,
type = 'item',
name = 'precision_muzzle_brake',
unique = false,
label = 'Precision Muzzle Brake',
},
weapon_battleaxe = {
name = 'weapon_battleaxe',
description = 'A large broad-bladed axe used in ancient warfare',
weight = 1000,
image = 'weapon_battleaxe.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Battle Axe',
},
weapon_golfclub = {
name = 'weapon_golfclub',
description = 'A club used to hit the ball in golf',
weight = 1000,
image = 'weapon_golfclub.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Golfclub',
},
grapejuice = {
useable = true,
image = 'traubensaft.png',
shouldClose = false,
description = 'Grape juice is said to be healthy',
weight = 200,
type = 'item',
name = 'grapejuice',
unique = false,
label = 'Flasche Traubensaft',
},
smg_extendedclip = {
useable = true,
image = 'smg_extendedclip.png',
shouldClose = true,
description = '',
weight = 100,
type = 'item',
name = 'smg_extendedclip',
unique = true,
label = 'erw. SMG Magazin',
},
weapontint_mk2_4 = {
useable = true,
image = 'weapontint_black.png',
shouldClose = true,
description = 'Classic Beige Weapon Tint for MK2 Weapons',
weight = 1000,
type = 'item',
name = 'weapontint_mk2_4',
unique = false,
label = 'Classic Beige Tint',
},
handcuffs = {
useable = true,
image = 'handcuffs.png',
shouldClose = true,
description = 'Comes in handy when people misbehave. Maybe it can be used for something else?',
weight = 100,
type = 'item',
name = 'handcuffs',
unique = true,
label = 'Handschellen',
},
small_blade = {
useable = false,
image = 'Klinge Springmesser.png',
shouldClose = false,
description = ' Die Klinge, die nicht auf sich warten lässt',
weight = 200,
type = 'item',
name = 'small_blade',
unique = false,
label = 'kleine Klinge',
},
gg_captured_chickenhawk = {
useable = true,
image = 'gg_captured_chickenhawk.png',
shouldClose = true,
description = '',
weight = 5000,
type = 'item',
name = 'gg_captured_chickenhawk',
unique = true,
label = 'Gefangener Falke',
},
weapontint_3 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_pink.png',
shouldClose = true,
description = 'Pink Weapon Tint',
weight = 1000,
type = 'item',
name = 'weapontint_3',
unique = false,
label = 'Pink Tint',
},
meth_route = {
useable = false,
image = 'meth_route.png',
shouldClose = false,
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
weight = 10,
type = 'item',
name = 'meth_route',
unique = true,
label = 'Meth Route',
},
bellend_muzzle_brake = {
useable = true,
image = 'bellend_muzzle_brake.png',
shouldClose = true,
description = 'A muzzle brake for a weapon',
weight = 1000,
type = 'item',
name = 'bellend_muzzle_brake',
unique = false,
label = 'Bellend Muzzle Brake',
},
coffee_beans = {
useable = false,
image = 'coffee_beans.png',
shouldClose = false,
description = '',
weight = 200,
type = 'item',
name = 'coffee_beans',
unique = false,
label = 'Packung Kaffeepulver',
},
cottoncandy = {
useable = true,
image = 'screenshot_693-removebg-preview.png',
shouldClose = true,
description = '',
weight = 100,
type = 'item',
name = 'cottoncandy',
unique = false,
label = 'Zuckerwatte',
},
split_end_muzzle_brake = {
useable = true,
image = 'split_end_muzzle_brake.png',
shouldClose = true,
description = 'A muzzle brake for a weapon',
weight = 1000,
type = 'item',
name = 'split_end_muzzle_brake',
unique = false,
label = 'Split End Muzzle Brake',
},
kbrotmcr = {
useable = false,
image = 'Koboldbrot_mit_Cheddar.png',
shouldClose = false,
description = '',
weight = 100,
type = 'item',
name = 'kbrotmcr',
unique = true,
label = 'Koboldbrot mit Cheedar',
},
weapon_hammer = {
name = 'weapon_hammer',
description = 'Used for jobs such as breaking things (legs) and driving in nails',
weight = 1000,
image = 'weapon_hammer.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Hammer',
},
sprunk_flasche = {
useable = true,
image = 'sprunkbottle1.png',
shouldClose = true,
description = 'Flasche Zitronen Limo',
weight = 80,
type = 'item',
name = 'sprunk_flasche',
unique = false,
label = 'Sprunk Flasche',
},
goezleme = {
useable = true,
image = 'Goezleme.png',
shouldClose = true,
description = 'würzig gefülltes Fladenbrot',
weight = 200,
type = 'item',
name = 'goezleme',
unique = true,
label = 'Gözleme',
},
hors_hunder_ings = {
useable = true,
image = 'ThorsThunderWings.png',
shouldClose = true,
description = 'Knusprig, würzig und mit einem feurigen Biss diese Flügel schlagen ein wie ein Donnerblitz.',
weight = 200,
type = 'item',
name = 'hors_hunder_ings',
unique = false,
label = 'Thor\'s Thunder Wings',
},
ayran = {
useable = true,
image = 'Ayran.png',
shouldClose = true,
description = 'erfrischendes Joghurtgetränk',
weight = 200,
type = 'item',
name = 'ayran',
unique = true,
label = 'Ayran',
},
koboldkotze = {
useable = false,
image = 'Koboldkotze.png',
shouldClose = false,
description = '',
weight = 100,
type = 'item',
name = 'koboldkotze',
unique = true,
label = 'Koboldkotze',
},
weapon_unarmed = {
name = 'weapon_unarmed',
description = 'Fisticuffs',
weight = 1000,
image = 'placeholder.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Fists',
},
chair = {
useable = true,
image = 'chair.png',
shouldClose = true,
description = '',
weight = 600,
type = 'item',
name = 'chair',
unique = false,
label = 'Stuhl',
},
rolling_paper = {
useable = false,
image = 'rolling_paper2.png',
shouldClose = true,
description = 'Der Stoff, der Gras und Tabak zusammenhält',
weight = 200,
type = 'item',
name = 'rolling_paper',
unique = false,
label = 'Drehpapier',
},
orange_o_tang_dose = {
useable = true,
image = 'otangcan.png',
shouldClose = true,
description = 'Dose Orangen Limo',
weight = 50,
type = 'item',
name = 'orange_o_tang_dose',
unique = false,
label = 'Orange O Tang Dose',
},
vitaminloesung_750 = {
useable = true,
image = 'screenshot_696-removebg-preview.png',
shouldClose = true,
description = '',
weight = 750,
type = 'item',
name = 'vitaminloesung_750',
unique = false,
label = 'Vitaminlösung 750',
},
patriotcamo_attachment = {
useable = true,
image = 'patriotcamo_attachment.png',
shouldClose = true,
description = 'A patriot camo for a weapon',
weight = 1000,
type = 'item',
name = 'patriotcamo_attachment',
unique = false,
label = 'Patriot Camo',
},
weapontint_mk2_8 = {
useable = true,
image = 'weapontint_black.png',
shouldClose = true,
description = 'Classic Brown & Black Weapon Tint for MK2 Weapons',
weight = 1000,
type = 'item',
name = 'weapontint_mk2_8',
unique = false,
label = 'Classic Brown & Black Tint',
},
brakepad_replacement = {
useable = true,
image = 'brakepad_replacement.png',
shouldClose = true,
description = '',
weight = 0,
type = 'item',
name = 'brakepad_replacement',
unique = false,
label = 'Premium Bremsenteile',
},
veh_interior = {
useable = true,
image = 'veh_interior.png',
shouldClose = true,
description = 'Upgrade vehicle interior',
weight = 1000,
type = 'item',
name = 'veh_interior',
unique = false,
label = 'Interior',
},
manual_gearbox = {
useable = true,
image = 'manual_gearbox.png',
shouldClose = true,
description = 'Handgerissen, so gehört sich das',
weight = 0,
type = 'item',
name = 'manual_gearbox',
unique = false,
label = 'Schaltgetriebe',
},
copper = {
useable = false,
image = 'cooperbar.png',
shouldClose = false,
description = 'Es ist Metall aber Weich ',
weight = 800,
type = 'item',
name = 'copper',
unique = false,
label = 'Kupferbarren',
},
moneybag = {
useable = true,
image = 'moneybag.png',
shouldClose = true,
description = 'A bag with cash',
weight = 0,
type = 'item',
name = 'moneybag',
unique = true,
label = 'Money Bag',
},
gg_hunting_campfire = {
useable = false,
image = 'gg_hunting_campfire.png',
shouldClose = false,
description = '',
2025-06-07 08:51:21 +02:00
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_hunting_campfire',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Lagerfeuerkit',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
kobolbrolle = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'kobolbrolle.png',
shouldClose = false,
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
unique = false,
2025-06-10 20:04:39 +02:00
name = 'kobolbrolle',
label = 'Kobolbrolle',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
schnitzelbroetchen = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'schnitzelbrotechen.png',
shouldClose = true,
description = 'Knuspriger Held im Brötchenmantel das Schnitzel regelt!',
2025-06-08 18:52:38 +02:00
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'schnitzelbroetchen',
unique = false,
label = 'Schnitzelbrötchen',
},
bank_card = {
useable = true,
image = 'bank_card.png',
shouldClose = true,
description = 'Used to access ATM',
weight = 0,
type = 'item',
name = 'bank_card',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Bank Card',
},
weapon_bat = {
name = 'weapon_bat',
description = 'Used for hitting a ball in sports (or other things)',
weight = 1000,
image = 'weapon_bat.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Bat',
},
kakao2 = {
useable = true,
image = 'kakao2.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
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.',
weight = 100,
type = 'item',
name = 'kakao2',
unique = true,
label = 'Tasse Heiße Schokolade',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
leberkas_semmal = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'leberkasemmel-removebg-preview.png',
shouldClose = true,
description = 'Mehr Fleisch als Worte des is koa Semmel, des is a Lebensgefühl!',
2025-06-08 18:52:38 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'leberkas_semmal',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Leberkas Semmal',
},
water_bottle = {
useable = true,
image = 'wasserflasche.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Gerüchte sagen, es stammt aus einem Gletscher wahrscheinlich eher aus dem Hahn hinterm Werkstor.',
weight = 100,
type = 'item',
name = 'water_bottle',
unique = false,
label = 'Wasser Flasche ',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
gg_boar_tusk_01 = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'gg_boar_tusk_01.png',
shouldClose = true,
description = '',
weight = 1000,
type = 'item',
name = 'gg_boar_tusk_01',
unique = true,
label = 'Rauer Eberzahn',
},
vitaminloesung_1000 = {
useable = true,
image = 'screenshot_696-removebg-preview.png',
shouldClose = true,
description = '',
2025-06-08 18:52:38 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'vitaminloesung_1000',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Vitaminlösung 1000',
},
weapon_garbagebag = {
name = 'weapon_garbagebag',
description = 'A garbage bag',
weight = 1000,
image = 'weapon_garbagebag.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Garbage Bag',
},
ceramic_barrel = {
useable = false,
image = 'keramiklauf.png',
2025-06-07 08:51:21 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
description = 'Der Lauf, der sich in jeder Sicherheitskontrolle unsichtbar macht',
weight = 200,
type = 'item',
name = 'ceramic_barrel',
unique = false,
label = 'Keramiklauf',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
gg_cougar_claw_03 = {
useable = false,
image = 'gg_cougar_claw_03.png',
shouldClose = true,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 500,
type = 'item',
name = 'gg_cougar_claw_03',
unique = true,
label = 'Makellose Puma-Klaue',
},
samsplint = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'samsplint.png',
shouldClose = true,
description = '',
weight = 100,
type = 'item',
name = 'samsplint',
unique = false,
label = 'Samsplint',
},
rostedcoffee = {
useable = false,
image = 'rostedcoffee.png',
shouldClose = false,
description = '',
weight = 2000,
type = 'item',
name = 'rostedcoffee',
unique = true,
label = 'Sack geröstete Kaffeebohnen',
},
gg_hunting_knife_03 = {
useable = true,
image = 'gg_hunting_knife_03.png',
shouldClose = true,
description = '',
weight = 1000,
type = 'item',
name = 'gg_hunting_knife_03',
unique = true,
label = 'Premium Jagdmesser',
},
big_bottle_tide = {
useable = true,
image = 'big_bottle_tide.png',
shouldClose = true,
description = '',
weight = 600,
type = 'item',
name = 'big_bottle_tide',
unique = false,
label = 'große Flasche Orange O Tang',
},
crack_baggy = {
useable = true,
image = 'crack_baggy.png',
shouldClose = true,
description = 'To get happy faster',
2025-06-08 21:04:39 +02:00
weight = 0,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'crack_baggy',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Bag of Crack',
},
emergencydrone = {
useable = true,
image = 'police_drone.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 1000,
type = 'item',
name = 'emergencydrone',
unique = true,
label = 'Einsatz Drohne',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
cocoa = {
useable = false,
image = 'cacao.png',
shouldClose = false,
description = 'Kakaopulver ist Schokolade im Tarnanzug bereit, jede Tasse in Wohlfühlzauber zu verwandeln.',
weight = 200,
type = 'item',
name = 'cocoa',
unique = false,
label = 'Packung Kakaopulver',
},
gazoz = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Gazoz.png',
shouldClose = true,
description = 'kohlensäurehaltiges, süßes Erfrischungsgetränk ',
2025-06-08 21:04:39 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gazoz',
unique = true,
label = 'Gazoz',
},
urapidil3 = {
useable = true,
image = 'urapidil1.png',
shouldClose = true,
description = '',
weight = 20,
type = 'item',
name = 'urapidil3',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Urapidil 3,0 mg',
},
['3-fach_impfung_katze'] = {
useable = true,
image = 'katzenimpfstoff.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 20,
type = 'item',
name = '3-fach_impfung_katze',
unique = false,
label = '3-fach Impfung Katze',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
blood_750 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'bloodbag.png',
shouldClose = true,
description = '',
weight = 750,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'blood_750',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Blut (750ml)',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_batton = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weapon_batton.png',
shouldClose = false,
description = 'Ein Lauf auf Stahl mit einer hohen Genauigkeit ',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapon_batton',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Waffenlauf Lang',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_heavysniper = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weapon_heavysniper.png',
ammotype = 'AMMO_SNIPER',
weight = 1000,
name = 'weapon_heavysniper',
type = 'weapon',
unique = true,
description = 'An upgraded high-precision, long-range rifle',
label = 'Heavy Sniper',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
cooked_pork_joint = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cooked_pork_joint.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cooked_pork_joint',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'gegrillter Schweinebraten',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
salsa_nachos = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ChatGPT_Image_26._Apr._2025__19_00_33-removebg-preview.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Knusprige Nachos, serviert mit frischer, würziger Salsa ',
2025-06-08 21:04:39 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'salsa_nachos',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Nachos mit Salsa',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
geocamo_attachment = {
useable = true,
image = 'geocamo_attachment.png',
shouldClose = true,
description = 'A geometric camo for a weapon',
2025-06-08 21:04:39 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'geocamo_attachment',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Geometric Camo',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
gg_coyote_fangs_03 = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'gg_coyote_fangs_03.png',
shouldClose = true,
description = '',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_coyote_fangs_03',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Makelloser Kojotenzahn',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
ecola = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_688-removebg-preview.png',
shouldClose = true,
description = '"Weil dein Körper Zucker liebt du aber nicht deinen Körper."',
2025-06-08 18:52:38 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ecola',
unique = false,
label = 'E-Cola Softdrink',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
firework1 = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'firework1.png',
shouldClose = true,
description = 'Fireworks',
2025-06-08 18:52:38 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'firework1',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = '2Brothers',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
sludgie = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'sludgie.png',
shouldClose = true,
description = 'Gefrorene Chemie zum Trinken ^^',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sludgie',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Sludgie',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_pistol_mk2 = {
2025-06-07 08:51:21 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'screenshot_396-removebg-preview.png',
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_pistol_mk2',
type = 'weapon',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = 'An upgraded small firearm designed to be held in one hand',
label = 'Klog 19',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
juice = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'juice.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Wenn hier Anna nass macht dann bin ICH das !!!!',
2025-06-08 21:04:39 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'juice',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Saft',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
tranexamsaure = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'tranexamsaure.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 20,
type = 'item',
name = 'tranexamsaure',
unique = false,
label = 'Tranexamsäure',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
cay = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Cay.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Türkischer Tee',
weight = 200,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cay',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Cay',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
diving_fill = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'diving_tube.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'An oxygen tube and a rebreather',
weight = 3000,
type = 'item',
name = 'diving_fill',
unique = true,
label = 'Diving Tube',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
ifs_olden_arvest = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'SifsGoldenHarvest.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Eine goldene Ernte, die Sif selbst gesegnet haben könnte perfekt für eine herzhafte Mahlzeit.',
2025-06-08 18:52:38 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sifs_olden_harvest',
unique = false,
label = 'Sif\'s Golden Harvest',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_appistol = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'screenshot_406-removebg-preview.png',
ammotype = 'AMMO_PISTOL',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_appistol',
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
description = 'Wie die normale Klog nur mit mehr Fuck Yeaaah!',
label = ' Klog 19 A',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
slanted_muzzle_brake = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'slanted_muzzle_brake.png',
shouldClose = true,
description = 'A muzzle brake for a weapon',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'slanted_muzzle_brake',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Slanted Muzzle Brake',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
lighting_controller = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'lighting_controller.png',
shouldClose = false,
description = 'Alle Farben des Regenbogens per Knopfdruck',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'lighting_controller',
unique = true,
label = 'Neon Controller',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_23 = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Metallic Gold Weapon Tint for MK2 Weapons',
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_23',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Metallic Gold Tint',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
emp_ammo = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'emp_ammo.png',
shouldClose = true,
description = 'Ammo for EMP Launcher',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'emp_ammo',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'EMP Ammo',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_vintagepistol = {
useable = false,
image = 'weapon_vintagepistol.png',
ammotype = 'AMMO_PISTOL',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_vintagepistol',
type = 'weapon',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = 'An antique firearm designed to be held in one hand',
label = 'Vintage Pistol',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
rifle_flashlight = {
useable = true,
image = 'flashlight_attachment.png',
shouldClose = true,
description = '',
weight = 100,
type = 'item',
name = 'rifle_flashlight',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Gewehrlicht',
},
ironbar = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'ironbar.png',
shouldClose = false,
description = '',
weight = 2000,
type = 'item',
name = 'ironbar',
unique = false,
label = 'Eisenbarren',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
aldurs_right_ites = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'BaldursBrightBites.png',
shouldClose = true,
description = 'Leicht und erfrischend, diese Bissen erhellen den Geist und lassen den Geschmack erstrahlen.',
weight = 200,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'aldurs_right_ites',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Baldur\'s Bright Bites',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
pistol_flashlight = {
useable = true,
image = 'flashlight_attachment.png',
shouldClose = true,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
type = 'item',
name = 'pistol_flashlight',
unique = true,
label = 'Pistolenlicht',
},
ceramic_brakes = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ceramic_brakes.png',
shouldClose = true,
description = '',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ceramic_brakes',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Ceramic Bremsen',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
nvscope_attachment = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'nvscope_attachment.png',
shouldClose = true,
description = 'A night vision scope for a weapon',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'nvscope_attachment',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Night Vision Scope',
},
weapontint_mk2_18 = {
useable = true,
image = 'weapontint_black.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Bold Green Features Weapon Tint for MK2 Weapons',
weight = 1000,
type = 'item',
name = 'weapontint_mk2_18',
unique = false,
label = 'Bold Green Features Tint',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
emptybottle = {
useable = false,
image = 'emptybottle.png',
shouldClose = false,
description = '',
weight = 200,
type = 'item',
name = 'emptybottle',
unique = false,
label = 'leere Flasche',
},
lahmacun = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'lahmacun.png',
shouldClose = true,
description = 'Fladenbrot mit einer würzigen Mischung aus Hackfleisch, Zwiebeln, Tomaten und Olivenöl',
2025-06-08 21:04:39 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'lahmacun',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Lahmacun',
},
sniper_scope = {
useable = true,
image = 'largescope_attachment.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 100,
type = 'item',
name = 'sniper_scope',
unique = true,
label = 'Sniper Visier',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
lean = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'lean.png',
shouldClose = true,
description = 'Der Drink, der dich so langsam macht wie eine Schnecke auf Valium',
weight = 500,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'lean',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Lean',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
boxorange = {
useable = false,
image = 'boxorange.png',
shouldClose = false,
2025-06-08 18:52:38 +02:00
description = '',
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'boxorange',
unique = true,
label = 'Kiste Orangen',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
empty_evidence_bag = {
useable = false,
image = 'evidence.png',
shouldClose = false,
description = 'Used a lot to keep DNA from blood, bullet shells and more',
2025-06-08 21:04:39 +02:00
weight = 0,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'empty_evidence_bag',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Empty Evidence Bag',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
mechanic_tablet = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'mechanic_tablet.png',
shouldClose = false,
description = 'Das wichtigste Werkzeug',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'mechanic_tablet',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Petrol Head Tablet',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
security_card_01 = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'security_card_01.png',
shouldClose = true,
description = 'A security card... I wonder what it goes to',
2025-06-08 21:04:39 +02:00
weight = 0,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'security_card_01',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Security Card A',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
wood = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'wood.png',
shouldClose = false,
description = 'Ich und mein Holz....',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'wood',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Holz',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
sniper_suppressor = {
useable = true,
image = 'suppressor_attachment.png',
shouldClose = true,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sniper_suppressor',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Sniper Schalldämpfer',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
sunflowerseeds = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Sonnenblumenkerne.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Der Snack zum selber knacken',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sunflowerseeds',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Sonnenblumenkerne',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
heparin = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'heparin.png',
shouldClose = true,
description = '',
weight = 10,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'heparin',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Heparin',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
binoculars = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'fernglas.png',
shouldClose = true,
description = 'EY!DU sollst nicht spannern!',
weight = 600,
type = 'item',
name = 'binoculars',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Fernglas',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
j_and_js = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ChatGPT_Image_27._Apr._2025__12_06_23-removebg-preview.png',
2025-06-08 18:52:38 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Kleine, bunte Schockodrops mit knackiger Hülle und weichem Kern',
weight = 150,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'j_and_js',
unique = true,
label = 'J&Js',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
flood_light = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'flood_light.png',
shouldClose = true,
description = '',
weight = 600,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'flood_light',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Outdoor Lampe',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
semi_slick_tyres = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'semi_slick_tyres.png',
shouldClose = true,
description = '',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'semi_slick_tyres',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Reifen semi slick',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
tunerlaptop = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'tunerchip.png',
shouldClose = true,
description = 'With this tunerchip you can get your car on steroids... If you know what you\'re doing',
weight = 2000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'tunerlaptop',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Tunerchip',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_assaultshotgun = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weapon_assaultshotgun.png',
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
name = 'weapon_assaultshotgun',
type = 'weapon',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = 'An assault version of asmoothbore gun for firing small shot at short range',
label = 'Assault Shotgun',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
espresso = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'espresso.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Hiernach bist du safe wach ^^',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'espresso',
unique = true,
label = 'Tasse Espresso',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
lamb_chops = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'lamb_chops.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 200,
type = 'item',
name = 'lamb_chops',
unique = false,
label = 'Lammkoteletts',
},
weapon_smg = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'screenshot_409-removebg-preview.png',
ammotype = 'AMMO_SMG',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_smg',
type = 'weapon',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = 'Deutsche Ingenieurskunst in Kompaktform, gebaut für Cops, die auf Präzision und Verlässlichkeit zählen.',
label = 'MP5',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
rohkaffee = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'rohkaffee.png',
2025-06-08 21:04:39 +02:00
shouldClose = false,
description = '',
2025-06-10 20:04:39 +02:00
weight = 4,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'rohkaffee',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Rohkaffee',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_dagger = {
name = 'weapon_dagger',
description = 'A short knife with a pointed and edged blade, used as a weapon',
weight = 1000,
image = 'weapon_dagger.png',
type = 'weapon',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
useable = false,
label = 'Dagger',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_1 = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_green.png',
shouldClose = true,
description = 'Green Weapon Tint',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_1',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Green Tint',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
freyas_blossom = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'FreyasBlossom.png',
shouldClose = true,
description = 'Ein blumiges und fruchtiges Getränk, das die Zartheit und Schönheit, der Göttin Freya widerspiegelt.',
weight = 250,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'freyas_blossom',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Freyas Blossom',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
screwdriverset = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'screwdriverset.png',
shouldClose = false,
description = 'Sehr nützlich zum Schrauben... zu schrauben...',
2025-06-07 08:51:21 +02:00
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'screwdriverset',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Schraubendreher Set',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_4 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_army.png',
shouldClose = true,
description = 'Army Weapon Tint',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_4',
unique = false,
label = 'Army Tint',
},
weapon_pistolxm3 = {
useable = false,
image = 'highteampistol.png',
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_pistolxm3',
type = 'weapon',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = 'Pistol XM3',
label = 'Pistol XM3',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
tier_leckerlis = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'pet_treats.png',
shouldClose = true,
description = 'Freude für deinen Vierbeiner.',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'tier_leckerlis',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Tier Leckerlis',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
coke_small_brick = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'coke_small_brick.png',
shouldClose = true,
description = 'Small package of cocaine, mostly used for deals and takes a lot of space',
weight = 350,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'coke_small_brick',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Coke Package',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_machete = {
name = 'weapon_machete',
description = 'A broad, heavy knife used as a weapon',
weight = 1000,
image = 'machete.png',
type = 'weapon',
unique = true,
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
label = 'Machete',
},
salad = {
useable = false,
image = 'salad.png',
2025-06-07 08:51:21 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
description = '',
weight = 200,
type = 'item',
name = 'salad',
unique = true,
label = 'Eisbergsalat',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
gg_hunting_animaltracker = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'gg_hunting_animaltracker.png',
shouldClose = true,
description = '',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
type = 'item',
name = 'gg_hunting_animaltracker',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Tier Ortungsgerät',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_9 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Red Contrast Weapon Tint for MK2 Weapons',
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_9',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Red Contrast Tint',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_poolcue = {
name = 'weapon_poolcue',
description = 'A stick used to strike a ball, usually the cue ball (or other things)',
weight = 1000,
image = 'weapon_poolcue.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Billardque',
},
firework2 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'firework2.png',
shouldClose = true,
description = 'Fireworks',
2025-06-08 18:52:38 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'firework2',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Poppelers',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
shotgun_suppressor = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'suppressor_attachment.png',
shouldClose = true,
description = '',
2025-06-08 18:52:38 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'shotgun_suppressor',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Shotgun Schalldämpfer',
},
advancedlockpick = {
useable = true,
image = 'advancedlockpick.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'If you lose your keys a lot this is very useful... Also useful to open your beers',
weight = 500,
type = 'item',
name = 'advancedlockpick',
unique = false,
label = 'Advanced Lockpick',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_ceramicpistol = {
useable = true,
image = 'weapon_ceramicpistol.png',
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_ceramicpistol',
type = 'weapon',
unique = true,
description = 'Weapon Ceramicpistol',
label = 'Ceramic Pistol',
},
lysergic_acid = {
useable = false,
image = 'acid.png',
shouldClose = false,
description = 'Der geheime VIP-Zugang zu einer anderen Realität',
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'lysergic_acid',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Lysergsäure',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
raw_sausages = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'raw_sausages.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'raw_sausages',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'rohe Bratwurst',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_combatshotgun = {
2025-06-08 18:52:38 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'beanbagshotgun.png',
ammotype = 'AMMO_BEANBAG',
weight = 1000,
name = 'weapon_combatshotgun',
type = 'weapon',
unique = true,
description = 'Weapon Combatshotgun',
label = 'Beanbag Shotgun',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
veh_transmission = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'veh_transmission.png',
shouldClose = true,
description = 'Upgrade vehicle transmission',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'veh_transmission',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Transmission',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
gg_salt_block_03 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'gg_salt_block_03.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_salt_block_03',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Premium Salzblock',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
tourniquet = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = '81khEr+-vcL._AC_SX450_-removebg-preview.png',
shouldClose = true,
description = '',
weight = 20,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'tourniquet',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Tourniquet',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_pumpshotgun = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'screenshot_399-removebg-preview.png',
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
name = 'weapon_pumpshotgun',
type = 'weapon',
unique = true,
description = 'Der Türöffner für Cops, wenn Klopfen keine Option mehr ist.',
label = 'Banalli Schrotflinte',
},
ggdrasils_ssence = {
useable = true,
image = 'YggdrasilsEssence.png',
shouldClose = true,
description = 'Erdend und zugleich erfrischend, dieses Getränk bringt die Essenz des Weltenbaums direkt ins Glas.',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ggdrasils_ssence',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Yggdrasil\'s Essence',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
boxgrapes = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'boxgrapes.png',
shouldClose = false,
description = '',
weight = 400,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'boxgrapes',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Packung Weintrauben',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
cooked_corn_cob = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cooked_corn_cob.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cooked_corn_cob',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'gegrillter Maiskolben',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
raki = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'raki.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'türkisches Nationalgetränk, aus Weintrauben oder Rosinen gebrannter Anisée',
2025-06-08 21:04:39 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'raki',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Raki',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
orange_o_tang_flasche = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'otangbottle.png',
shouldClose = true,
description = 'Flasche Orangen Limo',
weight = 80,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'orange_o_tang_flasche',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Orange O Tang Flasche',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
newscam = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'newscam.png',
2025-06-08 18:52:38 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'A camera for the news',
2025-06-07 08:51:21 +02:00
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'newscam',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'News Camera',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_29 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Metallic Blue Weapon Tint for MK2 Weapons',
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_29',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Metallic Blue Tint',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
milk = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'milk.png',
shouldClose = true,
description = 'Muuuuhhhh ',
weight = 400,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'milk',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Packung Mlilch',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
propofol_100 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Propofol-00409469924-removebg-preview.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'propofol_100',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Propofol (100ml)',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_specialcarbine = {
useable = false,
image = 'screenshot_407-removebg-preview.png',
ammotype = 'AMMO_RIFLE',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_specialcarbine',
type = 'weapon',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = 'Wenn die Ar 15 nicht mehr reicht.',
label = 'KH 450',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_pistol = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'screenshot_398-removebg-preview.png',
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_pistol',
type = 'weapon',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = 'Das Multitool zum Löcher machen.',
label = 'Bretta',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
odins_nuesse = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Odins_nuesse.png',
shouldClose = true,
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.',
weight = 150,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'Odins_nuesse',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Odins Nüsse',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_machinepistol = {
useable = false,
image = 'weapon_machinepistol.png',
ammotype = 'AMMO_PISTOL',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_machinepistol',
type = 'weapon',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = 'A self-loading pistol capable of burst or fully automatic fire',
label = 'Tec-9',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
veh_turbo = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'veh_turbo.png',
shouldClose = true,
description = 'Install vehicle turbo',
2025-06-08 18:52:38 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'veh_turbo',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Turbo',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
rifle_largescope = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'largescope_attachment.png',
2025-06-08 18:52:38 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 100,
type = 'item',
name = 'rifle_largescope',
unique = true,
label = 'Mk2 Gewehr Visier groß',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
sprunk = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_688-removebg-preview.png',
shouldClose = true,
description = '"Weil dein Körper Zucker liebt du aber nicht deinen Körper."',
2025-06-08 18:52:38 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sprunk',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Sprunk Softdrink',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
gg_captured_rabbit = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'gg_captured_rabbit.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
description = '',
2025-06-10 20:04:39 +02:00
weight = 5000,
type = 'item',
name = 'gg_captured_rabbit',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Gefangenes Kaninchen',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_heavypistol = {
2025-06-08 18:52:38 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'screenshot_405-removebg-preview.png',
ammotype = 'AMMO_PISTOL',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_heavypistol',
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
description = 'Wenn die Klog nicht mehr reicht.',
label = 'FM 510',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
comp_attachment = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'comp_attachment.png',
shouldClose = true,
description = 'A compensator for a weapon',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'comp_attachment',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Compensator',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
pipe = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'pipe.png',
shouldClose = false,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 400,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
unique = true,
name = 'pipe',
label = 'Pfeife',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
roofbox_color = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'roofbox_color.png',
shouldClose = true,
description = '',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'roofbox_color',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Farbige Dachbox',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_briefcase_02 = {
name = 'weapon_briefcase_02',
description = 'Wonderfull for nice vacation to Liberty City',
weight = 1000,
image = 'weapon_briefcase2.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Suitcase',
},
emergency_revive_kit = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'medbox.png',
shouldClose = true,
description = '',
weight = 1500,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'emergency_revive_kit',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Wiederbelebungs-Kit',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
hotdog = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_691-removebg-preview.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'hotdog',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Hot Dog',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
empty_cup = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'empty_cup.png',
shouldClose = true,
description = '',
weight = 6,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'empty_cup',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'leerer Becher',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_molotov = {
name = 'weapon_molotov',
description = 'A crude bomb made of a bottle filled with a flammable liquid and fitted with a wick for lighting',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
image = 'weapon_molotov.png',
type = 'weapon',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
useable = false,
label = 'Molotov',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
beer = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'beer.png',
shouldClose = true,
description = 'Nothing like a good cold beer!',
weight = 500,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'beer',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Pißwasser Bier',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
pistol_compensator = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'comp_attachment.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'pistol_compensator',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Pistolen Kompensator',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
snp_ammo = {
useable = true,
image = 'snipermuni.png',
shouldClose = true,
description = 'Ammo for Sniper Rifles',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
type = 'item',
name = 'snp_ammo',
unique = false,
label = 'Sniper Munition',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
simcard = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'sim-karte.png',
shouldClose = false,
description = '„Nicht einfach eine SIM. Ein Statement für Stil in der Welt der Empfangslosen.“',
weight = 1,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'simcard',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Sim-Karte',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weed_brick = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weed_brick.png',
shouldClose = true,
description = '1KG Weed Brick to sell to large customers.',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
type = 'item',
name = 'weed_brick',
unique = false,
label = 'Weed Brick',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_31 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Metallic Orange & Yellow Weapon Tint for MK2 Weapons',
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_31',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Metallic Orange & Yellow Tint',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
gg_hunting_arrowammo = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'gg_hunting_arrowammo.png',
shouldClose = true,
description = '',
weight = 20,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_hunting_arrowammo',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Armbrust Pfeile',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
shotgun_squaredmuzzle = {
useable = true,
image = 'comp_attachment.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'shotgun_squaredmuzzle',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'MK2 Shotgun Squaredmuzzle',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
penicillin = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'penicillin.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 20,
type = 'item',
name = 'penicillin',
unique = false,
label = 'Penicillin',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
cheeseanachos = {
useable = true,
image = 'ChatGPT_Image_26._Apr._2025__18_25_48-removebg-preview.png',
shouldClose = true,
description = 'Knusprige Nachos, überzogen mit cremiger, würziger Käsesauce',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cheeseanachos',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Nachos mit Käsesauce',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
grape = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'grape.png',
shouldClose = false,
description = 'Mmmmh yummie, grapes',
2025-06-08 21:04:39 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'grape',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Weintrauben',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
katzenfutter = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'catfood.png',
shouldClose = true,
description = 'besser als das was du hier zu essen bekommst XD',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'katzenfutter',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Katzenfutter',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
performance_part = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'performance_part.png',
shouldClose = true,
description = '',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'performance_part',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Performance Kit',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
drill = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'drill.png',
shouldClose = false,
description = 'The real deal...',
weight = 20000,
type = 'item',
name = 'drill',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Bohrmaschine',
},
blood_250 = {
useable = true,
image = 'bloodbag.png',
shouldClose = true,
description = '',
weight = 250,
type = 'item',
name = 'blood_250',
unique = false,
label = 'Blut (250ml)',
},
weapon_knuckle = {
name = 'weapon_knuckle',
description = 'A metal guard worn over the knuckles in fighting, especially to increase the effect of the blows',
weight = 1000,
image = 'weapon_knuckle.png',
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
useable = false,
label = 'Knuckle',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
blackmoney_route = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'blackmoney_route.png',
shouldClose = false,
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
weight = 10,
type = 'item',
name = 'blackmoney_route',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Schwarzgeld Route',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
perseuscamo_attachment = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'perseuscamo_attachment.png',
shouldClose = true,
description = 'A perseus camo for a weapon',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'perseuscamo_attachment',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Perseus Camo',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
whiskey = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'whiskey.png',
shouldClose = true,
description = 'For all the thirsty out there',
weight = 500,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'whiskey',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Whiskey',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
halbes_haendel = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'halbes_handel.png',
shouldClose = true,
description = 'zum Finger lecken gut ^^',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'halbes_haendel',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Halbes Händel',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
rifle_drum = {
useable = true,
image = 'drum_attachment.png',
shouldClose = true,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'rifle_drum',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Gewehr Trommelmagzin',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
rawmeat = {
useable = false,
image = 'rawmeat.png',
shouldClose = false,
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'rawmeat',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'rohes Fleisch',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
vehicle_wheels = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'vehicle_wheels.png',
shouldClose = true,
description = '',
weight = 0,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'vehicle_wheels',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Felgen',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
gg_salt_block_01 = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'gg_salt_block_01.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_salt_block_01',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Salzblock',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_28 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Metallic Green Weapon Tint for MK2 Weapons',
2025-06-08 21:04:39 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_28',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Metallic Green Tint',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
erz = {
useable = false,
image = 'erz.png',
shouldClose = false,
description = '',
weight = 2000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'erz',
unique = false,
label = 'Metallerz',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
dackels = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'dacklschreck.png',
shouldClose = false,
description = '',
weight = 100,
type = 'item',
name = 'dackels',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Dackelschreck',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
veh_tint = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'veh_tint.png',
shouldClose = true,
description = 'Install vehicle tint',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'veh_tint',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Tints',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_rpg = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weapon_rpg.png',
ammotype = 'AMMO_RPG',
weight = 1000,
name = 'weapon_rpg',
type = 'weapon',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = 'A rocket-propelled grenade launcher',
label = 'RPG',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
gg_coyote_fangs_02 = {
useable = false,
image = 'gg_coyote_fangs_02.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
type = 'item',
name = 'gg_coyote_fangs_02',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Robuster Kojotenzahn',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
cleaning_kit = {
2025-06-07 08:51:21 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = '',
shouldClose = false,
description = 'Für die schnelle Reinigung',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cleaning_kit',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Premium Putzlappen ',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
lighter = {
useable = false,
image = 'lighter.png',
shouldClose = true,
description = 'Flamme an oder so ....',
2025-06-08 21:04:39 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'lighter',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Feuerzeug',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
diamond = {
useable = false,
image = 'diamond.png',
shouldClose = true,
description = 'A diamond seems like the jackpot to me!',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'diamond',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Diamond',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_raypistol = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapon_raypistol.png',
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_raypistol',
type = 'weapon',
unique = true,
description = 'Weapon Raypistol',
label = 'Up-n-Atomizer',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
sprunk_dose = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'sprunkcan.png',
shouldClose = true,
description = 'Dose Zitronen Limo',
weight = 50,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sprunk_dose',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Sprunk Dose',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
gg_hunting_meat = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'gg_hunting_meat.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_hunting_meat',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'rohes Wildfleisch',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
cleaningkit = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cleaningkit.png',
shouldClose = true,
description = 'A microfiber cloth with some soap will let your car sparkle again!',
weight = 250,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cleaningkit',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Cleaning Kit',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
tomato = {
2025-06-08 18:52:38 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'tomato.png',
2025-06-08 21:04:39 +02:00
shouldClose = false,
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'tomato',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Tomate',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
placebo = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'placebo.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 20,
type = 'item',
name = 'placebo',
unique = false,
label = 'Placebo',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
baldurs_light = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'BaldursLight.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Sanft und erfrischend, wie das reine Licht, das Baldur ausstrahlt.',
weight = 200,
type = 'item',
name = 'baldurs_light',
unique = false,
label = 'Baldur\'s Light',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
ephedrin = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ephedrine.png',
shouldClose = true,
description = 'Deine Eintrittskarte zu einem Adrenalinschub',
weight = 500,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ephedrin',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Ephedrin Tabletten',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
goldbar = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'goldbar.png',
shouldClose = true,
description = 'Looks pretty expensive to me',
weight = 7000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'goldbar',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Gold Bar',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
v8_engine = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'v8_engine.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
description = '',
2025-06-10 20:04:39 +02:00
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'v8_engine',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'V8 Motor',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
brushcamo_attachment = {
useable = true,
image = 'brushcamo_attachment.png',
shouldClose = true,
description = 'A brushstroke camo for a weapon',
2025-06-08 21:04:39 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'brushcamo_attachment',
unique = false,
label = 'Brushstroke Camo',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
corn_cob = {
useable = true,
image = 'corn_cob.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-08 18:52:38 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'corn_cob',
unique = false,
label = 'Maiskolben',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
veh_brakes = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'veh_brakes.png',
shouldClose = true,
description = 'Upgrade vehicle brakes',
2025-06-08 21:04:39 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'veh_brakes',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Brakes',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
rifle_grip = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ar_grip.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 100,
type = 'item',
name = 'rifle_grip',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Gewehrgriff',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
weaponlicense = {
useable = true,
image = 'weapon_license.png',
shouldClose = true,
description = 'Weapon License',
weight = 0,
type = 'item',
name = 'weaponlicense',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Weapon License',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_20 = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Bold Yellow Features Weapon Tint for MK2 Weapons',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_20',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Bold Yellow Features Tint',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
sugarbeet = {
useable = false,
image = 'rube.png',
shouldClose = false,
2025-06-07 08:51:21 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 500,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sugarbeet',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Zuckerrübe',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
stickynote = {
useable = false,
image = 'stickynote.png',
shouldClose = false,
description = 'Sometimes handy to remember something :)',
weight = 0,
type = 'item',
name = 'stickynote',
unique = true,
label = 'Sticky note',
},
gun_handle = {
useable = false,
image = 'empu.png',
shouldClose = false,
description = 'Dein persönlicher Halt stärker als jeder Nervenkitzel',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gun_handle',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Griffstück',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
sniper_holoscope = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'holoscope_attachment.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sniper_holoscope',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'MK2 Sniper Holoscope',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
pelmini = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'pelmini.png',
shouldClose = true,
description = 'Kleine Teigtaschen, große Gefühle Pelmeni lieben dich zurück!',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'pelmini',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Pelmini',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
njords_tide = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'NjordsTide.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Frisch wie die Seebrise und kraftvoll wie die Gezeiten des Meeres.',
weight = 200,
type = 'item',
name = 'njords_tide',
unique = false,
label = 'Njord\'s Tide',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
thiopental = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_696-removebg-preview.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'thiopental',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Thiopental',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
nitrous_bottle = {
useable = false,
image = '',
shouldClose = false,
2025-06-08 21:04:39 +02:00
description = '',
weight = 0,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'nitrous_bottle',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Nitro Flasche',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_rayminigun = {
useable = true,
image = 'weapon_rayminigun.png',
ammotype = 'AMMO_MINIGUN',
2025-06-07 08:51:21 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_rayminigun',
2025-06-08 18:52:38 +02:00
type = 'weapon',
unique = true,
2025-06-10 20:04:39 +02:00
description = 'Weapon Rayminigun',
label = 'Widowmaker',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
lawyerpass = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'lawyerpass.png',
shouldClose = false,
description = 'Pass exclusive to lawyers to show they can represent a suspect',
weight = 0,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'lawyerpass',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Lawyer Pass',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
deployable_light = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'rundumleuchte.png',
shouldClose = false,
description = '',
weight = 250,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'deployable_light',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Aufsetzt Rundumleuchte',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
freyas_kiss = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'FreyasKiss.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Ein verführerischer und zarter Drink, der die Schönheit der Göttin Freya widerspiegelt.',
weight = 200,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'freyas_kiss',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Freya\'s Kiss',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
smg_grip = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'grip_attachment.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'smg_grip',
unique = true,
label = 'SMG Griff',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
aluminum = {
useable = false,
image = 'aluminum.png',
shouldClose = false,
description = 'Nice piece of metal that you can probably use for something',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'aluminum',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Aluminium',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_bottle = {
name = 'weapon_bottle',
description = 'A broken bottle',
weight = 1000,
image = 'weapon_bottle.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Broken Bottle',
},
odins_wisdom_brew = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'OdinsWisdomBrew.png',
shouldClose = true,
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
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'odins_wisdom_brew',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Odin\'s Wisdom Brew (alkoholfrei)',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_combatpistol = {
useable = false,
image = 'screenshot_434-removebg-preview.png',
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_combatpistol',
type = 'weapon',
unique = true,
description = 'Eine kompakte, zuverlässige 9mm-Dienstpistole mit 17 Schuss Magazin.',
label = 'Bretta Storm',
},
ifs_olden_ectar = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'SifGoldenNectar.png',
shouldClose = true,
description = 'Fruchtig und süß, wie die goldene Ernte auf den Feldern ein perfekter Genuss für jede Gelegenheit.',
2025-06-08 21:04:39 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ifs_olden_ectar',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Sif\'s Golden Nectar',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_knife = {
name = 'weapon_knife',
description = 'An instrument composed of a blade fixed into a handle, used for cutting or as a weapon',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
image = 'weapon_knife.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Messer',
},
gg_salt_block_02 = {
useable = true,
image = 'gg_salt_block_02.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_salt_block_02',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'besserer Salzblock',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
spazi_limo = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ChatGPT_Image_27._Apr._2025__11_54_28-removebg-preview.png',
shouldClose = true,
description = 'Spritzig, lecker, absolut neu und revolutionär. Ähnlichkeiten zu anderen Limos? Niemals. Reinste Zufälle. Wirklich.',
weight = 150,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'spazi_limo',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Bergbräu Limo',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
advscope_attachment = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'advscope_attachment.png',
shouldClose = true,
description = 'An advanced scope for a weapon',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'advscope_attachment',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Advanced Scope',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
turbocharger = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'turbocharger.png',
shouldClose = true,
2025-06-07 08:51:21 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 0,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'turbocharger',
unique = false,
label = 'Premium Turbokit',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
korb = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'korb.png',
shouldClose = false,
description = '',
weight = 200,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'korb',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Korb',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
bbq_grill = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'bbq_grill.png',
shouldClose = true,
description = '',
2025-06-07 08:51:21 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'bbq_grill',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'BBQ Grill',
},
largescope_attachment = {
useable = true,
image = 'largescope_attachment.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'A large scope for a weapon',
weight = 1000,
type = 'item',
name = 'largescope_attachment',
unique = false,
label = 'Large Scope',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_combatmg = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weapon_combatmg.png',
ammotype = 'AMMO_MG',
2025-06-07 08:51:21 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_combatmg',
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
description = 'A combat version of an automatic gun that fires bullets in rapid succession for as long as the trigger is pressed',
label = 'Combat MG',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
potatobag = {
useable = false,
image = 'potatobag.png',
shouldClose = false,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'potatobag',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Sack Kartoffeln',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
field_dressing = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_477-removebg-preview.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'field_dressing',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Verbandtuch',
},
muffin = {
useable = true,
image = 'ChatGPT_Image_1._Mai_2025__03_50_52-removebg-preview.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'der Muffin Mann...',
weight = 100,
type = 'item',
name = 'muffin',
unique = false,
label = 'Muffin',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
v12_engine = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'v12_engine.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 0,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'v12_engine',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'V12 Motor',
},
harness = {
useable = true,
image = 'harness.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Racing Harness so no matter what you stay in the car',
weight = 1000,
type = 'item',
name = 'harness',
unique = true,
label = 'Race Harness',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
walkstick = {
2025-06-08 18:52:38 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'walkstick.png',
shouldClose = true,
description = 'Walking stick for ya\'ll grannies out there.. HAHA',
2025-06-08 21:04:39 +02:00
weight = 1000,
type = 'weapon',
2025-06-10 20:04:39 +02:00
name = 'walkstick',
unique = true,
label = 'Walking Stick',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
weed_amnesia = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weed_baggy.png',
shouldClose = false,
description = 'A weed bag with 2g Amnesia',
weight = 200,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weed_amnesia',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Amnesia 2g',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
ohrstopsel = {
useable = false,
image = 'oropax.png',
shouldClose = false,
description = 'damit du das Stöhnen der Nachbarn net hören musst',
weight = 20,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ohrstopsel',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Ohrstöpsel',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
machete_blade = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'Machetenklinge.png',
shouldClose = false,
description = 'Wenn du mehr als nur ein bisschen Durchblick brauchst sie räumt den Weg frei',
2025-06-08 21:04:39 +02:00
weight = 500,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'machete_blade',
unique = false,
label = 'Machete Klinge',
},
okis_ischief_ites = {
useable = true,
image = 'LokisMischiefBites.png',
2025-06-08 18:52:38 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Knusprige Bissen, die mit einer scharfen Überraschung im Inneren den Gästen einen schelmischen Spaß bereiten.',
weight = 200,
type = 'item',
name = 'okis_ischief_ites',
unique = false,
label = 'Loki\'s Mischief Bites',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_navyrevolver = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapon_navyrevolver.png',
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_navyrevolver',
type = 'weapon',
unique = true,
description = 'Weapon Navyrevolver',
label = 'Navy Revolver',
},
kas_leberkas_semmal = {
useable = true,
image = 'kasleberkassemmel.png',
shouldClose = true,
description = 'Mehr Fleisch als Worte des is koa Semmel, des is a Lebensgefühl!',
2025-06-08 18:52:38 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'kas_leberkas_semmal',
unique = false,
label = 'Kas Leberkas Semmal',
},
anglegrinder = {
useable = false,
image = 'anglegrinder.png',
shouldClose = false,
description = '„Dein bester Freund, wenns darum geht, Dinge zu zerstören äh, bearbeiten.“',
weight = 1000,
type = 'item',
name = 'anglegrinder',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Flex',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
injection = {
useable = false,
image = 'syringe.png',
shouldClose = false,
description = 'Bereit für alles, aber hat nix zu sagen.',
2025-06-08 21:04:39 +02:00
weight = 500,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'injection',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Spritze',
},
fentanyl = {
useable = true,
image = 'fentanyl-removebg-preview.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 10,
type = 'item',
name = 'fentanyl',
unique = false,
label = 'Fentanyl',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
switchblade_mechanism = {
2025-06-07 08:51:21 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weapon_parts2.png',
shouldClose = false,
description = 'Der flinke Schalter ein Klick, und das Messer ist blitzschnell auf dem Sprung',
weight = 500,
type = 'item',
name = 'switchblade_mechanism',
unique = false,
label = 'Mechanismus für Springmesser',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
heavyarmor = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'armor.png',
shouldClose = true,
description = 'Some protection won\'t hurt... right?',
weight = 5000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'heavyarmor',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Heavy Armor',
},
roofbox_carbon = {
useable = true,
image = 'roofbox_carbon.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 1000,
type = 'item',
name = 'roofbox_carbon',
unique = true,
label = 'Carbon Dachbox',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
printerdocument = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'printerdocument.png',
shouldClose = true,
description = 'A nice document',
weight = 500,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'printerdocument',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Document',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
freshtobbacoleaf = {
useable = false,
image = 'freshtobbacoleaf.png',
shouldClose = false,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 10,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'freshtobbacoleaf',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'frisches Tabakblatt',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
raw_ribs = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'raw_ribs.png',
shouldClose = true,
description = '',
2025-06-08 18:52:38 +02:00
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'raw_ribs',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'rohe Rippchen',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
tims_instant_nudeln = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ChatGPT_Image_1._Mai_2025__03_26_12-removebg-preview.png',
shouldClose = true,
description = 'der Kulinarische Blitzbesuch in Fernost',
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'tims_instant_nudeln',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Tim\'s Instant Nudeln',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
rifle_scope = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'smallscope_attachment.png',
shouldClose = true,
description = '',
2025-06-08 18:52:38 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'rifle_scope',
unique = true,
label = 'Gewehrvisier',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_22 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Bold Blue & White Weapon Tint for MK2 Weapons',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_22',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Bold Blue & White Tint',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
weed_ogkush = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weed_baggy.png',
shouldClose = false,
description = 'A weed bag with 2g OG Kush',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weed_ogkush',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'OGKush 2g',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
sugar = {
2025-06-08 18:52:38 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'sugaar.png',
2025-06-08 21:04:39 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
description = '',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sugar',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Packung Zucker ',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_2 = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Classic Two-Tone Weapon Tint for MK2 Weapons',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_2',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Classic Two-Tone Tint',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
newsbmic = {
useable = true,
image = 'newsbmic.png',
shouldClose = true,
description = 'A Useable BoomMic',
2025-06-08 18:52:38 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'newsbmic',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Boom Microphone',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
seed = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'seed.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 5,
type = 'item',
name = 'seed',
unique = false,
label = 'Samen',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weed_amnesia_seed = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weed_seed.png',
shouldClose = true,
description = 'A weed seed of Amnesia',
weight = 0,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weed_amnesia_seed',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Amnesia Seed',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
munky_juice = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'munkeyjuice.png',
shouldClose = true,
description = 'Trinkpäckchen mit Saft und ja der Strohhalm ist aus Plastik ^^',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'munky_juice',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Munky Juice',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
nitrous = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'nitrous.png',
shouldClose = true,
description = 'Speed up, gas pedal! :D',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'nitrous',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Nitrous',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
dins_isdom_latter = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'OdinsWisdomPlatter.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Eine herzhafte Mischung, die den Wissensdurst und die Abenteuerlust des Göttervaters befriedigt.',
weight = 200,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'dins_isdom_latter',
unique = false,
label = 'Odin\'s Wisdom Platter',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
cooked_bbq_thigh = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cooked_bbq_thigh.png',
shouldClose = true,
description = '',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cooked_bbq_thigh',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'gegrillte Hähnchenkeule',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
epinephrine = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'epi_pen.png',
shouldClose = true,
description = '',
weight = 10,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'epinephrine',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Adrenalinspritze',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
advancedrepairkit = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'advancedkit.png',
shouldClose = true,
description = 'A nice toolbox with stuff to repair your vehicle',
weight = 4000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'advancedrepairkit',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Advanced Repairkit',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
empty_nitrous_bottle = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'empty_nitrous_bottle.png',
shouldClose = true,
description = '',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'empty_nitrous_bottle',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'leere Nitro Flasche',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
slick_tyres = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'slick_tyres.png',
shouldClose = true,
description = '',
2025-06-08 18:52:38 +02:00
weight = 0,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'slick_tyres',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Reifen slick',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
propofol_250 = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Propofol-00409469924-removebg-preview.png',
shouldClose = true,
description = '',
weight = 250,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'propofol_250',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Propofol 250',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
gg_deer_hide_01 = {
2025-06-07 08:51:21 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'gg_deer_hide_01.png',
shouldClose = true,
description = '',
2025-06-07 08:51:21 +02:00
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_deer_hide_01',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Raues Hirschleder',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_autoshotgun = {
useable = false,
image = 'weapon_autoshotgun.png',
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
name = 'weapon_autoshotgun',
type = 'weapon',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = 'A shotgun capable of rapid continous fire',
label = 'Auto Shotgun',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
kq_outfitbag = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'kq_outfitbag.png',
shouldClose = false,
description = 'Der Kleiderschrank für unterwegs',
weight = 5,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'kq_outfitbag',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Outfit Rucksack',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
remote = {
unique = true,
image = 'remote.png',
2025-06-07 08:51:21 +02:00
shouldClose = false,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'remote',
2025-06-08 18:52:38 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
label = 'TV Fernbedienung',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
soda_machine = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'soda_machine.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'soda_machine',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Abfüllstation',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
goldchain = {
useable = false,
image = 'goldchain.png',
shouldClose = true,
description = 'A golden chain seems like the jackpot to me!',
weight = 1500,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'goldchain',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Golden Chain',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
tosti = {
useable = true,
image = 'tosti.png',
shouldClose = true,
description = 'Schmeckt fast wie selbst gemacht wenn man sich selbst keine Mühe gibt.',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'tosti',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Grilled Cheese Sandwich',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
blood_100 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'bloodbag.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'blood_100',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Blut (100ml)',
},
armor = {
useable = true,
image = 'armor.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Some protection won\'t hurt... right?',
weight = 5000,
type = 'item',
name = 'armor',
unique = false,
label = 'Armor',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weed = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weed.png',
shouldClose = false,
description = 'Wächst, riecht, entspannt',
2025-06-08 21:04:39 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weed',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Cannabispflanze',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
respray_kit = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'respray_kit.png',
shouldClose = true,
description = 'Perfekt für die schnelle Ausbesserung des Kleides',
weight = 0,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'respray_kit',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Lack Spraydose',
2025-06-07 08:51:21 +02:00
},
2025-06-08 21:04:39 +02:00
sniper_flashlight = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'flashlight_attachment.png',
shouldClose = true,
description = '',
2025-06-08 18:52:38 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sniper_flashlight',
2025-06-08 21:04:39 +02:00
unique = true,
label = 'Sniper Licht',
},
2025-06-10 20:04:39 +02:00
smg_drum = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'drum_attachment.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'smg_drum',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'SMG Trommelmagazin',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
aspirin = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'aspirin.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 20,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'aspirin',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Aspirin',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
electronickit = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'electronickit.png',
shouldClose = true,
description = 'If you\'ve always wanted to build a robot you can maybe start here. Maybe you\'ll be the new Elon Musk?',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'electronickit',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Electronic Kit',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_snspistol_mk2 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapon_snspistol_mk2.png',
ammotype = 'AMMO_PISTOL',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_snspistol_mk2',
type = 'weapon',
unique = true,
description = 'Sie sieht gefährlich aus, macht Krach und verursacht blaue Flecken.',
label = 'Softair Pistole',
},
weapon_sled = {
useable = false,
image = 'Waffenschlitten.png',
shouldClose = false,
description = 'Der flinke Kurier, der das Feuer in Bewegung bringt',
weight = 250,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapon_sled',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Pistolenschlitten',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
rifle_ammo = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'gewehrmuni.png',
shouldClose = true,
description = 'schnelles Peng',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'rifle_ammo',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Gewehr Munition',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_mg = {
useable = false,
image = 'weapon_mg.png',
ammotype = 'AMMO_MG',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_mg',
type = 'weapon',
unique = true,
description = 'An automatic gun that fires bullets in rapid succession for as long as the trigger is pressed',
label = 'Machinegun',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_6 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_orange.png',
shouldClose = true,
description = 'Orange Weapon Tint',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_6',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Orange Tint',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
ffries = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_686-removebg-preview.png',
shouldClose = true,
description = '"Jetzt mit 0 % Kartoffel, 100 % Patriotismus!"',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ffries',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Freedom Fries',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
opium_poppy = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'opium_dry.png',
shouldClose = false,
description = 'Die Blume, die Träume verkauft',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'opium_poppy',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Schlafmohn',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
eimdalls_lear_ight = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'HeimdallsClearSight.png',
shouldClose = true,
description = 'Ein erfrischendes, klares Getränk, das wie Heimdalls wachsames Auge rein und belebend wirkt.',
2025-06-08 21:04:39 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'heimdalls_clear_sight',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Heimdall\'s Clear Sight',
},
weapon_candycane = {
name = 'weapon_candycane',
description = 'Candy Cane',
weight = 1000,
image = 'weapon_candycane',
type = 'weapon',
unique = true,
useable = true,
label = 'Candy Cane',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
smg_defaultclip = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'clip_attachment.png',
shouldClose = true,
description = '',
2025-06-08 18:52:38 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'smg_defaultclip',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'SMG Magazine',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_stickybomb = {
name = 'weapon_stickybomb',
description = 'An explosive charge covered with an adhesive that when thrown against an object sticks until it explodes',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
image = 'weapon_stickybomb.png',
type = 'weapon',
2025-06-08 18:52:38 +02:00
unique = true,
useable = false,
2025-06-10 20:04:39 +02:00
label = 'C4',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
gg_rabbit_pelt_03 = {
useable = false,
image = 'gg_rabbit_pelt_03.png',
shouldClose = true,
description = '',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_rabbit_pelt_03',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Makelloses Kaninchenfell',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_7 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Classic Earth Weapon Tint for MK2 Weapons',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_7',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Classic Earth Tint',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_carbinerifle_mk2 = {
useable = true,
image = 'screenshot_455-removebg-preview.png',
ammotype = 'AMMO_RIFLE',
weight = 1000,
name = 'weapon_carbinerifle_mk2',
type = 'weapon',
unique = true,
description = 'Carbine Rifle MK2',
label = 'Softair Gewehr',
},
weapon_nightstick = {
name = 'weapon_nightstick',
description = 'A police officer\'s club or billy',
weight = 1000,
image = 'weapon_nightstick.png',
type = 'weapon',
unique = true,
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
label = 'Nightstick',
},
pd_keycard = {
useable = false,
image = 'DI2_police_keycard-removebg-preview.png',
2025-06-08 21:04:39 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
description = 'Wenn du kein Cop bist Finger weg!',
weight = 10,
type = 'item',
name = 'pd_keycard',
unique = true,
label = 'PD Key Card',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_sawnoffshotgun = {
2025-06-07 08:51:21 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weapon_sawnoffshotgun.png',
ammotype = 'AMMO_SHOTGUN',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_sawnoffshotgun',
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
description = 'A sawn-off smoothbore gun for firing small shot at short range',
label = 'Sawn-off Shotgun',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
suppressor_attachment = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'suppressor_attachment.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'A suppressor for a weapon',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'suppressor_attachment',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Suppressor',
},
eis_konfekt = {
useable = true,
image = 'ChatGPT_Image_27._Apr._2025__12_24_22-removebg-preview.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Eis Konfekt der erfrischende Klassiker aus den 70er Jahren!',
weight = 100,
type = 'item',
name = 'eis_konfekt',
unique = true,
label = 'Eis Konfekt',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
lockpick = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'lockpick.png',
shouldClose = true,
description = 'Very useful if you lose your keys a lot.. or if you want to use it for something else...',
weight = 300,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'lockpick',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Dietrich',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
junk_energy = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'junkcan.png',
shouldClose = true,
description = 'Dose mit Engery',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'junk_energy',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Junk Energy',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
orange_o_tang_zero_flasche = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'otangzerobottle.png',
shouldClose = true,
description = 'Flasche Orangen Limo',
weight = 80,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'orange_o_tang_zero_flasche',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Orange O Tang Zero Flasche',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
cuttingdisc = {
useable = false,
image = 'anglegrinder.png',
shouldClose = false,
description = '',
2025-06-08 18:52:38 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cuttingdisc',
unique = true,
label = 'Trennscheibe',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_flashlight = {
name = 'weapon_flashlight',
description = 'Heller als Du ^^',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
image = 'weapon_flashlight.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Flashlight',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
esketamin = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'esketamin.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 20,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'esketamin',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Esketamin',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
markedbills = {
useable = false,
image = 'markedbills.png',
shouldClose = true,
description = 'Money?',
2025-06-08 21:04:39 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'markedbills',
unique = true,
label = 'Marked Money',
},
weapon_dbshotgun = {
useable = false,
image = 'weapon_dbshotgun.png',
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
name = 'weapon_dbshotgun',
type = 'weapon',
unique = true,
description = 'A shotgun with two parallel barrels, allowing two single shots to be fired in quick succession',
label = 'Double-barrel Shotgun',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_14 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Bold Purple & Yellow Weapon Tint for MK2 Weapons',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_14',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Bold Purple & Yellow Tint',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
lsd_route = {
useable = false,
image = 'lsd_route.png',
shouldClose = false,
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
weight = 10,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'lsd_route',
unique = true,
label = 'LSD Route',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
plastic = {
useable = false,
image = 'plastic.png',
shouldClose = false,
description = 'RECYCLE! - Greta Thunberg 2019',
2025-06-08 21:04:39 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'plastic',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Plastic',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
gg_hunting_knife_02 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'gg_hunting_knife_02.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_hunting_knife_02',
unique = true,
label = 'verbessertes Jagdmesser',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
heavy_duty_muzzle_brake = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'heavy_duty_muzzle_brake.png',
shouldClose = true,
description = 'A muzzle brake for a weapon',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'heavy_duty_muzzle_brake',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'HD Muzzle Brake',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_carbinerifle = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'ar15.png',
ammotype = 'AMMO_RIFLE',
weight = 1000,
name = 'weapon_carbinerifle',
type = 'weapon',
unique = true,
description = 'Der beste Freund eines Cops, wenn Funk und Pfefferspray nicht mehr reichen.',
label = 'AR 15',
},
gleitgel = {
useable = false,
image = 'gleitgel.png',
shouldClose = false,
description = 'Falls es mal zu Trocken ist ^^',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gleitgel',
unique = true,
label = 'Gleitgel',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
marshmallows = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'marshmallows.png',
shouldClose = true,
description = 'Marshmallows sind wie kleine Wolken, die versehentlich in Zucker gefallen und dann beschlossen haben, für immer süß zu bleiben.',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'marshmallows',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Packung Marshmallows',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
novalmin = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Novalmin.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 20,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'novalmin',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Novalmin',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
veh_exterior = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'veh_exterior.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Upgrade vehicle exterior',
weight = 1000,
type = 'item',
name = 'veh_exterior',
unique = false,
label = 'Exterior',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
gg_hunting_cookedmeat = {
useable = true,
image = 'gg_hunting_cookedmeat.png',
shouldClose = true,
description = '',
weight = 50,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_hunting_cookedmeat',
unique = false,
label = 'gebratenes Wildfleisch',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
cooked_lamb_chop = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cooked_lamb_chops.png',
shouldClose = true,
description = '',
2025-06-07 08:51:21 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cooked_lamb_chop',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'gegrillte Lamkeule',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
woodcoal = {
2025-06-07 08:51:21 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'woodcoal.png',
shouldClose = false,
description = '',
2025-06-08 21:04:39 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'woodcoal',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Sack Holzkohle',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_shoe = {
2025-06-07 08:51:21 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'shoe.png',
shouldClose = false,
description = 'wenn man respektlos ist...',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
name = 'weapon_shoe',
unique = true,
label = 'Hausschuh',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
okis_rickster_unch = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'LokisTricksterPunch.png',
2025-06-08 18:52:38 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Unberechenbar und aufregend, dieser Mocktail hält eine erfrischende Überraschung parat.',
2025-06-08 18:52:38 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'lokis_trickster_punch',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Loki\'s Trickster Punch',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_flaregun = {
useable = false,
image = 'weapon_flaregun.png',
ammotype = 'AMMO_FLARE',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_flaregun',
type = 'weapon',
unique = true,
description = 'A handgun for firing signal rockets',
label = 'Flare Gun',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_revolver = {
useable = false,
image = 'revolver.png',
ammotype = 'AMMO_PISTOL',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_revolver',
type = 'weapon',
unique = true,
description = 'A pistol with revolving chambers enabling several shots to be fired without reloading',
label = 'Tac. Revolver',
},
dwurstmskraut = {
useable = false,
image = 'Deckelwurst_mit_Sauerkraft-removebg-preview.png',
shouldClose = false,
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'dwurstmskraut',
unique = true,
label = 'Dackelwurst mit Sauerkraut',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
hopfen = {
useable = false,
image = 'hopfen.png',
shouldClose = false,
2025-06-08 21:04:39 +02:00
description = '',
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'hopfen',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Hopfen',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_bullpuprifle = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'screenshot_411-removebg-preview.png',
ammotype = 'AMMO_RIFLE',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_bullpuprifle',
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
description = 'Dieses Gewehr ist der neueste chinesische Import, der Amerika im Sturm erobert.',
label = 'QBX-92-3',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_crossbow = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapon_crossbow.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 1000,
type = 'weapon',
name = 'weapon_crossbow',
unique = true,
label = 'Jagd Armbrust',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
item_bench = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'workbench.png',
shouldClose = false,
description = 'A workbench to craft items.',
weight = 15000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'item_bench',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Workbench',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
doener = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'doner.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Döner macht schöner...',
weight = 200,
type = 'item',
name = 'doener',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Döner',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
raw_short_ribs = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'raw_short_ribs.png',
shouldClose = true,
description = '',
weight = 200,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'raw_short_ribs',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'rohe Short Ribs',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
ibuprophen = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Ibuprophen.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 20,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ibuprophen',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Ibuprophen',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
boxapples = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'applebox.png',
shouldClose = false,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'boxapples',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Kiste Äpfel',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_huntingrifle = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapon_huntingrifle.png',
2025-06-08 18:52:38 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 1000,
type = 'weapon',
name = 'weapon_huntingrifle',
unique = true,
label = 'Jagdgewehr',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
vitaminloesung = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_696-removebg-preview.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'vitaminloesung',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Vitaminlösung 100',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
odins_mead = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'OdinsMead.png',
shouldClose = true,
description = 'Ein weises Getränk, so alt wie die Geschichten von Asgard selbst.',
2025-06-08 21:04:39 +02:00
weight = 200,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'odins_mead',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = ' Odin\'s Mead',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
attachment_bench = {
useable = true,
image = 'attworkbench.png',
shouldClose = false,
description = 'A workbench for crafting attachments.',
weight = 15000,
type = 'item',
name = 'attachment_bench',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Attachment Workbench',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
defibrillator = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'aed.png',
shouldClose = true,
description = '',
weight = 3000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'defibrillator',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Defibrillator',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
veh_armor = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'veh_armor.png',
shouldClose = true,
description = 'Upgrade vehicle armor',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'veh_armor',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Armor',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_railgun = {
name = 'weapon_railgun',
description = 'A weapon that uses electromagnetic force to launch high velocity projectiles',
weight = 1000,
image = 'weapon_railgun.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Railgun',
},
cigbox = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cigbox.png',
shouldClose = false,
description = '',
weight = 400,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cigbox',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Zigarrenkiste',
},
weapontint_0 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Default/Black Weapon Tint',
2025-06-08 18:52:38 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_0',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Default Tint',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
firework3 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'firework3.png',
2025-06-08 18:52:38 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Fireworks',
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'firework3',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'WipeOut',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_10 = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Blue Contrast Weapon Tint for MK2 Weapons',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_10',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Blue Contrast Tint',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_stone_hatchet = {
name = 'weapon_stone_hatchet',
description = 'Stone Hatchet',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
image = 'weapon_stone_hatchet.png',
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
label = 'Stone Hatchet',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
thors_sandwich = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ThorsSandwich.png',
shouldClose = true,
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.',
weight = 150,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'thors_sandwich',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Thors Sandwich',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_assaultrifle_mk2 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapon_assaultrifle_mk2.png',
ammotype = 'AMMO_RIFLE',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_assaultrifle_mk2',
type = 'weapon',
unique = true,
description = 'Assault Rifle MK2',
label = 'Assault Rifle Mk II',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
cup_beer = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cup_beer.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cup_beer',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Becher Bier',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
repairkit = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'repairkit.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'A nice toolbox with stuff to repair your vehicle',
weight = 2500,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'repairkit',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Repairkit',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_combatpdw = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'zigmpx.png',
shouldClose = true,
description = 'Ab Werk leise',
2025-06-08 21:04:39 +02:00
weight = 1000,
type = 'weapon',
2025-06-10 20:04:39 +02:00
name = 'weapon_combatpdw',
unique = true,
label = 'Zig MPX',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
gg_captured_hen = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'gg_captured_hen.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 5000,
type = 'item',
name = 'gg_captured_hen',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Gefangenes Huhn',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
drift_tuning_kit = {
useable = true,
image = 'drift_tuning_kit.png',
shouldClose = true,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 0,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'drift_tuning_kit',
unique = false,
label = 'Driftkit',
},
jerry_can = {
useable = true,
image = 'jerry_can.png',
2025-06-08 18:52:38 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'A can full of Fuel',
weight = 20000,
type = 'item',
name = 'jerry_can',
unique = false,
label = 'Jerrycan 20L',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
pistol_holoscope = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'holoscope_attachment.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'pistol_holoscope',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Pistolenvisier',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
orange_o_tang_zero_dose = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ontangcanzero.png',
shouldClose = true,
description = 'Dose Orangen Limo',
weight = 50,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'orange_o_tang_zero_dose',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Orange O Tang Zero Dose',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
coffee = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'coffee.png',
shouldClose = true,
description = 'Pump 4 Caffeine',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'coffee',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Kaffee Togo',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
applejuice = {
useable = false,
image = 'applejuice.png',
shouldClose = false,
description = '',
weight = 400,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'applejuice',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Flasche Apfelsaft',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_raycarbine = {
useable = true,
image = 'weapon_raycarbine.png',
ammotype = 'AMMO_SMG',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_raycarbine',
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
description = 'Weapon Raycarbine',
label = 'Unholy Hellbringer',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
veh_neons = {
useable = true,
image = 'veh_neons.png',
shouldClose = true,
description = 'Upgrade vehicle neons',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'veh_neons',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Neons',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
opium = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'opium_dry2.png',
shouldClose = false,
description = 'Chillfilter fürs Leben aber Vorsicht, klebrig',
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'opium',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Opium',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
packing_bandage = {
useable = true,
image = 'screenshot_478-removebg-preview.png',
shouldClose = true,
description = '',
weight = 100,
type = 'item',
name = 'packing_bandage',
unique = false,
label = 'Verbandpäckchen',
},
weapon_pipebomb = {
name = 'weapon_pipebomb',
description = 'A homemade bomb, the components of which are contained in a pipe',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
image = 'weapon_pipebomb.png',
type = 'weapon',
2025-06-08 21:04:39 +02:00
unique = true,
useable = false,
2025-06-10 20:04:39 +02:00
label = 'Pipe Bomb',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
ifaks = {
useable = true,
image = 'ifaks.png',
shouldClose = true,
description = 'ifaks for healing and a complete stress remover.',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ifaks',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'ifaks',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
sprunk_zero_dose = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'sprunkcanzero.png',
shouldClose = true,
description = 'Dose Zitronen Limo',
weight = 50,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sprunk_zero_dose',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Sprunk Zero Dose',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
macrons = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'macrons.png',
2025-06-08 18:52:38 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'bunte Leckerbissen, die den Gaumen mit süßer Freude verzaubern',
weight = 50,
type = 'item',
name = 'macrons',
unique = false,
label = 'Macrons',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
dagger_blade = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'P1026942-3-scaled-removebg-preview.png',
shouldClose = false,
description = 'So klein, du siehst sie fast nicht aber sie hinterlässt Eindruck',
weight = 500,
type = 'item',
name = 'dagger_blade',
unique = false,
label = 'Dolchklinge',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
sniper_defaultclip = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'sniper_defaultclip.png',
shouldClose = true,
description = '',
2025-06-08 18:52:38 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sniper_defaultclip',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Sniper Magzin',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
reyas_arden_alad = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'FreyasGardenSalad.png',
shouldClose = true,
description = 'Leicht und verführerisch, mit einer perfekten Balance von süß und herzhaft, genau wie die Göttin der Liebe.',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'reyas_arden_alad',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Freya\'s Garden Salad',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
sandwich = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ChatGPT_Image_27._Apr._2025__12_38_04-removebg-preview.png',
shouldClose = true,
description = 'bist du dir sicher das du das essen willst?',
2025-06-08 18:52:38 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sandwich',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = '3 Tage altes Sandwich',
},
sniper_largescope = {
useable = true,
image = 'advscope_attachment.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 100,
type = 'item',
name = 'sniper_largescope',
unique = true,
label = 'Sniper Visier groß',
2025-06-07 08:51:21 +02:00
},
2025-06-08 21:04:39 +02:00
green_phone = {
useable = false,
2025-06-10 20:04:39 +02:00
image = 'phone_green.png',
shouldClose = false,
description = '„Du bist nicht oberflächlich. Du hast einfach ein teures Telefon.“',
2025-06-08 21:04:39 +02:00
weight = 600,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'green_phone',
2025-06-08 21:04:39 +02:00
unique = true,
label = 'iFruit 12XR Grün',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weed_skunk = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weed_baggy.png',
shouldClose = false,
description = 'A weed bag with 2g Skunk',
weight = 200,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weed_skunk',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Skunk 2g',
},
ecola_dose = {
useable = true,
image = 'ecolacan.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Dose Cola',
weight = 50,
type = 'item',
name = 'ecola_dose',
unique = false,
label = 'E-Cola Dose',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
firework4 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'firework4.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Fireworks',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'firework4',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Weeping Willow',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
rifle_holoscope = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'holoscope_attachment.png',
shouldClose = true,
description = 'MK2 Gewehr Holovisier',
2025-06-08 21:04:39 +02:00
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'rifle_holoscope',
unique = true,
label = '100',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
veh_toolbox = {
useable = true,
image = 'veh_toolbox.png',
shouldClose = true,
description = 'Check vehicle status',
2025-06-08 21:04:39 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'veh_toolbox',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Toolbox',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
burrito = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_690-removebg-preview.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
2025-06-08 18:52:38 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'burrito',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Burrito',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
bcesandwich = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ChatGPT_Image_26._Apr._2025__18_03_49-removebg-preview.png',
shouldClose = true,
description = 'Knuspriger Bacon, geschmolzener Käse und ein saftiges Spiegelei, geschichtet zwischen zwei goldbraun gerösteten Toastscheiben',
weight = 200,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'bcesandwich',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Bacon Cheese Egg Sandwich',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
engine_oil = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'engine_oil.png',
shouldClose = true,
description = 'Das bier der Kraftfahrzeuge!',
weight = 0,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'engine_oil',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Premium Motoröl',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
boxwater = {
2025-06-07 08:51:21 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'boxwater.png',
shouldClose = false,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 2000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'boxwater',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Kiste Wasser',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
lokis_trickery = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'LokisTrickery.png',
shouldClose = true,
description = 'Unvorhersehbar und gefährlich, genau wie der Gott der Streiche selbst.',
2025-06-08 21:04:39 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'lokis_trickery',
unique = false,
label = 'Loki\'s Trickery',
},
smg_flashlight = {
useable = true,
image = 'flashlight_attachment.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 100,
type = 'item',
name = 'smg_flashlight',
unique = true,
label = 'SMG Licht',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_6 = {
useable = true,
image = 'weapontint_black.png',
shouldClose = true,
description = 'Classic Blue Weapon Tint for MK2 Weapons',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
type = 'item',
name = 'weapontint_mk2_6',
unique = false,
label = 'Classic Blue Tint',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
fenystil = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'fenystil.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'fenystil',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Fenistil',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
reinforced_handle = {
2025-06-08 18:52:38 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'Verstaerktergriff.png',
shouldClose = false,
description = 'Der Bodybuilder unter den Griffen',
2025-06-07 08:51:21 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
type = 'item',
name = 'reinforced_handle',
unique = false,
label = 'Verstärkter Griff',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
gumianimals = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'gummanimals.png',
shouldClose = true,
description = 'Zurück in die Kindheit Deine Retro-Tüte voller bunter Gummi-Tierchen!',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gumianimals',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Gummitierchen',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
saldprezels = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ChatGPT_Image_27._Apr._2025__00_12_06-removebg-preview.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Knusprige Mini-Salzbrezeln',
weight = 150,
type = 'item',
name = 'saldprezels',
unique = true,
label = 'Salzbrezeln',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
boxapplejuice = {
useable = false,
image = 'boxapplejuice.png',
shouldClose = false,
2025-06-08 21:04:39 +02:00
description = '',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'boxapplejuice',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Kiste Apfelsaft',
},
aldurs_ight_lixir = {
useable = true,
image = 'BaldursLightElixir.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.',
weight = 200,
type = 'item',
name = 'baldurs_light_elixir',
unique = false,
label = 'Baldur\'s Light Elixir',
},
ribeye_steak = {
useable = true,
image = 'ribeye_steak.png',
shouldClose = true,
description = '',
weight = 200,
type = 'item',
name = 'ribeye_steak',
unique = false,
label = 'Ribeye Steak',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
sawdust = {
useable = false,
image = 'sawdust.png',
shouldClose = false,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 20,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sawdust',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Sägemehl',
},
slushi = {
useable = true,
image = 'ChatGPT_Image_27._Apr._2025__12_53_39-removebg-preview (1).png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Erfrischung pur in jedem Schluck Gönn dir deinen Slushi!',
weight = 150,
type = 'item',
name = 'slushi',
unique = false,
label = 'Slushi',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
rifle_smallscope = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'smallscope_attachment.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'rifle_smallscope',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'MK2 Gewehr Visier klein',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
thors_hammer = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ThorsHammerBeer.png',
shouldClose = true,
description = 'So kraftvoll wie der Schlag von Mjölnir, Thors legendärem Hammer.',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'thors_hammer',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Thor\'s Hammer',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
tilidin = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'syringe.png',
shouldClose = true,
description = '',
weight = 20,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'tilidin',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Tilidin',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
kolonya = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Kolonya.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Duftwasser - Geschenk für Gäste',
weight = 150,
type = 'item',
name = 'kolonya',
unique = false,
label = 'Kolonya',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
campers_fuel = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = '_R4GAVMI-removebg-preview.png',
shouldClose = true,
description = 'ein Campers am morgen vertreibt Kummer und Sorgen',
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'campers_fuel',
unique = false,
label = 'Campers Fuel',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
snikkel_candy = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'snikkelcandy.png',
shouldClose = true,
description = 'Some delicious candy :O',
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'snikkel_candy',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'EarthQuakes',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
clutch_replacement = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'clutch_replacement.png',
shouldClose = true,
description = '',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'clutch_replacement',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Premium Kupplungssatz',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
scookie = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'softccookie.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Ein Softcookie ist ein weicher, saftiger Keks mit einer zarten Textur, der oft noch leicht warm und innen herrlich chewy ist.',
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'scookie',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Soft Cookie',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
rohmilk = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'rohmilk.png',
shouldClose = false,
description = '',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'rohmilk',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Eimer mit Rohmilch',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
pussycat = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Pussycat-GTAV-Cover1.png',
shouldClose = true,
description = 'Für die einsamen Nächte.',
weight = 40,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'pussycat',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Pussycat',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
dackelk = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'Dackelklatscher.png',
shouldClose = false,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'dackelk',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Dackelklatscher',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_1 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Classic Gray Weapon Tint for MK2 Weapons',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_1',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Classic Gray Tint',
},
cryptostick = {
useable = true,
image = 'cryptostick.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Why would someone ever buy money that doesn\'t exist.. How many would it contain..?',
weight = 200,
type = 'item',
name = 'cryptostick',
unique = true,
label = 'Crypto Stick',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
barrel_attachment = {
useable = true,
image = 'barrel_attachment.png',
shouldClose = true,
description = 'A barrel for a weapon',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'barrel_attachment',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Barrel',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
woodcamo_attachment = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'woodcamo_attachment.png',
shouldClose = true,
description = 'A woodland camo for a weapon',
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'woodcamo_attachment',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Woodland Camo',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
dirt = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'dirt.png',
shouldClose = false,
description = '',
weight = 200,
type = 'item',
name = 'dirt',
unique = false,
label = 'Erde',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_pistol50 = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'tropical_eagle.png',
ammotype = 'AMMO_PISTOL',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_pistol50',
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
description = 'Für alle, die denken, normale Pistolen fühlen sich einfach zu sehr nach Spielzeug an.',
label = 'Tropical Eagle',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
fitbit = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'fitbit.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'I like fitbit',
weight = 500,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'fitbit',
unique = true,
label = 'Fitbit',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
cappuccino = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cappuccino.png',
shouldClose = true,
description = '„Cappucioni halb Schaum, halb Koffein, 100% Attitüde. Gebrüht wie ein Drive-By: schnell, heiß und mit ordentlich Einschlag.“',
2025-06-08 21:04:39 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cappuccino',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Tasse Cappuccino',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
ecola_flasche = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ecolabottle.png',
shouldClose = true,
description = 'Flasche Cola',
weight = 80,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ecola_flasche',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'E-Cola Flasche',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
empty_weed_bag = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weed_baggy_empty.png',
shouldClose = true,
description = 'A small empty bag',
weight = 0,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'empty_weed_bag',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Empty Weed Bag',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
nacl_500 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'nacl.png',
shouldClose = true,
description = '',
weight = 500,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'nacl_500',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'NACL (500ml)',
},
pistol_defaultclip = {
useable = true,
image = 'clip_attachment.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 100,
type = 'item',
name = 'pistol_defaultclip',
unique = true,
label = 'Pistolen Magazin',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_assaultrifle = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'screenshot_403-removebg-preview.png',
ammotype = 'AMMO_RIFLE',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_assaultrifle',
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
description = 'Russlands Antwort auf jedes Problem: zuverlässig, unkaputtbar und schießt sogar noch, wenn Wodka drüber gekippt wird.',
label = 'AK 75',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_switchblade = {
name = 'weapon_switchblade',
description = 'A knife with a blade that springs out from the handle when a button is pressed',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
image = 'weapon_switchblade.png',
type = 'weapon',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
useable = false,
label = 'Switchblade',
},
weapon_flare = {
useable = false,
image = 'weapon_flare.png',
ammotype = 'AMMO_FLARE',
weight = 1000,
name = 'weapon_flare',
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
description = 'A small pyrotechnic devices used for illumination and signalling',
label = 'Flare pistol',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
luxuryfinish_attachment = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'luxuryfinish_attachment.png',
shouldClose = true,
description = 'A luxury finish for a weapon',
weight = 1000,
type = 'item',
name = 'luxuryfinish_attachment',
unique = false,
label = 'Luxury Finish',
},
filter_papers = {
useable = false,
image = 'Fiterstrips2.png',
shouldClose = false,
description = 'Der Joint ist dein Freund und am besten mit Filter',
2025-06-08 21:04:39 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'filter_papers',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Filtertip',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_fireextinguisher = {
name = 'weapon_fireextinguisher',
description = 'A portable device that discharges a jet of water, foam, gas, or other material to extinguish a fire',
weight = 1000,
image = 'weapon_fireextinguisher.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Fire Extinguisher',
},
amoxicillin = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'amoxicillin.png',
shouldClose = true,
description = '',
weight = 20,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'amoxicillin',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Amoxicillin',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
fish_and_chips = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'fishandchips.png',
shouldClose = true,
description = 'very british ^^',
weight = 200,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'fish_and_chips',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Fish and Chips',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
painkillers = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'painkillers.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'For pain you can\'t stand anymore, take this pill that\'d make you feel great again',
weight = 0,
type = 'item',
name = 'painkillers',
unique = false,
label = 'Painkillers',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
blotter_paper = {
useable = false,
image = 'paperroll.png',
shouldClose = false,
description = 'Das Papier, das dich nicht nur trocknen lässt, sondern auch deine Gedanken',
weight = 500,
type = 'item',
name = 'blotter_paper',
unique = false,
label = 'Blotterpapier',
},
gg_pug_bait_03 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'gg_pug_bait_03.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_pug_bait_03',
unique = false,
label = 'Illegaler Raubtierköder 3',
},
laptop = {
useable = false,
image = 'laptop.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Expensive laptop',
weight = 4000,
type = 'item',
name = 'laptop',
unique = false,
label = 'Laptop',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
vapejuice = {
useable = false,
image = 'vapejuice.png',
shouldClose = false,
2025-06-08 18:52:38 +02:00
description = '',
weight = 100,
type = 'item',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
name = 'vapejuice',
label = 'E-Liquid',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
metacam = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Metacam.png',
shouldClose = true,
description = '',
weight = 20,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'metacam',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Metacam',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
fat_end_muzzle_brake = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'fat_end_muzzle_brake.png',
shouldClose = true,
description = 'A muzzle brake for a weapon',
2025-06-08 21:04:39 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'fat_end_muzzle_brake',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Fat End Muzzle Brake',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
marble_pop_limo = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'marblepop.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Kult-Getränk aus Japan: Erfrischende Limonade mit fruchtigem Geschmack und der typischen Glasmurmel',
weight = 200,
type = 'item',
name = 'marble_pop_limo',
unique = true,
label = 'Marble Pop Limo',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
filled_evidence_bag = {
useable = false,
image = 'evidence.png',
shouldClose = false,
description = 'A filled evidence bag to see who committed the crime >:(',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'filled_evidence_bag',
unique = true,
label = 'Evidence Bag',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
shotgun_scope = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'smallscope_attachment.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 100,
type = 'item',
name = 'shotgun_scope',
unique = true,
label = 'MK2 Shotgun Visier',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
surgical_kit = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'surgicalkit.png',
shouldClose = true,
description = '',
weight = 500,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'surgical_kit',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Näh-Set',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_advancedrifle = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weapon_advancedrifle.png',
ammotype = 'AMMO_RIFLE',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_advancedrifle',
2025-06-08 21:04:39 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
description = 'An assault version of a rapid-fire, magazine-fed automatic rifle designed for infantry use',
label = 'Advanced Rifle',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
packung = {
useable = false,
image = 'packung.png',
shouldClose = false,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 400,
type = 'item',
name = 'packung',
unique = false,
label = 'leere Verpackung',
},
axe_head = {
useable = false,
image = 'Axtkopf.png',
shouldClose = false,
description = 'Der schneidige Bruder der Säge',
weight = 1000,
type = 'item',
name = 'axe_head',
unique = false,
label = 'Axt Kopf',
},
cooked_turkey_drum = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cooked_turkey_drum.png',
shouldClose = true,
description = '',
2025-06-08 18:52:38 +02:00
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cooked_turkey_drum',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'gegrillte Putenkeule',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
aluminumoxide = {
useable = false,
image = 'aluminumoxide.png',
shouldClose = false,
description = 'Some powder to mix with',
2025-06-08 21:04:39 +02:00
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'aluminumoxide',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Aluminium Powder',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
cerveza_barracho = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ChatGPT Image 26. Apr. 2025, 15_29_53-min.png',
shouldClose = true,
description = 'Erfrischendes mexikanisches Bier mit vollmundigem Geschmack',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cerveza_barracho',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Cerveza Barracho',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
woodbug = {
useable = false,
image = 'woodbug.png',
shouldClose = false,
description = 'Deutsche Borkenkäfer dürfen dies....',
weight = 4,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'woodbug',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Borkenkäfer',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
holoscope_attachment = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'holoscope_attachment.png',
shouldClose = true,
description = 'A holo scope for a weapon',
2025-06-08 18:52:38 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'holoscope_attachment',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Holo Scope',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
skullcamo_attachment = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'skullcamo_attachment.png',
shouldClose = true,
description = 'A skull camo for a weapon',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'skullcamo_attachment',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Skull Camo',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
raw_beef_brisket = {
useable = true,
image = 'raw_beef_brisket.png',
shouldClose = true,
description = '',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'raw_beef_brisket',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'rohes Beef Brisket',
},
spark_plug = {
useable = true,
image = 'spark_plug.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 0,
type = 'item',
name = 'spark_plug',
unique = false,
label = 'Premium Zündkerzen',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
smg_ammo = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'smgmuni.png',
shouldClose = true,
description = 'Kleines schnelles Peng',
weight = 500,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'smg_ammo',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'SMG Munition',
},
beerkeg = {
useable = true,
image = 'beerkeg.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 600,
type = 'item',
name = 'beerkeg',
unique = true,
label = 'Bierfass',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_3 = {
useable = true,
image = 'weapontint_black.png',
shouldClose = true,
description = 'Classic White Weapon Tint for MK2 Weapons',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_3',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Classic White Tint',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
raw_kebab = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'raw_kebab.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'raw_kebab',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'roher Schaschlickspieß',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
grip_attachment = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'grip_attachment.png',
shouldClose = true,
description = 'A grip for a weapon',
2025-06-08 21:04:39 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'grip_attachment',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Grip',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weed_purplehaze = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weed_baggy.png',
shouldClose = false,
description = 'A weed bag with 2g Purple Haze',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weed_purplehaze',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Purple Haze 2g',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
heroin_injection = {
useable = true,
image = 'dirtyneedle.png',
shouldClose = true,
description = 'Der schnellste Weg ins Nirwana, aber der Ausgang ist unsichtbar',
weight = 750,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'heroin_injection',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Heroinspritze',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
acetic = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'acetone2.png',
shouldClose = false,
description = 'Küchenessenz für Chemieprofis',
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'acetic',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Essiganhydrid',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_railgunxm3 = {
name = 'weapon_railgunxm3',
description = 'A weapon that uses electromagnetic force to launch high velocity projectiles',
weight = 1000,
image = 'weapon_railgunxm3.png',
type = 'weapon',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
useable = false,
label = 'Railgun XM3',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_minismg = {
useable = false,
image = 'weapon_minismg.png',
ammotype = 'AMMO_SMG',
weight = 1000,
name = 'weapon_minismg',
type = 'weapon',
unique = true,
description = 'A mini handheld light weight machine gun',
label = 'Mini SMG',
2025-06-08 21:04:39 +02:00
},
cup_lemonade = {
useable = true,
2025-06-10 20:04:39 +02:00
image = '',
shouldClose = true,
description = '',
2025-06-08 18:52:38 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cup_lemonade',
2025-06-08 21:04:39 +02:00
unique = false,
label = 'Becher Sprunk',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
kaugummi = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'kaugummi.png',
shouldClose = true,
description = 'Damit dein Maul net mehr so Stinkt...',
weight = 40,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'kaugummi',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Kaugummi ',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
packtomatos = {
useable = false,
image = 'packtomatos.png',
shouldClose = false,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 600,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'packtomatos',
unique = true,
label = 'Packung Tomaten',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
potato = {
useable = false,
image = 'potato.png',
shouldClose = false,
2025-06-08 18:52:38 +02:00
description = '',
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'potato',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Kartoffel',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
oilbarrel = {
useable = false,
image = 'oilbarrel.png',
shouldClose = false,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 6000,
type = 'item',
name = 'oilbarrel',
unique = true,
label = 'Erdölfass',
},
trojan_usb = {
useable = false,
image = 'usb_device.png',
shouldClose = true,
description = 'Handy software to shut down some systems',
weight = 0,
type = 'item',
name = 'trojan_usb',
unique = false,
label = 'Trojan USB',
},
diving_gear = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'diving_gear.png',
shouldClose = true,
description = 'An oxygen tank and a rebreather',
weight = 30000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'diving_gear',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Diving Gear',
},
sessantacamo_attachment = {
useable = true,
image = 'sessantacamo_attachment.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'A sessanta nove camo for a weapon',
weight = 1000,
type = 'item',
name = 'sessantacamo_attachment',
unique = false,
label = 'Sessanta Nove Camo',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
lsd_papers = {
useable = true,
image = 'lsd.png',
shouldClose = true,
description = 'Miniatur-Kunstwerke, die dir den Kopf verdrehen aber hey, zumindest sieht alles schöner aus.',
2025-06-08 21:04:39 +02:00
weight = 500,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'lsd_papers',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'LSD-Papes',
},
revolver_barrel = {
useable = false,
image = 'axehandle.png',
2025-06-08 21:04:39 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
description = 'Revolver-Abzug: Ein kurzer Zug, der großen Knall bringt',
weight = 250,
type = 'item',
name = 'revolver_barrel',
unique = false,
label = 'Revolverlauf',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_pumpshotgun_mk2 = {
useable = true,
image = 'weapon_pumpshotgun_mk2.png',
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
name = 'weapon_pumpshotgun_mk2',
type = 'weapon',
unique = true,
description = 'Pumpshotgun MK2',
label = 'Pumpshotgun Mk II',
},
shotgun_grip = {
useable = true,
image = 'grip_attachment.png',
shouldClose = true,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
type = 'item',
name = 'shotgun_grip',
unique = true,
label = 'Shotgun Griff',
},
labkey = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'labkey.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Key for a lock...?',
weight = 500,
type = 'item',
name = 'labkey',
unique = true,
label = 'Key',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_gadgetpistol = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapon_gadgetpistol.png',
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_gadgetpistol',
type = 'weapon',
unique = true,
description = 'Weapon Gadgetpistol',
label = 'Perico Pistol',
2025-06-08 21:04:39 +02:00
},
weapontint_mk2_21 = {
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Bold Red & White Weapon Tint for MK2 Weapons',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_21',
2025-06-08 21:04:39 +02:00
unique = false,
label = 'Bold Red & White Tint',
},
2025-06-10 20:04:39 +02:00
flohmittel = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Flohmittel.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 25,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'flohmittel',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Flohmittel',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_19 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Bold Cyan Features Weapon Tint for MK2 Weapons',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_19',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Bold Cyan Features Tint',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_handle = {
useable = false,
image = 'snspistol_part_3.png',
shouldClose = false,
description = 'Der perfekte Halt für dich und deine Waffen-Fantasien',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapon_handle',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Griff',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_15 = {
useable = true,
image = 'weapontint_black.png',
shouldClose = true,
description = 'Bold Orange Weapon Tint for MK2 Weapons',
weight = 1000,
type = 'item',
name = 'weapontint_mk2_15',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Bold Orange Tint',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
bubble_tea = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'bubbletea.png',
2025-06-08 18:52:38 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Bubble Tea das einzige Getränk, bei dem man sich fragt, ob man gerade trinkt, snackt oder ein Kinderspielzeug schlürft!',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'bubble_tea',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Bubble Tea',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_marksmanrifle = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'screenshot_395-removebg-preview.png',
ammotype = 'AMMO_SNIPER',
weight = 1000,
name = 'weapon_marksmanrifle',
type = 'weapon',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = '... die Sonntagsjäger fahrn in den Touristenwald ...',
label = 'Besseres Jagdgewehr',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
ev_coolant = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'ev_coolant.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 0,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ev_coolant',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'EV_Kühlkit',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_militaryrifle = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapon_assaultrifle.png',
ammotype = 'AMMO_RIFLE',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_militaryrifle',
type = 'weapon',
2025-06-08 18:52:38 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = 'Weapon Militaryrifle',
label = 'Weapon Militaryrifle',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
ammo_beanbag = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'beanbag_ammo.png',
shouldClose = true,
description = 'Munition für die Beanbag Shotgun',
2025-06-08 21:04:39 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ammo_beanbag',
unique = false,
label = 'Beanbag Ammo',
},
tyre_replacement = {
useable = true,
image = 'tyre_replacement.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'die Premium Schuhe der Kraftfahrzeuge',
weight = 0,
type = 'item',
name = 'tyre_replacement',
unique = false,
label = 'Premium Reifen',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
bandage = {
useable = true,
image = 'bandage.png',
shouldClose = true,
description = 'A bandage works every time',
weight = 0,
type = 'item',
name = 'bandage',
unique = false,
label = 'Bandage',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
paracetamol = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Paracetamol.png',
shouldClose = true,
description = '',
weight = 20,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'paracetamol',
unique = false,
label = 'Paracetamol',
},
voltaren_salbenverband = {
useable = true,
image = 'salbenverband.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
weight = 20,
type = 'item',
name = 'voltaren_salbenverband',
unique = false,
label = 'Voltaren Salbenverband',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
kuzu_sis = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'Kuzu_sis.png',
shouldClose = true,
description = 'Lammkebab mit Beilagen',
weight = 200,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'kuzu_sis',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Kuzu Sis',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
xtcbaggy = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'xtc_baggy.png',
shouldClose = true,
description = 'Pop those pills baby',
weight = 0,
type = 'item',
name = 'xtcbaggy',
unique = false,
label = 'Bag of XTC',
},
frittenwbm = {
useable = false,
image = 'Fritten_wie_bei_Muttern.png',
shouldClose = false,
description = '',
2025-06-08 21:04:39 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'frittenwbm',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Fritten wie bei Muttern',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
emptybag = {
useable = false,
image = 'emptybag.png',
shouldClose = false,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 10,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'emptybag',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'leerer Sack',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
gatecrack = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'usb_device.png',
shouldClose = true,
description = 'Handy software to tear down some fences',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gatecrack',
unique = false,
label = 'Gatecrack',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
butcherknife = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'butcherknife.png',
shouldClose = false,
description = '',
weight = 400,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'butcherknife',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Schlachtermesser',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
kayas_rotwein = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'kirimzi.png',
shouldClose = true,
description = 'Türkischer Rotwein',
weight = 200,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'kayas_rotwein',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Kırmızı şarap ',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
gg_hunting_animaltrap = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'gg_hunting_animaltrap.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = '',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_hunting_animaltrap',
unique = true,
label = 'Tierfalle',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_17 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Bold Red Features Weapon Tint for MK2 Weapons',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_17',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Bold Red Features Tint',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
squared_muzzle_brake = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'squared_muzzle_brake.png',
shouldClose = true,
description = 'A muzzle brake for a weapon',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'squared_muzzle_brake',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Squared Muzzle Brake',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
steel = {
useable = false,
image = 'steel.png',
shouldClose = false,
description = 'Nice piece of metal that you can probably use for something',
2025-06-08 18:52:38 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'steel',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Stahl',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
shaft = {
useable = false,
image = 'ar_grip.png',
shouldClose = false,
description = 'Schaft: Der ruhige Held der Waffe immer da, wenn man ihn braucht, aber nie im Mittelpunkt',
weight = 200,
type = 'item',
name = 'shaft',
unique = false,
label = 'Waffenschaft',
},
weapon_smg_mk2 = {
useable = true,
image = 'highteamsmgmk2-removebg-preview.png',
ammotype = 'AMMO_SMG',
weight = 1000,
name = 'weapon_smg_mk2',
2025-06-08 18:52:38 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
description = 'SMG MK2',
label = 'SMG Mk II',
},
weapon_proxmine = {
name = 'weapon_proxmine',
description = 'A bomb placed on the ground that detonates when going within its proximity',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
image = 'weapon_proximitymine.png',
type = 'weapon',
2025-06-07 08:51:21 +02:00
unique = true,
useable = false,
2025-06-10 20:04:39 +02:00
label = 'Proxmine Grenade',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
ready_methpipe = {
useable = true,
image = 'opium_pipe.png',
shouldClose = true,
description = 'Der schnelle Weg ins Nirvana aber du verpasst den Ausgang',
2025-06-08 21:04:39 +02:00
weight = 500,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ready_methpipe',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Gefüllte Methpfeife',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_11 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Yellow Contrast Weapon Tint for MK2 Weapons',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_11',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Yellow Contrast Tint',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
redwoodpack = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'redwoodpack.png',
shouldClose = true,
description = '',
weight = 200,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'redwoodpack',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Packung Redwood Zigaretten',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
spikestrips = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'spikestripes.png',
shouldClose = true,
description = '',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'spikestrips',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Nagelband',
},
weed_purplehaze_seed = {
useable = true,
image = 'weed_seed.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'A weed seed of Purple Haze',
weight = 0,
type = 'item',
name = 'weed_purplehaze_seed',
unique = false,
label = 'Purple Haze Seed',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
oxy = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'oxy.png',
shouldClose = true,
description = 'The Label Has Been Ripped Off',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'oxy',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Prescription Oxy',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
bbq_seasoning = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'bbq_seasoning.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'bbq_seasoning',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'BBQ Gewürze',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
['sifs_golden-ale'] = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'SifGoldenAle.png',
shouldClose = true,
description = 'Golden und nahrhaft, wie das Feld unter der Obhut der Göttin Sif.',
2025-06-08 21:04:39 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sifs_golden-ale',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Sif\'s Golden Ale',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
radio = {
useable = true,
image = 'radio.png',
shouldClose = true,
description = 'You can communicate with this through a signal',
weight = 2000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'radio',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Radio',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
cup_cola = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cup_cola.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cup_cola',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Becher E-Cola',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
['5-fach_impfung_hund'] = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'hundeimpfstoff.png',
shouldClose = true,
description = '',
weight = 20,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = '5-fach_impfung_hund',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = '5-fach Impfung Hund',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
cigar = {
useable = true,
image = 'cigar.png',
shouldClose = false,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cigar',
unique = false,
label = 'Zigarre',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
kadis_rostbite = {
useable = true,
image = 'SkadisFrostbite.png',
shouldClose = true,
description = 'Erfrischend und frostig, wie die kalte Winterluft in Skadis schneebedeckten Bergen.',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'kadis_rostbite',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Skadi\'s Frostbite',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
shotgun_flashlight = {
useable = true,
image = 'flashlight_attachment.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'shotgun_flashlight',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Shotgun Licht',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
antipatharia_coral = {
useable = false,
image = 'antipatharia_coral.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Its also known as black corals or thorn corals',
2025-06-07 08:51:21 +02:00
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'antipatharia_coral',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Antipatharia',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
meth = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'meth_baggy.png',
shouldClose = true,
description = 'A baggie of Meth',
2025-06-08 18:52:38 +02:00
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'meth',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Meth',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
vodka = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'vodka.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Nach 4 Flaschen redet man Russisch.',
weight = 500,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'vodka',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Chernokov Vodka',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
medscope_attachment = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'medscope_attachment.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'A medium scope for a weapon',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
type = 'item',
name = 'medscope_attachment',
unique = false,
label = 'Medium Scope',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
metalscrap = {
2025-06-08 18:52:38 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'scrap-iron.png',
shouldClose = false,
description = 'Der Stoff, aus dem DIY-Träume sind',
weight = 500,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'metalscrap',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Metallschrott',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
billokaffee = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cheapcoffee.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Die Schande Kolumbiens',
weight = 80,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'billokaffee',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Billo Kaffee',
2025-06-08 18:52:38 +02:00
},
2025-06-08 21:04:39 +02:00
roadpods = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'roadpods.png',
shouldClose = true,
description = '„Klang für Menschen, die sich keine Kompromisse anhören.“',
2025-06-08 21:04:39 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'roadpods',
2025-06-08 21:04:39 +02:00
unique = true,
label = 'iFruit Ear Buds',
},
2025-06-10 20:04:39 +02:00
kadis_inter_kewers = {
useable = true,
image = 'SkadisWinterSkewers.png',
shouldClose = true,
description = '',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'skadis_winter_skewers',
2025-06-08 18:52:38 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Skadi\'s Winter Skewers',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_handcuffs = {
name = 'weapon_handcuffs',
description = 'A pair of lockable linked metal rings for securing a prisoner\'s wrists',
weight = 1000,
image = 'weapon_handcuffs.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Handcuffs',
},
weapon_microsmg = {
useable = false,
image = 'weapon_microsmg.png',
ammotype = 'AMMO_SMG',
weight = 1000,
name = 'weapon_microsmg',
type = 'weapon',
unique = true,
description = 'A handheld light weight machine gun',
label = 'Micro SMG',
},
weapontint_mk2_25 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Metallic Gray & Lilac Weapon Tint for MK2 Weapons',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_25',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Metallic Gray & Lilac Tint',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
cash = {
useable = false,
image = 'cash.png',
shouldClose = false,
description = 'Nur Bares ist wares...',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cash',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Bargeld',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
gg_hunting_knife_01 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'gg_hunting_knife_01.png',
shouldClose = true,
description = '',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_hunting_knife_01',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Klassisches Jagdmesser',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_briefcase = {
name = 'weapon_briefcase',
description = 'A briefcase for storing important documents',
weight = 1000,
image = 'weapon_briefcase.png',
type = 'weapon',
unique = true,
useable = false,
label = 'Briefcase',
},
apple = {
useable = false,
image = 'screenshot_848-removebg-preview.png',
shouldClose = false,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-08 21:04:39 +02:00
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'apple',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Apfel',
},
pinger = {
useable = false,
image = 'pinger.png',
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'With a pinger and your phone you can send out your location',
weight = 1000,
type = 'item',
name = 'pinger',
unique = false,
label = 'Pinger',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
boomcamo_attachment = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'boomcamo_attachment.png',
shouldClose = true,
description = 'A boom camo for a weapon',
2025-06-08 18:52:38 +02:00
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'boomcamo_attachment',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Boom Camo',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
drum_attachment = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'drum_attachment.png',
shouldClose = true,
description = 'A drum for a weapon',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'drum_attachment',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Drum',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
latte = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'latte.png',
shouldClose = true,
description = 'Er hat Latte gesagt XD',
2025-06-08 18:52:38 +02:00
weight = 100,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'latte',
unique = true,
label = 'Latte Macchiato',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
badfruit = {
useable = false,
image = 'badfruit.png',
shouldClose = false,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'badfruit',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Faules Obst',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
vape = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'vape.png',
shouldClose = false,
2025-06-08 18:52:38 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 200,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
name = 'vape',
label = 'E-Dampfe',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
cooked_short_ribs = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cooked_short_ribs.png',
shouldClose = true,
description = '',
weight = 200,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cooked_short_ribs',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'gegrillte Short Ribs',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
gg_rabbit_pelt_01 = {
useable = false,
image = 'gg_rabbit_pelt_01.png',
shouldClose = true,
description = '',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
type = 'item',
name = 'gg_rabbit_pelt_01',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Raues Kaninchenfell',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
small_triggersystem = {
useable = false,
image = 'trigger2.png',
shouldClose = false,
description = 'Winzig, aber mächtig ein kleiner Klick und die Action geht los',
weight = 100,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'small_triggersystem',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'kleines Abzugssystem',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
parachute = {
2025-06-08 18:52:38 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'parachute.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'The sky is the limit! Woohoo!',
weight = 30000,
type = 'item',
name = 'parachute',
unique = true,
label = 'Parachute',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
log = {
useable = false,
image = 'wood_scraps.png',
shouldClose = false,
2025-06-07 08:51:21 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 500,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'log',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Holzscheit',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
shortened_gunbarrel = {
2025-06-07 08:51:21 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'shotgun_barrel_compressed_better.png',
shouldClose = false,
description = 'Weniger Lauf, mehr Stil',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'shortened_gunbarrel',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'verkürzter Waffenlauf',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
id_card = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'id_card.png',
shouldClose = false,
description = 'A card containing all your information to identify yourself',
2025-06-08 21:04:39 +02:00
weight = 0,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'id_card',
unique = true,
label = 'ID Card',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
joint = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'joint7.png',
shouldClose = true,
description = 'Die Friedenspfeife 2.0',
weight = 500,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'joint',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Joint',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
cooked_bbq_sausages = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'cooked_bbq_sausages.png',
shouldClose = true,
description = '',
2025-06-08 18:52:38 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'cooked_bbq_sausages',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'gegrillte Bratwurst',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_mk2_12 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_black.png',
shouldClose = true,
description = 'Orange Contrast Weapon Tint for MK2 Weapons',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_mk2_12',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Orange Contrast Tint',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapontint_7 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weapontint_plat.png',
shouldClose = true,
description = 'Platinum Weapon Tint',
weight = 1000,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weapontint_7',
2025-06-07 08:51:21 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Platinum Tint',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
vitaminloesung_250 = {
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_696-removebg-preview.png',
shouldClose = true,
description = '',
weight = 250,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'vitaminloesung_250',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Vitaminlösung 250',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
etilefrin = {
useable = true,
image = 'screenshot_696-removebg-preview.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'etilefrin',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Etilefrin',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_grenadelauncher_smoke = {
2025-06-08 18:52:38 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'weapon_grenadelauncher_smoke.PNG',
ammotype = 'AMMO_GRENADELAUNCHER',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_grenadelauncher_smoke',
type = 'weapon',
2025-06-07 08:51:21 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
description = 'A bomb that produces a lot of smoke when it explodes',
label = 'Smoke Grenade Launcher',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
driver_license = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'driver_license.png',
shouldClose = false,
description = 'Permit to show you can drive a vehicle',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'driver_license',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Drivers License',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
veh_wheels = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'veh_wheels.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'Upgrade vehicle wheels',
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'veh_wheels',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Wheels',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
tavor1 = {
useable = true,
image = 'tavor1.png',
shouldClose = true,
2025-06-08 21:04:39 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 20,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'tavor1',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Tavor 1,0 mg',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
elastic_bandage = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'elastisches-medizinisches-bandageband-komprimierend-geringe-dehnung-80-mm_189499203-removebg-preview.png',
shouldClose = true,
description = '',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'elastic_bandage',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Elastische Binde',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_snspistol = {
useable = false,
image = 'screenshot_401-removebg-preview.png',
ammotype = 'AMMO_PISTOL',
2025-06-08 21:04:39 +02:00
weight = 1000,
2025-06-10 20:04:39 +02:00
name = 'weapon_snspistol',
type = 'weapon',
unique = true,
description = ' So unauffällig, dass selbst der Agent manchmal vergisst, dass er sie dabei hat.',
label = 'Durov Pistole',
},
diamond_ring = {
useable = false,
image = 'diamond_ring.png',
shouldClose = true,
description = 'A diamond ring seems like the jackpot to me!',
weight = 1500,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'diamond_ring',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Diamond Ring',
2025-06-07 08:51:21 +02:00
},
2025-06-10 20:04:39 +02:00
veh_suspension = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'veh_suspension.png',
shouldClose = true,
description = 'Upgrade vehicle suspension',
2025-06-08 21:04:39 +02:00
weight = 1000,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'veh_suspension',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Suspension',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
salep = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'salep.png',
shouldClose = true,
description = ' Zimt Heißgetränk',
2025-06-08 18:52:38 +02:00
weight = 200,
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'salep',
unique = true,
label = 'Salep',
2025-06-08 18:52:38 +02:00
},
2025-06-10 20:04:39 +02:00
police_stormram = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'police_stormram.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
description = 'A nice tool to break into doors',
weight = 18000,
type = 'item',
name = 'police_stormram',
unique = true,
label = 'Stormram',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
sprunk_zero_flasche = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'sprunkbottle.png',
shouldClose = true,
description = 'Flasche Zero Zitronen Limo',
weight = 80,
2025-06-08 20:35:54 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sprunk_zero_flasche',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Sprunk Zero Flasche',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
weed_nutrition = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weed_nutrition.png',
shouldClose = true,
description = 'Plant nutrition',
weight = 2000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weed_nutrition',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Plant Fertilizer',
2025-06-08 20:35:54 +02:00
},
2025-06-10 20:04:39 +02:00
red_phone = {
useable = false,
image = 'phone_red.png',
shouldClose = false,
description = '„So smart, es wundert sich selbst, warum es bei dir gelandet ist.“',
weight = 600,
2025-06-08 20:35:54 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'red_phone',
unique = true,
label = 'iFruit 12XR Rot',
2025-06-08 20:35:54 +02:00
},
2025-06-10 20:04:39 +02:00
ecg_monitor = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = '148383-multiparameter-patientenmonitor-pc-3000-lepu-medical-2-removebg-preview.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-08 20:35:54 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 2500,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'ecg_monitor',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'EKG Monitor',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
hotdog_deluxe = {
useable = true,
image = 'hotdogdeluxe-removebg-preview.png',
shouldClose = true,
description = 'Der König unter den Hotdogs',
weight = 100,
type = 'item',
name = 'hotdog_deluxe',
2025-06-08 20:35:54 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Deluxe Hotdog',
2025-06-08 20:35:54 +02:00
},
2025-06-10 20:04:39 +02:00
skadis_hunt = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'SkadisHunt.png',
shouldClose = true,
description = 'So erfrischend und eisig wie Skadis frostige Heimat.',
weight = 200,
2025-06-08 20:35:54 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'skadis_hunt',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Skadi\'s Hunt',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
gg_cougar_claw_01 = {
useable = false,
image = 'gg_cougar_claw_01.png',
shouldClose = true,
2025-06-08 20:35:54 +02:00
description = '',
2025-06-10 20:04:39 +02:00
weight = 500,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'gg_cougar_claw_01',
unique = true,
label = 'Raue Puma-Klaue',
2025-06-08 20:35:54 +02:00
},
2025-06-10 20:04:39 +02:00
sand = {
useable = false,
image = 'sand.png',
shouldClose = false,
description = '',
weight = 1000,
2025-06-08 20:35:54 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sand',
unique = true,
label = 'Eimer mit Sand',
2025-06-08 20:35:54 +02:00
},
2025-06-10 20:04:39 +02:00
riverwater = {
useable = false,
image = 'kanister.png',
shouldClose = false,
description = '',
weight = 3000,
2025-06-08 20:35:54 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'riverwater',
2025-06-08 20:35:54 +02:00
unique = true,
2025-06-10 20:04:39 +02:00
label = 'Kanister mit Flusswasser',
2025-06-08 20:35:54 +02:00
},
2025-06-10 20:04:39 +02:00
sauerstoff = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'screenshot_697-removebg-preview.png',
2025-06-08 21:04:39 +02:00
shouldClose = true,
description = '',
2025-06-10 20:04:39 +02:00
weight = 200,
2025-06-08 20:35:54 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'sauerstoff',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'Sauerstoff',
2025-06-08 21:04:39 +02:00
},
2025-06-10 20:04:39 +02:00
flour = {
2025-06-08 21:04:39 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'flour.png',
shouldClose = false,
description = '',
2025-06-08 20:35:54 +02:00
weight = 1000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'flour',
unique = false,
label = 'Packung Mehl ',
2025-06-08 20:35:54 +02:00
},
2025-06-10 20:04:39 +02:00
weed_ak47 = {
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
image = 'weed_baggy.png',
shouldClose = false,
description = 'A weed bag with 2g AK47',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
name = 'weed_ak47',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-10 20:04:39 +02:00
label = 'AK47 2g',
2025-06-08 20:35:54 +02:00
},
2025-06-10 20:04:39 +02:00
weapon_sniperrifle = {
useable = false,
image = 'screenshot_414-removebg-preview.png',
ammotype = 'AMMO_SNIPER',
weight = 1000,
name = 'weapon_sniperrifle',
type = 'weapon',
unique = true,
description = 'Wenn man mal das Gesetzt von weiter weg vertreten muss.',
label = 'ABM Sniper Rifle',
},
aktexyz = {
2025-06-08 20:35:54 +02:00
shouldClose = false,
type = 'item',
description = '',
2025-06-08 21:04:39 +02:00
weight = 100,
2025-06-10 20:04:39 +02:00
label = 'Akte XYZ',
unique = true,
2025-06-08 20:35:54 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
image = 'aktexyz.png',
name = 'aktexyz',
2025-06-08 20:35:54 +02:00
},
2025-06-07 08:51:21 +02:00
}