Main/resources/[qb]/qb-core/shared/items.lua
2025-06-10 20:04:39 +02:00

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