Main/resources/[qb]/qb-core/shared/items.lua
2025-06-07 08:51:21 +02:00

8282 lines
No EOL
203 KiB
Lua
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

QBShared = QBShared or {}
QBShared.Items = {
falafel = {
shouldClose = true,
type = 'item',
image = 'Falafel.png',
description = 'Falafel mit Joghurtsauce',
unique = true,
useable = true,
label = 'Falafel',
weight = 200,
name = 'falafel',
},
weapon_bottle = {
name = 'weapon_bottle',
unique = true,
useable = false,
type = 'weapon',
label = 'Broken Bottle',
image = 'weapon_bottle.png',
weight = 1000,
description = 'A broken bottle',
},
police_stormram = {
shouldClose = true,
type = 'item',
image = 'police_stormram.png',
description = 'A nice tool to break into doors',
unique = false,
useable = true,
label = 'Stormram',
weight = 18000,
name = 'police_stormram',
},
drone = {
shouldClose = true,
type = 'item',
image = 'drone.png',
description = '',
unique = true,
useable = true,
label = 'Drohne',
weight = 1000,
name = 'drone',
},
lighting_controller = {
shouldClose = false,
type = 'item',
image = 'lighting_controller.png',
description = 'Alle Farben des Regenbogens per Knopfdruck',
unique = true,
useable = true,
label = 'Neon Controller',
weight = 100,
name = 'lighting_controller',
},
extras_kit = {
shouldClose = true,
type = 'item',
image = 'extras_kit.png',
description = '',
unique = false,
useable = true,
label = 'Fahrzeug Extras',
weight = 0,
name = 'extras_kit',
},
weapon_grenadelauncher = {
label = 'Grenade Launcher',
type = 'weapon',
image = 'weapon_grenadelauncher.png',
description = 'A weapon that fires a specially-designed large-caliber projectile, often with an explosive, smoke or gas warhead',
unique = true,
useable = false,
ammotype = 'AMMO_GRENADELAUNCHER',
weight = 1000,
name = 'weapon_grenadelauncher',
},
weapontint_mk2_21 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Bold Red & White Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Bold Red & White Tint',
weight = 1000,
name = 'weapontint_mk2_21',
},
cappuccino = {
shouldClose = true,
type = 'item',
image = 'cappuccino.png',
description = '„Cappucioni halb Schaum, halb Koffein, 100% Attitüde. Gebrüht wie ein Drive-By: schnell, heiß und mit ordentlich Einschlag.“',
unique = true,
useable = true,
name = 'cappuccino',
weight = 100,
label = 'Tasse Cappuccino',
},
gun_handle = {
shouldClose = false,
type = 'item',
image = 'empu.png',
description = 'Dein persönlicher Halt stärker als jeder Nervenkitzel',
unique = false,
useable = false,
label = 'Griffstück',
weight = 200,
name = 'gun_handle',
},
weapon_ball = {
label = 'Ball',
type = 'weapon',
image = 'weapon_ball.png',
description = 'A solid or hollow spherical or egg-shaped object that is kicked, thrown, or hit in a game',
unique = true,
useable = false,
ammotype = 'AMMO_BALL',
weight = 1000,
name = 'weapon_ball',
},
nitrous = {
shouldClose = true,
type = 'item',
image = 'nitrous.png',
description = 'Speed up, gas pedal! :D',
unique = false,
useable = true,
label = 'Nitrous',
weight = 1000,
name = 'nitrous',
},
weapon_mg = {
label = 'Machinegun',
type = 'weapon',
image = 'weapon_mg.png',
description = 'An automatic gun that fires bullets in rapid succession for as long as the trigger is pressed',
unique = true,
useable = false,
ammotype = 'AMMO_MG',
weight = 1000,
name = 'weapon_mg',
},
blood_1000 = {
shouldClose = true,
type = 'item',
image = 'bloodbag.png',
description = '',
unique = false,
useable = true,
label = 'Blut (1000ml)',
weight = 1000,
name = 'blood_1000',
},
nacl_500 = {
shouldClose = true,
type = 'item',
image = 'nacl.png',
description = '',
unique = false,
useable = true,
label = 'NACL (500ml)',
weight = 500,
name = 'nacl_500',
},
weapon_molotov = {
name = 'weapon_molotov',
unique = true,
useable = false,
type = 'weapon',
label = 'Molotov',
image = 'weapon_molotov.png',
weight = 1000,
description = 'A crude bomb made of a bottle filled with a flammable liquid and fitted with a wick for lighting',
},
weapon_wrench = {
name = 'weapon_wrench',
unique = true,
useable = false,
type = 'weapon',
label = 'Wrench',
image = 'weapon_wrench.png',
weight = 1000,
description = 'A tool used for gripping and turning nuts, bolts, pipes, etc',
},
coke_small_brick = {
shouldClose = true,
type = 'item',
image = 'coke_small_brick.png',
description = 'Small package of cocaine, mostly used for deals and takes a lot of space',
unique = true,
useable = false,
label = 'Coke Package',
weight = 350,
name = 'coke_small_brick',
},
aluminumoxide = {
shouldClose = false,
type = 'item',
image = 'aluminumoxide.png',
description = 'Some powder to mix with',
unique = false,
useable = false,
label = 'Aluminium Powder',
weight = 100,
name = 'aluminumoxide',
},
weed_whitewidow_seed = {
shouldClose = false,
type = 'item',
image = 'weed_seed.png',
description = 'A weed seed of White Widow',
unique = false,
useable = true,
label = 'White Widow Seed',
weight = 0,
name = 'weed_whitewidow_seed',
},
rifle_grip = {
shouldClose = true,
type = 'item',
image = 'ar_grip.png',
description = '',
unique = true,
useable = true,
label = 'Gewehrgriff',
weight = 100,
name = 'rifle_grip',
},
vitaminloesung_500 = {
shouldClose = true,
type = 'item',
image = 'screenshot_696-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Vitaminlösung 500',
weight = 500,
name = 'vitaminloesung_500',
},
halbes_haendel = {
shouldClose = true,
type = 'item',
image = 'halbes_handel.png',
description = 'zum Finger lecken gut ^^',
unique = false,
useable = true,
label = 'Halbes Händel',
weight = 100,
name = 'halbes_haendel',
},
fwd_drivetrain = {
shouldClose = true,
type = 'item',
image = 'fwd_drivetrain.png',
description = '',
unique = false,
useable = true,
label = 'FWD',
weight = 0,
name = 'fwd_drivetrain',
},
awd_drivetrain = {
shouldClose = true,
type = 'item',
image = 'awd_drivetrain.png',
description = '',
unique = false,
useable = true,
label = 'AWD',
weight = 0,
name = 'awd_drivetrain',
},
roofbox_carbon = {
shouldClose = true,
type = 'item',
image = 'roofbox_carbon.png',
description = '',
unique = true,
useable = true,
label = 'Carbon Dachbox',
weight = 1000,
name = 'roofbox_carbon',
},
spikestrips = {
shouldClose = true,
type = 'item',
image = 'spikestripes.png',
description = '',
unique = true,
useable = true,
label = 'Nagelband',
weight = 200,
name = 'spikestrips',
},
gg_pug_bait_03 = {
shouldClose = true,
type = 'item',
image = 'gg_pug_bait_03.png',
description = '',
unique = false,
useable = true,
label = 'Illegaler Raubtierköder 3',
weight = 100,
name = 'gg_pug_bait_03',
},
stevens_apfelmustorte = {
shouldClose = true,
type = 'item',
image = 'stefansabpfelmustorte.png',
description = 'wie bei Oma',
unique = false,
useable = true,
label = 'Stevens Apfelmustorte',
weight = 200,
name = 'stevens_apfelmustorte',
},
weapon_battleaxe = {
name = 'weapon_battleaxe',
unique = true,
useable = false,
type = 'weapon',
label = 'Battle Axe',
image = 'weapon_battleaxe.png',
weight = 1000,
description = 'A large broad-bladed axe used in ancient warfare',
},
weapontint_2 = {
shouldClose = true,
type = 'item',
image = 'weapontint_gold.png',
description = 'Gold Weapon Tint',
unique = false,
useable = true,
label = 'Gold Tint',
weight = 1000,
name = 'weapontint_2',
},
rwd_drivetrain = {
shouldClose = true,
type = 'item',
image = 'rwd_drivetrain.png',
description = '',
unique = false,
useable = true,
label = 'RWD',
weight = 0,
name = 'rwd_drivetrain',
},
rifle_suppressor = {
shouldClose = true,
type = 'item',
image = 'suppressor_attachment.png',
description = '',
unique = true,
useable = true,
label = 'Gewehr Schalldämpfer',
weight = 100,
name = 'rifle_suppressor',
},
munky_juice = {
shouldClose = true,
type = 'item',
image = 'munkeyjuice.png',
description = 'Trinkpäckchen mit Saft und ja der Strohhalm ist aus Plastik ^^',
unique = false,
useable = true,
label = 'Munky Juice',
weight = 100,
name = 'munky_juice',
},
gleitgel = {
shouldClose = false,
type = 'item',
image = 'gleitgel.png',
description = 'Falls es mal zu Trocken ist ^^',
unique = true,
useable = false,
label = 'Gleitgel',
weight = 100,
name = 'gleitgel',
},
rifle_flashlight = {
shouldClose = true,
type = 'item',
image = 'flashlight_attachment.png',
description = '',
unique = true,
useable = true,
label = 'Gewehrlicht',
weight = 100,
name = 'rifle_flashlight',
},
sprunk_dose = {
shouldClose = true,
type = 'item',
image = 'sprunkcan.png',
description = 'Dose Zitronen Limo',
unique = false,
useable = true,
label = 'Sprunk Dose',
weight = 50,
name = 'sprunk_dose',
},
junk_energy = {
shouldClose = true,
type = 'item',
image = 'junkcan.png',
description = 'Dose mit Engery',
unique = false,
useable = true,
label = 'Junk Energy',
weight = 100,
name = 'junk_energy',
},
veh_transmission = {
shouldClose = true,
type = 'item',
image = 'veh_transmission.png',
description = 'Upgrade vehicle transmission',
unique = false,
useable = true,
label = 'Transmission',
weight = 1000,
name = 'veh_transmission',
},
dagger_blade = {
shouldClose = false,
type = 'item',
image = 'P1026942-3-scaled-removebg-preview.png',
description = 'So klein, du siehst sie fast nicht aber sie hinterlässt Eindruck',
unique = false,
useable = false,
label = 'Dolchklinge',
weight = 500,
name = 'dagger_blade',
},
gg_rabbit_pelt_02 = {
shouldClose = true,
type = 'item',
image = 'gg_rabbit_pelt_02.png',
description = '',
unique = true,
useable = false,
label = 'Robustes Kaninchenfell',
weight = 1000,
name = 'gg_rabbit_pelt_02',
},
defibrillator = {
shouldClose = true,
type = 'item',
image = 'aed.png',
description = '',
unique = false,
useable = true,
label = 'Defibrillator',
weight = 3000,
name = 'defibrillator',
},
weapon_pistol = {
label = 'Bretta',
type = 'weapon',
image = 'screenshot_398-removebg-preview.png',
description = 'Das Multitool zum Löcher machen.',
unique = true,
useable = false,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_pistol',
},
raw_turkey_drums = {
shouldClose = true,
type = 'item',
image = 'raw_turkey_drums.png',
description = '',
unique = false,
useable = true,
label = 'rohe Putenkeulen',
weight = 200,
name = 'raw_turkey_drums',
},
raw_ribs = {
shouldClose = true,
type = 'item',
image = 'raw_ribs.png',
description = '',
unique = false,
useable = true,
label = 'rohe Rippchen',
weight = 200,
name = 'raw_ribs',
},
weapon_marksmanrifle_mk2 = {
label = 'Marksman Rifle Mk II',
type = 'weapon',
image = 'huntingrifle2.png',
description = 'Weapon Marksmanrifle MK2',
unique = true,
useable = true,
ammotype = 'AMMO_SNIPER',
weight = 1000,
name = 'weapon_marksmanrifle_mk2',
},
green_phone = {
shouldClose = false,
type = 'item',
image = 'phone_green.png',
description = '„Du bist nicht oberflächlich. Du hast einfach ein teures Telefon.“',
unique = true,
useable = false,
label = 'iFruit 12XR Grün',
weight = 600,
name = 'green_phone',
},
shaft = {
shouldClose = false,
type = 'item',
image = 'ar_grip.png',
description = 'Schaft: Der ruhige Held der Waffe immer da, wenn man ihn braucht, aber nie im Mittelpunkt',
unique = false,
useable = false,
label = 'Waffenschaft',
weight = 200,
name = 'shaft',
},
blotter_paper = {
shouldClose = false,
type = 'item',
image = 'paperroll.png',
description = 'Das Papier, das dich nicht nur trocknen lässt, sondern auch deine Gedanken',
unique = false,
useable = false,
label = 'Blotterpapier',
weight = 500,
name = 'blotter_paper',
},
weapon_marksmanpistol = {
label = 'Marksman Pistol',
type = 'weapon',
image = 'weapon_marksmanpistol.png',
description = 'A very accurate small firearm designed to be held in one hand',
unique = true,
useable = false,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_marksmanpistol',
},
grape = {
shouldClose = false,
type = 'item',
image = 'grape.png',
description = 'Mmmmh yummie, grapes',
unique = false,
useable = true,
label = 'Grape',
weight = 100,
name = 'grape',
},
walkstick = {
shouldClose = true,
type = 'item',
image = 'walkstick.png',
description = 'Walking stick for ya\'ll grannies out there.. HAHA',
unique = false,
useable = true,
label = 'Walking Stick',
weight = 1000,
name = 'walkstick',
},
weapon_musket = {
label = 'Musket',
type = 'weapon',
image = 'weapon_musket.png',
description = 'An infantryman\'s light gun with a long barrel, typically smooth-bored, muzzleloading, and fired from the shoulder',
unique = true,
useable = false,
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
name = 'weapon_musket',
},
odins_nuesse = {
shouldClose = true,
type = 'item',
image = 'Odins_nuesse.png',
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.',
unique = false,
useable = true,
label = 'Odins Nüsse',
weight = 150,
name = 'Odins_nuesse',
},
sniper_defaultclip = {
shouldClose = true,
type = 'item',
image = 'sniper_defaultclip.png',
description = '',
unique = true,
useable = true,
label = 'Sniper Magzin',
weight = 100,
name = 'sniper_defaultclip',
},
cup_beer = {
shouldClose = true,
type = 'item',
image = 'cup_beer.png',
description = '',
unique = false,
useable = true,
label = 'Becher Bier',
weight = 100,
name = 'cup_beer',
},
firework4 = {
shouldClose = true,
type = 'item',
image = 'firework4.png',
description = 'Fireworks',
unique = false,
useable = true,
label = 'Weeping Willow',
weight = 1000,
name = 'firework4',
},
weapon_smg = {
label = 'MP5',
type = 'weapon',
image = 'screenshot_409-removebg-preview.png',
description = 'Deutsche Ingenieurskunst in Kompaktform, gebaut für Cops, die auf Präzision und Verlässlichkeit zählen.',
unique = true,
useable = false,
ammotype = 'AMMO_SMG',
weight = 1000,
name = 'weapon_smg',
},
weapon_sawnoffshotgun = {
label = 'Sawn-off Shotgun',
type = 'weapon',
image = 'weapon_sawnoffshotgun.png',
description = 'A sawn-off smoothbore gun for firing small shot at short range',
unique = true,
useable = false,
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
name = 'weapon_sawnoffshotgun',
},
baldurslightelixir = {
shouldClose = true,
type = 'item',
image = 'BaldursLightElixir.png',
description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.',
unique = false,
useable = true,
label = 'Baldurs Light Elixir',
weight = 100,
name = 'baldurslightelixir',
},
akrinor = {
shouldClose = true,
type = 'item',
image = 'akrinor.png',
description = '',
unique = false,
useable = true,
label = 'Akrinor',
weight = 20,
name = 'akrinor',
},
weapon_smokegrenade = {
name = 'weapon_smokegrenade',
unique = true,
useable = false,
type = 'weapon',
label = 'Rauchgranate',
image = 'screenshot_425-removebg-preview.png',
weight = 1000,
description = 'An explosive charge that can be remotely detonated',
},
mechanic_tablet = {
shouldClose = false,
type = 'item',
image = 'mechanic_tablet.png',
description = 'Das wichtigste Werkzeug',
unique = false,
useable = true,
label = 'Petrol Head Tablet',
weight = 0,
name = 'mechanic_tablet',
},
rifle_drum = {
shouldClose = true,
type = 'item',
image = 'drum_attachment.png',
description = '',
unique = true,
useable = true,
label = 'Gewehr Trommelmagzin',
weight = 100,
name = 'rifle_drum',
},
weapon_stickybomb = {
name = 'weapon_stickybomb',
unique = true,
useable = false,
type = 'weapon',
label = 'C4',
image = 'weapon_stickybomb.png',
weight = 1000,
description = 'An explosive charge covered with an adhesive that when thrown against an object sticks until it explodes',
},
kakao = {
shouldClose = true,
type = 'item',
image = 'coffee.png',
description = 'Eine heiße, süße Tasse Schokolade perfekt zum Entspannen oder Aufwärmen an kühlen Tagen.',
unique = false,
useable = true,
label = 'Kakao Togo',
weight = 100,
name = 'kakao',
},
weapon_switchblade = {
name = 'weapon_switchblade',
unique = true,
useable = false,
type = 'weapon',
label = 'Switchblade',
image = 'weapon_switchblade.png',
weight = 1000,
description = 'A knife with a blade that springs out from the handle when a button is pressed',
},
meth = {
shouldClose = true,
type = 'item',
image = 'meth_baggy.png',
description = 'A baggie of Meth',
unique = false,
useable = true,
label = 'Meth',
weight = 100,
name = 'meth',
},
emergency_revive_kit = {
shouldClose = true,
type = 'item',
image = 'medbox.png',
description = '',
unique = false,
useable = true,
label = 'Wiederbelebungs-Kit',
weight = 1500,
name = 'emergency_revive_kit',
},
nordisee_fischfrikadellenbroetchen = {
shouldClose = true,
type = 'item',
image = 'Nordisee Fischfrikadellenbroetchen.png',
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."',
unique = false,
useable = true,
label = 'Nordisee Fischfrikadellenbrötchen',
weight = 100,
name = 'nordisee_fischfrikadellenbroetchen',
},
vodka = {
shouldClose = true,
type = 'item',
image = 'vodka.png',
description = 'Nach 4 Flaschen redet man Russisch.',
unique = false,
useable = true,
label = 'Chernokov Vodka',
weight = 500,
name = 'vodka',
},
burger = {
shouldClose = true,
type = 'item',
image = 'screenshot_689-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Hamburger mit Käse',
weight = 100,
name = 'burger',
},
leberkas_semmal = {
shouldClose = true,
type = 'item',
image = 'leberkasemmel-removebg-preview.png',
description = 'Mehr Fleisch als Worte des is koa Semmel, des is a Lebensgefühl!',
unique = false,
useable = true,
label = 'Leberkas Semmal',
weight = 100,
name = 'leberkas_semmal',
},
weapon_petrolcan = {
label = 'Petrol Can',
type = 'weapon',
image = 'weapon_petrolcan.png',
description = 'A robust liquid container made from pressed steel',
unique = true,
useable = false,
ammotype = 'AMMO_PETROLCAN',
weight = 1000,
name = 'weapon_petrolcan',
},
weapon_navyrevolver = {
label = 'Navy Revolver',
type = 'weapon',
image = 'weapon_navyrevolver.png',
description = 'Weapon Navyrevolver',
unique = true,
useable = true,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_navyrevolver',
},
lysergic_acid = {
shouldClose = false,
type = 'item',
image = 'acid.png',
description = 'Der geheime VIP-Zugang zu einer anderen Realität',
unique = false,
useable = false,
label = 'Lysergsäure',
weight = 1000,
name = 'lysergic_acid',
},
tourniquet = {
shouldClose = true,
type = 'item',
image = '81khEr+-vcL._AC_SX450_-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Tourniquet',
weight = 20,
name = 'tourniquet',
},
gg_captured_rabbit = {
shouldClose = true,
type = 'item',
image = 'gg_captured_rabbit.png',
description = '',
unique = true,
useable = true,
label = 'Gefangenes Kaninchen',
weight = 5000,
name = 'gg_captured_rabbit',
},
cigs = {
shouldClose = true,
type = 'item',
image = 'cigs.png',
description = '',
unique = false,
useable = true,
label = 'Zigarette',
weight = 200,
name = 'cigs',
},
schnitzelbroetchen = {
shouldClose = true,
type = 'item',
image = 'schnitzelbrotechen.png',
description = 'Knuspriger Held im Brötchenmantel das Schnitzel regelt!',
unique = false,
useable = true,
label = 'Schnitzelbrötchen',
weight = 100,
name = 'schnitzelbroetchen',
},
advancedrepairkit = {
shouldClose = true,
type = 'item',
image = 'advancedkit.png',
description = 'A nice toolbox with stuff to repair your vehicle',
unique = false,
useable = true,
label = 'Advanced Repairkit',
weight = 4000,
name = 'advancedrepairkit',
},
weapon_pipebomb = {
name = 'weapon_pipebomb',
unique = true,
useable = false,
type = 'weapon',
label = 'Pipe Bomb',
image = 'weapon_pipebomb.png',
weight = 1000,
description = 'A homemade bomb, the components of which are contained in a pipe',
},
trigger_unit = {
shouldClose = false,
type = 'item',
image = 'snspistol_part_2.png',
description = 'Der Schalter für Action einmal drücken, und die Welt verändert sich',
unique = false,
useable = false,
label = 'Abzugseinheit',
weight = 200,
name = 'trigger_unit',
},
paracetamol = {
shouldClose = true,
type = 'item',
image = 'Paracetamol.png',
description = '',
unique = false,
useable = true,
label = 'Paracetamol',
weight = 20,
name = 'paracetamol',
},
weapontint_7 = {
shouldClose = true,
type = 'item',
image = 'weapontint_plat.png',
description = 'Platinum Weapon Tint',
unique = false,
useable = true,
label = 'Platinum Tint',
weight = 1000,
name = 'weapontint_7',
},
weapontint_mk2_13 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Bold Pink Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Bold Pink Tint',
weight = 1000,
name = 'weapontint_mk2_13',
},
performance_part = {
shouldClose = true,
type = 'item',
image = 'performance_part.png',
description = '',
unique = false,
useable = true,
label = 'Performance Kit',
weight = 0,
name = 'performance_part',
},
weapon_stone_hatchet = {
name = 'weapon_stone_hatchet',
unique = true,
useable = true,
type = 'weapon',
label = 'Stone Hatchet',
image = 'weapon_stone_hatchet.png',
weight = 1000,
description = 'Stone Hatchet',
},
raw_kebab = {
shouldClose = true,
type = 'item',
image = 'raw_kebab.png',
description = '',
unique = false,
useable = true,
label = 'roher Schaschlickspieß',
weight = 200,
name = 'raw_kebab',
},
weapontint_mk2_7 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Classic Earth Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Classic Earth Tint',
weight = 1000,
name = 'weapontint_mk2_7',
},
luxuryfinish_attachment = {
shouldClose = true,
type = 'item',
image = 'luxuryfinish_attachment.png',
description = 'A luxury finish for a weapon',
unique = false,
useable = true,
label = 'Luxury Finish',
weight = 1000,
name = 'luxuryfinish_attachment',
},
veh_neons = {
shouldClose = true,
type = 'item',
image = 'veh_neons.png',
description = 'Upgrade vehicle neons',
unique = false,
useable = true,
label = 'Neons',
weight = 1000,
name = 'veh_neons',
},
weapontint_mk2_6 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Classic Blue Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Classic Blue Tint',
weight = 1000,
name = 'weapontint_mk2_6',
},
gg_salt_block_02 = {
shouldClose = true,
type = 'item',
image = 'gg_salt_block_02.png',
description = '',
unique = false,
useable = true,
label = 'besserer Salzblock',
weight = 100,
name = 'gg_salt_block_02',
},
gg_cougar_claw_01 = {
shouldClose = true,
type = 'item',
image = 'gg_cougar_claw_01.png',
description = '',
unique = true,
useable = false,
label = 'Raue Puma-Klaue',
weight = 500,
name = 'gg_cougar_claw_01',
},
weapon_snspistol = {
label = 'Durov Pistole',
type = 'weapon',
image = 'screenshot_401-removebg-preview.png',
description = ' So unauffällig, dass selbst der Agent manchmal vergisst, dass er sie dabei hat.',
unique = true,
useable = false,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_snspistol',
},
snikkel_candy = {
shouldClose = true,
type = 'item',
image = 'snikkelcandy.png',
description = 'Some delicious candy :O',
unique = false,
useable = true,
label = 'EarthQuakes',
weight = 100,
name = 'snikkel_candy',
},
shotgun_holoscope = {
shouldClose = true,
type = 'item',
image = 'holoscope_attachment.png',
description = '',
unique = true,
useable = true,
label = 'MK2 Shotgun Holovisier',
weight = 100,
name = 'shotgun_holoscope',
},
weapons_route = {
shouldClose = false,
type = 'item',
image = 'weaponsroute.png',
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
unique = true,
useable = false,
label = 'Waffen Route',
weight = 10,
name = 'weapons_route',
},
skullcamo_attachment = {
shouldClose = true,
type = 'item',
image = 'skullcamo_attachment.png',
description = 'A skull camo for a weapon',
unique = false,
useable = true,
label = 'Skull Camo',
weight = 1000,
name = 'skullcamo_attachment',
},
mettbroetchen = {
shouldClose = true,
type = 'item',
image = 'mettbroetchen.png',
description = 'mhmm deutsches Sushi',
unique = false,
useable = true,
label = 'Mettbrötchen',
weight = 100,
name = 'mettbroetchen',
},
penicillin = {
shouldClose = true,
type = 'item',
image = 'penicillin.png',
description = '',
unique = false,
useable = true,
label = 'Penicillin',
weight = 20,
name = 'penicillin',
},
kakao2 = {
shouldClose = true,
type = 'item',
image = 'kakao2.png',
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.',
unique = true,
useable = true,
name = 'kakao2',
weight = 100,
label = 'Tasse Heiße Schokolade',
},
kennzeichen_tool = {
shouldClose = true,
type = 'item',
image = '',
description = '',
unique = false,
useable = true,
label = 'Kennzeichen',
weight = 0,
name = 'kennzeichen_tool',
},
id_card = {
shouldClose = false,
type = 'item',
image = 'id_card.png',
description = 'A card containing all your information to identify yourself',
unique = true,
useable = true,
label = 'ID Card',
weight = 0,
name = 'id_card',
},
advancedlockpick = {
shouldClose = true,
type = 'item',
image = 'advancedlockpick.png',
description = 'If you lose your keys a lot this is very useful... Also useful to open your beers',
unique = false,
useable = true,
label = 'Advanced Lockpick',
weight = 500,
name = 'advancedlockpick',
},
orange_o_tang_zero_flasche = {
shouldClose = true,
type = 'item',
image = 'otangzerobottle.png',
description = 'Flasche Orangen Limo',
unique = false,
useable = true,
label = 'Orange O Tang Zero Flasche',
weight = 80,
name = 'orange_o_tang_zero_flasche',
},
cooked_corn_cob = {
shouldClose = true,
type = 'item',
image = 'cooked_corn_cob.png',
description = '',
unique = false,
useable = true,
label = 'gegrillter Maiskolben',
weight = 100,
name = 'cooked_corn_cob',
},
gg_deer_hide_03 = {
shouldClose = true,
type = 'item',
image = 'gg_deer_hide_03.png',
description = '',
unique = true,
useable = false,
label = 'Makelloses Hirschfell',
weight = 1000,
name = 'gg_deer_hide_03',
},
shortened_gunbarrel = {
shouldClose = false,
type = 'item',
image = 'shotgun_barrel_compressed_better.png',
description = 'Weniger Lauf, mehr Stil',
unique = false,
useable = false,
label = 'verkürzter Waffenlauf',
weight = 1000,
name = 'shortened_gunbarrel',
},
ecola_zero_dose = {
shouldClose = true,
type = 'item',
image = 'ecolazerocan.png',
description = 'Dose Cola',
unique = false,
useable = true,
label = 'E-Cola Zero Dose',
weight = 50,
name = 'ecola_zero_dose',
},
doener = {
shouldClose = true,
type = 'item',
image = 'doner.png',
description = 'Döner macht schöner...',
unique = true,
useable = true,
label = 'Döner',
weight = 200,
name = 'doener',
},
cleaning_kit = {
shouldClose = false,
type = 'item',
image = '',
description = 'Für die schnelle Reinigung',
unique = false,
useable = false,
label = 'Premium Putzlappen ',
weight = 0,
name = 'cleaning_kit',
},
aspirin = {
shouldClose = true,
type = 'item',
image = 'aspirin.png',
description = '',
unique = false,
useable = true,
label = 'Aspirin',
weight = 20,
name = 'aspirin',
},
pistol_flashlight = {
shouldClose = true,
type = 'item',
image = 'flashlight_attachment.png',
description = '',
unique = true,
useable = true,
label = 'Pistolenlicht',
weight = 100,
name = 'pistol_flashlight',
},
weapontint_mk2_10 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Blue Contrast Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Blue Contrast Tint',
weight = 1000,
name = 'weapontint_mk2_10',
},
weapon_firework = {
name = 'weapon_firework',
unique = true,
useable = false,
type = 'weapon',
label = 'Firework Launcher',
image = 'weapon_firework.png',
weight = 1000,
description = 'A device containing gunpowder and other combustible chemicals that causes a spectacular explosion when ignited',
},
gg_coyote_fangs_01 = {
shouldClose = true,
type = 'item',
image = 'gg_coyote_fangs_01.png',
description = '',
unique = true,
useable = false,
label = 'Robuster Kojotenzahn',
weight = 1000,
name = 'gg_coyote_fangs_01',
},
heavy_duty_muzzle_brake = {
shouldClose = true,
type = 'item',
image = 'heavy_duty_muzzle_brake.png',
description = 'A muzzle brake for a weapon',
unique = false,
useable = true,
label = 'HD Muzzle Brake',
weight = 1000,
name = 'heavy_duty_muzzle_brake',
},
red_phone = {
shouldClose = false,
type = 'item',
image = 'phone_red.png',
description = '„So smart, es wundert sich selbst, warum es bei dir gelandet ist.“',
unique = true,
useable = false,
label = 'iFruit 12XR Rot',
weight = 600,
name = 'red_phone',
},
smg_holoscope = {
shouldClose = true,
type = 'item',
image = 'holoscope_attachment.png',
description = '',
unique = true,
useable = true,
label = 'SMG Holoscope',
weight = 100,
name = 'smg_holoscope',
},
loaded_fries = {
shouldClose = true,
type = 'item',
image = 'ChatGPT_Image_26._Apr._2025__18_19_52-removebg-preview.png',
description = 'Knusprige Pommes, reich belegt mit köstlichen Toppings',
unique = true,
useable = true,
label = 'Loaded Fries',
weight = 200,
name = 'loaded_fries',
},
urapidil3 = {
shouldClose = true,
type = 'item',
image = 'urapidil1.png',
description = '',
unique = false,
useable = true,
label = 'Urapidil 3,0 mg',
weight = 20,
name = 'urapidil3',
},
rifle_ammo = {
shouldClose = true,
type = 'item',
image = 'gewehrmuni.png',
description = 'schnelles Peng',
unique = false,
useable = true,
label = 'Gewehr Munition',
weight = 200,
name = 'rifle_ammo',
},
medscope_attachment = {
shouldClose = true,
type = 'item',
image = 'medscope_attachment.png',
description = 'A medium scope for a weapon',
unique = false,
useable = true,
label = 'Medium Scope',
weight = 1000,
name = 'medscope_attachment',
},
ev_motor = {
shouldClose = true,
type = 'item',
image = 'ev_motor.png',
description = '',
unique = false,
useable = true,
label = 'EV_Motor',
weight = 0,
name = 'ev_motor',
},
roadpods = {
shouldClose = true,
type = 'item',
image = 'roadpods.png',
description = '„Klang für Menschen, die sich keine Kompromisse anhören.“',
unique = true,
useable = true,
label = 'iFruit Ear Buds',
weight = 200,
name = 'roadpods',
},
weapon_pistolxm3 = {
label = 'Pistol XM3',
type = 'weapon',
image = 'highteampistol.png',
description = 'Pistol XM3',
unique = true,
useable = false,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_pistolxm3',
},
okis_rickster_unch = {
shouldClose = true,
type = 'item',
image = 'LokisTricksterPunch.png',
description = 'Unberechenbar und aufregend, dieser Mocktail hält eine erfrischende Überraschung parat.',
unique = false,
useable = true,
label = 'Loki\'s Trickster Punch',
weight = 200,
name = 'lokis_trickster_punch',
},
sniper_scope = {
shouldClose = true,
type = 'item',
image = 'largescope_attachment.png',
description = '',
unique = true,
useable = true,
label = 'Sniper Visier',
weight = 100,
name = 'sniper_scope',
},
weapon_vintagepistol = {
label = 'Vintage Pistol',
type = 'weapon',
image = 'weapon_vintagepistol.png',
description = 'An antique firearm designed to be held in one hand',
unique = true,
useable = false,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_vintagepistol',
},
weed_ogkush = {
shouldClose = false,
type = 'item',
image = 'weed_baggy.png',
description = 'A weed bag with 2g OG Kush',
unique = false,
useable = true,
label = 'OGKush 2g',
weight = 200,
name = 'weed_ogkush',
},
cosmetic_part = {
shouldClose = true,
type = 'item',
image = 'cosmetic_part.png',
description = '',
unique = false,
useable = true,
label = 'Cosmetickit',
weight = 0,
name = 'cosmetic_part',
},
fenystil = {
shouldClose = true,
type = 'item',
image = 'fenystil.png',
description = '',
unique = false,
useable = true,
label = 'Fenistil',
weight = 100,
name = 'fenystil',
},
bcesandwich = {
shouldClose = true,
type = 'item',
image = 'ChatGPT_Image_26._Apr._2025__18_03_49-removebg-preview.png',
description = 'Knuspriger Bacon, geschmolzener Käse und ein saftiges Spiegelei, geschichtet zwischen zwei goldbraun gerösteten Toastscheiben',
unique = false,
useable = true,
label = 'Bacon Cheese Egg Sandwich',
weight = 200,
name = 'bcesandwich',
},
weapon_handle = {
shouldClose = false,
type = 'item',
image = 'snspistol_part_3.png',
description = 'Der perfekte Halt für dich und deine Waffen-Fantasien',
unique = false,
useable = false,
label = 'Griff',
weight = 200,
name = 'weapon_handle',
},
gg_deer_hide_01 = {
shouldClose = true,
type = 'item',
image = 'gg_deer_hide_01.png',
description = '',
unique = true,
useable = false,
label = 'Raues Hirschleder',
weight = 1000,
name = 'gg_deer_hide_01',
},
okis_ischief_ites = {
shouldClose = true,
type = 'item',
image = 'LokisMischiefBites.png',
description = 'Knusprige Bissen, die mit einer scharfen Überraschung im Inneren den Gästen einen schelmischen Spaß bereiten.',
unique = false,
useable = true,
label = 'Loki\'s Mischief Bites',
weight = 200,
name = 'okis_ischief_ites',
},
weapon_specialcarbine_mk2 = {
label = 'Special Carbine Mk II',
type = 'weapon',
image = 'highteamspecialcarbinemk2.png',
description = 'Weapon Wpecialcarbine MK2',
unique = true,
useable = false,
ammotype = 'AMMO_RIFLE',
weight = 1000,
name = 'weapon_specialcarbine_mk2',
},
tier_leckerlis = {
shouldClose = true,
type = 'item',
image = 'pet_treats.png',
description = 'Freude für deinen Vierbeiner.',
unique = false,
useable = true,
label = 'Tier Leckerlis',
weight = 100,
name = 'tier_leckerlis',
},
veh_tint = {
shouldClose = true,
type = 'item',
image = 'veh_tint.png',
description = 'Install vehicle tint',
unique = false,
useable = true,
label = 'Tints',
weight = 1000,
name = 'veh_tint',
},
smg_suppressor = {
shouldClose = true,
type = 'item',
image = 'suppressor_attachment.png',
description = '',
unique = true,
useable = true,
label = 'SMG Schalldämpfer',
weight = 100,
name = 'smg_suppressor',
},
cryptostick = {
shouldClose = true,
type = 'item',
image = 'cryptostick.png',
description = 'Why would someone ever buy money that doesn\'t exist.. How many would it contain..?',
unique = true,
useable = true,
label = 'Crypto Stick',
weight = 200,
name = 'cryptostick',
},
weapon_compactlauncher = {
name = 'weapon_compactlauncher',
unique = true,
useable = false,
type = 'weapon',
label = 'Compact Launcher',
image = 'weapon_compactlauncher.png',
weight = 1000,
description = 'A compact grenade launcher',
},
ecg_monitor = {
shouldClose = true,
type = 'item',
image = '148383-multiparameter-patientenmonitor-pc-3000-lepu-medical-2-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'EKG Monitor',
weight = 2500,
name = 'ecg_monitor',
},
weapontint_mk2_30 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Metallic White & Aqua Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Metallic White & Aqua Tint',
weight = 1000,
name = 'weapontint_mk2_30',
},
raki = {
shouldClose = true,
type = 'item',
image = 'raki.png',
description = 'türkisches Nationalgetränk, aus Weintrauben oder Rosinen gebrannter Anisée',
unique = true,
useable = true,
label = 'Raki',
weight = 200,
name = 'raki',
},
gg_cougar_claw_03 = {
shouldClose = true,
type = 'item',
image = 'gg_cougar_claw_03.png',
description = '',
unique = true,
useable = false,
label = 'Makellose Puma-Klaue',
weight = 500,
name = 'gg_cougar_claw_03',
},
shotgun_scope = {
shouldClose = true,
type = 'item',
image = 'smallscope_attachment.png',
description = '',
unique = true,
useable = true,
label = 'MK2 Shotgun Visier',
weight = 100,
name = 'shotgun_scope',
},
rifle_largescope = {
shouldClose = true,
type = 'item',
image = 'largescope_attachment.png',
description = '',
unique = true,
useable = true,
label = 'Mk2 Gewehr Visier groß',
weight = 100,
name = 'rifle_largescope',
},
electronickit = {
shouldClose = true,
type = 'item',
image = 'electronickit.png',
description = 'If you\'ve always wanted to build a robot you can maybe start here. Maybe you\'ll be the new Elon Musk?',
unique = false,
useable = true,
label = 'Electronic Kit',
weight = 100,
name = 'electronickit',
},
orange_o_tang_flasche = {
shouldClose = true,
type = 'item',
image = 'otangbottle.png',
description = 'Flasche Orangen Limo',
unique = false,
useable = true,
label = 'Orange O Tang Flasche',
weight = 80,
name = 'orange_o_tang_flasche',
},
sandwich = {
shouldClose = true,
type = 'item',
image = 'ChatGPT_Image_27._Apr._2025__12_38_04-removebg-preview.png',
description = 'bist du dir sicher das du das essen willst?',
unique = false,
useable = true,
label = '3 Tage altes Sandwich',
weight = 200,
name = 'sandwich',
},
slushi = {
shouldClose = true,
type = 'item',
image = 'ChatGPT_Image_27._Apr._2025__12_53_39-removebg-preview (1).png',
description = 'Erfrischung pur in jedem Schluck Gönn dir deinen Slushi!',
unique = false,
useable = true,
label = 'Slushi',
weight = 150,
name = 'slushi',
},
stancing_kit = {
shouldClose = true,
type = 'item',
image = 'stancing_kit.png',
description = '',
unique = false,
useable = true,
label = 'Stancing Kit',
weight = 0,
name = 'stancing_kit',
},
pistol_defaultclip = {
shouldClose = true,
type = 'item',
image = 'clip_attachment.png',
description = '',
unique = true,
useable = true,
label = 'Pistolen Magazin',
weight = 100,
name = 'pistol_defaultclip',
},
creditcard = {
shouldClose = true,
type = 'item',
image = 'creditcard.png',
description = 'Ich brauch Geld',
unique = true,
useable = false,
label = 'Bankkarte',
weight = 0,
name = 'creditcard',
},
gg_hunting_animaltracker = {
shouldClose = true,
type = 'item',
image = 'gg_hunting_animaltracker.png',
description = '',
unique = true,
useable = true,
label = 'Tier Ortungsgerät',
weight = 1000,
name = 'gg_hunting_animaltracker',
},
weapon_assaultrifle_mk2 = {
label = 'Assault Rifle Mk II',
type = 'weapon',
image = 'weapon_assaultrifle_mk2.png',
description = 'Assault Rifle MK2',
unique = true,
useable = true,
ammotype = 'AMMO_RIFLE',
weight = 1000,
name = 'weapon_assaultrifle_mk2',
},
copper = {
shouldClose = false,
type = 'item',
image = 'copperplate.png',
description = 'Es ist Metall aber Weich ',
unique = false,
useable = false,
label = 'Kupfer',
weight = 100,
name = 'copper',
},
['5-fach_impfung_hund'] = {
shouldClose = true,
type = 'item',
image = 'hundeimpfstoff.png',
description = '',
unique = false,
useable = true,
label = '5-fach Impfung Hund',
weight = 20,
name = '5-fach_impfung_hund',
},
weapon_rayminigun = {
label = 'Widowmaker',
type = 'weapon',
image = 'weapon_rayminigun.png',
description = 'Weapon Rayminigun',
unique = true,
useable = true,
ammotype = 'AMMO_MINIGUN',
weight = 1000,
name = 'weapon_rayminigun',
},
ecola_zero_flasche = {
shouldClose = true,
type = 'item',
image = 'ecolazerobottle.png',
description = 'Flasche Cola',
unique = false,
useable = true,
label = 'E-Cola Zero Flasche',
weight = 80,
name = 'ecola_zero_flasche',
},
fentanyl = {
shouldClose = true,
type = 'item',
image = 'fentanyl-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Fentanyl',
weight = 10,
name = 'fentanyl',
},
firework2 = {
shouldClose = true,
type = 'item',
image = 'firework2.png',
description = 'Fireworks',
unique = false,
useable = true,
label = 'Poppelers',
weight = 1000,
name = 'firework2',
},
placebo = {
shouldClose = true,
type = 'item',
image = 'placebo.png',
description = '',
unique = false,
useable = true,
label = 'Placebo',
weight = 20,
name = 'placebo',
},
raw_wings = {
shouldClose = true,
type = 'item',
image = 'raw_wings.png',
description = '',
unique = false,
useable = true,
label = 'rohe Chickenwings',
weight = 200,
name = 'raw_wings',
},
macrons = {
shouldClose = true,
type = 'item',
image = 'macrons.png',
description = 'bunte Leckerbissen, die den Gaumen mit süßer Freude verzaubern',
unique = false,
useable = true,
label = 'Macrons',
weight = 50,
name = 'macrons',
},
weapon_heavysniper = {
label = 'Heavy Sniper',
type = 'weapon',
image = 'weapon_heavysniper.png',
description = 'An upgraded high-precision, long-range rifle',
unique = true,
useable = false,
ammotype = 'AMMO_SNIPER',
weight = 1000,
name = 'weapon_heavysniper',
},
trojan_usb = {
shouldClose = true,
type = 'item',
image = 'usb_device.png',
description = 'Handy software to shut down some systems',
unique = false,
useable = false,
label = 'Trojan USB',
weight = 0,
name = 'trojan_usb',
},
coffee_beans = {
shouldClose = false,
type = 'item',
image = 'coffee_beans.png',
description = '„Kaffeebohnen weil Schlaf für Verlierer ist und Nervosität Stil hat.“',
unique = false,
useable = false,
name = 'coffee_beans',
weight = 200,
label = 'Packung Kaffeebohnen',
},
black_phone = {
shouldClose = false,
type = 'item',
image = 'phone_black.png',
description = '„Mach Schluss mit echten Gesprächen es gibt jetzt bessere Ablenkungen.“',
unique = true,
useable = false,
label = 'iFruit 12XR Schwarz',
weight = 600,
name = 'black_phone',
},
ready_methpipe = {
shouldClose = true,
type = 'item',
image = 'opium_pipe.png',
description = 'Der schnelle Weg ins Nirvana aber du verpasst den Ausgang',
unique = false,
useable = true,
label = 'Gefüllte Methpfeife',
weight = 500,
name = 'ready_methpipe',
},
harness = {
shouldClose = true,
type = 'item',
image = 'harness.png',
description = 'Racing Harness so no matter what you stay in the car',
unique = true,
useable = true,
label = 'Race Harness',
weight = 1000,
name = 'harness',
},
weed_whitewidow = {
shouldClose = false,
type = 'item',
image = 'weed_baggy.png',
description = 'A weed bag with 2g White Widow',
unique = false,
useable = true,
label = 'White Widow 2g',
weight = 200,
name = 'weed_whitewidow',
},
weapon_snowball = {
name = 'weapon_snowball',
unique = true,
useable = false,
type = 'weapon',
label = 'Snowball',
image = 'weapon_snowball.png',
weight = 1000,
description = 'A ball of packed snow, especially one made for throwing at other people for fun',
},
weapon_railgunxm3 = {
name = 'weapon_railgunxm3',
unique = true,
useable = false,
type = 'weapon',
label = 'Railgun XM3',
image = 'weapon_railgunxm3.png',
weight = 1000,
description = 'A weapon that uses electromagnetic force to launch high velocity projectiles',
},
spazi = {
shouldClose = true,
type = 'item',
image = 'ChatGPT_Image_27._Apr._2025__11_52_24-removebg-preview.png',
description = 'Cola trifft Orange wie nie zuvor gesehen. Falls dir das bekannt vorkommt: Nein, du bildest dir das nur ein.',
unique = true,
useable = true,
label = 'Bergbräu Spazi ',
weight = 150,
name = 'spazi',
},
ggdrasils_ssence = {
shouldClose = true,
type = 'item',
image = 'YggdrasilsEssence.png',
description = 'Erdend und zugleich erfrischend, dieses Getränk bringt die Essenz des Weltenbaums direkt ins Glas.',
unique = false,
useable = true,
label = 'Yggdrasil\'s Essence',
weight = 200,
name = 'ggdrasils_ssence',
},
small_blade = {
shouldClose = false,
type = 'item',
image = 'Klinge Springmesser.png',
description = ' Die Klinge, die nicht auf sich warten lässt',
unique = false,
useable = false,
label = 'kleine Klinge',
weight = 200,
name = 'small_blade',
},
gg_salt_block_01 = {
shouldClose = true,
type = 'item',
image = 'gg_salt_block_01.png',
description = '',
unique = false,
useable = true,
label = 'Salzblock',
weight = 100,
name = 'gg_salt_block_01',
},
baldurs_light = {
shouldClose = true,
type = 'item',
image = 'BaldursLight.png',
description = 'Sanft und erfrischend, wie das reine Licht, das Baldur ausstrahlt.',
unique = false,
useable = true,
label = 'Baldur\'s Light',
weight = 200,
name = 'baldurs_light',
},
newsbmic = {
shouldClose = true,
type = 'item',
image = 'newsbmic.png',
description = 'A Useable BoomMic',
unique = true,
useable = true,
label = 'Boom Microphone',
weight = 100,
name = 'newsbmic',
},
suspension_parts = {
shouldClose = true,
type = 'item',
image = 'suspension_parts.png',
description = '',
unique = false,
useable = true,
label = 'Premium Fahrwerksteile',
weight = 0,
name = 'suspension_parts',
},
phone = {
shouldClose = false,
type = 'item',
image = 'phone.png',
description = 'Neat phone ya got there',
unique = true,
useable = false,
label = 'Phone',
weight = 700,
name = 'phone',
},
eimdalls_lear_ight = {
shouldClose = true,
type = 'item',
image = 'HeimdallsClearSight.png',
description = 'Ein erfrischendes, klares Getränk, das wie Heimdalls wachsames Auge rein und belebend wirkt.',
unique = false,
useable = true,
label = 'Heimdall\'s Clear Sight',
weight = 200,
name = 'heimdalls_clear_sight',
},
sniper_grip = {
shouldClose = true,
type = 'item',
image = 'ar_grip.png',
description = '',
unique = true,
useable = true,
label = 'Marksmangewehr Griff',
weight = 100,
name = 'sniper_grip',
},
weapon_hazardcan = {
label = 'Hazardous Jerry Can',
type = 'weapon',
image = 'weapon_hazardcan.png',
description = 'Weapon Hazardcan',
unique = true,
useable = true,
ammotype = 'AMMO_PETROLCAN',
weight = 1000,
name = 'weapon_hazardcan',
},
veh_brakes = {
shouldClose = true,
type = 'item',
image = 'veh_brakes.png',
description = 'Upgrade vehicle brakes',
unique = false,
useable = true,
label = 'Brakes',
weight = 1000,
name = 'veh_brakes',
},
pork_joint = {
shouldClose = true,
type = 'item',
image = 'pork_joint.png',
description = '',
unique = false,
useable = true,
label = 'roher Schweinebraten',
weight = 200,
name = 'pork_joint',
},
diamond = {
shouldClose = true,
type = 'item',
image = 'diamond.png',
description = 'A diamond seems like the jackpot to me!',
unique = false,
useable = false,
label = 'Diamond',
weight = 1000,
name = 'diamond',
},
v6_engine = {
shouldClose = true,
type = 'item',
image = 'v6_engine.png',
description = '',
unique = false,
useable = true,
label = 'V6 Motor',
weight = 0,
name = 'v6_engine',
},
cooked_bbq_sausages = {
shouldClose = true,
type = 'item',
image = 'cooked_bbq_sausages.png',
description = '',
unique = false,
useable = true,
label = 'gegrillte Bratwurst',
weight = 200,
name = 'cooked_bbq_sausages',
},
packing_bandage = {
shouldClose = true,
type = 'item',
image = 'screenshot_478-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Verbandpäckchen',
weight = 100,
name = 'packing_bandage',
},
gg_coyote_fangs_02 = {
shouldClose = true,
type = 'item',
image = 'gg_coyote_fangs_02.png',
description = '',
unique = true,
useable = false,
label = 'Robuster Kojotenzahn',
weight = 1000,
name = 'gg_coyote_fangs_02',
},
drift_tuning_kit = {
shouldClose = true,
type = 'item',
image = 'drift_tuning_kit.png',
description = '',
unique = false,
useable = true,
label = 'Driftkit',
weight = 0,
name = 'drift_tuning_kit',
},
munky_juice_ice_tea = {
shouldClose = true,
type = 'item',
image = 'munkyicetea .png',
description = 'Pfirsich oder Zitrone das hier die Frage...',
unique = false,
useable = true,
label = 'Munky Juice Ice Tea',
weight = 100,
name = 'munky_juice_ice_tea',
},
item_bench = {
shouldClose = false,
type = 'item',
image = 'workbench.png',
description = 'A workbench to craft items.',
unique = true,
useable = true,
label = 'Workbench',
weight = 15000,
name = 'item_bench',
},
advscope_attachment = {
shouldClose = true,
type = 'item',
image = 'advscope_attachment.png',
description = 'An advanced scope for a weapon',
unique = false,
useable = true,
label = 'Advanced Scope',
weight = 1000,
name = 'advscope_attachment',
},
weapon_bzgas = {
name = 'weapon_bzgas',
unique = false,
useable = false,
type = 'weapon',
label = 'Tränengas Granate',
image = 'bz_gas.png',
weight = 500,
description = 'Tränen aus der Dose',
},
lidocain = {
shouldClose = true,
type = 'item',
image = 'Lidocain.png',
description = '',
unique = false,
useable = true,
label = 'Lidocain',
weight = 20,
name = 'lidocain',
},
weapon_bat = {
name = 'weapon_bat',
unique = true,
useable = false,
type = 'weapon',
label = 'Bat',
image = 'weapon_bat.png',
weight = 1000,
description = 'Used for hitting a ball in sports (or other things)',
},
kino_keycard = {
shouldClose = false,
type = 'item',
image = 'keycard.png',
description = '',
unique = true,
useable = false,
label = 'Moonlight Cinema Keycard',
weight = 10,
name = 'kino_keycard',
},
muffin = {
shouldClose = true,
type = 'item',
image = 'ChatGPT_Image_1._Mai_2025__03_50_52-removebg-preview.png',
description = 'der Muffin Mann...',
unique = false,
useable = true,
label = 'Muffin',
weight = 100,
name = 'muffin',
},
thors_hammer = {
shouldClose = true,
type = 'item',
image = 'ThorsHammerBeer.png',
description = 'So kraftvoll wie der Schlag von Mjölnir, Thors legendärem Hammer.',
unique = false,
useable = true,
label = 'Thor\'s Hammer',
weight = 200,
name = 'thors_hammer',
},
waffle_icream = {
shouldClose = true,
type = 'item',
image = 'ChatGPT_Image_27._Apr._2025__12_49_09-removebg-preview.png',
description = 'Cremiges Vanilleeis, umhüllt von zwei zarten Waffelschichten der Klassiker im Retro-Look für echte Eisliebhaber.',
unique = true,
useable = true,
label = 'Sandwich Eis',
weight = 150,
name = 'waffle_icream',
},
repair_kit = {
shouldClose = true,
type = 'item',
image = 'repair_kit.png',
description = 'Für Schnelle & Kleinere Reparaturen ',
unique = false,
useable = true,
label = 'Werkzeug',
weight = 0,
name = 'repair_kit',
},
weapon_gusenberg = {
label = 'Gusenberg Sweeper',
type = 'weapon',
image = 'screenshot_412-removebg-preview.png',
description = ' das Original aus der goldenen Ära der Gangster',
unique = true,
useable = false,
ammotype = 'AMMO_MG',
weight = 1000,
name = 'weapon_gusenberg',
},
bbq_seasoning = {
shouldClose = true,
type = 'item',
image = 'bbq_seasoning.png',
description = '',
unique = false,
useable = true,
label = 'BBQ Gewürze',
weight = 100,
name = 'bbq_seasoning',
},
weed_amnesia = {
shouldClose = false,
type = 'item',
image = 'weed_baggy.png',
description = 'A weed bag with 2g Amnesia',
unique = false,
useable = true,
label = 'Amnesia 2g',
weight = 200,
name = 'weed_amnesia',
},
repairkit = {
shouldClose = true,
type = 'item',
image = 'repairkit.png',
description = 'A nice toolbox with stuff to repair your vehicle',
unique = false,
useable = true,
label = 'Repairkit',
weight = 2500,
name = 'repairkit',
},
weapon_pumpshotgun = {
label = 'Banalli Schrotflinte',
type = 'weapon',
image = 'screenshot_399-removebg-preview.png',
description = 'Der Türöffner für Cops, wenn Klopfen keine Option mehr ist.',
unique = true,
useable = false,
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
name = 'weapon_pumpshotgun',
},
coke_brick = {
shouldClose = true,
type = 'item',
image = 'coke_brick.png',
description = 'Heavy package of cocaine, mostly used for deals and takes a lot of space',
unique = true,
useable = false,
label = 'Coke Brick',
weight = 1000,
name = 'coke_brick',
},
weapontint_mk2_22 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Bold Blue & White Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Bold Blue & White Tint',
weight = 1000,
name = 'weapontint_mk2_22',
},
rifle_holoscope = {
shouldClose = true,
type = 'item',
image = 'holoscope_attachment.png',
description = 'MK2 Gewehr Holovisier',
unique = true,
useable = true,
label = '100',
weight = 100,
name = 'rifle_holoscope',
},
elastic_bandage = {
shouldClose = true,
type = 'item',
image = 'elastisches-medizinisches-bandageband-komprimierend-geringe-dehnung-80-mm_189499203-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Elastische Binde',
weight = 100,
name = 'elastic_bandage',
},
marble_pop_limo = {
shouldClose = true,
type = 'item',
image = 'marblepop.png',
description = 'Kult-Getränk aus Japan: Erfrischende Limonade mit fruchtigem Geschmack und der typischen Glasmurmel',
unique = true,
useable = true,
label = 'Marble Pop Limo',
weight = 200,
name = 'marble_pop_limo',
},
cup_lemonade = {
shouldClose = true,
type = 'item',
image = '',
description = '',
unique = false,
useable = true,
label = 'Becher Sprunk',
weight = 100,
name = 'cup_lemonade',
},
orange_o_tang_zero_dose = {
shouldClose = true,
type = 'item',
image = 'ontangcanzero.png',
description = 'Dose Orangen Limo',
unique = false,
useable = true,
label = 'Orange O Tang Zero Dose',
weight = 50,
name = 'orange_o_tang_zero_dose',
},
thiopental = {
shouldClose = true,
type = 'item',
image = 'screenshot_696-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Thiopental',
weight = 100,
name = 'thiopental',
},
weapontint_mk2_25 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Metallic Gray & Lilac Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Metallic Gray & Lilac Tint',
weight = 1000,
name = 'weapontint_mk2_25',
},
weapon_ceramicpistol = {
label = 'Ceramic Pistol',
type = 'weapon',
image = 'weapon_ceramicpistol.png',
description = 'Weapon Ceramicpistol',
unique = true,
useable = true,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_ceramicpistol',
},
sauerstoff = {
shouldClose = true,
type = 'item',
image = 'screenshot_697-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Sauerstoff',
weight = 200,
name = 'sauerstoff',
},
sprunk_zero_flasche = {
shouldClose = true,
type = 'item',
image = 'sprunkbottle.png',
description = 'Flasche Zero Zitronen Limo',
unique = false,
useable = true,
label = 'Sprunk Zero Flasche',
weight = 80,
name = 'sprunk_zero_flasche',
},
ironoxide = {
shouldClose = false,
type = 'item',
image = 'ironoxide.png',
description = 'Some powder to mix with.',
unique = false,
useable = false,
label = 'Iron Powder',
weight = 100,
name = 'ironoxide',
},
kq_outfitbag = {
shouldClose = false,
type = 'item',
image = 'kq_outfitbag.png',
description = 'Der Kleiderschrank für unterwegs',
unique = false,
useable = true,
label = 'Outfit Rucksack',
weight = 5,
name = 'kq_outfitbag',
},
sniper_suppressor = {
shouldClose = true,
type = 'item',
image = 'suppressor_attachment.png',
description = '',
unique = true,
useable = true,
label = 'Sniper Schalldämpfer',
weight = 100,
name = 'sniper_suppressor',
},
respray_kit = {
shouldClose = true,
type = 'item',
image = 'respray_kit.png',
description = 'Perfekt für die schnelle Ausbesserung des Kleides',
unique = false,
useable = true,
label = 'Lack Spraydose',
weight = 0,
name = 'respray_kit',
},
['sifs_golden-ale'] = {
shouldClose = true,
type = 'item',
image = 'SifGoldenAle.png',
description = 'Golden und nahrhaft, wie das Feld unter der Obhut der Göttin Sif.',
unique = false,
useable = true,
label = 'Sif\'s Golden Ale',
weight = 200,
name = 'sifs_golden-ale',
},
campers_fuel = {
shouldClose = true,
type = 'item',
image = '_R4GAVMI-removebg-preview.png',
description = 'ein Campers am morgen vertreibt Kummer und Sorgen',
unique = false,
useable = true,
label = 'Campers Fuel',
weight = 100,
name = 'campers_fuel',
},
antipatharia_coral = {
shouldClose = true,
type = 'item',
image = 'antipatharia_coral.png',
description = 'Its also known as black corals or thorn corals',
unique = false,
useable = false,
label = 'Antipatharia',
weight = 1000,
name = 'antipatharia_coral',
},
gg_pug_bait_01 = {
shouldClose = true,
type = 'item',
image = 'gg_pug_bait_01.png',
description = '',
unique = false,
useable = true,
label = 'Illegaler Raubtierköder 1',
weight = 100,
name = 'gg_pug_bait_01',
},
weapon_combatshotgun = {
label = 'Beanbag Shotgun',
type = 'weapon',
image = 'beanbagshotgun.png',
description = 'Weapon Combatshotgun',
unique = true,
useable = false,
ammotype = 'AMMO_BEANBAG',
weight = 1000,
name = 'weapon_combatshotgun',
},
cooked_pork_joint = {
shouldClose = true,
type = 'item',
image = 'cooked_pork_joint.png',
description = '',
unique = false,
useable = true,
label = 'gegrillter Schweinebraten',
weight = 200,
name = 'cooked_pork_joint',
},
sessantacamo_attachment = {
shouldClose = true,
type = 'item',
image = 'sessantacamo_attachment.png',
description = 'A sessanta nove camo for a weapon',
unique = false,
useable = true,
label = 'Sessanta Nove Camo',
weight = 1000,
name = 'sessantacamo_attachment',
},
weed_route = {
shouldClose = false,
type = 'item',
image = 'weed_route.png',
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
unique = true,
useable = false,
label = 'Weed Route',
weight = 10,
name = 'weed_route',
},
armaid_plant = {
shouldClose = false,
type = 'item',
image = 'armaid_plant.png',
description = '„Kratzen wie Wolle, halten wie Stahl.“',
unique = false,
useable = false,
label = 'Aramid Fasern',
weight = 500,
name = 'armaid_plant',
},
esketamin = {
shouldClose = true,
type = 'item',
image = 'esketamin.png',
description = '',
unique = false,
useable = true,
label = 'Esketamin',
weight = 20,
name = 'esketamin',
},
cheese_burger = {
shouldClose = true,
type = 'item',
image = 'baconcheeseburger.png',
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.',
unique = true,
useable = true,
label = 'Bacon Cheese Burger',
weight = 150,
name = 'cheese_burger',
},
filter_papers = {
shouldClose = false,
type = 'item',
image = 'Fiterstrips2.png',
description = 'Der Joint ist dein Freund und am besten mit Filter',
unique = false,
useable = false,
label = 'Filtertip',
weight = 200,
name = 'filter_papers',
},
weapon_grenade = {
name = 'weapon_grenade',
unique = true,
useable = false,
type = 'weapon',
label = 'Grenade',
image = 'weapon_grenade.png',
weight = 1000,
description = 'A handheld throwable bomb',
},
weapon_raycarbine = {
label = 'Unholy Hellbringer',
type = 'weapon',
image = 'weapon_raycarbine.png',
description = 'Weapon Raycarbine',
unique = true,
useable = true,
ammotype = 'AMMO_SMG',
weight = 1000,
name = 'weapon_raycarbine',
},
weapon_briefcase = {
name = 'weapon_briefcase',
unique = true,
useable = false,
type = 'weapon',
label = 'Briefcase',
image = 'weapon_briefcase.png',
weight = 1000,
description = 'A briefcase for storing important documents',
},
weapontint_mk2_26 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Metallic Purple & Lime Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Metallic Purple & Lime Tint',
weight = 1000,
name = 'weapontint_mk2_26',
},
casinochips = {
shouldClose = false,
type = 'item',
image = 'casinochips.png',
description = 'Chips For Casino Gambling',
unique = false,
useable = false,
label = 'Casino Chips',
weight = 0,
name = 'casinochips',
},
water_bottle = {
shouldClose = true,
type = 'item',
image = 'wasserflasche.png',
description = 'Gerüchte sagen, es stammt aus einem Gletscher wahrscheinlich eher aus dem Hahn hinterm Werkstor.',
unique = false,
useable = true,
label = 'Wasser Flasche ',
weight = 100,
name = 'water_bottle',
},
weed = {
shouldClose = false,
type = 'item',
image = 'weed.png',
description = 'Wächst, riecht, entspannt',
unique = false,
useable = false,
label = 'Cannabispflanze',
weight = 100,
name = 'weed',
},
tactical_muzzle_brake = {
shouldClose = true,
type = 'item',
image = 'tactical_muzzle_brake.png',
description = 'A muzzle brakee for a weapon',
unique = false,
useable = true,
label = 'Tactical Muzzle Brake',
weight = 1000,
name = 'tactical_muzzle_brake',
},
seed = {
shouldClose = true,
type = 'item',
image = 'seed.png',
description = '',
unique = false,
useable = true,
label = 'Samen',
weight = 5,
name = 'seed',
},
corn_cob = {
shouldClose = true,
type = 'item',
image = 'corn_cob.png',
description = '',
unique = false,
useable = true,
label = 'Maiskolben',
weight = 100,
name = 'corn_cob',
},
empty_cup = {
shouldClose = true,
type = 'item',
image = 'empty_cup.png',
description = '',
unique = false,
useable = true,
label = 'leerer Becher',
weight = 6,
name = 'empty_cup',
},
bauernsalat = {
shouldClose = true,
type = 'item',
image = 'corban.png',
description = 'Türkischer Bauernsalat',
unique = true,
useable = true,
label = 'Çorban salatası ',
weight = 200,
name = 'bauernsalat',
},
digicamo_attachment = {
shouldClose = true,
type = 'item',
image = 'digicamo_attachment.png',
description = 'A digital camo for a weapon',
unique = false,
useable = true,
label = 'Digital Camo',
weight = 1000,
name = 'digicamo_attachment',
},
weapontint_mk2_17 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Bold Red Features Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Bold Red Features Tint',
weight = 1000,
name = 'weapontint_mk2_17',
},
weapon_candycane = {
name = 'weapon_candycane',
unique = true,
useable = true,
type = 'weapon',
label = 'Candy Cane',
image = 'weapon_candycane',
weight = 1000,
description = 'Candy Cane',
},
rifle_smallscope = {
shouldClose = true,
type = 'item',
image = 'smallscope_attachment.png',
description = '',
unique = true,
useable = true,
label = 'MK2 Gewehr Visier klein',
weight = 100,
name = 'rifle_smallscope',
},
tyre_replacement = {
shouldClose = true,
type = 'item',
image = 'tyre_replacement.png',
description = 'die Premium Schuhe der Kraftfahrzeuge',
unique = false,
useable = true,
label = 'Premium Reifen',
weight = 0,
name = 'tyre_replacement',
},
drum_attachment = {
shouldClose = true,
type = 'item',
image = 'drum_attachment.png',
description = 'A drum for a weapon',
unique = false,
useable = true,
label = 'Drum',
weight = 1000,
name = 'drum_attachment',
},
samsplint = {
shouldClose = true,
type = 'item',
image = 'samsplint.png',
description = '',
unique = false,
useable = true,
label = 'Samsplint',
weight = 100,
name = 'samsplint',
},
raw_sausages = {
shouldClose = true,
type = 'item',
image = 'raw_sausages.png',
description = '',
unique = false,
useable = true,
label = 'rohe Bratwurst',
weight = 100,
name = 'raw_sausages',
},
wine = {
shouldClose = true,
type = 'item',
image = 'wine.png',
description = 'Some good wine to drink on a fine evening',
unique = false,
useable = true,
label = 'Rotwein',
weight = 300,
name = 'wine',
},
cleaningkit = {
shouldClose = true,
type = 'item',
image = 'cleaningkit.png',
description = 'A microfiber cloth with some soap will let your car sparkle again!',
unique = false,
useable = true,
label = 'Cleaning Kit',
weight = 250,
name = 'cleaningkit',
},
tirerepairkit = {
shouldClose = true,
type = 'item',
image = 'tirerepairkit.png',
description = 'A kit to repair your tires',
unique = false,
useable = true,
label = 'Tire Repair Kit',
weight = 1000,
name = 'tirerepairkit',
},
precision_muzzle_brake = {
shouldClose = true,
type = 'item',
image = 'precision_muzzle_brake.png',
description = 'A muzzle brake for a weapon',
unique = false,
useable = true,
label = 'Precision Muzzle Brake',
weight = 1000,
name = 'precision_muzzle_brake',
},
vitaminloesung = {
shouldClose = true,
type = 'item',
image = 'screenshot_696-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Vitaminlösung 100',
weight = 100,
name = 'vitaminloesung',
},
orange_o_tang_dose = {
shouldClose = true,
type = 'item',
image = 'otangcan.png',
description = 'Dose Orangen Limo',
unique = false,
useable = true,
label = 'Orange O Tang Dose',
weight = 50,
name = 'orange_o_tang_dose',
},
markedbills = {
shouldClose = true,
type = 'item',
image = 'markedbills.png',
description = 'Money?',
unique = true,
useable = false,
label = 'Marked Money',
weight = 1000,
name = 'markedbills',
},
goezleme = {
shouldClose = true,
type = 'item',
image = 'Goezleme.png',
description = 'würzig gefülltes Fladenbrot',
unique = true,
useable = true,
label = 'Gözleme',
weight = 200,
name = 'goezleme',
},
gg_deer_hide_02 = {
shouldClose = true,
type = 'item',
image = 'gg_deer_hide_02.png',
description = '',
unique = true,
useable = false,
label = 'Robustes Hirschleder',
weight = 1000,
name = 'gg_deer_hide_02',
},
pistol_compensator = {
shouldClose = true,
type = 'item',
image = 'comp_attachment.png',
description = '',
unique = true,
useable = true,
label = 'Pistolen Kompensator',
weight = 100,
name = 'pistol_compensator',
},
pralinen = {
shouldClose = true,
type = 'item',
image = 'pralinen.png',
description = 'Damit Sie dich mal wieder ranlässt...',
unique = false,
useable = true,
label = 'Pralinen',
weight = 100,
name = 'pralinen',
},
weapon_briefcase_02 = {
name = 'weapon_briefcase_02',
unique = true,
useable = false,
type = 'weapon',
label = 'Suitcase',
image = 'weapon_briefcase2.png',
weight = 1000,
description = 'Wonderfull for nice vacation to Liberty City',
},
gazoz = {
shouldClose = true,
type = 'item',
image = 'Gazoz.png',
description = 'kohlensäurehaltiges, süßes Erfrischungsgetränk ',
unique = true,
useable = true,
label = 'Gazoz',
weight = 200,
name = 'gazoz',
},
aluminum = {
shouldClose = false,
type = 'item',
image = 'aluminum.png',
description = 'Nice piece of metal that you can probably use for something',
unique = false,
useable = false,
label = 'Aluminium',
weight = 100,
name = 'aluminum',
},
slanted_muzzle_brake = {
shouldClose = true,
type = 'item',
image = 'slanted_muzzle_brake.png',
description = 'A muzzle brake for a weapon',
unique = false,
useable = true,
label = 'Slanted Muzzle Brake',
weight = 1000,
name = 'slanted_muzzle_brake',
},
police_card = {
shouldClose = true,
type = 'item',
image = 'idcardpd.png',
description = '',
unique = true,
useable = true,
label = 'Police Card',
weight = 10,
name = 'police_card',
},
weapon_bullpuprifle = {
label = 'QBX-92-3',
type = 'weapon',
image = 'screenshot_411-removebg-preview.png',
description = 'Dieses Gewehr ist der neueste chinesische Import, der Amerika im Sturm erobert.',
unique = true,
useable = false,
ammotype = 'AMMO_RIFLE',
weight = 1000,
name = 'weapon_bullpuprifle',
},
gg_hunting_arrowammo = {
shouldClose = true,
type = 'item',
image = 'gg_hunting_arrowammo.png',
description = '',
unique = false,
useable = true,
label = 'Armbrust Pfeile',
weight = 20,
name = 'gg_hunting_arrowammo',
},
vitaminloesung_750 = {
shouldClose = true,
type = 'item',
image = 'screenshot_696-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Vitaminlösung 750',
weight = 750,
name = 'vitaminloesung_750',
},
semi_slick_tyres = {
shouldClose = true,
type = 'item',
image = 'semi_slick_tyres.png',
description = '',
unique = false,
useable = true,
label = 'Reifen semi slick',
weight = 0,
name = 'semi_slick_tyres',
},
thermalscope_attachment = {
shouldClose = true,
type = 'item',
image = 'thermalscope_attachment.png',
description = 'A thermal scope for a weapon',
unique = false,
useable = true,
label = 'Thermal Scope',
weight = 1000,
name = 'thermalscope_attachment',
},
flat_muzzle_brake = {
shouldClose = true,
type = 'item',
image = 'flat_muzzle_brake.png',
description = 'A muzzle brake for a weapon',
unique = false,
useable = true,
label = 'Flat Muzzle Brake',
weight = 1000,
name = 'flat_muzzle_brake',
},
weapontint_6 = {
shouldClose = true,
type = 'item',
image = 'weapontint_orange.png',
description = 'Orange Weapon Tint',
unique = false,
useable = true,
label = 'Orange Tint',
weight = 1000,
name = 'weapontint_6',
},
grapejuice = {
shouldClose = false,
type = 'item',
image = 'grapejuice.png',
description = 'Grape juice is said to be healthy',
unique = false,
useable = true,
label = 'Grape Juice',
weight = 200,
name = 'grapejuice',
},
kakao3 = {
shouldClose = true,
type = 'item',
image = 'kakao3.png',
description = 'Eine Tasse heiße Schokolade mit Marshmallows ist wie ein Kuschelabend in flüssiger Form süß, warm und himmlisch übertrieben.',
unique = true,
useable = true,
name = 'kakao3',
weight = 100,
label = 'Tasse Heiße Schokolade mit Marshmallows',
},
quickclot = {
shouldClose = true,
type = 'item',
image = '40053-QuikClot-Combat-Gauze-01-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Wundschnellverband',
weight = 100,
name = 'quickclot',
},
marshmallows = {
shouldClose = true,
type = 'item',
image = 'marshmallows.png',
description = 'Marshmallows sind wie kleine Wolken, die versehentlich in Zucker gefallen und dann beschlossen haben, für immer süß zu bleiben.',
unique = false,
useable = true,
name = 'marshmallows',
weight = 200,
label = 'Packung Marshmallows',
},
hotdog = {
shouldClose = true,
type = 'item',
image = 'screenshot_691-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Hot Dog',
weight = 100,
name = 'hotdog',
},
heartstopper = {
shouldClose = true,
type = 'item',
image = 'screenshot_687-removebg-preview.png',
description = '"Sieben Lagen pures Glück und ein direkter Weg zum Herzstillstand!"',
unique = false,
useable = true,
label = 'Heart Stopper ',
weight = 600,
name = 'heartstopper',
},
pinger = {
shouldClose = true,
type = 'item',
image = 'pinger.png',
description = 'With a pinger and your phone you can send out your location',
unique = false,
useable = false,
label = 'Pinger',
weight = 1000,
name = 'pinger',
},
weapontint_mk2_11 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Yellow Contrast Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Yellow Contrast Tint',
weight = 1000,
name = 'weapontint_mk2_11',
},
salep = {
shouldClose = true,
type = 'item',
image = 'salep.png',
description = ' Zimt Heißgetränk',
unique = true,
useable = true,
label = 'Salep',
weight = 200,
name = 'salep',
},
jords_ea_latter = {
shouldClose = true,
type = 'item',
image = 'NjordsSeaPlatter.png',
description = 'Frisch aus dem Meer, diese Meeresfrüchte erinnern an Njords Verbindung zu den stürmischen Wellen der nordischen Meere.',
unique = false,
useable = true,
label = 'Njord\'s Sea Platter',
weight = 200,
name = 'njords_sea_platter',
},
glass = {
shouldClose = false,
type = 'item',
image = 'glass.png',
description = 'It is very fragile, watch out',
unique = false,
useable = false,
label = 'Glass',
weight = 100,
name = 'glass',
},
emergencydrone = {
shouldClose = true,
type = 'item',
image = 'police_drone.png',
description = '',
unique = true,
useable = true,
label = 'Einsatz Drohne',
weight = 1000,
name = 'emergencydrone',
},
air_filter = {
shouldClose = true,
type = 'item',
image = 'air_filter.png',
description = 'sollte das Baby wieder nach Luft schreien, einmal wechseln',
unique = false,
useable = true,
label = 'Premium Luftfilter',
weight = 0,
name = 'air_filter',
},
holoscope_attachment = {
shouldClose = true,
type = 'item',
image = 'holoscope_attachment.png',
description = 'A holo scope for a weapon',
unique = false,
useable = true,
label = 'Holo Scope',
weight = 1000,
name = 'holoscope_attachment',
},
small_triggersystem = {
shouldClose = false,
type = 'item',
image = 'trigger2.png',
description = 'Winzig, aber mächtig ein kleiner Klick und die Action geht los',
unique = false,
useable = false,
label = 'kleines Abzugssystem',
weight = 100,
name = 'small_triggersystem',
},
weapon_pumpshotgun_mk2 = {
label = 'Pumpshotgun Mk II',
type = 'weapon',
image = 'weapon_pumpshotgun_mk2.png',
description = 'Pumpshotgun MK2',
unique = true,
useable = true,
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
name = 'weapon_pumpshotgun_mk2',
},
weapon_bread = {
name = 'weapon_bread',
unique = true,
useable = false,
type = 'weapon',
label = 'Baquette',
image = 'baquette.png',
weight = 1000,
description = 'Bread...?',
},
propofol_100 = {
shouldClose = true,
type = 'item',
image = 'Propofol-00409469924-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Propofol (100ml)',
weight = 100,
name = 'propofol_100',
},
weapon_microsmg = {
label = 'Micro SMG',
type = 'weapon',
image = 'weapon_microsmg.png',
description = 'A handheld light weight machine gun',
unique = true,
useable = false,
ammotype = 'AMMO_SMG',
weight = 1000,
name = 'weapon_microsmg',
},
driver_license = {
shouldClose = false,
type = 'item',
image = 'driver_license.png',
description = 'Permit to show you can drive a vehicle',
unique = true,
useable = true,
label = 'Drivers License',
weight = 0,
name = 'driver_license',
},
hotdog_deluxe = {
shouldClose = true,
type = 'item',
image = 'hotdogdeluxe-removebg-preview.png',
description = 'Der König unter den Hotdogs',
unique = true,
useable = true,
label = 'Deluxe Hotdog',
weight = 100,
name = 'hotdog_deluxe',
},
weapon_crowbar = {
name = 'weapon_crowbar',
unique = true,
useable = false,
type = 'weapon',
label = 'Crowbar',
image = 'weapon_crowbar.png',
weight = 1000,
description = 'An iron bar with a flattened end, used as a lever',
},
smg_flashlight = {
shouldClose = true,
type = 'item',
image = 'flashlight_attachment.png',
description = '',
unique = true,
useable = true,
label = 'SMG Licht',
weight = 100,
name = 'smg_flashlight',
},
cooked_turkey_drum = {
shouldClose = true,
type = 'item',
image = 'cooked_turkey_drum.png',
description = '',
unique = false,
useable = true,
label = 'gegrillte Putenkeule',
weight = 100,
name = 'cooked_turkey_drum',
},
salbutamol = {
shouldClose = true,
type = 'item',
image = 'salbutamol.png',
description = '',
unique = false,
useable = true,
label = 'Salbutamol',
weight = 10,
name = 'salbutamol',
},
weapon_combatmg = {
label = 'Combat MG',
type = 'weapon',
image = 'weapon_combatmg.png',
description = 'A combat version of an automatic gun that fires bullets in rapid succession for as long as the trigger is pressed',
unique = true,
useable = false,
ammotype = 'AMMO_MG',
weight = 1000,
name = 'weapon_combatmg',
},
perseuscamo_attachment = {
shouldClose = true,
type = 'item',
image = 'perseuscamo_attachment.png',
description = 'A perseus camo for a weapon',
unique = false,
useable = true,
label = 'Perseus Camo',
weight = 1000,
name = 'perseuscamo_attachment',
},
cooked_kebab = {
shouldClose = true,
type = 'item',
image = 'cooked_kebab.png',
description = '',
unique = false,
useable = true,
label = 'gegrilltes Schaschlick',
weight = 200,
name = 'cooked_kebab',
},
cooked_brisket = {
shouldClose = true,
type = 'item',
image = 'cooked_brisket.png',
description = '',
unique = false,
useable = true,
label = 'gegrilltes Brisket',
weight = 200,
name = 'cooked_brisket',
},
salsa_nachos = {
shouldClose = true,
type = 'item',
image = 'ChatGPT_Image_26._Apr._2025__19_00_33-removebg-preview.png',
description = 'Knusprige Nachos, serviert mit frischer, würziger Salsa ',
unique = true,
useable = true,
label = 'Nachos mit Salsa',
weight = 200,
name = 'salsa_nachos',
},
bellend_muzzle_brake = {
shouldClose = true,
type = 'item',
image = 'bellend_muzzle_brake.png',
description = 'A muzzle brake for a weapon',
unique = false,
useable = true,
label = 'Bellend Muzzle Brake',
weight = 1000,
name = 'bellend_muzzle_brake',
},
gatecrack = {
shouldClose = true,
type = 'item',
image = 'usb_device.png',
description = 'Handy software to tear down some fences',
unique = false,
useable = false,
label = 'Gatecrack',
weight = 0,
name = 'gatecrack',
},
lean_route = {
shouldClose = false,
type = 'item',
image = 'lean_route.png',
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
unique = true,
useable = false,
label = 'Lean Route',
weight = 10,
name = 'lean_route',
},
weapon_hatchet = {
name = 'weapon_hatchet',
unique = true,
useable = false,
type = 'weapon',
label = 'Hatchet',
image = 'weapon_hatchet.png',
weight = 1000,
description = 'A small axe with a short handle for use in one hand',
},
surgical_kit = {
shouldClose = true,
type = 'item',
image = 'surgicalkit.png',
description = '',
unique = false,
useable = true,
label = 'Näh-Set',
weight = 500,
name = 'surgical_kit',
},
clip_attachment = {
shouldClose = true,
type = 'item',
image = 'clip_attachment.png',
description = 'A clip for a weapon',
unique = false,
useable = true,
label = 'Clip',
weight = 1000,
name = 'clip_attachment',
},
weapon_autoshotgun = {
label = 'Auto Shotgun',
type = 'weapon',
image = 'weapon_autoshotgun.png',
description = 'A shotgun capable of rapid continous fire',
unique = true,
useable = false,
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
name = 'weapon_autoshotgun',
},
mixed_grilled_plate = {
shouldClose = true,
type = 'item',
image = 'Gemischter_grillteller.png',
description = 'gemischter Grillteller mit Beilagen',
unique = true,
useable = true,
label = 'KARIŞIK IZGARA ',
weight = 200,
name = 'mixed_grilled_plate',
},
weapon_knife = {
name = 'weapon_knife',
unique = true,
useable = false,
type = 'weapon',
label = 'Knife',
image = 'weapon_knife.png',
weight = 1000,
description = 'An instrument composed of a blade fixed into a handle, used for cutting or as a weapon',
},
field_dressing = {
shouldClose = true,
type = 'item',
image = 'screenshot_477-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Verbandtuch',
weight = 100,
name = 'field_dressing',
},
weed_ak47 = {
shouldClose = false,
type = 'item',
image = 'weed_baggy.png',
description = 'A weed bag with 2g AK47',
unique = false,
useable = true,
label = 'AK47 2g',
weight = 200,
name = 'weed_ak47',
},
diving_fill = {
shouldClose = true,
type = 'item',
image = 'diving_tube.png',
description = 'An oxygen tube and a rebreather',
unique = true,
useable = true,
label = 'Diving Tube',
weight = 3000,
name = 'diving_fill',
},
shotgun_squaredmuzzle = {
shouldClose = true,
type = 'item',
image = 'comp_attachment.png',
description = '',
unique = true,
useable = true,
label = 'MK2 Shotgun Squaredmuzzle',
weight = 100,
name = 'shotgun_squaredmuzzle',
},
lahmacun = {
shouldClose = true,
type = 'item',
image = 'lahmacun.png',
description = 'Fladenbrot mit einer würzigen Mischung aus Hackfleisch, Zwiebeln, Tomaten und Olivenöl',
unique = true,
useable = true,
label = 'Lahmacun',
weight = 200,
name = 'lahmacun',
},
lsd_route = {
shouldClose = false,
type = 'item',
image = 'lsd_route.png',
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
unique = true,
useable = false,
label = 'LSD Route',
weight = 10,
name = 'lsd_route',
},
weapon_appistol = {
label = ' Klog 19 A',
type = 'weapon',
image = 'screenshot_406-removebg-preview.png',
description = 'Wie die normale Klog nur mit mehr Fuck Yeaaah!',
unique = true,
useable = false,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_appistol',
},
weed_nutrition = {
shouldClose = true,
type = 'item',
image = 'weed_nutrition.png',
description = 'Plant nutrition',
unique = false,
useable = true,
label = 'Plant Fertilizer',
weight = 2000,
name = 'weed_nutrition',
},
meth_pipe = {
shouldClose = false,
type = 'item',
image = 'Meth pfeife.png',
description = 'Leere Pfeife zum möglichen Glück was keins ist',
unique = false,
useable = false,
label = 'Leere Methpfeife',
weight = 500,
name = 'meth_pipe',
},
pistol_extendedclip = {
shouldClose = true,
type = 'item',
image = 'clip_attachment.png',
description = 'erw. Pistolen Magazin',
unique = true,
useable = true,
label = 'pistol_extendedclip',
weight = 100,
name = 'pistol_extendedclip',
},
ceramic_barrel = {
shouldClose = false,
type = 'item',
image = 'keramiklauf.png',
description = 'Der Lauf, der sich in jeder Sicherheitskontrolle unsichtbar macht',
unique = false,
useable = false,
label = 'Keramiklauf',
weight = 200,
name = 'ceramic_barrel',
},
weed_ak47_seed = {
shouldClose = true,
type = 'item',
image = 'weed_seed.png',
description = 'A weed seed of AK47',
unique = false,
useable = true,
label = 'AK47 Seed',
weight = 0,
name = 'weed_ak47_seed',
},
lawyerpass = {
shouldClose = false,
type = 'item',
image = 'lawyerpass.png',
description = 'Pass exclusive to lawyers to show they can represent a suspect',
unique = true,
useable = true,
label = 'Lawyer Pass',
weight = 0,
name = 'lawyerpass',
},
ecola_dose = {
shouldClose = true,
type = 'item',
image = 'ecolacan.png',
description = 'Dose Cola',
unique = false,
useable = true,
label = 'E-Cola Dose',
weight = 50,
name = 'ecola_dose',
},
gg_hunting_rifleammo = {
shouldClose = true,
type = 'item',
image = 'gg_hunting_rifleammo.png',
description = '',
unique = false,
useable = true,
label = 'Jagdgewehr Munition',
weight = 200,
name = 'gg_hunting_rifleammo',
},
heroin_injection = {
shouldClose = true,
type = 'item',
image = 'dirtyneedle.png',
description = 'Der schnellste Weg ins Nirwana, aber der Ausgang ist unsichtbar',
unique = false,
useable = true,
label = 'Heroinspritze',
weight = 750,
name = 'heroin_injection',
},
saldprezels = {
shouldClose = true,
type = 'item',
image = 'ChatGPT_Image_27._Apr._2025__00_12_06-removebg-preview.png',
description = 'Knusprige Mini-Salzbrezeln',
unique = true,
useable = true,
label = 'Salzbrezeln',
weight = 150,
name = 'saldprezels',
},
espresso = {
shouldClose = true,
type = 'item',
image = 'espresso.png',
description = 'Hiernach bist du safe wach ^^',
unique = true,
useable = true,
name = 'espresso',
weight = 100,
label = 'Tasse Espresso',
},
armor = {
shouldClose = true,
type = 'item',
image = 'armor.png',
description = 'Some protection won\'t hurt... right?',
unique = false,
useable = true,
label = 'Armor',
weight = 5000,
name = 'armor',
},
gg_salt_block_03 = {
shouldClose = true,
type = 'item',
image = 'gg_salt_block_03.png',
description = '',
unique = false,
useable = true,
label = 'Premium Salzblock',
weight = 100,
name = 'gg_salt_block_03',
},
kaugummi = {
shouldClose = true,
type = 'item',
image = 'kaugummi.png',
description = 'Damit dein Maul net mehr so Stinkt...',
unique = false,
useable = true,
label = 'Kaugummi ',
weight = 40,
name = 'kaugummi',
},
fat_end_muzzle_brake = {
shouldClose = true,
type = 'item',
image = 'fat_end_muzzle_brake.png',
description = 'A muzzle brake for a weapon',
unique = false,
useable = true,
label = 'Fat End Muzzle Brake',
weight = 1000,
name = 'fat_end_muzzle_brake',
},
shotgun_suppressor = {
shouldClose = true,
type = 'item',
image = 'suppressor_attachment.png',
description = '',
unique = true,
useable = true,
label = 'Shotgun Schalldämpfer',
weight = 100,
name = 'shotgun_suppressor',
},
emp_ammo = {
shouldClose = true,
type = 'item',
image = 'emp_ammo.png',
description = 'Ammo for EMP Launcher',
unique = false,
useable = true,
label = 'EMP Ammo',
weight = 200,
name = 'emp_ammo',
},
weapon_combatpdw = {
shouldClose = true,
type = 'weapon',
image = 'zigmpx.png',
description = 'Ab Werk leise',
unique = true,
useable = false,
label = 'Zig MPX',
weight = 1000,
name = 'weapon_combatpdw',
},
weed_ogkush_seed = {
shouldClose = true,
type = 'item',
image = 'weed_seed.png',
description = 'A weed seed of OG Kush',
unique = false,
useable = true,
label = 'OGKush Seed',
weight = 0,
name = 'weed_ogkush_seed',
},
sprunk = {
shouldClose = true,
type = 'item',
image = 'screenshot_688-removebg-preview.png',
description = '"Weil dein Körper Zucker liebt du aber nicht deinen Körper."',
unique = false,
useable = true,
label = 'Sprunk Softdrink',
weight = 100,
name = 'sprunk',
},
whiskey = {
shouldClose = true,
type = 'item',
image = 'whiskey.png',
description = 'For all the thirsty out there',
unique = false,
useable = true,
label = 'Whiskey',
weight = 500,
name = 'whiskey',
},
shotgun_grip = {
shouldClose = true,
type = 'item',
image = 'grip_attachment.png',
description = '',
unique = true,
useable = true,
label = 'Shotgun Griff',
weight = 100,
name = 'shotgun_grip',
},
diving_gear = {
shouldClose = true,
type = 'item',
image = 'diving_gear.png',
description = 'An oxygen tank and a rebreather',
unique = true,
useable = true,
label = 'Diving Gear',
weight = 30000,
name = 'diving_gear',
},
smg_extendedclip = {
shouldClose = true,
type = 'item',
image = 'smg_extendedclip.png',
description = '',
unique = true,
useable = true,
label = 'erw. SMG Magazin',
weight = 100,
name = 'smg_extendedclip',
},
pistol_ammo = {
shouldClose = true,
type = 'item',
image = 'pistolenmuni.png',
description = 'Peng in klein',
unique = false,
useable = true,
label = 'Pistolen Munition',
weight = 200,
name = 'pistol_ammo',
},
lighter = {
shouldClose = true,
type = 'item',
image = 'lighter.png',
description = 'Flamme an oder so ....',
unique = false,
useable = false,
label = 'Feuerzeug',
weight = 100,
name = 'lighter',
},
bcso_card = {
shouldClose = true,
type = 'item',
image = 'idcardpd.png',
description = '',
unique = true,
useable = true,
label = 'BCSO Card',
weight = 10,
name = 'bcso_card',
},
weapontint_mk2_31 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Metallic Orange & Yellow Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Metallic Orange & Yellow Tint',
weight = 1000,
name = 'weapontint_mk2_31',
},
ammo_beanbag = {
shouldClose = true,
type = 'item',
image = 'beanbag_ammo.png',
description = 'Munition für die Beanbag Shotgun',
unique = false,
useable = true,
label = 'Beanbag Ammo',
weight = 100,
name = 'ammo_beanbag',
},
weapon_doubleaction = {
label = ' Revolver',
type = 'weapon',
image = 'revolver2.png',
description = 'Moderner Revolver um auf Städter zu schießen und was sich sonst noch so bewegt ^^',
unique = true,
useable = false,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_doubleaction',
},
cooked_lamb_chop = {
shouldClose = true,
type = 'item',
image = 'cooked_lamb_chops.png',
description = '',
unique = false,
useable = true,
label = 'gegrillte Lamkeule',
weight = 200,
name = 'cooked_lamb_chop',
},
ornageo = {
shouldClose = true,
type = 'item',
image = 'screenshot_688-removebg-preview.png',
description = '"Weil dein Körper Zucker liebt du aber nicht deinen Körper."',
unique = false,
useable = true,
label = 'Orange O Tang Softdrink',
weight = 100,
name = 'ornageo',
},
gg_pug_bait_02 = {
shouldClose = true,
type = 'item',
image = 'gg_pug_bait_02.png',
description = '',
unique = false,
useable = true,
label = 'Illegaler Raubtierköder 2',
weight = 100,
name = 'gg_pug_bait_02',
},
weapon_flashlight = {
name = 'weapon_flashlight',
unique = true,
useable = false,
type = 'weapon',
label = 'Flashlight',
image = 'weapon_flashlight.png',
weight = 1000,
description = 'Heller als Du ^^',
},
sniper_extendedclip = {
shouldClose = true,
type = 'item',
image = 'sniper_extendedclip.png',
description = '',
unique = true,
useable = true,
label = 'erw. Sniper Magazin',
weight = 100,
name = 'sniper_extendedclip',
},
freyas_blossom = {
shouldClose = true,
type = 'item',
image = 'FreyasBlossom.png',
description = 'Ein blumiges und fruchtiges Getränk, das die Zartheit und Schönheit, der Göttin Freya widerspiegelt.',
unique = false,
useable = true,
label = 'Freyas Blossom',
weight = 250,
name = 'freyas_blossom',
},
veh_toolbox = {
shouldClose = true,
type = 'item',
image = 'veh_toolbox.png',
description = 'Check vehicle status',
unique = false,
useable = true,
label = 'Toolbox',
weight = 1000,
name = 'veh_toolbox',
},
odins_wisdom_brew = {
shouldClose = true,
type = 'item',
image = 'OdinsWisdomBrew.png',
description = 'Ein Getränk, das auch ohne Alkohol die Weisheit und Kraft des Allvaters vermittelt voller Geschmack und leicht süß.',
unique = false,
useable = true,
label = 'Odin\'s Wisdom Brew (alkoholfrei)',
weight = 200,
name = 'odins_wisdom_brew',
},
beerkeg = {
shouldClose = true,
type = 'item',
image = 'beerkeg.png',
description = '',
unique = true,
useable = true,
label = 'Bierfass',
weight = 600,
name = 'beerkeg',
},
redwoodpack = {
shouldClose = true,
type = 'item',
image = 'redwoodpack.png',
description = '',
unique = false,
useable = true,
label = 'Packung Redwood Zigaretten',
weight = 200,
name = 'redwoodpack',
},
smg_scope = {
shouldClose = true,
type = 'item',
image = 'holoscope_attachment.png',
description = '',
unique = true,
useable = true,
label = 'SMG Visier',
weight = 100,
name = 'smg_scope',
},
gunpowder = {
shouldClose = false,
type = 'item',
image = 'gunpowder.png',
description = 'Schwarzes Pulver kann Schaden machen kann im Verdichten Zustand',
unique = false,
useable = false,
label = 'Schwarzpulver',
weight = 500,
name = 'gunpowder',
},
switchblade_mechanism = {
shouldClose = false,
type = 'item',
image = 'weapon_parts2.png',
description = 'Der flinke Schalter ein Klick, und das Messer ist blitzschnell auf dem Sprung',
unique = false,
useable = false,
label = 'Mechanismus für Springmesser',
weight = 500,
name = 'switchblade_mechanism',
},
slick_tyres = {
shouldClose = true,
type = 'item',
image = 'slick_tyres.png',
description = '',
unique = false,
useable = true,
label = 'Reifen slick',
weight = 0,
name = 'slick_tyres',
},
['3-fach_impfung_katze'] = {
shouldClose = true,
type = 'item',
image = 'katzenimpfstoff.png',
description = '',
unique = false,
useable = true,
label = '3-fach Impfung Katze',
weight = 20,
name = '3-fach_impfung_katze',
},
weapon_advancedrifle = {
label = 'Advanced Rifle',
type = 'weapon',
image = 'weapon_advancedrifle.png',
description = 'An assault version of a rapid-fire, magazine-fed automatic rifle designed for infantry use',
unique = true,
useable = false,
ammotype = 'AMMO_RIFLE',
weight = 1000,
name = 'weapon_advancedrifle',
},
flashlight_attachment = {
shouldClose = true,
type = 'item',
image = 'flashlight_attachment.png',
description = 'A flashlight for a weapon',
unique = false,
useable = true,
label = 'Flashlight',
weight = 1000,
name = 'flashlight_attachment',
},
hundefutter = {
shouldClose = true,
type = 'item',
image = 'dogfood.png',
description = 'Futter für Hunde',
unique = false,
useable = true,
label = 'Hundefutter',
weight = 200,
name = 'hundefutter',
},
heavyarmor = {
shouldClose = true,
type = 'item',
image = 'armor.png',
description = 'Some protection won\'t hurt... right?',
unique = false,
useable = true,
label = 'Heavy Armor',
weight = 5000,
name = 'heavyarmor',
},
gg_captured_chickenhawk = {
shouldClose = true,
type = 'item',
image = 'gg_captured_chickenhawk.png',
description = '',
unique = true,
useable = true,
label = 'Gefangener Falke',
weight = 5000,
name = 'gg_captured_chickenhawk',
},
cokebaggy = {
shouldClose = true,
type = 'item',
image = 'cocaine_baggy.png',
description = 'To get happy real quick',
unique = false,
useable = true,
label = 'Bag of Coke',
weight = 0,
name = 'cokebaggy',
},
handcuffs = {
shouldClose = true,
type = 'item',
image = 'handcuffs.png',
description = 'Comes in handy when people misbehave. Maybe it can be used for something else?',
unique = true,
useable = true,
label = 'Handschellen',
weight = 100,
name = 'handcuffs',
},
cefalexin = {
shouldClose = true,
type = 'item',
image = 'Cefalexin.png',
description = '',
unique = false,
useable = true,
label = 'Cefalexin',
weight = 20,
name = 'cefalexin',
},
weapon_marksmanrifle = {
label = 'Besseres Jagdgewehr',
type = 'weapon',
image = 'screenshot_395-removebg-preview.png',
description = '... die Sonntagsjäger fahrn in den Touristenwald ...',
unique = true,
useable = false,
ammotype = 'AMMO_SNIPER',
weight = 1000,
name = 'weapon_marksmanrifle',
},
i4_engine = {
shouldClose = true,
type = 'item',
image = 'i4_engine.png',
description = '',
unique = false,
useable = true,
label = 'I4 Motor',
weight = 0,
name = 'i4_engine',
},
coffeemug = {
shouldClose = true,
type = 'item',
image = 'coffeemug.png',
description = '„Kaffee? Nein, das ist flüssiger Wahnsinn in \'ner Keramikgranate. Perfekt zum Durchziehen von Überfällen, Steuererklärungen oder Montagen.“',
unique = true,
useable = true,
name = 'coffeemug',
weight = 100,
label = 'Tasse Kaffee',
},
filled_evidence_bag = {
shouldClose = false,
type = 'item',
image = 'evidence.png',
description = 'A filled evidence bag to see who committed the crime >:(',
unique = true,
useable = false,
label = 'Evidence Bag',
weight = 200,
name = 'filled_evidence_bag',
},
cooked_bbq_wings = {
shouldClose = true,
type = 'item',
image = 'cooked_bbq_wings.png',
description = '',
unique = false,
useable = true,
label = 'gegrillte BBQ Wings',
weight = 200,
name = 'cooked_bbq_wings',
},
ceramic_brakes = {
shouldClose = true,
type = 'item',
image = 'ceramic_brakes.png',
description = '',
unique = false,
useable = true,
label = 'Ceramic Bremsen',
weight = 0,
name = 'ceramic_brakes',
},
weapontint_mk2_4 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Classic Beige Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Classic Beige Tint',
weight = 1000,
name = 'weapontint_mk2_4',
},
ammunition_route = {
shouldClose = false,
type = 'item',
image = 'ammunition_route.png',
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
unique = true,
useable = false,
label = 'Munitions Route',
weight = 10,
name = 'ammunition_route',
},
bank_card = {
shouldClose = true,
type = 'item',
image = 'bank_card.png',
description = 'Used to access ATM',
unique = true,
useable = true,
label = 'Bank Card',
weight = 0,
name = 'bank_card',
},
bbq_grill = {
shouldClose = true,
type = 'item',
image = 'bbq_grill.png',
description = '',
unique = false,
useable = true,
label = 'BBQ Grill',
weight = 1000,
name = 'bbq_grill',
},
vitaminloesung_1000 = {
shouldClose = true,
type = 'item',
image = 'screenshot_696-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Vitaminlösung 1000',
weight = 1000,
name = 'vitaminloesung_1000',
},
weapon_poolcue = {
name = 'weapon_poolcue',
unique = true,
useable = false,
type = 'weapon',
label = 'Billardque',
image = 'weapon_poolcue.png',
weight = 1000,
description = 'A stick used to strike a ball, usually the cue ball (or other things)',
},
eimdalls_uard_read = {
shouldClose = true,
type = 'item',
image = 'HeimdallsGuardBread.png',
description = 'Stark und nahrhaft, dieses Brot bewacht den Magen und bereitet dich auf den Genuss der kommenden Speisen vor.',
unique = false,
useable = true,
label = 'Heimdall\'s Guard Bread',
weight = 200,
name = 'heimdalls_guard_bread',
},
chemical_set = {
shouldClose = false,
type = 'item',
image = 'lab.png',
description = 'Dein persönliches Labor für Experimente, die besser nicht in der Küche stattfinden.',
unique = false,
useable = false,
label = 'Chemikalien-Set',
weight = 1000,
name = 'chemical_set',
},
donut = {
shouldClose = true,
type = 'item',
image = 'donut.png',
description = 'Dooooonuuuuts',
unique = false,
useable = true,
label = 'Donut',
weight = 100,
name = 'donut',
},
aldurs_ight_lixir = {
shouldClose = true,
type = 'item',
image = 'BaldursLightElixir.png',
description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.',
unique = false,
useable = true,
label = 'Baldur\'s Light Elixir',
weight = 200,
name = 'baldurs_light_elixir',
},
weapon_unarmed = {
name = 'weapon_unarmed',
unique = true,
useable = false,
type = 'weapon',
label = 'Fists',
image = 'placeholder.png',
weight = 1000,
description = 'Fisticuffs',
},
weapontint_mk2_15 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Bold Orange Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Bold Orange Tint',
weight = 1000,
name = 'weapontint_mk2_15',
},
woodcamo_attachment = {
shouldClose = true,
type = 'item',
image = 'woodcamo_attachment.png',
description = 'A woodland camo for a weapon',
unique = false,
useable = true,
label = 'Woodland Camo',
weight = 1000,
name = 'woodcamo_attachment',
},
magic_mushroom = {
shouldClose = false,
type = 'item',
image = 'magic_mushroom.png',
description = 'Der Pilz, der dir das Gefühl gibt, du könntest mit deinen Gedanken den Regenbogen malen.',
unique = false,
useable = false,
label = 'Mutterkorn',
weight = 500,
name = 'magic_mushroom',
},
weed_skunk_seed = {
shouldClose = true,
type = 'item',
image = 'weed_seed.png',
description = 'A weed seed of Skunk',
unique = false,
useable = true,
label = 'Skunk Seed',
weight = 0,
name = 'weed_skunk_seed',
},
burrito = {
shouldClose = true,
type = 'item',
image = 'screenshot_690-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Burrito',
weight = 100,
name = 'burrito',
},
thermite = {
shouldClose = true,
type = 'item',
image = 'thermite.png',
description = 'Sometimes you\'d wish for everything to burn',
unique = false,
useable = true,
label = 'Thermite',
weight = 1000,
name = 'thermite',
},
weapontint_mk2_18 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Bold Green Features Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Bold Green Features Tint',
weight = 1000,
name = 'weapontint_mk2_18',
},
amiodaron = {
shouldClose = true,
type = 'item',
image = 'amiodaron.png',
description = '',
unique = false,
useable = true,
label = 'Amiodaron',
weight = 15,
name = 'amiodaron',
},
smg_ammo = {
shouldClose = true,
type = 'item',
image = 'smgmuni.png',
description = 'Kleines schnelles Peng',
unique = false,
useable = true,
label = 'SMG Munition',
weight = 500,
name = 'smg_ammo',
},
sprunk_flasche = {
shouldClose = true,
type = 'item',
image = 'sprunkbottle1.png',
description = 'Flasche Zitronen Limo',
unique = false,
useable = true,
label = 'Sprunk Flasche',
weight = 80,
name = 'sprunk_flasche',
},
blood_250 = {
shouldClose = true,
type = 'item',
image = 'bloodbag.png',
description = '',
unique = false,
useable = true,
label = 'Blut (250ml)',
weight = 250,
name = 'blood_250',
},
table = {
shouldClose = true,
type = 'item',
image = 'table.png',
description = '',
unique = false,
useable = true,
label = 'Klapptisch',
weight = 400,
name = 'table',
},
rolex = {
shouldClose = true,
type = 'item',
image = 'rolex.png',
description = 'A golden watch seems like the jackpot to me!',
unique = false,
useable = false,
label = 'Golden Watch',
weight = 1500,
name = 'rolex',
},
weapon_revolver_mk2 = {
label = 'Blood in and out Gun',
type = 'weapon',
image = 'screenshot_419-removebg-preview.png',
description = 'da Violence',
unique = true,
useable = false,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_revolver_mk2',
},
screwdriverset = {
shouldClose = false,
type = 'item',
image = 'screwdriverset.png',
description = 'Sehr nützlich zum Schrauben... zu schrauben...',
unique = false,
useable = false,
label = 'Schraubendreher',
weight = 1000,
name = 'screwdriverset',
},
brakepad_replacement = {
shouldClose = true,
type = 'item',
image = 'brakepad_replacement.png',
description = '',
unique = false,
useable = true,
label = 'Premium Bremsenteile',
weight = 0,
name = 'brakepad_replacement',
},
juice = {
shouldClose = true,
type = 'item',
image = 'juice.png',
description = 'Wenn hier Anna nass macht dann bin ICH das !!!!',
unique = false,
useable = true,
label = 'Saft',
weight = 100,
name = 'juice',
},
weapon_handcuffs = {
name = 'weapon_handcuffs',
unique = true,
useable = false,
type = 'weapon',
label = 'Handcuffs',
image = 'weapon_handcuffs.png',
weight = 1000,
description = 'A pair of lockable linked metal rings for securing a prisoner\'s wrists',
},
etilefrin = {
shouldClose = true,
type = 'item',
image = 'screenshot_696-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Etilefrin',
weight = 100,
name = 'etilefrin',
},
cooked_bbq_thigh = {
shouldClose = true,
type = 'item',
image = 'cooked_bbq_thigh.png',
description = '',
unique = false,
useable = true,
label = 'gegrillte Hähnchenkeule',
weight = 200,
name = 'cooked_bbq_thigh',
},
weed_brick = {
shouldClose = true,
type = 'item',
image = 'weed_brick.png',
description = '1KG Weed Brick to sell to large customers.',
unique = false,
useable = false,
label = 'Weed Brick',
weight = 1000,
name = 'weed_brick',
},
cocoa = {
shouldClose = false,
type = 'item',
image = 'cacao.png',
description = 'Kakaopulver ist Schokolade im Tarnanzug bereit, jede Tasse in Wohlfühlzauber zu verwandeln.',
unique = false,
useable = false,
name = 'cocoa',
weight = 200,
label = 'Packung Kakaopulver',
},
metacam = {
shouldClose = true,
type = 'item',
image = 'Metacam.png',
description = '',
unique = false,
useable = true,
label = 'Metacam',
weight = 20,
name = 'metacam',
},
gg_captured_hen = {
shouldClose = true,
type = 'item',
image = 'gg_captured_hen.png',
description = '',
unique = true,
useable = true,
label = 'Gefangenes Huhn',
weight = 5000,
name = 'gg_captured_hen',
},
snp_ammo = {
shouldClose = true,
type = 'item',
image = 'snipermuni.png',
description = 'Ammo for Sniper Rifles',
unique = false,
useable = true,
label = 'Sniper Munition',
weight = 1000,
name = 'snp_ammo',
},
flood_light = {
shouldClose = true,
type = 'item',
image = 'flood_light.png',
description = '',
unique = false,
useable = true,
label = 'Outdoor Lampe',
weight = 600,
name = 'flood_light',
},
labkey = {
shouldClose = true,
type = 'item',
image = 'labkey.png',
description = 'Key for a lock...?',
unique = true,
useable = true,
label = 'Key',
weight = 500,
name = 'labkey',
},
weapontint_mk2_20 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Bold Yellow Features Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Bold Yellow Features Tint',
weight = 1000,
name = 'weapontint_mk2_20',
},
ifaks = {
shouldClose = true,
type = 'item',
image = 'ifaks.png',
description = 'ifaks for healing and a complete stress remover.',
unique = false,
useable = true,
label = 'ifaks',
weight = 200,
name = 'ifaks',
},
opium_poppy = {
shouldClose = false,
type = 'item',
image = 'opium_dry.png',
description = 'Die Blume, die Träume verkauft',
unique = false,
useable = false,
label = 'Schlafmohn',
weight = 100,
name = 'opium_poppy',
},
gazebo = {
shouldClose = true,
type = 'item',
image = 'gazebo.png',
description = '',
unique = false,
useable = true,
label = 'Pavillon',
weight = 600,
name = 'gazebo',
},
weapon_sled = {
shouldClose = false,
type = 'item',
image = 'Waffenschlitten.png',
description = 'Der flinke Kurier, der das Feuer in Bewegung bringt',
unique = false,
useable = false,
label = 'Pistolenschlitten',
weight = 250,
name = 'weapon_sled',
},
tunerlaptop = {
shouldClose = true,
type = 'item',
image = 'tunerchip.png',
description = 'With this tunerchip you can get your car on steroids... If you know what you\'re doing',
unique = true,
useable = true,
label = 'Tunerchip',
weight = 2000,
name = 'tunerlaptop',
},
reinforced_handle = {
shouldClose = false,
type = 'item',
image = 'Verstaerktergriff.png',
description = 'Der Bodybuilder unter den Griffen',
unique = false,
useable = false,
label = 'Verstärkter Griff',
weight = 1000,
name = 'reinforced_handle',
},
pizza_burger = {
shouldClose = true,
type = 'item',
image = 'ChatGPT_Image_26._Apr._2025__18_16_22-removebg-preview.png',
description = 'Zartes Wagyu-Patty, würzige Salami, fruchtige Tomatensauce und geschmolzener Mozzarella, serviert in fluffigen Brioche Buns',
unique = true,
useable = true,
label = 'Pizza Burger',
weight = 200,
name = 'pizza_burger',
},
raw_beef_brisket = {
shouldClose = true,
type = 'item',
image = 'raw_beef_brisket.png',
description = '',
unique = false,
useable = true,
label = 'rohes Beef Brisket',
weight = 200,
name = 'raw_beef_brisket',
},
ev_battery = {
shouldClose = true,
type = 'item',
image = 'ev_battery.png',
description = '',
unique = false,
useable = true,
label = 'EV Battery',
weight = 0,
name = 'ev_battery',
},
firework3 = {
shouldClose = true,
type = 'item',
image = 'firework3.png',
description = 'Fireworks',
unique = false,
useable = true,
label = 'WipeOut',
weight = 1000,
name = 'firework3',
},
veh_interior = {
shouldClose = true,
type = 'item',
image = 'veh_interior.png',
description = 'Upgrade vehicle interior',
unique = false,
useable = true,
label = 'Interior',
weight = 1000,
name = 'veh_interior',
},
ggdrasils_oots = {
shouldClose = true,
type = 'item',
image = 'YggdrasilsRootsGemuseChips.png.png',
description = 'Tief verwurzelt in den Gaben der Natur, bieten diese knusprigen Snacks eine Verbindung zu den alten Geschichten.',
unique = false,
useable = true,
label = 'Yggdrasil\'s Roots',
weight = 200,
name = 'yggdrasils_roots',
},
narketan = {
shouldClose = true,
type = 'item',
image = 'screenshot_696-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Narketan',
weight = 250,
name = 'narketan',
},
weapontint_5 = {
shouldClose = true,
type = 'item',
image = 'weapontint_lspd.png',
description = 'LSPD Weapon Tint',
unique = false,
useable = true,
label = 'LSPD Tint',
weight = 1000,
name = 'weapontint_5',
},
pelmini = {
shouldClose = true,
type = 'item',
image = 'pelmini.png',
description = 'Kleine Teigtaschen, große Gefühle Pelmeni lieben dich zurück!',
unique = false,
useable = true,
label = 'Pelmini',
weight = 100,
name = 'pelmini',
},
gg_hunting_meat = {
shouldClose = true,
type = 'item',
image = 'gg_hunting_meat.png',
description = '',
unique = false,
useable = false,
label = 'rohes Wildfleisch',
weight = 100,
name = 'gg_hunting_meat',
},
weapon_dagger = {
name = 'weapon_dagger',
unique = true,
useable = false,
type = 'weapon',
label = 'Dagger',
image = 'weapon_dagger.png',
weight = 1000,
description = 'A short knife with a pointed and edged blade, used as a weapon',
},
njords_tide = {
shouldClose = true,
type = 'item',
image = 'NjordsTide.png',
description = 'Frisch wie die Seebrise und kraftvoll wie die Gezeiten des Meeres.',
unique = false,
useable = true,
label = 'Njord\'s Tide',
weight = 200,
name = 'njords_tide',
},
weapontint_mk2_32 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Metallic Red and Yellow Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Metallic Red and Yellow Tint',
weight = 1000,
name = 'weapontint_mk2_32',
},
kas_leberkas_semmal = {
shouldClose = true,
type = 'item',
image = 'kasleberkassemmel.png',
description = 'Mehr Fleisch als Worte des is koa Semmel, des is a Lebensgefühl!',
unique = false,
useable = true,
label = 'Kas Leberkas Semmal',
weight = 100,
name = 'kas_leberkas_semmal',
},
v8_engine = {
shouldClose = true,
type = 'item',
image = 'v8_engine.png',
description = '',
unique = false,
useable = true,
label = 'V8 Motor',
weight = 0,
name = 'v8_engine',
},
weapon_bullpupshotgun = {
label = 'Bullpup Shotgun',
type = 'weapon',
image = 'weapon_bullpupshotgun.png',
description = 'A compact smoothbore gun for firing small shot at short range',
unique = true,
useable = false,
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
name = 'weapon_bullpupshotgun',
},
hors_hunder_ings = {
shouldClose = true,
type = 'item',
image = 'ThorsThunderWings.png',
description = 'Knusprig, würzig und mit einem feurigen Biss diese Flügel schlagen ein wie ein Donnerblitz.',
unique = false,
useable = true,
label = 'Thor\'s Thunder Wings',
weight = 200,
name = 'hors_hunder_ings',
},
brushcamo_attachment = {
shouldClose = true,
type = 'item',
image = 'brushcamo_attachment.png',
description = 'A brushstroke camo for a weapon',
unique = false,
useable = true,
label = 'Brushstroke Camo',
weight = 1000,
name = 'brushcamo_attachment',
},
sunflowerseeds = {
shouldClose = true,
type = 'item',
image = 'Sonnenblumenkerne.png',
description = 'Der Snack zum selber knacken',
unique = true,
useable = true,
label = 'Sonnenblumenkerne',
weight = 100,
name = 'sunflowerseeds',
},
cooked_bbq_ribeye = {
shouldClose = true,
type = 'item',
image = 'cooked_bbq_ribeye.png',
description = '',
unique = false,
useable = true,
label = 'gegrilltes Ribeye Steak',
weight = 200,
name = 'cooked_bbq_ribeye',
},
tenkgoldchain = {
shouldClose = true,
type = 'item',
image = '10kgoldchain.png',
description = '10 carat golden chain',
unique = false,
useable = false,
label = '10k Gold Chain',
weight = 2000,
name = 'tenkgoldchain',
},
weapon_assaultshotgun = {
label = 'Assault Shotgun',
type = 'weapon',
image = 'weapon_assaultshotgun.png',
description = 'An assault version of asmoothbore gun for firing small shot at short range',
unique = true,
useable = false,
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
name = 'weapon_assaultshotgun',
},
gg_boar_tusk_01 = {
shouldClose = true,
type = 'item',
image = 'gg_boar_tusk_01.png',
description = '',
unique = true,
useable = false,
label = 'Rauer Eberzahn',
weight = 1000,
name = 'gg_boar_tusk_01',
},
weapon_stungun = {
name = 'weapon_stungun',
unique = true,
useable = false,
type = 'weapon',
label = 'Taser X6',
image = 'screenshot_408-removebg-preview.png',
weight = 1000,
description = 'manchmal ist es einfach praktischer, jemanden mit Stromschlägen zu „überzeugen“, anstatt ein vernünftiges Gespräch zu führen.',
},
urapidil1 = {
shouldClose = true,
type = 'item',
image = 'urapidil1.png',
description = '',
unique = false,
useable = true,
label = 'Urapidil 1,0 mg',
weight = 20,
name = 'urapidil1',
},
tims_instant_nudeln = {
shouldClose = true,
type = 'item',
image = 'ChatGPT_Image_1._Mai_2025__03_26_12-removebg-preview.png',
description = 'der Kulinarische Blitzbesuch in Fernost',
unique = false,
useable = true,
label = 'Tim\'s Instant Nudeln',
weight = 100,
name = 'tims_instant_nudeln',
},
binoculars = {
shouldClose = true,
type = 'item',
image = 'fernglas.png',
description = 'EY!DU sollst nicht spannern!',
unique = true,
useable = true,
label = 'Fernglas',
weight = 600,
name = 'binoculars',
},
steel_ingots = {
shouldClose = false,
type = 'item',
image = 'steel_ingot.png',
description = 'Hier trifft pure Masse auf unendliches Potenzial.',
unique = false,
useable = false,
label = 'Stahlbarren',
weight = 1000,
name = 'steel_ingots',
},
gg_hunting_animaltrap = {
shouldClose = true,
type = 'item',
image = 'gg_hunting_animaltrap.png',
description = '',
unique = true,
useable = true,
label = 'Tierfalle',
weight = 1000,
name = 'gg_hunting_animaltrap',
},
suppressor_attachment = {
shouldClose = true,
type = 'item',
image = 'suppressor_attachment.png',
description = 'A suppressor for a weapon',
unique = false,
useable = true,
label = 'Suppressor',
weight = 1000,
name = 'suppressor_attachment',
},
veh_turbo = {
shouldClose = true,
type = 'item',
image = 'veh_turbo.png',
description = 'Install vehicle turbo',
unique = false,
useable = true,
label = 'Turbo',
weight = 1000,
name = 'veh_turbo',
},
weapon_specialcarbine = {
label = 'KH 450',
type = 'weapon',
image = 'screenshot_407-removebg-preview.png',
description = 'Wenn die Ar 15 nicht mehr reicht.',
unique = true,
useable = false,
ammotype = 'AMMO_RIFLE',
weight = 1000,
name = 'weapon_specialcarbine',
},
chicken_thigh = {
shouldClose = true,
type = 'item',
image = 'chicken_thigh.png',
description = '',
unique = false,
useable = true,
label = 'rohe Hähnchenkeule',
weight = 200,
name = 'chicken_thigh',
},
manual_gearbox = {
shouldClose = true,
type = 'item',
image = 'manual_gearbox.png',
description = 'Handgerissen, so gehört sich das',
unique = false,
useable = true,
label = 'Schaltgetriebe',
weight = 0,
name = 'manual_gearbox',
},
offroad_tyres = {
shouldClose = true,
type = 'item',
image = 'offroad_tyres.png',
description = '',
unique = false,
useable = true,
label = 'Reifen offroad',
weight = 0,
name = 'offroad_tyres',
},
dueruem = {
shouldClose = true,
type = 'item',
image = 'durum.png',
description = 'Wrap, mit typischen Döner-Kebab-Zutaten gefüllt',
unique = true,
useable = true,
label = 'Dürüm',
weight = 200,
name = 'dueruem',
},
weapon_crossbow = {
shouldClose = true,
type = 'weapon',
image = 'weapon_crossbow.png',
description = '',
unique = true,
useable = true,
label = 'Jagd Armbrust',
weight = 1000,
name = 'weapon_crossbow',
},
sludgie = {
shouldClose = true,
type = 'item',
image = 'sludgie.png',
description = 'Gefrorene Chemie zum Trinken ^^',
unique = false,
useable = true,
label = 'Sludgie',
weight = 100,
name = 'sludgie',
},
weapontint_4 = {
shouldClose = true,
type = 'item',
image = 'weapontint_army.png',
description = 'Army Weapon Tint',
unique = false,
useable = true,
label = 'Army Tint',
weight = 1000,
name = 'weapontint_4',
},
tavor1 = {
shouldClose = true,
type = 'item',
image = 'tavor1.png',
description = '',
unique = false,
useable = true,
label = 'Tavor 1,0 mg',
weight = 20,
name = 'tavor1',
},
smg_grip = {
shouldClose = true,
type = 'item',
image = 'grip_attachment.png',
description = '',
unique = true,
useable = true,
label = 'SMG Griff',
weight = 100,
name = 'smg_grip',
},
weapon_snspistol_mk2 = {
label = 'Softair Pistole',
type = 'weapon',
image = 'weapon_snspistol_mk2.png',
description = 'Sie sieht gefährlich aus, macht Krach und verursacht blaue Flecken.',
unique = true,
useable = true,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_snspistol_mk2',
},
geocamo_attachment = {
shouldClose = true,
type = 'item',
image = 'geocamo_attachment.png',
description = 'A geometric camo for a weapon',
unique = false,
useable = true,
label = 'Geometric Camo',
weight = 1000,
name = 'geocamo_attachment',
},
vomex = {
shouldClose = true,
type = 'item',
image = 'vomex.png',
description = '',
unique = false,
useable = true,
label = 'Vomex',
weight = 20,
name = 'vomex',
},
wwine = {
shouldClose = true,
type = 'item',
image = 'wwine.png',
description = '',
unique = false,
useable = true,
label = 'Weißwein',
weight = 300,
name = 'wwine',
},
parachute = {
shouldClose = true,
type = 'item',
image = 'parachute.png',
description = 'The sky is the limit! Woohoo!',
unique = true,
useable = true,
label = 'Parachute',
weight = 30000,
name = 'parachute',
},
gg_hunting_cookedmeat = {
shouldClose = true,
type = 'item',
image = 'gg_hunting_cookedmeat.png',
description = '',
unique = false,
useable = true,
label = 'gebratenes Wildfleisch',
weight = 50,
name = 'gg_hunting_cookedmeat',
},
zwiebelsalat = {
shouldClose = true,
type = 'item',
image = 'sogan.png',
description = 'Türkischer Zwiebelsalat',
unique = true,
useable = true,
label = 'Soğan salatası',
weight = 200,
name = 'zwiebelsalat',
},
firework1 = {
shouldClose = true,
type = 'item',
image = 'firework1.png',
description = 'Fireworks',
unique = false,
useable = true,
label = '2Brothers',
weight = 1000,
name = 'firework1',
},
security_card_02 = {
shouldClose = true,
type = 'item',
image = 'security_card_02.png',
description = 'A security card... I wonder what it goes to',
unique = false,
useable = true,
label = 'Security Card B',
weight = 0,
name = 'security_card_02',
},
iron = {
shouldClose = false,
type = 'item',
image = 'iron.png',
description = 'Handy piece of metal that you can probably use for something',
unique = false,
useable = false,
label = 'Iron',
weight = 100,
name = 'iron',
},
weapon_minigun = {
label = 'Minigun',
type = 'weapon',
image = 'weapon_minigun.png',
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',
unique = true,
useable = false,
ammotype = 'AMMO_MINIGUN',
weight = 1000,
name = 'weapon_minigun',
},
empty_evidence_bag = {
shouldClose = false,
type = 'item',
image = 'evidence.png',
description = 'Used a lot to keep DNA from blood, bullet shells and more',
unique = false,
useable = false,
label = 'Empty Evidence Bag',
weight = 0,
name = 'empty_evidence_bag',
},
fish_and_chips = {
shouldClose = true,
type = 'item',
image = 'fishandchips.png',
description = 'very british ^^',
unique = false,
useable = true,
label = 'Fish and Chips',
weight = 200,
name = 'fish_and_chips',
},
weapon_machinepistol = {
label = 'Tec-9',
type = 'weapon',
image = 'weapon_machinepistol.png',
description = 'A self-loading pistol capable of burst or fully automatic fire',
unique = true,
useable = false,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_machinepistol',
},
soda_machine = {
shouldClose = true,
type = 'item',
image = 'soda_machine.png',
description = '',
unique = false,
useable = true,
label = 'Abfüllstation',
weight = 1000,
name = 'soda_machine',
},
ev_coolant = {
shouldClose = true,
type = 'item',
image = 'ev_coolant.png',
description = '',
unique = false,
useable = true,
label = 'EV_Kühlkit',
weight = 0,
name = 'ev_coolant',
},
kuzu_sis = {
shouldClose = true,
type = 'item',
image = 'Kuzu_sis.png',
description = 'Lammkebab mit Beilagen',
unique = true,
useable = true,
label = 'Kuzu Sis',
weight = 200,
name = 'kuzu_sis',
},
frenchfries = {
shouldClose = true,
type = 'item',
image = 'screenshot_692-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'French Fries',
weight = 100,
name = 'frenchfries',
},
gg_coyote_fangs_03 = {
shouldClose = true,
type = 'item',
image = 'gg_coyote_fangs_03.png',
description = '',
unique = true,
useable = false,
label = 'Makelloser Kojotenzahn',
weight = 1000,
name = 'gg_coyote_fangs_03',
},
odins_mead = {
shouldClose = true,
type = 'item',
image = 'OdinsMead.png',
description = 'Ein weises Getränk, so alt wie die Geschichten von Asgard selbst.',
unique = false,
useable = true,
label = ' Odin\'s Mead',
weight = 200,
name = 'odins_mead',
},
ecola_light = {
shouldClose = true,
type = 'item',
image = 'screenshot_688-removebg-preview.png',
description = '"Weil dein Körper Zucker liebt du aber nicht deinen Körper."',
unique = false,
useable = true,
label = 'E-Cola Light Softdrink',
weight = 100,
name = 'ecola_light',
},
weapon_smg_mk2 = {
label = 'SMG Mk II',
type = 'weapon',
image = 'highteamsmgmk2-removebg-preview.png',
description = 'SMG MK2',
unique = true,
useable = true,
ammotype = 'AMMO_SMG',
weight = 1000,
name = 'weapon_smg_mk2',
},
zeckenschutzmittel = {
shouldClose = true,
type = 'item',
image = 'Zeckenschutzmittel.png',
description = '',
unique = false,
useable = true,
label = 'Zeckenschutzmittel',
weight = 25,
name = 'zeckenschutzmittel',
},
split_end_muzzle_brake = {
shouldClose = true,
type = 'item',
image = 'split_end_muzzle_brake.png',
description = 'A muzzle brake for a weapon',
unique = false,
useable = true,
label = 'Split End Muzzle Brake',
weight = 1000,
name = 'split_end_muzzle_brake',
},
weapontint_mk2_8 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Classic Brown & Black Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Classic Brown & Black Tint',
weight = 1000,
name = 'weapontint_mk2_8',
},
tuch = {
shouldClose = true,
type = 'item',
image = '',
description = '',
unique = false,
useable = true,
label = 'Stofftuch',
weight = 0,
name = 'tuch',
},
fries_with_dip = {
shouldClose = true,
type = 'item',
image = 'ChatGPT_Image_27._Apr._2025__12_41_35-removebg-preview.png',
description = 'Knusprig goldene Pommes, serviert im kleinen Metallkorb dazu ein cremiger Dip im stilechten Mini-Metalleimer.',
unique = true,
useable = true,
label = 'Pommes mit Dip ',
weight = 200,
name = 'fries_with_dip',
},
weed_purplehaze = {
shouldClose = false,
type = 'item',
image = 'weed_baggy.png',
description = 'A weed bag with 2g Purple Haze',
unique = false,
useable = true,
label = 'Purple Haze 2g',
weight = 200,
name = 'weed_purplehaze',
},
pistol_barrel = {
shouldClose = false,
type = 'item',
image = 'weapon_batton.png',
description = 'Der einzige Weg, wie du in kürzester Zeit einen bleibenden Eindruck hinterlässt',
unique = false,
useable = false,
label = 'Pistolenlauf',
weight = 250,
name = 'pistol_barrel',
},
marshal_card = {
shouldClose = false,
type = 'item',
image = 'idcardpd.png',
description = '',
unique = false,
useable = false,
label = 'Marshal Card',
weight = 0,
name = 'marshal_card',
},
coffee = {
shouldClose = true,
type = 'item',
image = 'coffee.png',
description = 'Pump 4 Caffeine',
unique = false,
useable = true,
label = 'Kaffee Togo',
weight = 200,
name = 'coffee',
},
comp_attachment = {
shouldClose = true,
type = 'item',
image = 'comp_attachment.png',
description = 'A compensator for a weapon',
unique = false,
useable = true,
label = 'Compensator',
weight = 1000,
name = 'comp_attachment',
},
ifs_olden_ectar = {
shouldClose = true,
type = 'item',
image = 'SifGoldenNectar.png',
description = 'Fruchtig und süß, wie die goldene Ernte auf den Feldern ein perfekter Genuss für jede Gelegenheit.',
unique = false,
useable = true,
label = 'Sif\'s Golden Nectar',
weight = 200,
name = 'ifs_olden_ectar',
},
veh_suspension = {
shouldClose = true,
type = 'item',
image = 'veh_suspension.png',
description = 'Upgrade vehicle suspension',
unique = false,
useable = true,
label = 'Suspension',
weight = 1000,
name = 'veh_suspension',
},
injection = {
shouldClose = false,
type = 'item',
image = 'syringe.png',
description = 'Bereit für alles, aber hat nix zu sagen.',
unique = false,
useable = false,
label = 'Spritze',
weight = 500,
name = 'injection',
},
barrel_attachment = {
shouldClose = true,
type = 'item',
image = 'barrel_attachment.png',
description = 'A barrel for a weapon',
unique = false,
useable = true,
label = 'Barrel',
weight = 1000,
name = 'barrel_attachment',
},
weapon_carbinerifle_mk2 = {
label = 'Softair Gewehr',
type = 'weapon',
image = 'screenshot_455-removebg-preview.png',
description = 'Carbine Rifle MK2',
unique = true,
useable = true,
ammotype = 'AMMO_RIFLE',
weight = 1000,
name = 'weapon_carbinerifle_mk2',
},
firstaid = {
shouldClose = true,
type = 'item',
image = 'firstaid.png',
description = 'You can use this First Aid kit to get people back on their feet',
unique = false,
useable = true,
label = 'First Aid',
weight = 2500,
name = 'firstaid',
},
leopardcamo_attachment = {
shouldClose = true,
type = 'item',
image = 'leopardcamo_attachment.png',
description = 'A leopard camo for a weapon',
unique = false,
useable = true,
label = 'Leopard Camo',
weight = 1000,
name = 'leopardcamo_attachment',
},
rolling_paper = {
shouldClose = true,
type = 'item',
image = 'rolling_paper2.png',
description = 'Der Stoff, der Gras und Tabak zusammenhält',
unique = false,
useable = false,
label = 'Drehpapier',
weight = 200,
name = 'rolling_paper',
},
weapon_carbinerifle = {
label = 'AR 15',
type = 'weapon',
image = 'ar15.png',
description = 'Der beste Freund eines Cops, wenn Funk und Pfefferspray nicht mehr reichen.',
unique = true,
useable = false,
ammotype = 'AMMO_RIFLE',
weight = 1000,
name = 'weapon_carbinerifle',
},
pizza_piece = {
shouldClose = true,
type = 'item',
image = 'file_00000000abf061f788ede1aa1c949dae-removebg-preview.png',
description = 'Ein Stück Glück auf deinem Teller Genieße unser köstliches Stück Pizza!',
unique = true,
useable = true,
label = 'Stück Pizza',
weight = 150,
name = 'pizza_piece',
},
beer = {
shouldClose = true,
type = 'item',
image = 'beer.png',
description = 'Nothing like a good cold beer!',
unique = false,
useable = true,
label = 'Pißwasser Bier',
weight = 500,
name = 'beer',
},
flohmittel = {
shouldClose = true,
type = 'item',
image = 'Flohmittel.png',
description = '',
unique = false,
useable = true,
label = 'Flohmittel',
weight = 25,
name = 'flohmittel',
},
lockpick = {
shouldClose = true,
type = 'item',
image = 'lockpick.png',
description = 'Very useful if you lose your keys a lot.. or if you want to use it for something else...',
unique = false,
useable = true,
label = 'Dietrich',
weight = 300,
name = 'lockpick',
},
weapontint_mk2_27 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Metallic Red Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Metallic Red Tint',
weight = 1000,
name = 'weapontint_mk2_27',
},
axe_head = {
shouldClose = false,
type = 'item',
image = 'Axtkopf.png',
description = 'Der schneidige Bruder der Säge',
unique = false,
useable = false,
label = 'Axt Kopf',
weight = 1000,
name = 'axe_head',
},
weed_purplehaze_seed = {
shouldClose = true,
type = 'item',
image = 'weed_seed.png',
description = 'A weed seed of Purple Haze',
unique = false,
useable = true,
label = 'Purple Haze Seed',
weight = 0,
name = 'weed_purplehaze_seed',
},
weapon_compactrifle = {
label = 'Compact Rifle',
type = 'weapon',
image = 'weapon_compactrifle.png',
description = 'A compact version of an assault rifle',
unique = true,
useable = false,
ammotype = 'AMMO_RIFLE',
weight = 1000,
name = 'weapon_compactrifle',
},
weapontint_mk2_2 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Classic Two-Tone Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Classic Two-Tone Tint',
weight = 1000,
name = 'weapontint_mk2_2',
},
weapontint_1 = {
shouldClose = true,
type = 'item',
image = 'weapontint_green.png',
description = 'Green Weapon Tint',
unique = false,
useable = true,
label = 'Green Tint',
weight = 1000,
name = 'weapontint_1',
},
weapon_license = {
shouldClose = true,
type = 'item',
image = 'weapon_license.png',
description = '',
unique = true,
useable = true,
label = 'Waffenschein',
weight = 10,
name = 'weapon_license',
},
veh_wheels = {
shouldClose = true,
type = 'item',
image = 'veh_wheels.png',
description = 'Upgrade vehicle wheels',
unique = false,
useable = true,
label = 'Wheels',
weight = 1000,
name = 'veh_wheels',
},
nitrous_bottle = {
shouldClose = false,
type = 'item',
image = '',
description = '',
unique = false,
useable = false,
label = 'Nitro Flasche',
weight = 0,
name = 'nitrous_bottle',
},
glucoseg40 = {
shouldClose = true,
type = 'item',
image = 'glucoseg40.png',
description = '',
unique = false,
useable = true,
label = 'Glucose 40%',
weight = 10,
name = 'glucoseg40',
},
tranexamsaure = {
shouldClose = true,
type = 'item',
image = 'tranexamsaure.png',
description = '',
unique = false,
useable = true,
label = 'Tranexamsäure',
weight = 20,
name = 'tranexamsaure',
},
gg_hunting_knife_01 = {
shouldClose = true,
type = 'item',
image = 'gg_hunting_knife_01.png',
description = '',
unique = true,
useable = true,
label = 'Klassisches Jagdmesser',
weight = 1000,
name = 'gg_hunting_knife_01',
},
tavor25 = {
shouldClose = true,
type = 'item',
image = 'tavor25.png',
description = '',
unique = false,
useable = true,
label = 'Tavor 2,5 mg',
weight = 20,
name = 'tavor25',
},
cheeseanachos = {
shouldClose = true,
type = 'item',
image = 'ChatGPT_Image_26._Apr._2025__18_25_48-removebg-preview.png',
description = 'Knusprige Nachos, überzogen mit cremiger, würziger Käsesauce',
unique = true,
useable = true,
label = 'Nachos mit Käsesauce',
weight = 200,
name = 'cheeseanachos',
},
weapon_rpg = {
label = 'RPG',
type = 'weapon',
image = 'weapon_rpg.png',
description = 'A rocket-propelled grenade launcher',
unique = true,
useable = false,
ammotype = 'AMMO_RPG',
weight = 1000,
name = 'weapon_rpg',
},
veh_armor = {
shouldClose = true,
type = 'item',
image = 'veh_armor.png',
description = 'Upgrade vehicle armor',
unique = false,
useable = true,
label = 'Armor',
weight = 1000,
name = 'veh_armor',
},
shotgun_ammo = {
shouldClose = true,
type = 'item',
image = 'shotgunmuni.png',
description = 'viel Peng',
unique = false,
useable = true,
label = 'Shotgun Munition',
weight = 500,
name = 'shotgun_ammo',
},
latte = {
shouldClose = true,
type = 'item',
image = 'latte.png',
description = 'Er hat Latte gesagt XD',
unique = true,
useable = true,
name = 'latte',
weight = 100,
label = 'Latte Macchiato',
},
ffries = {
shouldClose = true,
type = 'item',
image = 'screenshot_686-removebg-preview.png',
description = '"Jetzt mit 0 % Kartoffel, 100 % Patriotismus!"',
unique = false,
useable = true,
label = 'Freedom Fries',
weight = 100,
name = 'ffries',
},
aldurs_right_ites = {
shouldClose = true,
type = 'item',
image = 'BaldursBrightBites.png',
description = 'Leicht und erfrischend, diese Bissen erhellen den Geist und lassen den Geschmack erstrahlen.',
unique = false,
useable = true,
label = 'Baldur\'s Bright Bites',
weight = 200,
name = 'aldurs_right_ites',
},
thors_sandwich = {
shouldClose = true,
type = 'item',
image = 'ThorsSandwich.png',
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.',
unique = false,
useable = true,
label = 'Thors Sandwich',
weight = 150,
name = 'thors_sandwich',
},
ribeye_steak = {
shouldClose = true,
type = 'item',
image = 'ribeye_steak.png',
description = '',
unique = false,
useable = true,
label = 'Ribeye Steak',
weight = 200,
name = 'ribeye_steak',
},
heimdalls_watch = {
shouldClose = true,
type = 'item',
image = 'HeimdallsWatch.png',
description = 'Scharf und klar wie Heimdalls Auge, aber mit einem farbenfrohen Twist.',
unique = false,
useable = true,
label = 'Heimdall\'s Watch',
weight = 200,
name = 'heimdalls_watch',
},
veh_plates = {
shouldClose = true,
type = 'item',
image = 'veh_plates.png',
description = 'Install vehicle plates',
unique = false,
useable = true,
label = 'Plates',
weight = 1000,
name = 'veh_plates',
},
diamond_ring = {
shouldClose = true,
type = 'item',
image = 'diamond_ring.png',
description = 'A diamond ring seems like the jackpot to me!',
unique = false,
useable = false,
label = 'Diamond Ring',
weight = 1500,
name = 'diamond_ring',
},
doj_card = {
shouldClose = true,
type = 'item',
image = 'idcardpd.png',
description = '',
unique = true,
useable = true,
label = 'DOJ Card',
weight = 10,
name = 'doj_card',
},
weapontint_mk2_16 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Bold Green & Purple Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Bold Green & Purple Tint',
weight = 1000,
name = 'weapontint_mk2_16',
},
epinephrine = {
shouldClose = true,
type = 'item',
image = 'epi_pen.png',
description = '',
unique = false,
useable = true,
label = 'Adrenalinspritze',
weight = 10,
name = 'epinephrine',
},
freyas_kiss = {
shouldClose = true,
type = 'item',
image = 'FreyasKiss.png',
description = 'Ein verführerischer und zarter Drink, der die Schönheit der Göttin Freya widerspiegelt.',
unique = false,
useable = true,
label = 'Freya\'s Kiss',
weight = 200,
name = 'freyas_kiss',
},
gg_hunting_knife_03 = {
shouldClose = true,
type = 'item',
image = 'gg_hunting_knife_03.png',
description = '',
unique = true,
useable = true,
label = 'Premium Jagdmesser',
weight = 1000,
name = 'gg_hunting_knife_03',
},
radio = {
shouldClose = true,
type = 'item',
image = 'radio.png',
description = 'You can communicate with this through a signal',
unique = true,
useable = true,
label = 'Radio',
weight = 2000,
name = 'radio',
},
clutch_replacement = {
shouldClose = true,
type = 'item',
image = 'clutch_replacement.png',
description = '',
unique = false,
useable = true,
label = 'Premium Kupplungssatz',
weight = 0,
name = 'clutch_replacement',
},
boomcamo_attachment = {
shouldClose = true,
type = 'item',
image = 'boomcamo_attachment.png',
description = 'A boom camo for a weapon',
unique = false,
useable = true,
label = 'Boom Camo',
weight = 1000,
name = 'boomcamo_attachment',
},
weapontint_mk2_24 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Metallic Platinum Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Metallic Platinum Tint',
weight = 1000,
name = 'weapontint_mk2_24',
},
pistol_smallscope = {
shouldClose = true,
type = 'item',
image = 'smallscope_attachment.png',
description = '',
unique = true,
useable = true,
label = 'MK2 Revolver Visier',
weight = 100,
name = 'pistol_smallscope',
},
weapon_raypistol = {
label = 'Up-n-Atomizer',
type = 'weapon',
image = 'weapon_raypistol.png',
description = 'Weapon Raypistol',
unique = true,
useable = true,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_raypistol',
},
engine_oil = {
shouldClose = true,
type = 'item',
image = 'engine_oil.png',
description = 'Das bier der Kraftfahrzeuge!',
unique = false,
useable = true,
label = 'Premium Motoröl',
weight = 0,
name = 'engine_oil',
},
dendrogyra_coral = {
shouldClose = true,
type = 'item',
image = 'dendrogyra_coral.png',
description = 'Its also known as pillar coral',
unique = false,
useable = false,
label = 'Dendrogyra',
weight = 1000,
name = 'dendrogyra_coral',
},
drum_mechanism = {
shouldClose = false,
type = 'item',
image = 'Trommel.png',
description = 'Der Dreh, der alles verändert Spannung in jeder Umdrehung',
unique = false,
useable = false,
label = 'Trommel Mechanismus',
weight = 200,
name = 'drum_mechanism',
},
stickynote = {
shouldClose = false,
type = 'item',
image = 'stickynote.png',
description = 'Sometimes handy to remember something :)',
unique = true,
useable = false,
label = 'Sticky note',
weight = 0,
name = 'stickynote',
},
weapon_pistol50 = {
label = 'Tropical Eagle',
type = 'weapon',
image = 'tropical_eagle.png',
description = 'Für alle, die denken, normale Pistolen fühlen sich einfach zu sehr nach Spielzeug an.',
unique = true,
useable = false,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_pistol50',
},
gg_boar_tusk_03 = {
shouldClose = true,
type = 'item',
image = 'gg_boar_tusk_03.png',
description = '',
unique = true,
useable = false,
label = 'Makelloser Eberzahn',
weight = 1000,
name = 'gg_boar_tusk_03',
},
veh_engine = {
shouldClose = true,
type = 'item',
image = 'veh_engine.png',
description = 'Upgrade vehicle engine',
unique = false,
useable = true,
label = 'Engine',
weight = 1000,
name = 'veh_engine',
},
certificate = {
shouldClose = true,
type = 'item',
image = 'certificate.png',
description = 'Certificate that proves you own certain stuff',
unique = false,
useable = false,
label = 'Certificate',
weight = 0,
name = 'certificate',
},
weaponlicense = {
shouldClose = true,
type = 'item',
image = 'weapon_license.png',
description = 'Weapon License',
unique = true,
useable = true,
label = 'Weapon License',
weight = 0,
name = 'weaponlicense',
},
ecola = {
shouldClose = true,
type = 'item',
image = 'screenshot_688-removebg-preview.png',
description = '"Weil dein Körper Zucker liebt du aber nicht deinen Körper."',
unique = false,
useable = true,
label = 'E-Cola Softdrink',
weight = 100,
name = 'ecola',
},
nacl_1000 = {
shouldClose = true,
type = 'item',
image = 'nacl.png',
description = '',
unique = false,
useable = true,
label = 'NACL (1000ml)',
weight = 1000,
name = 'nacl_1000',
},
printerdocument = {
shouldClose = true,
type = 'item',
image = 'printerdocument.png',
description = 'A nice document',
unique = true,
useable = true,
label = 'Document',
weight = 500,
name = 'printerdocument',
},
spazi_limo = {
shouldClose = true,
type = 'item',
image = 'ChatGPT_Image_27._Apr._2025__11_54_28-removebg-preview.png',
description = 'Spritzig, lecker, absolut neu und revolutionär. Ähnlichkeiten zu anderen Limos? Niemals. Reinste Zufälle. Wirklich.',
unique = true,
useable = true,
label = 'Bergbräu Spazi Limo',
weight = 150,
name = 'spazi_limo',
},
ephedrin = {
shouldClose = true,
type = 'item',
image = 'ephedrine.png',
description = 'Deine Eintrittskarte zu einem Adrenalinschub',
unique = false,
useable = true,
label = 'Ephedrin Tabletten',
weight = 500,
name = 'ephedrin',
},
big_bottle_lemonade = {
shouldClose = true,
type = 'item',
image = 'big_bottle_lemonade.png',
description = '',
unique = false,
useable = true,
label = 'große Flasche Sprunk',
weight = 600,
name = 'big_bottle_lemonade',
},
chair = {
shouldClose = true,
type = 'item',
image = 'chair.png',
description = '',
unique = false,
useable = true,
label = 'Stuhl',
weight = 600,
name = 'chair',
},
newscam = {
shouldClose = true,
type = 'item',
image = 'newscam.png',
description = 'A camera for the news',
unique = true,
useable = true,
label = 'News Camera',
weight = 100,
name = 'newscam',
},
weapon_hominglauncher = {
label = 'Homing Launcher',
type = 'weapon',
image = 'weapon_hominglauncher.png',
description = 'A weapon fitted with an electronic device that enables it to find and hit a target',
unique = true,
useable = false,
ammotype = 'AMMO_STINGER',
weight = 1000,
name = 'weapon_hominglauncher',
},
j_and_js = {
shouldClose = true,
type = 'item',
image = 'ChatGPT_Image_27._Apr._2025__12_06_23-removebg-preview.png',
description = 'Kleine, bunte Schockodrops mit knackiger Hülle und weichem Kern',
unique = true,
useable = true,
label = 'J&Js',
weight = 150,
name = 'j_and_js',
},
vehicle_wheels = {
shouldClose = true,
type = 'item',
image = 'vehicle_wheels.png',
description = '',
unique = false,
useable = true,
label = 'Felgen',
weight = 0,
name = 'vehicle_wheels',
},
weapon_heavypistol = {
label = 'FM 510',
type = 'weapon',
image = 'screenshot_405-removebg-preview.png',
description = 'Wenn die Klog nicht mehr reicht.',
unique = true,
useable = false,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_heavypistol',
},
cooked_ribs = {
shouldClose = true,
type = 'item',
image = 'cooked_ribs.png',
description = '',
unique = false,
useable = true,
label = 'gegrillte Rippchen',
weight = 200,
name = 'cooked_ribs',
},
weapontint_mk2_3 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Classic White Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Classic White Tint',
weight = 1000,
name = 'weapontint_mk2_3',
},
heroin_route = {
shouldClose = false,
type = 'item',
image = 'heroin_route.png',
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
unique = true,
useable = false,
label = 'Heroin Route',
weight = 10,
name = 'heroin_route',
},
weapon_flare = {
label = 'Flare pistol',
type = 'weapon',
image = 'weapon_flare.png',
description = 'A small pyrotechnic devices used for illumination and signalling',
unique = true,
useable = false,
ammotype = 'AMMO_FLARE',
weight = 1000,
name = 'weapon_flare',
},
weapon_minismg = {
label = 'Mini SMG',
type = 'weapon',
image = 'weapon_minismg.png',
description = 'A mini handheld light weight machine gun',
unique = true,
useable = false,
ammotype = 'AMMO_SMG',
weight = 1000,
name = 'weapon_minismg',
},
weapon_combatmg_mk2 = {
label = 'Combat MG Mk II',
type = 'weapon',
image = 'weapon_combatmg_mk2.png',
description = 'Weapon Combatmg MK2',
unique = true,
useable = true,
ammotype = 'AMMO_MG',
weight = 1000,
name = 'weapon_combatmg_mk2',
},
security_card_01 = {
shouldClose = true,
type = 'item',
image = 'security_card_01.png',
description = 'A security card... I wonder what it goes to',
unique = false,
useable = true,
label = 'Security Card A',
weight = 0,
name = 'security_card_01',
},
rifle_defaultclip = {
shouldClose = true,
type = 'item',
image = 'rifle_defaultclip.png',
description = '',
unique = true,
useable = true,
label = 'Gewehr Magazin',
weight = 100,
name = 'rifle_defaultclip',
},
bodybag = {
shouldClose = true,
type = 'item',
image = '40407-leichensack-xxl-schwarz-100-cm-x-220-cm_detail-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Leichensack',
weight = 200,
name = 'bodybag',
},
oxy = {
shouldClose = true,
type = 'item',
image = 'oxy.png',
description = 'The Label Has Been Ripped Off',
unique = false,
useable = true,
label = 'Prescription Oxy',
weight = 0,
name = 'oxy',
},
skadis_hunt = {
shouldClose = true,
type = 'item',
image = 'SkadisHunt.png',
description = 'So erfrischend und eisig wie Skadis frostige Heimat.',
unique = false,
useable = true,
label = 'Skadi\'s Hunt',
weight = 200,
name = 'skadis_hunt',
},
purple_phone = {
shouldClose = false,
type = 'item',
image = 'phone_purple.png',
description = '„Jetzt mit noch mehr Features, die du nie brauchst, aber jedem zeigen musst.“',
unique = true,
useable = false,
label = 'iFruit 12XR Lila',
weight = 600,
name = 'purple_phone',
},
goldchain = {
shouldClose = true,
type = 'item',
image = 'goldchain.png',
description = 'A golden chain seems like the jackpot to me!',
unique = false,
useable = false,
label = 'Golden Chain',
weight = 1500,
name = 'goldchain',
},
weapontint_mk2_0 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Classic Black Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Classic Black Tint',
weight = 1000,
name = 'weapontint_mk2_0',
},
reyas_arden_alad = {
shouldClose = true,
type = 'item',
image = 'FreyasGardenSalad.png',
description = 'Leicht und verführerisch, mit einer perfekten Balance von süß und herzhaft, genau wie die Göttin der Liebe.',
unique = false,
useable = true,
label = 'Freya\'s Garden Salad',
weight = 200,
name = 'reyas_arden_alad',
},
weed_skunk = {
shouldClose = false,
type = 'item',
image = 'weed_baggy.png',
description = 'A weed bag with 2g Skunk',
unique = false,
useable = true,
label = 'Skunk 2g',
weight = 200,
name = 'weed_skunk',
},
weapon_militaryrifle = {
label = 'Weapon Militaryrifle',
type = 'weapon',
image = 'weapon_assaultrifle.png',
description = 'Weapon Militaryrifle',
unique = true,
useable = true,
ammotype = 'AMMO_RIFLE',
weight = 1000,
name = 'weapon_militaryrifle',
},
ifs_olden_arvest = {
shouldClose = true,
type = 'item',
image = 'SifsGoldenHarvest.png',
description = 'Eine goldene Ernte, die Sif selbst gesegnet haben könnte perfekt für eine herzhafte Mahlzeit.',
unique = false,
useable = true,
label = 'Sif\'s Golden Harvest',
weight = 200,
name = 'sifs_olden_harvest',
},
weapon_knuckle = {
name = 'weapon_knuckle',
unique = true,
useable = false,
type = 'weapon',
label = 'Knuckle',
image = 'weapon_knuckle.png',
weight = 1000,
description = 'A metal guard worn over the knuckles in fighting, especially to increase the effect of the blows',
},
midazolam = {
shouldClose = true,
type = 'item',
image = 'screenshot_696-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Midazolam',
weight = 100,
name = 'midazolam',
},
crack_baggy = {
shouldClose = true,
type = 'item',
image = 'crack_baggy.png',
description = 'To get happy faster',
unique = false,
useable = true,
label = 'Bag of Crack',
weight = 0,
name = 'crack_baggy',
},
weapon_assaultsmg = {
label = 'BDR-C ',
type = 'weapon',
image = 'bdr-c.png',
description = 'Voll Scifi ^^',
unique = true,
useable = false,
ammotype = 'AMMO_SMG',
weight = 1000,
name = 'weapon_assaultsmg',
},
eis_konfekt = {
shouldClose = true,
type = 'item',
image = 'ChatGPT_Image_27._Apr._2025__12_24_22-removebg-preview.png',
description = 'Eis Konfekt der erfrischende Klassiker aus den 70er Jahren!',
unique = true,
useable = true,
label = 'Eis Konfekt',
weight = 100,
name = 'eis_konfekt',
},
weapon_dbshotgun = {
label = 'Double-barrel Shotgun',
type = 'weapon',
image = 'weapon_dbshotgun.png',
description = 'A shotgun with two parallel barrels, allowing two single shots to be fired in quick succession',
unique = true,
useable = false,
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
name = 'weapon_dbshotgun',
},
acetic = {
shouldClose = false,
type = 'item',
image = 'acetone2.png',
description = 'Küchenessenz für Chemieprofis',
unique = false,
useable = false,
label = 'Essiganhydrid',
weight = 1000,
name = 'acetic',
},
largescope_attachment = {
shouldClose = true,
type = 'item',
image = 'largescope_attachment.png',
description = 'A large scope for a weapon',
unique = false,
useable = true,
label = 'Large Scope',
weight = 1000,
name = 'largescope_attachment',
},
cash = {
shouldClose = false,
type = 'item',
image = 'cash.png',
description = 'Nur Bares ist wares...',
unique = false,
useable = false,
label = 'Bargeld',
weight = 0,
name = 'cash',
},
pd_keycard = {
shouldClose = false,
type = 'item',
image = 'DI2_police_keycard-removebg-preview.png',
description = 'Wenn du kein Cop bist Finger weg!',
unique = true,
useable = false,
label = 'PD Key Card',
weight = 10,
name = 'pd_keycard',
},
lokis_trickery = {
shouldClose = true,
type = 'item',
image = 'LokisTrickery.png',
description = 'Unvorhersehbar und gefährlich, genau wie der Gott der Streiche selbst.',
unique = false,
useable = true,
label = 'Loki\'s Trickery',
weight = 200,
name = 'lokis_trickery',
},
cup_tide = {
shouldClose = true,
type = 'item',
image = 'cup_tide.png',
description = '',
unique = false,
useable = true,
label = 'Becher Orange O Tang',
weight = 100,
name = 'cup_tide',
},
smg_drum = {
shouldClose = true,
type = 'item',
image = 'drum_attachment.png',
description = '',
unique = true,
useable = true,
label = 'SMG Trommelmagazin',
weight = 100,
name = 'smg_drum',
},
raw_short_ribs = {
shouldClose = true,
type = 'item',
image = 'raw_short_ribs.png',
description = '',
unique = false,
useable = true,
label = 'rohe Short Ribs',
weight = 200,
name = 'raw_short_ribs',
},
katzenfutter = {
shouldClose = true,
type = 'item',
image = 'catfood.png',
description = 'besser als das was du hier zu essen bekommst XD',
unique = false,
useable = true,
label = 'Katzenfutter',
weight = 200,
name = 'katzenfutter',
},
spark_plug = {
shouldClose = true,
type = 'item',
image = 'spark_plug.png',
description = '',
unique = false,
useable = true,
label = 'Premium Zündkerzen',
weight = 0,
name = 'spark_plug',
},
morphine = {
shouldClose = true,
type = 'item',
image = 'syringe.png',
description = '',
unique = false,
useable = true,
label = 'Morphiumspritze',
weight = 10,
name = 'morphine',
},
big_bottle_tide = {
shouldClose = true,
type = 'item',
image = 'big_bottle_tide.png',
description = '',
unique = false,
useable = true,
label = 'große Flasche Orange O Tang',
weight = 600,
name = 'big_bottle_tide',
},
kadis_rostbite = {
shouldClose = true,
type = 'item',
image = 'SkadisFrostbite.png',
description = 'Erfrischend und frostig, wie die kalte Winterluft in Skadis schneebedeckten Bergen.',
unique = false,
useable = true,
label = 'Skadi\'s Frostbite',
weight = 200,
name = 'kadis_rostbite',
},
weapontint_3 = {
shouldClose = true,
type = 'item',
image = 'weapontint_pink.png',
description = 'Pink Weapon Tint',
unique = false,
useable = true,
label = 'Pink Tint',
weight = 1000,
name = 'weapontint_3',
},
weapon_hammer = {
name = 'weapon_hammer',
unique = true,
useable = false,
type = 'weapon',
label = 'Hammer',
image = 'weapon_hammer.png',
weight = 1000,
description = 'Used for jobs such as breaking things (legs) and driving in nails',
},
meth_route = {
shouldClose = false,
type = 'item',
image = 'meth_route.png',
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
unique = true,
useable = false,
label = 'Meth Route',
weight = 10,
name = 'meth_route',
},
weapon_remotesniper = {
label = 'Remote Sniper',
type = 'weapon',
image = 'weapon_remotesniper.png',
description = 'A portable high-precision, long-range rifle',
unique = true,
useable = false,
ammotype = 'AMMO_SNIPER_REMOTE',
weight = 1000,
name = 'weapon_remotesniper',
},
blackmoney_route = {
shouldClose = false,
type = 'item',
image = 'blackmoney_route.png',
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
unique = true,
useable = false,
label = 'Schwarzgeld Route',
weight = 10,
name = 'blackmoney_route',
},
tosti = {
shouldClose = true,
type = 'item',
image = 'tosti.png',
description = 'Schmeckt fast wie selbst gemacht wenn man sich selbst keine Mühe gibt.',
unique = false,
useable = true,
label = 'Grilled Cheese Sandwich',
weight = 200,
name = 'tosti',
},
radioscanner = {
shouldClose = true,
type = 'item',
image = 'radioscanner.png',
description = 'With this you can get some police alerts. Not 100% effective however',
unique = false,
useable = false,
label = 'Radio Scanner',
weight = 1000,
name = 'radioscanner',
},
tablet = {
shouldClose = true,
type = 'item',
image = 'tablet.png',
description = 'Expensive tablet',
unique = false,
useable = false,
label = 'Tablet',
weight = 2000,
name = 'tablet',
},
rifle_extendedclip = {
shouldClose = true,
type = 'item',
image = 'rifle_extendedclip.png',
description = '',
unique = true,
useable = true,
label = 'erw. Gewehr Magazin',
weight = 100,
name = 'rifle_extendedclip',
},
lutschfinger_eis = {
shouldClose = true,
type = 'item',
image = 'fingerice.png',
description = 'wie aus deiner Kindheit',
unique = false,
useable = true,
label = 'Lutschfinger Eis',
weight = 100,
name = 'lutschfinger_eis',
},
weapon_assaultrifle = {
label = 'AK 75',
type = 'weapon',
image = 'screenshot_403-removebg-preview.png',
description = 'Russlands Antwort auf jedes Problem: zuverlässig, unkaputtbar und schießt sogar noch, wenn Wodka drüber gekippt wird.',
unique = true,
useable = false,
ammotype = 'AMMO_RIFLE',
weight = 1000,
name = 'weapon_assaultrifle',
},
cerveza_barracho = {
shouldClose = true,
type = 'item',
image = 'ChatGPT Image 26. Apr. 2025, 15_29_53-min.png',
description = 'Erfrischendes mexikanisches Bier mit vollmundigem Geschmack',
unique = false,
useable = true,
label = 'Cerveza Barracho',
weight = 200,
name = 'cerveza_barracho',
},
rubber = {
shouldClose = false,
type = 'item',
image = 'rubber.png',
description = 'Rubber, I believe you can make your own rubber ducky with it :D',
unique = false,
useable = false,
label = 'Rubber',
weight = 100,
name = 'rubber',
},
laptop = {
shouldClose = true,
type = 'item',
image = 'laptop.png',
description = 'Expensive laptop',
unique = false,
useable = false,
label = 'Laptop',
weight = 4000,
name = 'laptop',
},
lamb_chops = {
shouldClose = true,
type = 'item',
image = 'lamb_chops.png',
description = '',
unique = false,
useable = true,
label = 'Lammkoteletts',
weight = 200,
name = 'lamb_chops',
},
gg_rabbit_pelt_03 = {
shouldClose = true,
type = 'item',
image = 'gg_rabbit_pelt_03.png',
description = '',
unique = true,
useable = false,
label = 'Makelloses Kaninchenfell',
weight = 1000,
name = 'gg_rabbit_pelt_03',
},
milk = {
shouldClose = true,
type = 'item',
image = 'milk.png',
description = 'Muuuuhhhh ',
unique = false,
useable = true,
name = 'milk',
weight = 400,
label = 'Packung Mlilch',
},
weapon_huntingrifle = {
shouldClose = true,
type = 'weapon',
image = 'weapon_huntingrifle.png',
description = '',
unique = true,
useable = true,
label = 'Jagdgewehr',
weight = 1000,
name = 'weapon_huntingrifle',
},
lean = {
shouldClose = true,
type = 'item',
image = 'lean.png',
description = 'Der Drink, der dich so langsam macht wie eine Schnecke auf Valium',
unique = false,
useable = true,
label = 'Lean',
weight = 500,
name = 'lean',
},
v12_engine = {
shouldClose = true,
type = 'item',
image = 'v12_engine.png',
description = '',
unique = false,
useable = true,
label = 'V12 Motor',
weight = 0,
name = 'v12_engine',
},
propofol_250 = {
shouldClose = true,
type = 'item',
image = 'Propofol-00409469924-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Propofol 250',
weight = 250,
name = 'propofol_250',
},
nitrous_install_kit = {
shouldClose = true,
type = 'item',
image = 'nitrous_install_kit.png',
description = '',
unique = false,
useable = true,
label = 'Nitrokit',
weight = 0,
name = 'nitrous_install_kit',
},
patriotcamo_attachment = {
shouldClose = true,
type = 'item',
image = 'patriotcamo_attachment.png',
description = 'A patriot camo for a weapon',
unique = false,
useable = true,
label = 'Patriot Camo',
weight = 1000,
name = 'patriotcamo_attachment',
},
kadis_inter_kewers = {
shouldClose = true,
type = 'item',
image = 'SkadisWinterSkewers.png',
description = '',
unique = false,
useable = true,
label = 'Skadi\'s Winter Skewers',
weight = 200,
name = 'skadis_winter_skewers',
},
turbocharger = {
shouldClose = true,
type = 'item',
image = 'turbocharger.png',
description = '',
unique = false,
useable = true,
label = 'Premium Turbokit',
weight = 0,
name = 'turbocharger',
},
weapon_bullpuprifle_mk2 = {
label = 'Bullpup Rifle Mk II',
type = 'weapon',
image = 'weapon_bullpuprifle_mk2.png',
description = 'Bull Puprifle MK2',
unique = true,
useable = true,
ammotype = 'AMMO_RIFLE',
weight = 1000,
name = 'weapon_bullpuprifle_mk2',
},
blood_100 = {
shouldClose = true,
type = 'item',
image = 'bloodbag.png',
description = '',
unique = false,
useable = true,
label = 'Blut (100ml)',
weight = 100,
name = 'blood_100',
},
veh_xenons = {
shouldClose = true,
type = 'item',
image = 'veh_xenons.png',
description = 'Upgrade vehicle xenons',
unique = false,
useable = true,
label = 'Xenons',
weight = 1000,
name = 'veh_xenons',
},
jerry_can = {
shouldClose = true,
type = 'item',
image = 'jerry_can.png',
description = 'A can full of Fuel',
unique = false,
useable = true,
label = 'Jerrycan 20L',
weight = 20000,
name = 'jerry_can',
},
ohrstopsel = {
shouldClose = false,
type = 'item',
image = 'oropax.png',
description = 'damit du das Stöhnen der Nachbarn net hören musst',
unique = true,
useable = false,
label = 'Ohrstöpsel',
weight = 20,
name = 'ohrstopsel',
},
grip_attachment = {
shouldClose = true,
type = 'item',
image = 'grip_attachment.png',
description = 'A grip for a weapon',
unique = false,
useable = true,
label = 'Grip',
weight = 1000,
name = 'grip_attachment',
},
weapontint_mk2_23 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Metallic Gold Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Metallic Gold Tint',
weight = 1000,
name = 'weapontint_mk2_23',
},
vitaminloesung_250 = {
shouldClose = true,
type = 'item',
image = 'screenshot_696-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Vitaminlösung 250',
weight = 250,
name = 'vitaminloesung_250',
},
sniper_flashlight = {
shouldClose = true,
type = 'item',
image = 'flashlight_attachment.png',
description = '',
unique = true,
useable = true,
label = 'Sniper Licht',
weight = 100,
name = 'sniper_flashlight',
},
shotgun_flashlight = {
shouldClose = true,
type = 'item',
image = 'flashlight_attachment.png',
description = '',
unique = true,
useable = true,
label = 'Shotgun Licht',
weight = 100,
name = 'shotgun_flashlight',
},
ibuprophen = {
shouldClose = true,
type = 'item',
image = 'Ibuprophen.png',
description = '',
unique = false,
useable = true,
label = 'Ibuprophen',
weight = 20,
name = 'ibuprophen',
},
pistol_suppressor = {
shouldClose = true,
type = 'item',
image = 'suppressor_attachment.png',
description = '',
unique = true,
useable = true,
label = 'Pistolen Schalldämpfer',
weight = 100,
name = 'pistol_suppressor',
},
gg_boar_tusk_02 = {
shouldClose = true,
type = 'item',
image = 'gg_boar_tusk_02.png',
description = '',
unique = true,
useable = false,
label = 'Robuster Eberzahn',
weight = 1000,
name = 'gg_boar_tusk_02',
},
ems_card = {
shouldClose = true,
type = 'item',
image = 'idcardpd.png',
description = '',
unique = true,
useable = true,
label = 'EMS Card',
weight = 10,
name = 'ems_card',
},
duct_tape = {
shouldClose = true,
type = 'item',
image = 'duct_tape.png',
description = '',
unique = false,
useable = true,
label = 'Klebeband',
weight = 0,
name = 'duct_tape',
},
opium = {
shouldClose = false,
type = 'item',
image = 'opium_dry2.png',
description = 'Chillfilter fürs Leben aber Vorsicht, klebrig',
unique = false,
useable = false,
label = 'Opium',
weight = 100,
name = 'opium',
},
bleeder = {
shouldClose = true,
type = 'item',
image = 'screenshot_685-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'The Bleeder',
weight = 100,
name = 'bleeder',
},
cup_cola = {
shouldClose = true,
type = 'item',
image = 'cup_cola.png',
description = '',
unique = false,
useable = true,
label = 'Becher E-Cola',
weight = 100,
name = 'cup_cola',
},
bubble_tea = {
shouldClose = true,
type = 'item',
image = 'bubbletea.png',
description = 'Bubble Tea das einzige Getränk, bei dem man sich fragt, ob man gerade trinkt, snackt oder ein Kinderspielzeug schlürft!',
unique = false,
useable = true,
label = 'Bubble Tea',
weight = 100,
name = 'bubble_tea',
},
gg_hunting_knife_02 = {
shouldClose = true,
type = 'item',
image = 'gg_hunting_knife_02.png',
description = '',
unique = true,
useable = true,
label = 'verbessertes Jagdmesser',
weight = 1000,
name = 'gg_hunting_knife_02',
},
blood_500 = {
shouldClose = true,
type = 'item',
image = 'bloodbag.png',
description = '',
unique = false,
useable = true,
label = 'Blut (500ml)',
weight = 500,
name = 'blood_500',
},
rifle_scope = {
shouldClose = true,
type = 'item',
image = 'smallscope_attachment.png',
description = '',
unique = true,
useable = true,
label = 'Gewehrvisier',
weight = 100,
name = 'rifle_scope',
},
roofbox_color = {
shouldClose = true,
type = 'item',
image = 'roofbox_color.png',
description = '',
unique = true,
useable = true,
label = 'Farbige Dachbox',
weight = 1000,
name = 'roofbox_color',
},
novalmin = {
shouldClose = true,
type = 'item',
image = 'Novalmin.png',
description = '',
unique = false,
useable = true,
label = 'Novalmin',
weight = 20,
name = 'novalmin',
},
tyre_smoke_kit = {
shouldClose = true,
type = 'item',
image = 'tyre_smoke_kit.png',
description = '',
unique = false,
useable = true,
label = 'Reifenrauch Kit',
weight = 0,
name = 'tyre_smoke_kit',
},
cay = {
shouldClose = true,
type = 'item',
image = 'Cay.png',
description = 'Türkischer Tee',
unique = true,
useable = true,
label = 'Cay',
weight = 200,
name = 'cay',
},
steel = {
shouldClose = false,
type = 'item',
image = 'steel.png',
description = 'Nice piece of metal that you can probably use for something',
unique = false,
useable = false,
label = 'Steel',
weight = 100,
name = 'steel',
},
nvscope_attachment = {
shouldClose = true,
type = 'item',
image = 'nvscope_attachment.png',
description = 'A night vision scope for a weapon',
unique = false,
useable = true,
label = 'Night Vision Scope',
weight = 1000,
name = 'nvscope_attachment',
},
handle = {
shouldClose = false,
type = 'item',
image = 'hammerhandle.png',
description = 'Der Klassiker der Griffe',
unique = false,
useable = false,
label = 'Holzgriff',
weight = 200,
name = 'handle',
},
weapontint_mk2_29 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Metallic Blue Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Metallic Blue Tint',
weight = 1000,
name = 'weapontint_mk2_29',
},
revolver_barrel = {
shouldClose = false,
type = 'item',
image = 'axehandle.png',
description = 'Revolver-Abzug: Ein kurzer Zug, der großen Knall bringt',
unique = false,
useable = false,
label = 'Revolverlauf',
weight = 250,
name = 'revolver_barrel',
},
kayas_rotwein = {
shouldClose = true,
type = 'item',
image = 'kirimzi.png',
description = 'Türkischer Rotwein',
unique = true,
useable = true,
label = 'Kırmızı şarap ',
weight = 200,
name = 'kayas_rotwein',
},
twerks_candy = {
shouldClose = true,
type = 'item',
image = 'twerks_candy.png',
description = 'It\'s all about you.',
unique = false,
useable = true,
label = 'Ego Chaser Schockriegel',
weight = 100,
name = 'twerks_candy',
},
empty_nitrous_bottle = {
shouldClose = true,
type = 'item',
image = 'empty_nitrous_bottle.png',
description = '',
unique = false,
useable = true,
label = 'leere Nitro Flasche',
weight = 0,
name = 'empty_nitrous_bottle',
},
newsmic = {
shouldClose = true,
type = 'item',
image = 'newsmic.png',
description = 'A microphone for the news',
unique = true,
useable = true,
label = 'News Microphone',
weight = 100,
name = 'newsmic',
},
weapontint_mk2_19 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Bold Cyan Features Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Bold Cyan Features Tint',
weight = 1000,
name = 'weapontint_mk2_19',
},
zebracamo_attachment = {
shouldClose = true,
type = 'item',
image = 'zebracamo_attachment.png',
description = 'A zebra camo for a weapon',
unique = false,
useable = true,
label = 'Zebra Camo',
weight = 1000,
name = 'zebracamo_attachment',
},
pistol_holoscope = {
shouldClose = true,
type = 'item',
image = 'holoscope_attachment.png',
description = '',
unique = true,
useable = true,
label = 'Pistolenvisier',
weight = 100,
name = 'pistol_holoscope',
},
gumianimals = {
shouldClose = true,
type = 'item',
image = 'gummanimals.png',
description = 'Zurück in die Kindheit Deine Retro-Tüte voller bunter Gummi-Tierchen!',
unique = true,
useable = true,
label = 'Gummitierchen',
weight = 100,
name = 'gumianimals',
},
pussycat = {
shouldClose = true,
type = 'item',
image = 'Pussycat-GTAV-Cover1.png',
description = 'Für die einsamen Nächte.',
unique = false,
useable = true,
label = 'Pussycat',
weight = 40,
name = 'pussycat',
},
weapontint_mk2_1 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Classic Gray Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Classic Gray Tint',
weight = 1000,
name = 'weapontint_mk2_1',
},
sprunk_zero_dose = {
shouldClose = true,
type = 'item',
image = 'sprunkcanzero.png',
description = 'Dose Zitronen Limo',
unique = false,
useable = true,
label = 'Sprunk Zero Dose',
weight = 50,
name = 'sprunk_zero_dose',
},
weed_amnesia_seed = {
shouldClose = true,
type = 'item',
image = 'weed_seed.png',
description = 'A weed seed of Amnesia',
unique = false,
useable = true,
label = 'Amnesia Seed',
weight = 0,
name = 'weed_amnesia_seed',
},
weapontint_mk2_12 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Orange Contrast Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Orange Contrast Tint',
weight = 1000,
name = 'weapontint_mk2_12',
},
weapontint_mk2_5 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Classic Green Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Classic Green Tint',
weight = 1000,
name = 'weapontint_mk2_5',
},
codeine_syrup = {
shouldClose = false,
type = 'item',
image = 'crackmixingagent.png',
description = 'Der Sirup, der dich von „A“ nach „Z“ schickt aber ohne Zwischenstopps',
unique = false,
useable = false,
label = 'Codein-Sirup',
weight = 500,
name = 'codeine_syrup',
},
weapontint_mk2_9 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Red Contrast Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Red Contrast Tint',
weight = 1000,
name = 'weapontint_mk2_9',
},
big_bottle_cola = {
shouldClose = true,
type = 'item',
image = 'big_bottle_cola.png',
description = '',
unique = false,
useable = true,
label = 'große Flasche E-Cola',
weight = 600,
name = 'big_bottle_cola',
},
empty_weed_bag = {
shouldClose = true,
type = 'item',
image = 'weed_baggy_empty.png',
description = 'A small empty bag',
unique = false,
useable = true,
label = 'Empty Weed Bag',
weight = 0,
name = 'empty_weed_bag',
},
weapon_golfclub = {
name = 'weapon_golfclub',
unique = true,
useable = false,
type = 'weapon',
label = 'Golfclub',
image = 'weapon_golfclub.png',
weight = 1000,
description = 'A club used to hit the ball in golf',
},
sniper_holoscope = {
shouldClose = true,
type = 'item',
image = 'holoscope_attachment.png',
description = '',
unique = true,
useable = true,
label = 'MK2 Sniper Holoscope',
weight = 100,
name = 'sniper_holoscope',
},
heparin = {
shouldClose = true,
type = 'item',
image = 'heparin.png',
description = '',
unique = false,
useable = true,
label = 'Heparin',
weight = 10,
name = 'heparin',
},
weapon_flaregun = {
label = 'Flare Gun',
type = 'weapon',
image = 'weapon_flaregun.png',
description = 'A handgun for firing signal rockets',
unique = true,
useable = false,
ammotype = 'AMMO_FLARE',
weight = 1000,
name = 'weapon_flaregun',
},
tilidin = {
shouldClose = true,
type = 'item',
image = 'syringe.png',
description = '',
unique = false,
useable = true,
label = 'Tilidin',
weight = 20,
name = 'tilidin',
},
blue_phone = {
shouldClose = false,
type = 'item',
image = 'phone_blue.png',
description = '„Ein Akku, der genau so lange hält wie deine Aufmerksamkeitsspanne.“',
unique = true,
useable = false,
label = 'iFruit 12XR Blau',
weight = 600,
name = 'blue_phone',
},
weapon_nightstick = {
name = 'weapon_nightstick',
unique = true,
useable = false,
type = 'weapon',
label = 'Nightstick',
image = 'weapon_nightstick.png',
weight = 1000,
description = 'A police officer\'s club or billy',
},
billokaffee = {
shouldClose = true,
type = 'item',
image = 'cheapcoffee.png',
description = 'Die Schande Kolumbiens',
unique = false,
useable = true,
label = 'Billo Kaffee',
weight = 80,
name = 'billokaffee',
},
sniper_largescope = {
shouldClose = true,
type = 'item',
image = 'advscope_attachment.png',
description = '',
unique = true,
useable = true,
label = 'Sniper Visier groß',
weight = 100,
name = 'sniper_largescope',
},
weapontint_mk2_28 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Metallic Green Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Metallic Green Tint',
weight = 1000,
name = 'weapontint_mk2_28',
},
veh_exterior = {
shouldClose = true,
type = 'item',
image = 'veh_exterior.png',
description = 'Upgrade vehicle exterior',
unique = false,
useable = true,
label = 'Exterior',
weight = 1000,
name = 'veh_exterior',
},
joint = {
shouldClose = true,
type = 'item',
image = 'joint7.png',
description = 'Die Friedenspfeife 2.0',
unique = false,
useable = true,
label = 'Joint',
weight = 500,
name = 'joint',
},
ecola_flasche = {
shouldClose = true,
type = 'item',
image = 'ecolabottle.png',
description = 'Flasche Cola',
unique = false,
useable = true,
label = 'E-Cola Flasche',
weight = 80,
name = 'ecola_flasche',
},
weapon_sniperrifle = {
label = 'ABM Sniper Rifle',
type = 'weapon',
image = 'screenshot_414-removebg-preview.png',
description = 'Wenn man mal das Gesetzt von weiter weg vertreten muss.',
unique = true,
useable = false,
ammotype = 'AMMO_SNIPER',
weight = 1000,
name = 'weapon_sniperrifle',
},
ayran = {
shouldClose = true,
type = 'item',
image = 'Ayran.png',
description = 'erfrischendes Joghurtgetränk',
unique = true,
useable = true,
label = 'Ayran',
weight = 200,
name = 'ayran',
},
jords_cean_reeze_alkoholfrei = {
shouldClose = true,
type = 'item',
image = 'NjordsOceanBreeze.png',
description = 'Eine kühle Meeresbrise in Form eines Getränks, die erfrischend und exotisch zugleich ist.',
unique = false,
useable = true,
label = 'Njord\'s Ocean Breeze (alkoholfrei)',
weight = 200,
name = 'njords_ocean_breeze_alkoholfrei',
},
moneybag = {
shouldClose = true,
type = 'item',
image = 'moneybag.png',
description = 'A bag with cash',
unique = true,
useable = true,
label = 'Money Bag',
weight = 0,
name = 'moneybag',
},
cooked_short_ribs = {
shouldClose = true,
type = 'item',
image = 'cooked_short_ribs.png',
description = '',
unique = false,
useable = true,
label = 'gegrillte Short Ribs',
weight = 200,
name = 'cooked_short_ribs',
},
deployable_light = {
shouldClose = false,
type = 'item',
image = 'rundumleuchte.png',
description = '',
unique = true,
useable = true,
label = 'Aufsetzt Rundumleuchte',
weight = 250,
name = 'deployable_light',
},
weapon_proxmine = {
name = 'weapon_proxmine',
unique = true,
useable = false,
type = 'weapon',
label = 'Proxmine Grenade',
image = 'weapon_proximitymine.png',
weight = 1000,
description = 'A bomb placed on the ground that detonates when going within its proximity',
},
dins_isdom_latter = {
shouldClose = true,
type = 'item',
image = 'OdinsWisdomPlatter.png',
description = 'Eine herzhafte Mischung, die den Wissensdurst und die Abenteuerlust des Göttervaters befriedigt.',
unique = false,
useable = true,
label = 'Odin\'s Wisdom Platter',
weight = 200,
name = 'dins_isdom_latter',
},
gg_hunting_campfire = {
shouldClose = false,
type = 'item',
image = 'gg_hunting_campfire.png',
description = '',
unique = false,
useable = false,
label = 'Lagerfeuerkit',
weight = 1000,
name = 'gg_hunting_campfire',
},
metalscrap = {
shouldClose = false,
type = 'item',
image = 'scrap-iron.png',
description = 'Der Stoff, aus dem DIY-Träume sind',
unique = false,
useable = false,
label = 'Metallschrott',
weight = 500,
name = 'metalscrap',
},
hors_hunder_torm = {
shouldClose = true,
type = 'item',
image = 'ThorsThunderStorm.png',
description = 'Ein spritziges Getränk mit einem überraschenden Kick, das wie ein Donnerschlag erfrischt.',
unique = false,
useable = true,
label = 'Thor\'s Thunder Storm (alkoholfrei)',
weight = 200,
name = 'thors_thunder_storm',
},
squared_muzzle_brake = {
shouldClose = true,
type = 'item',
image = 'squared_muzzle_brake.png',
description = 'A muzzle brake for a weapon',
unique = false,
useable = true,
label = 'Squared Muzzle Brake',
weight = 1000,
name = 'squared_muzzle_brake',
},
machete_blade = {
shouldClose = false,
type = 'item',
image = 'Machetenklinge.png',
description = 'Wenn du mehr als nur ein bisschen Durchblick brauchst sie räumt den Weg frei',
unique = false,
useable = false,
label = 'Machete Klinge',
weight = 500,
name = 'machete_blade',
},
weapon_machete = {
name = 'weapon_machete',
unique = true,
useable = false,
type = 'weapon',
label = 'Machete',
image = 'machete.png',
weight = 1000,
description = 'A broad, heavy knife used as a weapon',
},
smallscope_attachment = {
shouldClose = true,
type = 'item',
image = 'smallscope_attachment.png',
description = 'A small scope for a weapon',
unique = false,
useable = true,
label = 'Small Scope',
weight = 1000,
name = 'smallscope_attachment',
},
weapon_revolver = {
label = 'Tac. Revolver',
type = 'weapon',
image = 'revolver.png',
description = 'A pistol with revolving chambers enabling several shots to be fired without reloading',
unique = true,
useable = false,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_revolver',
},
bikerack = {
shouldClose = true,
type = 'item',
image = 'bikerack.png',
description = '',
unique = true,
useable = true,
label = 'Fahrradträger',
weight = 1000,
name = 'bikerack',
},
weapon_gadgetpistol = {
label = 'Perico Pistol',
type = 'weapon',
image = 'weapon_gadgetpistol.png',
description = 'Weapon Gadgetpistol',
unique = true,
useable = true,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_gadgetpistol',
},
jelly_beans = {
shouldClose = true,
type = 'item',
image = 'file_00000000007861f7963805e1f6fecfc5-removebg-preview.png',
description = 'Bunte, kleine Köstlichkeiten mit knackiger Hülle und fruchtig-süßem Kern ein Farbtupfer voller Geschmack.',
unique = true,
useable = true,
label = 'Jelly Beans',
weight = 150,
name = 'jelly_beans',
},
weapon_garbagebag = {
name = 'weapon_garbagebag',
unique = true,
useable = false,
type = 'weapon',
label = 'Garbage Bag',
image = 'weapon_garbagebag.png',
weight = 1000,
description = 'A garbage bag',
},
attachment_bench = {
shouldClose = false,
type = 'item',
image = 'attworkbench.png',
description = 'A workbench for crafting attachments.',
unique = true,
useable = true,
label = 'Attachment Workbench',
weight = 15000,
name = 'attachment_bench',
},
popcorn = {
shouldClose = true,
type = 'item',
image = 'ChatGPT Image 26. Apr. 2025, 17_05_56-min.png',
description = 'Frisch aufgepopptes Popcorn ',
unique = true,
useable = true,
label = 'Popcorn',
weight = 150,
name = 'popcorn',
},
plastic = {
shouldClose = false,
type = 'item',
image = 'plastic.png',
description = 'RECYCLE! - Greta Thunberg 2019',
unique = false,
useable = false,
label = 'Plastic',
weight = 100,
name = 'plastic',
},
gg_rabbit_pelt_01 = {
shouldClose = true,
type = 'item',
image = 'gg_rabbit_pelt_01.png',
description = '',
unique = true,
useable = false,
label = 'Raues Kaninchenfell',
weight = 1000,
name = 'gg_rabbit_pelt_01',
},
weapontint_0 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Default/Black Weapon Tint',
unique = false,
useable = true,
label = 'Default Tint',
weight = 1000,
name = 'weapontint_0',
},
lsd_papers = {
shouldClose = true,
type = 'item',
image = 'lsd.png',
description = 'Miniatur-Kunstwerke, die dir den Kopf verdrehen aber hey, zumindest sieht alles schöner aus.',
unique = false,
useable = true,
label = 'LSD-Papes',
weight = 500,
name = 'lsd_papers',
},
goldbar = {
shouldClose = true,
type = 'item',
image = 'goldbar.png',
description = 'Looks pretty expensive to me',
unique = false,
useable = false,
label = 'Gold Bar',
weight = 7000,
name = 'goldbar',
},
simcard = {
shouldClose = false,
type = 'item',
image = 'sim-karte.png',
description = '„Nicht einfach eine SIM. Ein Statement für Stil in der Welt der Empfangslosen.“',
unique = true,
useable = false,
label = 'Sim-Karte',
weight = 1,
name = 'simcard',
},
kolonya = {
shouldClose = true,
type = 'item',
image = 'Kolonya.png',
description = 'Duftwasser - Geschenk für Gäste',
unique = false,
useable = true,
label = 'Kolonya',
weight = 150,
name = 'kolonya',
},
wurmkur = {
shouldClose = true,
type = 'item',
image = 'Wurmkur.png',
description = '',
unique = false,
useable = true,
label = 'Wurmkur',
weight = 20,
name = 'wurmkur',
},
weapon_heavysniper_mk2 = {
label = 'Heavy Sniper Mk II',
type = 'weapon',
image = 'weapon_heavysniper_mk2.png',
description = 'Weapon Heavysniper MK2',
unique = true,
useable = true,
ammotype = 'AMMO_SNIPER',
weight = 1000,
name = 'weapon_heavysniper_mk2',
},
weapon_railgun = {
name = 'weapon_railgun',
unique = true,
useable = false,
type = 'weapon',
label = 'Railgun',
image = 'weapon_railgun.png',
weight = 1000,
description = 'A weapon that uses electromagnetic force to launch high velocity projectiles',
},
fitbit = {
shouldClose = true,
type = 'item',
image = 'fitbit.png',
description = 'I like fitbit',
unique = true,
useable = true,
label = 'Fitbit',
weight = 500,
name = 'fitbit',
},
weapon_fireextinguisher = {
name = 'weapon_fireextinguisher',
unique = true,
useable = false,
type = 'weapon',
label = 'Fire Extinguisher',
image = 'weapon_fireextinguisher.png',
weight = 1000,
description = 'A portable device that discharges a jet of water, foam, gas, or other material to extinguish a fire',
},
xtcbaggy = {
shouldClose = true,
type = 'item',
image = 'xtc_baggy.png',
description = 'Pop those pills baby',
unique = false,
useable = true,
label = 'Bag of XTC',
weight = 0,
name = 'xtcbaggy',
},
weapon_pistol_mk2 = {
label = 'Klog 19',
type = 'weapon',
image = 'screenshot_396-removebg-preview.png',
description = 'An upgraded small firearm designed to be held in one hand',
unique = true,
useable = false,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_pistol_mk2',
},
cottoncandy = {
shouldClose = true,
type = 'item',
image = 'screenshot_693-removebg-preview.png',
description = '',
unique = false,
useable = true,
label = 'Zuckerwatte',
weight = 100,
name = 'cottoncandy',
},
weapon_combatpistol = {
label = 'Bretta Storm',
type = 'weapon',
image = 'screenshot_434-removebg-preview.png',
description = 'Eine kompakte, zuverlässige 9mm-Dienstpistole mit 17 Schuss Magazin.',
unique = true,
useable = false,
ammotype = 'AMMO_PISTOL',
weight = 1000,
name = 'weapon_combatpistol',
},
bulletproof_tyres = {
shouldClose = true,
type = 'item',
image = 'bulletproof_tyres.png',
description = '',
unique = false,
useable = true,
label = 'Reifen Gebanzert',
weight = 0,
name = 'bulletproof_tyres',
},
dildo = {
shouldClose = false,
type = 'item',
image = 'dildo.png',
description = 'passt gut zum Gleitgel ^^',
unique = true,
useable = false,
label = 'Dildo',
weight = 200,
name = 'dildo',
},
smg_defaultclip = {
shouldClose = true,
type = 'item',
image = 'clip_attachment.png',
description = '',
unique = true,
useable = true,
label = 'SMG Magazine',
weight = 100,
name = 'smg_defaultclip',
},
drill = {
shouldClose = false,
type = 'item',
image = 'drill.png',
description = 'The real deal...',
unique = false,
useable = false,
label = 'Drill',
weight = 20000,
name = 'drill',
},
gg_cougar_claw_02 = {
shouldClose = true,
type = 'item',
image = 'gg_cougar_claw_02.png',
description = '',
unique = true,
useable = false,
label = 'Robuste Puma-Klaue',
weight = 500,
name = 'gg_cougar_claw_02',
},
weapon_heavyshotgun = {
label = 'Heavy Shotgun',
type = 'weapon',
image = 'weapon_heavyshotgun.png',
description = 'A large smoothbore gun for firing small shot at short range',
unique = true,
useable = false,
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
name = 'weapon_heavyshotgun',
},
bandage = {
shouldClose = true,
type = 'item',
image = 'bandage.png',
description = 'A bandage works every time',
unique = false,
useable = true,
label = 'Bandage',
weight = 0,
name = 'bandage',
},
sweets_candies = {
shouldClose = true,
type = 'item',
image = 'candy1.png',
description = 'Bunt, süß und manchmal klebrig',
unique = false,
useable = true,
label = 'Bonbons',
weight = 500,
name = 'sweets_candies',
},
ammo_grenadelauncher = {
shouldClose = true,
type = 'item',
image = 'grenade_launcher_tokyo_marui_m320a1_6_-removebg-preview.png',
description = 'Munition für den Granatwerfer',
unique = false,
useable = true,
label = 'AMMO_GRENADELAUNCHER',
weight = 200,
name = 'ammo_grenadelauncher',
},
voltaren_salbenverband = {
shouldClose = true,
type = 'item',
image = 'salbenverband.png',
description = '',
unique = false,
useable = true,
label = 'Voltaren Salbenverband',
weight = 20,
name = 'voltaren_salbenverband',
},
yggdrasils_root = {
shouldClose = true,
type = 'item',
image = 'YggdrasilsRoot.png',
description = '',
unique = false,
useable = true,
label = 'Yggdrasil\'s Root',
weight = 200,
name = 'yggdrasils_root',
},
painkillers = {
shouldClose = true,
type = 'item',
image = 'painkillers.png',
description = 'For pain you can\'t stand anymore, take this pill that\'d make you feel great again',
unique = false,
useable = true,
label = 'Painkillers',
weight = 0,
name = 'painkillers',
},
weapontint_mk2_14 = {
shouldClose = true,
type = 'item',
image = 'weapontint_black.png',
description = 'Bold Purple & Yellow Weapon Tint for MK2 Weapons',
unique = false,
useable = true,
label = 'Bold Purple & Yellow Tint',
weight = 1000,
name = 'weapontint_mk2_14',
},
scookie = {
shouldClose = true,
type = 'item',
image = 'softccookie.png',
description = 'Ein Softcookie ist ein weicher, saftiger Keks mit einer zarten Textur, der oft noch leicht warm und innen herrlich chewy ist.',
unique = true,
useable = true,
label = 'Soft Cookie',
weight = 100,
name = 'scookie',
},
mg_ammo = {
shouldClose = true,
type = 'item',
image = 'mg_ammo.png',
description = 'Ammo for Machine Guns',
unique = false,
useable = true,
label = 'MG ammo',
weight = 1000,
name = 'mg_ammo',
},
weapon_grenadelauncher_smoke = {
label = 'Smoke Grenade Launcher',
type = 'weapon',
image = 'weapon_grenadelauncher_smoke.PNG',
description = 'A bomb that produces a lot of smoke when it explodes',
unique = true,
useable = false,
ammotype = 'AMMO_GRENADELAUNCHER',
weight = 1000,
name = 'weapon_grenadelauncher_smoke',
},
blood_750 = {
shouldClose = true,
type = 'item',
image = 'bloodbag.png',
description = '',
unique = false,
useable = true,
label = 'Blut (750ml)',
weight = 750,
name = 'blood_750',
},
amoxicillin = {
shouldClose = true,
type = 'item',
image = 'amoxicillin.png',
description = '',
unique = false,
useable = true,
label = 'Amoxicillin',
weight = 20,
name = 'amoxicillin',
},
}