1
0
Fork 0
forked from Simnation/Main
Main/resources/[qb]/qb-core/shared/items.lua
2025-06-23 18:22:04 +02:00

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