From 8041d485d2022a0b2c4e0783d2cb0c7d8db1b87f Mon Sep 17 00:00:00 2001 From: EVO Date: Tue, 1 Jul 2025 11:19:51 +0200 Subject: [PATCH] items add --- .../[jobs]/[civ]/nordi_tipjar/tipjars.json | 2 +- resources/[qb]/qb-core/shared/items.lua | 19803 ++++++++-------- resources/[tools]/unlimited-spectre/log.log | 18 + .../unlimited-spectre/unlWeb/data.json | 11 +- .../unlimited-spectre/unlWeb/logs/dev.log | 80 + .../unlimited-spectre/unlWeb/logs/web.log | 9 + 6 files changed, 10083 insertions(+), 9840 deletions(-) diff --git a/resources/[jobs]/[civ]/nordi_tipjar/tipjars.json b/resources/[jobs]/[civ]/nordi_tipjar/tipjars.json index c1a56f31d..41583f732 100755 --- a/resources/[jobs]/[civ]/nordi_tipjar/tipjars.json +++ b/resources/[jobs]/[civ]/nordi_tipjar/tipjars.json @@ -1 +1 @@ -{"police":100,"Zum Durstigen Dackel":200,"ambulance":0,"dackel":0,"coffe_cute":100,"ammu":1000,"odin":0,"kayas":0,"cinema":0} \ No newline at end of file +{"coffe_cute":100,"dackel":0,"police":100,"odin":0,"cinema":0,"Zum Durstigen Dackel":200,"kayas":0,"ambulance":0,"ammu":1000} \ No newline at end of file diff --git a/resources/[qb]/qb-core/shared/items.lua b/resources/[qb]/qb-core/shared/items.lua index 854351d30..e1360ab1c 100644 --- a/resources/[qb]/qb-core/shared/items.lua +++ b/resources/[qb]/qb-core/shared/items.lua @@ -1,9943 +1,10086 @@ QBShared = QBShared or {} QBShared.Items = { - cooked_pork_joint = { + gg_hunting_arrowammo = { + label = 'Armbrust Pfeile', + image = 'gg_hunting_arrowammo.png', + useable = true, + type = 'item', + unique = false, shouldClose = true, description = '', - label = 'gegrillter Schweinebraten', - unique = false, - name = 'cooked_pork_joint', - weight = 200, - type = 'item', - useable = true, - image = 'cooked_pork_joint.png', - }, - cappuccino = { - shouldClose = true, - description = '„Cappucioni – halb Schaum, halb Koffein, 100 % Attitüde. Gebrüht wie ein Drive-By: schnell, heiß und mit ordentlich Einschlag.“', - label = 'Tasse Cappuccino', - unique = true, - name = 'cappuccino', - weight = 100, - type = 'item', - useable = true, - image = 'cappuccino.png', - }, - rifle_drum = { - shouldClose = true, - description = '', - label = 'Gewehr Trommelmagzin', - unique = true, - name = 'rifle_drum', - weight = 100, - type = 'item', - useable = true, - image = 'drum_attachment.png', - }, - weapontint_mk2_3 = { - shouldClose = true, - description = 'Classic White Weapon Tint for MK2 Weapons', - label = 'Classic White Tint', - unique = false, - name = 'weapontint_mk2_3', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - weapon_flare = { - ammotype = 'AMMO_FLARE', - description = 'A small pyrotechnic devices used for illumination and signalling', - label = 'Flare pistol', - unique = true, - name = 'weapon_flare', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_flare.png', - }, - weed_whitewidow = { - shouldClose = false, - description = 'A weed bag with 2g White Widow', - label = 'White Widow 2g', - unique = false, - name = 'weed_whitewidow', - weight = 200, - type = 'item', - useable = true, - image = 'weed_baggy.png', - }, - weapontint_1 = { - shouldClose = true, - description = 'Green Weapon Tint', - label = 'Green Tint', - unique = false, - name = 'weapontint_1', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_green.png', - }, - weapontint_mk2_12 = { - shouldClose = true, - description = 'Orange Contrast Weapon Tint for MK2 Weapons', - label = 'Orange Contrast Tint', - unique = false, - name = 'weapontint_mk2_12', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - spark_plug = { - shouldClose = true, - description = '', - label = 'Premium Zündkerzen', - unique = false, - name = 'spark_plug', - weight = 0, - type = 'item', - useable = true, - image = 'spark_plug.png', - }, - shotgun_scope = { - shouldClose = true, - description = '', - label = 'MK2 Shotgun Visier', - unique = true, - name = 'shotgun_scope', - weight = 100, - type = 'item', - useable = true, - image = 'smallscope_attachment.png', - }, - lokis_trickster_punch = { - shouldClose = true, - description = '', - label = 'Lokis Trickster Punch', - unique = false, - name = 'lokis_trickster_punch', - weight = 10, - type = 'item', - useable = true, - image = 'LokisTricksterPunch.png', - }, - gg_pug_bait_01 = { - shouldClose = true, - description = '', - label = 'Illegaler Raubtierköder 1', - unique = false, - name = 'gg_pug_bait_01', - weight = 100, - type = 'item', - useable = true, - image = 'gg_pug_bait_01.png', - }, - baldurs_light = { - shouldClose = true, - description = 'Sanft und erfrischend, wie das reine Licht, das Baldur ausstrahlt.', - label = 'Baldur\'s Light', - unique = false, - name = 'baldurs_light', - weight = 200, - type = 'item', - useable = true, - image = 'BaldursLight.png', - }, - thors_sandwich = { - 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.', - label = 'Thors Sandwich', - unique = false, - name = 'thors_sandwich', - weight = 150, - type = 'item', - useable = true, - image = 'thors_sandwich.png', - }, - shotgun_grip = { - shouldClose = true, - description = '', - label = 'Shotgun Griff', - unique = true, - name = 'shotgun_grip', - weight = 100, - type = 'item', - useable = true, - image = 'grip_attachment.png', - }, - tavor25 = { - shouldClose = true, - description = '', - label = 'Tavor 2,5 mg', - unique = false, - name = 'tavor25', + name = 'gg_hunting_arrowammo', weight = 20, - type = 'item', - useable = true, - image = 'tavor25.png', - }, - dwurstmskraut = { - shouldClose = false, - description = '', - label = 'Dackelwurst mit Sauerkraut', - unique = true, - name = 'dwurstmskraut', - weight = 100, - type = 'item', - useable = false, - image = 'Deckelwurst_mit_Sauerkraft-removebg-preview.png', - }, - rostedcoffee = { - shouldClose = false, - description = '', - label = 'Sack geröstete Kaffeebohnen', - unique = true, - name = 'rostedcoffee', - weight = 2000, - type = 'item', - useable = false, - image = 'rostedcoffee.png', - }, - screwdriverset = { - shouldClose = false, - description = 'Sehr nützlich zum Schrauben... zu schrauben...', - label = 'Schraubendreher Set', - unique = true, - name = 'screwdriverset', - weight = 1000, - type = 'item', - useable = false, - image = 'screwdriverset.png', - }, - cc_kaffe = { - shouldClose = true, - description = '', - label = 'Kaffee', - unique = false, - name = 'cc_kaffe', - weight = 10, - type = 'item', - useable = true, - image = 'cc_kaffe.png', - }, - cc_espresso = { - shouldClose = true, - description = '', - label = 'Espresso', - unique = false, - name = 'cc_espresso', - weight = 10, - type = 'item', - useable = true, - image = 'cc_espresso.png', - }, - novalmin = { - shouldClose = true, - description = '', - label = 'Novalmin', - unique = false, - name = 'novalmin', - weight = 20, - type = 'item', - useable = true, - image = 'Novalmin.png', - }, - glucoseg40 = { - shouldClose = true, - description = '', - label = 'Glucose 40%', - unique = false, - name = 'glucoseg40', - weight = 10, - type = 'item', - useable = true, - image = 'glucoseg40.png', - }, - ecola_zero_dose = { - shouldClose = true, - description = 'Dose Cola', - label = 'E-Cola Zero Dose', - unique = false, - name = 'ecola_zero_dose', - weight = 50, - type = 'item', - useable = true, - image = 'ecolazerocan.png', - }, - weapon_revolver = { - ammotype = 'AMMO_PISTOL', - description = 'A pistol with revolving chambers enabling several shots to be fired without reloading', - label = 'Tac. Revolver', - unique = true, - name = 'weapon_revolver', - weight = 1000, - type = 'weapon', - useable = false, - image = 'revolver.png', - }, - bcso_card = { - shouldClose = true, - description = '', - label = 'BCSO Dienstausweis', - unique = true, - name = 'bcso_card', - weight = 0, - type = 'item', - useable = true, - image = 'police_card.png', - }, - smg_ammo = { - shouldClose = true, - description = 'Kleines schnelles Peng', - label = 'SMG Munition', - unique = false, - name = 'smg_ammo', - weight = 500, - type = 'item', - useable = true, - image = 'smg_ammo.png', - }, - junk_energy = { - shouldClose = true, - description = 'Dose mit Engery', - label = 'Junk Energy', - unique = false, - name = 'junk_energy', - weight = 100, - type = 'item', - useable = true, - image = 'junk_energy.png', - }, - axe_head = { - shouldClose = false, - description = 'Der schneidige Bruder der Säge', - label = 'Axt Kopf', - unique = false, - name = 'axe_head', - weight = 1000, - type = 'item', - useable = false, - image = 'Axtkopf.png', - }, - frittenwbm = { - shouldClose = false, - description = '', - label = 'Fritten wie bei Muttern', - unique = true, - name = 'frittenwbm', - weight = 100, - type = 'item', - useable = false, - image = 'Fritten_wie_bei_Muttern.png', - }, - shotgun_squaredmuzzle = { - shouldClose = true, - description = '', - label = 'MK2 Shotgun Squaredmuzzle', - unique = true, - name = 'shotgun_squaredmuzzle', - weight = 100, - type = 'item', - useable = true, - image = 'comp_attachment.png', - }, - veh_turbo = { - shouldClose = true, - description = 'Install vehicle turbo', - label = 'Turbo', - unique = false, - name = 'veh_turbo', - weight = 1000, - type = 'item', - useable = true, - image = 'veh_turbo.png', - }, - weapontint_mk2_16 = { - shouldClose = true, - description = 'Bold Green & Purple Weapon Tint for MK2 Weapons', - label = 'Bold Green & Purple Tint', - unique = false, - name = 'weapontint_mk2_16', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - suspension_parts = { - shouldClose = true, - description = '', - label = 'Premium Fahrwerksteile', - unique = false, - name = 'suspension_parts', - weight = 0, - type = 'item', - useable = true, - image = 'suspension_parts.png', - }, - repair_kit = { - shouldClose = true, - description = 'Für Schnelle & Kleinere Reparaturen ', - label = 'Werkzeug', - unique = false, - name = 'repair_kit', - weight = 0, - type = 'item', - useable = true, - image = 'repair_kit.png', - }, - id_card = { - shouldClose = false, - description = 'A card containing all your information to identify yourself', - label = 'ID Card', - unique = true, - name = 'id_card', - weight = 0, - type = 'item', - useable = true, - image = 'id_card.png', - }, - weapon_raypistol = { - ammotype = 'AMMO_PISTOL', - description = 'Weapon Raypistol', - label = 'Up-n-Atomizer', - unique = true, - name = 'weapon_raypistol', - weight = 1000, - type = 'weapon', - useable = true, - image = 'weapon_raypistol.png', - }, - diamond_ring = { - shouldClose = true, - description = 'A diamond ring seems like the jackpot to me!', - label = 'Diamond Ring', - unique = false, - name = 'diamond_ring', - weight = 1500, - type = 'item', - useable = false, - image = 'diamond_ring.png', - }, - turbocharger = { - shouldClose = true, - description = '', - label = 'Premium Turbokit', - unique = false, - name = 'turbocharger', - weight = 0, - type = 'item', - useable = true, - image = 'turbocharger.png', - }, - gg_rabbit_pelt_01 = { - shouldClose = true, - description = '', - label = 'Raues Kaninchenfell', - unique = true, - name = 'gg_rabbit_pelt_01', - weight = 1000, - type = 'item', - useable = false, - image = 'gg_rabbit_pelt_01.png', - }, - koboldkotze = { - shouldClose = false, - description = '', - label = 'Koboldkotze', - unique = true, - name = 'koboldkotze', - weight = 100, - type = 'item', - useable = false, - image = 'Koboldkotze.png', - }, - erz = { - shouldClose = false, - description = '', - label = 'Metallerz', - unique = false, - name = 'erz', - weight = 2000, - type = 'item', - useable = false, - image = 'erz.png', - }, - binoculars = { - shouldClose = true, - description = 'EY!DU sollst nicht spannern!', - label = 'Fernglas', - unique = true, - name = 'binoculars', - weight = 600, - type = 'item', - useable = true, - image = 'fernglas.png', - }, - weed_brick = { - shouldClose = true, - description = '1KG Weed Brick to sell to large customers.', - label = 'Weed Brick', - unique = false, - name = 'weed_brick', - weight = 1000, - type = 'item', - useable = false, - image = 'weed_brick.png', - }, - raw_kebab = { - shouldClose = true, - description = '', - label = 'roher Schaschlickspieß', - unique = false, - name = 'raw_kebab', - weight = 200, - type = 'item', - useable = true, - image = 'raw_kebab.png', - }, - weapon_snspistol = { - ammotype = 'AMMO_PISTOL', - description = ' So unauffällig, dass selbst der Agent manchmal vergisst, dass er sie dabei hat.', - label = 'Durov Pistole', - unique = true, - name = 'weapon_snspistol', - weight = 1000, - type = 'weapon', - useable = false, - image = 'screenshot_401-removebg-preview.png', - }, - surgical_kit = { - shouldClose = true, - description = '', - label = 'Näh-Set', - unique = false, - name = 'surgical_kit', - weight = 500, - type = 'item', - useable = true, - image = 'surgicalkit.png', - }, - sessantacamo_attachment = { - shouldClose = true, - description = 'A sessanta nove camo for a weapon', - label = 'Sessanta Nove Camo', - unique = false, - name = 'sessantacamo_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'sessantacamo_attachment.png', - }, - blood_100 = { - shouldClose = true, - description = '', - label = 'Blut (100ml)', - unique = false, - name = 'blood_100', - weight = 100, - type = 'item', - useable = true, - image = 'blood_100.png', - }, - weapon_heavysniper_mk2 = { - ammotype = 'AMMO_SNIPER', - description = 'Weapon Heavysniper MK2', - label = 'Heavy Sniper Mk II', - unique = true, - name = 'weapon_heavysniper_mk2', - weight = 1000, - type = 'weapon', - useable = true, - image = 'weapon_heavysniper_mk2.png', - }, - nitrous_bottle = { - shouldClose = false, - description = '', - label = 'Nitro Flasche', - unique = false, - name = 'nitrous_bottle', - weight = 0, - type = 'item', - useable = false, - image = '', - }, - boxapples = { - shouldClose = false, - description = '', - label = 'Kiste Äpfel', - unique = true, - name = 'boxapples', - weight = 1000, - type = 'item', - useable = false, - image = 'applebox.png', - }, - weapon_marksmanpistol = { - ammotype = 'AMMO_PISTOL', - description = 'A very accurate small firearm designed to be held in one hand', - label = 'Marksman Pistol', - unique = true, - name = 'weapon_marksmanpistol', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_marksmanpistol.png', - }, - packtobbaco = { - shouldClose = false, - description = '', - label = 'Packung Tabak', - unique = false, - name = 'packtobbaco', - weight = 100, - type = 'item', - useable = true, - image = 'packtobbaco.png', - }, - skadis_winter_skewers = { - shouldClose = true, - description = '', - label = 'Skadis Winter Skewers', - unique = false, - name = 'skadis_winter_skewers', - weight = 100, - type = 'item', - useable = true, - image = 'sws.png', - }, - cefalexin = { - shouldClose = true, - description = '', - label = 'Cefalexin', - unique = false, - name = 'cefalexin', - weight = 20, - type = 'item', - useable = true, - image = 'Cefalexin.png', - }, - ribeye_steak = { - shouldClose = true, - description = '', - label = 'Ribeye Steak', - unique = false, - name = 'ribeye_steak', - weight = 200, - type = 'item', - useable = true, - image = 'ribeye_steak.png', - }, - njords_ocean_breeze_alkoholfrei = { - shouldClose = true, - description = '', - label = 'Njords Ocean Breeze', - unique = true, - name = 'njords_ocean_breeze_alkoholfrei', - weight = 100, - type = 'item', - useable = true, - image = 'NjordsOceanBreeze.png', - }, - veh_toolbox = { - shouldClose = true, - description = 'Check vehicle status', - label = 'Toolbox', - unique = false, - name = 'veh_toolbox', - weight = 1000, - type = 'item', - useable = true, - image = 'veh_toolbox.png', - }, - gg_pug_bait_03 = { - shouldClose = true, - description = '', - label = 'Illegaler Raubtierköder 3', - unique = false, - name = 'gg_pug_bait_03', - weight = 100, - type = 'item', - useable = true, - image = 'gg_pug_bait_03.png', - }, - weapontint_mk2_4 = { - shouldClose = true, - description = 'Classic Beige Weapon Tint for MK2 Weapons', - label = 'Classic Beige Tint', - unique = false, - name = 'weapontint_mk2_4', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - weapon_golfclub = { - name = 'weapon_golfclub', - weight = 1000, - label = 'Golfclub', - type = 'weapon', - description = 'A club used to hit the ball in golf', - image = 'weapon_golfclub.png', - useable = false, - unique = true, - }, - sand = { - shouldClose = false, - description = '', - label = 'Eimer mit Sand', - unique = false, - name = 'sand', - weight = 1000, - type = 'item', - useable = false, - image = 'sand.png', - }, - weapon_grenadelauncher_smoke = { - ammotype = 'AMMO_GRENADELAUNCHER', - description = 'A bomb that produces a lot of smoke when it explodes', - label = 'Smoke Grenade Launcher', - unique = true, - name = 'weapon_grenadelauncher_smoke', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_grenadelauncher_smoke.PNG', - }, - grapejuice = { - shouldClose = false, - description = 'Grape juice is said to be healthy', - label = 'Flasche Traubensaft', - unique = false, - name = 'grapejuice', - weight = 200, - type = 'item', - useable = true, - image = 'traubensaft.png', - }, - goldbar = { - shouldClose = true, - description = 'Looks pretty expensive to me', - label = 'Gold Bar', - unique = false, - name = 'goldbar', - weight = 7000, - type = 'item', - useable = false, - image = 'goldbar.png', - }, - sniper_holoscope = { - shouldClose = true, - description = '', - label = 'MK2 Sniper Holoscope', - unique = true, - name = 'sniper_holoscope', - weight = 100, - type = 'item', - useable = true, - image = 'holoscope_attachment.png', - }, - cooked_bbq_wings = { - shouldClose = true, - description = '', - label = 'gegrillte BBQ Wings', - unique = false, - name = 'cooked_bbq_wings', - weight = 200, - type = 'item', - useable = true, - image = 'cooked_bbq_wings.png', - }, - weapon_bzgas = { - name = 'weapon_bzgas', - weight = 500, - label = 'Tränengas Granate', - type = 'weapon', - description = 'Tränen aus der Dose', - image = 'bz_gas.png', - useable = false, - unique = false, - }, - ayran = { - shouldClose = true, - description = 'erfrischendes Joghurtgetränk', - label = 'Ayran', - unique = true, - name = 'ayran', - weight = 200, - type = 'item', - useable = true, - image = 'Ayran.png', - }, - v8_engine = { - shouldClose = true, - description = '', - label = 'V8 Motor', - unique = false, - name = 'v8_engine', - weight = 0, - type = 'item', - useable = true, - image = 'v8_engine.png', - }, - xtcbaggy = { - shouldClose = true, - description = 'Pop those pills baby', - label = 'Bag of XTC', - unique = false, - name = 'xtcbaggy', - weight = 0, - type = 'item', - useable = true, - image = 'xtc_baggy.png', - }, - bodybag = { - shouldClose = true, - description = '', - label = 'Leichensack', - unique = false, - name = 'bodybag', - weight = 200, - type = 'item', - useable = true, - image = 'bodybag.png', - }, - luxuryfinish_attachment = { - shouldClose = true, - description = 'A luxury finish for a weapon', - label = 'Luxury Finish', - unique = false, - name = 'luxuryfinish_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'luxuryfinish_attachment.png', - }, - smg_holoscope = { - shouldClose = true, - description = '', - label = 'SMG Holoscope', - unique = true, - name = 'smg_holoscope', - weight = 100, - type = 'item', - useable = true, - image = 'holoscope_attachment.png', - }, - opium = { - shouldClose = false, - description = 'Chillfilter fürs Leben – aber Vorsicht, klebrig', - label = 'Opium', - unique = false, - name = 'opium', - weight = 100, - type = 'item', - useable = false, - image = 'opium_dry2.png', - }, - bauernsalat = { - shouldClose = true, - description = 'Türkischer Bauernsalat', - label = 'Çorban salatası ', - unique = true, - name = 'bauernsalat', - weight = 200, - type = 'item', - useable = true, - image = 'corban.png', - }, - saldprezels = { - shouldClose = true, - description = 'Knusprige Mini-Salzbrezeln', - label = 'Salzbrezeln', - unique = true, - name = 'saldprezels', - weight = 150, - type = 'item', - useable = true, - image = 'ChatGPT_Image_27._Apr._2025__00_12_06-removebg-preview.png', - }, - coffee = { - shouldClose = true, - description = 'Pump 4 Caffeine', - label = 'Kaffee Togo', - unique = false, - name = 'coffee', - weight = 200, - type = 'item', - useable = true, - image = 'coffee.png', - }, - rolling_paper = { - shouldClose = true, - description = 'Der Stoff, der Gras und Tabak zusammenhält', - label = 'Drehpapier', - unique = false, - name = 'rolling_paper', - weight = 200, - type = 'item', - useable = false, - image = 'rolling_paper2.png', - }, - cigbox = { - shouldClose = false, - description = '', - label = 'Zigarrenkiste', - unique = true, - name = 'cigbox', - weight = 400, - type = 'item', - useable = true, - image = 'cigbox.png', - }, - weapon_poolcue = { - name = 'weapon_poolcue', - weight = 1000, - label = 'Billardque', - type = 'weapon', - description = 'A stick used to strike a ball, usually the cue ball (or other things)', - image = 'weapon_poolcue.png', - useable = false, - unique = true, - }, - veh_neons = { - shouldClose = true, - description = 'Upgrade vehicle neons', - label = 'Neons', - unique = false, - name = 'veh_neons', - weight = 1000, - type = 'item', - useable = true, - image = 'veh_neons.png', - }, - sugar = { - shouldClose = false, - description = '', - label = 'Packung Zucker ', - unique = false, - name = 'sugar', - weight = 1000, - type = 'item', - useable = false, - image = 'sugaar.png', - }, - propofol_100 = { - shouldClose = true, - description = '', - label = 'Propofol (100ml)', - unique = false, - name = 'propofol_100', - weight = 100, - type = 'item', - useable = true, - image = 'Propofol-00409469924-removebg-preview.png', - }, - wwine = { - shouldClose = true, - description = '', - label = 'Weißwein', - unique = false, - name = 'wwine', - weight = 300, - type = 'item', - useable = true, - image = 'wwine.png', - }, - flat_muzzle_brake = { - shouldClose = true, - description = 'A muzzle brake for a weapon', - label = 'Flat Muzzle Brake', - unique = false, - name = 'flat_muzzle_brake', - weight = 1000, - type = 'item', - useable = true, - image = 'flat_muzzle_brake.png', - }, - weapontint_mk2_15 = { - shouldClose = true, - description = 'Bold Orange Weapon Tint for MK2 Weapons', - label = 'Bold Orange Tint', - unique = false, - name = 'weapontint_mk2_15', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - weapon_firework = { - name = 'weapon_firework', - weight = 1000, - label = 'Firework Launcher', - type = 'weapon', - description = 'A device containing gunpowder and other combustible chemicals that causes a spectacular explosion when ignited', - image = 'weapon_firework.png', - useable = false, - unique = true, - }, - veh_armor = { - shouldClose = true, - description = 'Upgrade vehicle armor', - label = 'Armor', - unique = false, - name = 'veh_armor', - weight = 1000, - type = 'item', - useable = true, - image = 'veh_armor.png', - }, - oilbarrel = { - shouldClose = false, - description = '', - label = 'Erdölfass', - unique = true, - name = 'oilbarrel', - weight = 6000, - type = 'item', - useable = false, - image = 'oilbarrel.png', - }, - veh_engine = { - shouldClose = true, - description = 'Upgrade vehicle engine', - label = 'Engine', - unique = false, - name = 'veh_engine', - weight = 1000, - type = 'item', - useable = true, - image = 'veh_engine.png', - }, - weapontint_3 = { - shouldClose = true, - description = 'Pink Weapon Tint', - label = 'Pink Tint', - unique = false, - name = 'weapontint_3', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_pink.png', - }, - dackels = { - shouldClose = false, - description = '', - label = 'Dackelschreck', - unique = true, - name = 'dackels', - weight = 100, - type = 'item', - useable = false, - image = 'dacklschreck.png', - }, - weapontint_0 = { - shouldClose = true, - description = 'Default/Black Weapon Tint', - label = 'Default Tint', - unique = false, - name = 'weapontint_0', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - smg_suppressor = { - shouldClose = true, - description = '', - label = 'SMG Schalldämpfer', - unique = true, - name = 'smg_suppressor', - weight = 100, - type = 'item', - useable = true, - image = 'suppressor_attachment.png', - }, - smg_scope = { - shouldClose = true, - description = '', - label = 'SMG Visier', - unique = true, - name = 'smg_scope', - weight = 100, - type = 'item', - useable = true, - image = 'holoscope_attachment.png', - }, - gg_hunting_cookedmeat = { - shouldClose = true, - description = '', - label = 'gebratenes Wildfleisch', - unique = false, - name = 'gg_hunting_cookedmeat', - weight = 50, - type = 'item', - useable = true, - image = 'gg_hunting_cookedmeat.png', - }, - munky_juice = { - shouldClose = true, - description = 'Trinkpäckchen mit Saft und ja der Strohhalm ist aus Plastik ^^', - label = 'Munky Juice', - unique = false, - name = 'munky_juice', - weight = 100, - type = 'item', - useable = true, - image = 'munky_juice.png', - }, - soocer = { - shouldClose = false, - description = '', - label = 'Fußball', - unique = true, - name = 'soocer', - weight = 400, - type = 'item', - useable = false, - image = 'soccer.png', - }, - empty_cup = { - shouldClose = true, - description = '', - label = 'leerer Becher', - unique = false, - name = 'empty_cup', - weight = 6, - type = 'item', - useable = true, - image = 'empty_cup.png', - }, - weed_ogkush = { - shouldClose = false, - description = 'A weed bag with 2g OG Kush', - label = 'OGKush 2g', - unique = false, - name = 'weed_ogkush', - weight = 200, - type = 'item', - useable = true, - image = 'weed_baggy.png', - }, - drytobbacoleaf = { - shouldClose = false, - description = '', - label = 'getrocknetes Tabakblatt', - unique = false, - name = 'drytobbacoleaf', - weight = 10, - type = 'item', - useable = false, - image = 'drietobbacoleaf.png', - }, - kadis_inter_kewers = { - shouldClose = true, - description = '', - label = 'Skadi\'s Winter Skewers', - unique = false, - name = 'skadis_winter_skewers', - weight = 200, - type = 'item', - useable = true, - image = 'SkadisWinterSkewers.png', - }, - shotgun_flashlight = { - shouldClose = true, - description = '', - label = 'Shotgun Licht', - unique = true, - name = 'shotgun_flashlight', - weight = 100, - type = 'item', - useable = true, - image = 'flashlight_attachment.png', - }, - weapon_grenade = { - name = 'weapon_grenade', - weight = 1000, - label = 'Grenade', - type = 'weapon', - description = 'A handheld throwable bomb', - image = 'weapon_grenade.png', - useable = false, - unique = true, - }, - snp_ammo = { - shouldClose = true, - description = 'Ammo for Sniper Rifles', - label = 'Sniper Munition', - unique = false, - name = 'snp_ammo', - weight = 1000, - type = 'item', - useable = true, - image = 'snp_ammo.png', - }, - v6_engine = { - shouldClose = true, - description = '', - label = 'V6 Motor', - unique = false, - name = 'v6_engine', - weight = 0, - type = 'item', - useable = true, - image = 'v6_engine.png', - }, - lawyerpass = { - shouldClose = false, - description = 'Pass exclusive to lawyers to show they can represent a suspect', - label = 'Lawyer Pass', - unique = true, - name = 'lawyerpass', - weight = 0, - type = 'item', - useable = true, - image = 'lawyerpass.png', - }, - handle = { - shouldClose = false, - description = 'Der Klassiker der Griffe', - label = 'Holzgriff', - unique = false, - name = 'handle', - weight = 200, - type = 'item', - useable = false, - image = 'hammerhandle.png', - }, - grape = { - shouldClose = false, - description = 'Mmmmh yummie, grapes', - label = 'Weintrauben', - unique = false, - name = 'grape', - weight = 100, - type = 'item', - useable = true, - image = 'grape.png', - }, - field_dressing = { - shouldClose = true, - description = '', - label = 'Verbandtuch', - unique = false, - name = 'field_dressing', - weight = 100, - type = 'item', - useable = true, - image = 'screenshot_477-removebg-preview.png', - }, - injection = { - shouldClose = false, - description = 'Bereit für alles, aber hat nix zu sagen.', - label = 'Spritze', - unique = false, - name = 'injection', - weight = 500, - type = 'item', - useable = false, - image = 'syringe.png', - }, - weed_skunk = { - shouldClose = false, - description = 'A weed bag with 2g Skunk', - label = 'Skunk 2g', - unique = false, - name = 'weed_skunk', - weight = 200, - type = 'item', - useable = true, - image = 'weed_baggy.png', - }, - raw_sausages = { - shouldClose = true, - description = '', - label = 'rohe Bratwurst', - unique = false, - name = 'raw_sausages', - weight = 100, - type = 'item', - useable = true, - image = 'raw_sausages.png', - }, - klimo = { - shouldClose = true, - description = '', - label = 'Kirschlimonade', - unique = false, - name = 'klimo', - weight = 10, - type = 'item', - useable = true, - image = 'klimo.png', - }, - gg_boar_tusk_03 = { - shouldClose = true, - description = '', - label = 'Makelloser Eberzahn', - unique = true, - name = 'gg_boar_tusk_03', - weight = 1000, - type = 'item', - useable = false, - image = 'gg_boar_tusk_03.png', - }, - hors_hunder_torm = { - shouldClose = true, - description = 'Ein spritziges Getränk mit einem überraschenden Kick, das wie ein Donnerschlag erfrischt.', - label = 'Thor\'s Thunder Storm (alkoholfrei)', - unique = false, - name = 'thors_thunder_storm', - weight = 200, - type = 'item', - useable = true, - image = 'ThorsThunderStorm.png', - }, - burger = { - shouldClose = true, - description = '', - label = 'Hamburger mit Käse', - unique = false, - name = 'burger', - weight = 100, - type = 'item', - useable = true, - image = 'burger.png', - }, - chemiebarrel = { - shouldClose = false, - description = '', - label = 'Chemie Fass', - unique = false, - name = 'chemiebarrel', - weight = 1000, - type = 'item', - useable = false, - image = 'chemie.png', - }, - kino_keycard = { - shouldClose = false, - description = '', - label = 'Moonlight Cinema Keycard', - unique = true, - name = 'kino_keycard', - weight = 10, - type = 'item', - useable = false, - image = 'keycard.png', - }, - vehicle_wheels = { - shouldClose = true, - description = '', - label = 'Felgen', - unique = false, - name = 'vehicle_wheels', - weight = 0, - type = 'item', - useable = true, - image = 'vehicle_wheels.png', - }, - trojan_usb = { - shouldClose = true, - description = 'Handy software to shut down some systems', - label = 'Trojan USB', - unique = false, - name = 'trojan_usb', - weight = 0, - type = 'item', - useable = false, - image = 'usb_device.png', - }, - security_card_01 = { - shouldClose = true, - description = 'A security card... I wonder what it goes to', - label = 'Security Card A', - unique = false, - name = 'security_card_01', - weight = 0, - type = 'item', - useable = true, - image = 'security_card_01.png', - }, - fitbit = { - shouldClose = true, - description = 'I like fitbit', - label = 'Fitbit', - unique = true, - name = 'fitbit', - weight = 500, - type = 'item', - useable = true, - image = 'fitbit.png', - }, - weapon_assaultsmg = { - ammotype = 'AMMO_SMG', - description = 'Voll Scifi ^^', - label = 'BDR-C ', - unique = true, - name = 'weapon_assaultsmg', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_assaultsmg.png', - }, - zlimo = { - shouldClose = true, - description = '', - label = 'Zitronenlimonade', - unique = false, - name = 'zlimo', - weight = 10, - type = 'item', - useable = true, - image = 'zlimo.png', - }, - cleaning_kit = { - shouldClose = false, - description = 'Für die schnelle Reinigung', - label = 'Premium Putzlappen ', - unique = false, - name = 'cleaning_kit', - weight = 0, - type = 'item', - useable = false, - image = '', - }, - kq_outfitbag = { - shouldClose = false, - description = 'Der Kleiderschrank für unterwegs', - label = 'Outfit Rucksack', - unique = false, - name = 'kq_outfitbag', - weight = 5, - type = 'item', - useable = true, - image = 'kq_outfitbag.png', - }, - rifle_defaultclip = { - shouldClose = true, - description = '', - label = 'Gewehr Magazin', - unique = true, - name = 'rifle_defaultclip', - weight = 100, - type = 'item', - useable = true, - image = 'rifle_defaultclip.png', - }, - gg_hunting_animaltracker = { - shouldClose = true, - description = '', - label = 'Tier Ortungsgerät', - unique = true, - name = 'gg_hunting_animaltracker', - weight = 1000, - type = 'item', - useable = true, - image = 'gg_hunting_animaltracker.png', - }, - paper = {}, - thermalscope_attachment = { - shouldClose = true, - description = 'A thermal scope for a weapon', - label = 'Thermal Scope', - unique = false, - name = 'thermalscope_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'thermalscope_attachment.png', - }, - mettbroetchen = { - shouldClose = true, - description = 'mhmm deutsches Sushi', - label = 'Mettbrötchen', - unique = false, - name = 'mettbroetchen', - weight = 100, - type = 'item', - useable = true, - image = 'mettbroetchen.png', - }, - magic_mushroom = { - shouldClose = false, - description = 'Der Pilz, der dir das Gefühl gibt, du könntest mit deinen Gedanken den Regenbogen malen.', - label = 'Mutterkorn', - unique = false, - name = 'magic_mushroom', - weight = 500, - type = 'item', - useable = false, - image = 'magic_mushroom.png', - }, - veh_exterior = { - shouldClose = true, - description = 'Upgrade vehicle exterior', - label = 'Exterior', - unique = false, - name = 'veh_exterior', - weight = 1000, - type = 'item', - useable = true, - image = 'veh_exterior.png', - }, - cleaningkit = { - shouldClose = true, - description = 'A microfiber cloth with some soap will let your car sparkle again!', - label = 'Cleaning Kit', - unique = false, - name = 'cleaningkit', - weight = 250, - type = 'item', - useable = true, - image = 'cleaningkit.png', - }, - ev_motor = { - shouldClose = true, - description = '', - label = 'EV_Motor', - unique = false, - name = 'ev_motor', - weight = 0, - type = 'item', - useable = true, - image = 'ev_motor.png', - }, - vapejuice = { - shouldClose = false, - description = '', - label = 'E-Liquid', - unique = false, - name = 'vapejuice', - weight = 100, - type = 'item', - useable = true, - image = 'vapejuice.png', - }, - weapon_raycarbine = { - ammotype = 'AMMO_SMG', - description = 'Weapon Raycarbine', - label = 'Unholy Hellbringer', - unique = true, - name = 'weapon_raycarbine', - weight = 1000, - type = 'weapon', - useable = true, - image = 'weapon_raycarbine.png', - }, - packtomatos = { - shouldClose = false, - description = '', - label = 'Packung Tomaten', - unique = true, - name = 'packtomatos', - weight = 600, - type = 'item', - useable = false, - image = 'packtomatos.png', - }, - jords_ea_latter = { - shouldClose = true, - description = 'Frisch aus dem Meer, diese Meeresfrüchte erinnern an Njords Verbindung zu den stürmischen Wellen der nordischen Meere.', - label = 'Njord\'s Sea Platter', - unique = false, - name = 'njords_sea_platter', - weight = 200, - type = 'item', - useable = true, - image = 'NjordsSeaPlatter.png', - }, - veh_tint = { - shouldClose = true, - description = 'Install vehicle tint', - label = 'Tints', - unique = false, - name = 'veh_tint', - weight = 1000, - type = 'item', - useable = true, - image = 'veh_tint.png', - }, - machete_blade = { - shouldClose = false, - description = 'Wenn du mehr als nur ein bisschen Durchblick brauchst – sie räumt den Weg frei', - label = 'Machete Klinge', - unique = false, - name = 'machete_blade', - weight = 500, - type = 'item', - useable = false, - image = 'Machetenklinge.png', - }, - pistol_defaultclip = { - shouldClose = true, - description = '', - label = 'Pistolen Magazin', - unique = true, - name = 'pistol_defaultclip', - weight = 100, - type = 'item', - useable = true, - image = 'clip_attachment.png', - }, - kas_leberkas_semmal = { - shouldClose = true, - description = 'Mehr Fleisch als Worte – des is koa Semmel, des is a Lebensgefühl!', - label = 'Kas Leberkas Semmal', - unique = false, - name = 'kas_leberkas_semmal', - weight = 100, - type = 'item', - useable = true, - image = 'kas_leberkas_semmal.png', - }, - applejuice = { - shouldClose = false, - description = '', - label = 'Flasche Apfelsaft', - unique = false, - name = 'applejuice', - weight = 400, - type = 'item', - useable = true, - image = 'applejuice.png', - }, - pinger = { - shouldClose = true, - description = 'With a pinger and your phone you can send out your location', - label = 'Pinger', - unique = false, - name = 'pinger', - weight = 1000, - type = 'item', - useable = false, - image = 'pinger.png', - }, - cigkfte = { - shouldClose = true, - description = '', - label = 'Cigköfte', - unique = false, - name = 'cigkfte', - weight = 10, - type = 'item', - useable = true, - image = 'cigkfte.png', - }, - ifs_olden_ectar = { - shouldClose = true, - description = 'Fruchtig und süß, wie die goldene Ernte auf den Feldern – ein perfekter Genuss für jede Gelegenheit.', - label = 'Sif\'s Golden Nectar', - unique = false, - name = 'ifs_olden_ectar', - weight = 200, - type = 'item', - useable = true, - image = 'SifGoldenNectar.png', - }, - hopfen = { - shouldClose = false, - description = '', - label = 'Hopfen', - unique = false, - name = 'hopfen', - weight = 100, - type = 'item', - useable = false, - image = 'hopfen.png', - }, - cooked_ribs = { - shouldClose = true, - description = '', - label = 'gegrillte Rippchen', - unique = false, - name = 'cooked_ribs', - weight = 200, - type = 'item', - useable = true, - image = 'cooked_ribs.png', - }, - mechanic_tablet = { - shouldClose = false, - description = 'Das wichtigste Werkzeug', - label = 'Petrol Head Tablet', - unique = false, - name = 'mechanic_tablet', - weight = 0, - type = 'item', - useable = true, - image = 'mechanic_tablet.png', - }, - veh_interior = { - shouldClose = true, - description = 'Upgrade vehicle interior', - label = 'Interior', - unique = false, - name = 'veh_interior', - weight = 1000, - type = 'item', - useable = true, - image = 'veh_interior.png', - }, - packlollis = { - shouldClose = true, - description = '', - label = 'Tüte Lollis', - unique = false, - name = 'packlollis', - weight = 40, - type = 'item', - useable = true, - image = 'packlollis.png', - }, - tourniquet = { - shouldClose = true, - description = '', - label = 'Tourniquet', - unique = false, - name = 'tourniquet', - weight = 20, - type = 'item', - useable = true, - image = '81khEr+-vcL._AC_SX450_-removebg-preview.png', - }, - quickclot = { - shouldClose = true, - description = '', - label = 'Wundschnellverband', - unique = false, - name = 'quickclot', - weight = 100, - type = 'item', - useable = true, - image = '40053-QuikClot-Combat-Gauze-01-removebg-preview.png', - }, - box = { - shouldClose = false, - description = '', - label = 'Kiste', - unique = true, - name = 'box', - weight = 600, - type = 'item', - useable = false, - image = 'box.png', - }, - weapon_vintagepistol = { - ammotype = 'AMMO_PISTOL', - description = 'An antique firearm designed to be held in one hand', - label = 'Vintage Pistol', - unique = true, - name = 'weapon_vintagepistol', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_vintagepistol.png', - }, - cottoncandy = { - shouldClose = true, - description = '', - label = 'Zuckerwatte', - unique = false, - name = 'cottoncandy', - weight = 100, - type = 'item', - useable = true, - image = 'screenshot_693-removebg-preview.png', - }, - sniper_flashlight = { - shouldClose = true, - description = '', - label = 'Sniper Licht', - unique = true, - name = 'sniper_flashlight', - weight = 100, - type = 'item', - useable = true, - image = 'flashlight_attachment.png', - }, - veh_transmission = { - shouldClose = true, - description = 'Upgrade vehicle transmission', - label = 'Transmission', - unique = false, - name = 'veh_transmission', - weight = 1000, - type = 'item', - useable = true, - image = 'veh_transmission.png', - }, - lahmacun = { - shouldClose = true, - description = 'Fladenbrot mit einer würzigen Mischung aus Hackfleisch, Zwiebeln, Tomaten und Olivenöl', - label = 'Lahmacun', - unique = true, - name = 'lahmacun', - weight = 200, - type = 'item', - useable = true, - image = 'lahmacun.png', - }, - weapon_gusenberg = { - ammotype = 'AMMO_MG', - description = ' das Original aus der goldenen Ära der Gangster', - label = 'Gusenberg Sweeper', - unique = true, - name = 'weapon_gusenberg', - weight = 1000, - type = 'weapon', - useable = false, - image = 'screenshot_412-removebg-preview.png', - }, - weapons_route = { - shouldClose = false, - description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', - label = 'Waffen Route', - unique = true, - name = 'weapons_route', - weight = 10, - type = 'item', - useable = false, - image = 'weaponsroute.png', - }, - gg_deer_hide_01 = { - shouldClose = true, - description = '', - label = 'Raues Hirschleder', - unique = true, - name = 'gg_deer_hide_01', - weight = 1000, - type = 'item', - useable = false, - image = 'gg_deer_hide_01.png', - }, - weapon_briefcase_02 = { - name = 'weapon_briefcase_02', - weight = 1000, - label = 'Suitcase', - type = 'weapon', - description = 'Wonderfull for nice vacation to Liberty City', - image = 'weapon_briefcase2.png', - useable = false, - unique = true, - }, - ifs_olden_arvest = { - shouldClose = true, - description = 'Eine goldene Ernte, die Sif selbst gesegnet haben könnte – perfekt für eine herzhafte Mahlzeit.', - label = 'Sif\'s Golden Harvest', - unique = false, - name = 'sifs_olden_harvest', - weight = 200, - type = 'item', - useable = true, - image = 'SifsGoldenHarvest.png', - }, - amarid = { - shouldClose = false, - description = '', - label = 'Amarid Fasern', - unique = false, - name = 'amarid', - weight = 200, - type = 'item', - useable = false, - image = 'screenshot_918-removebg-preview.png', - }, - seed = { - shouldClose = true, - description = '', - label = 'Samen', - unique = false, - name = 'seed', - weight = 5, - type = 'item', - useable = true, - image = 'seed.png', - }, - weapon_compactrifle = { - ammotype = 'AMMO_RIFLE', - description = 'A compact version of an assault rifle', - label = 'Compact Rifle', - unique = true, - name = 'weapon_compactrifle', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_compactrifle.png', - }, - esketamin = { - shouldClose = true, - description = '', - label = 'Esketamin', - unique = false, - name = 'esketamin', - weight = 20, - type = 'item', - useable = true, - image = 'esketamin.png', - }, - skullcamo_attachment = { - shouldClose = true, - description = 'A skull camo for a weapon', - label = 'Skull Camo', - unique = false, - name = 'skullcamo_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'skullcamo_attachment.png', - }, - gg_salt_block_02 = { - shouldClose = true, - description = '', - label = 'besserer Salzblock', - unique = false, - name = 'gg_salt_block_02', - weight = 100, - type = 'item', - useable = true, - image = 'gg_salt_block_02.png', - }, - weapon_mg = { - ammotype = 'AMMO_MG', - description = 'An automatic gun that fires bullets in rapid succession for as long as the trigger is pressed', - label = 'Machinegun', - unique = true, - name = 'weapon_mg', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_mg.png', - }, - baldurslightelixir = { - shouldClose = true, - description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.', - label = 'Baldurs Light Elixir', - unique = false, - name = 'baldurslightelixir', - weight = 100, - type = 'item', - useable = true, - image = 'BaldursLightElixir.png', - }, - elastic_bandage = { - shouldClose = true, - description = '', - label = 'Elastische Binde', - unique = false, - name = 'elastic_bandage', - weight = 100, - type = 'item', - useable = true, - image = 'elastisches-medizinisches-bandageband-komprimierend-geringe-dehnung-80-mm_189499203-removebg-preview.png', - }, - painkillers = { - shouldClose = true, - description = 'For pain you can\'t stand anymore, take this pill that\'d make you feel great again', - label = 'Painkillers', - unique = false, - name = 'painkillers', - weight = 0, - type = 'item', - useable = true, - image = 'painkillers.png', - }, - radio = { - shouldClose = true, - description = 'You can communicate with this through a signal', - label = 'Funkgerät', - unique = true, - name = 'radio', - weight = 600, - type = 'item', - useable = false, - image = 'radio.png', - }, - weapontint_mk2_17 = { - shouldClose = true, - description = 'Bold Red Features Weapon Tint for MK2 Weapons', - label = 'Bold Red Features Tint', - unique = false, - name = 'weapontint_mk2_17', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - weapon_wrench = { - name = 'weapon_wrench', - weight = 1000, - label = 'Wrench', - type = 'weapon', - description = 'A tool used for gripping and turning nuts, bolts, pipes, etc', - image = 'weapon_wrench.png', - useable = false, - unique = true, - }, - rubber = { - shouldClose = false, - description = 'Rubber, I believe you can make your own rubber ducky with it :D', - label = 'Gummi', - unique = false, - name = 'rubber', - weight = 600, - type = 'item', - useable = false, - image = 'rubber.png', - }, - weapon_snspistol_mk2 = { - ammotype = 'AMMO_PISTOL', - description = 'Sie sieht gefährlich aus, macht Krach – und verursacht blaue Flecken.', - label = 'Softair Pistole', - unique = true, - name = 'weapon_snspistol_mk2', - weight = 1000, - type = 'weapon', - useable = true, - image = 'weapon_snspistol_mk2.png', - }, - weapon_bullpuprifle = { - ammotype = 'AMMO_RIFLE', - description = 'Dieses Gewehr ist der neueste chinesische Import, der Amerika im Sturm erobert.', - label = 'QBX-92-3', - unique = true, - name = 'weapon_bullpuprifle', - weight = 1000, - type = 'weapon', - useable = false, - image = 'screenshot_411-removebg-preview.png', - }, - ironbar = { - shouldClose = false, - description = '', - label = 'Eisenbarren', - unique = false, - name = 'ironbar', - weight = 2000, - type = 'item', - useable = false, - image = 'ironbar.png', - }, - cup_lemonade = { - shouldClose = true, - description = '', - label = 'Becher Sprunk', - unique = false, - name = 'cup_lemonade', - weight = 100, - type = 'item', - useable = true, - image = 'cup_lemonade.png', - }, - thermalvision = { - shouldClose = true, - description = 'i can seeee you ^^', - label = 'Thermalvisier', - unique = true, - name = 'thermalvision', - weight = 100, - type = 'item', - useable = false, - image = 'thermalvision.png', - }, - kbrotmcr = { - shouldClose = false, - description = '', - label = 'Koboldbrot mit Cheedar', - unique = true, - name = 'kbrotmcr', - weight = 100, - type = 'item', - useable = false, - image = 'Koboldbrot_mit_Cheddar.png', - }, - weapon_rpg = { - ammotype = 'AMMO_RPG', - description = 'A rocket-propelled grenade launcher', - label = 'RPG', - unique = true, - name = 'weapon_rpg', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_rpg.png', - }, - voltaren_salbenverband = { - shouldClose = true, - description = '', - label = 'Voltaren Salbenverband', - unique = false, - name = 'voltaren_salbenverband', - weight = 20, - type = 'item', - useable = true, - image = 'salbenverband.png', - }, - deployable_light = { - shouldClose = false, - description = '', - label = 'Aufsetzt Rundumleuchte', - unique = true, - name = 'deployable_light', - weight = 250, - type = 'item', - useable = true, - image = 'deployable_light.png', - }, - kakao3 = { - shouldClose = true, - description = 'Eine Tasse heiße Schokolade mit Marshmallows ist wie ein Kuschelabend in flüssiger Form – süß, warm und himmlisch übertrieben.', - label = 'Tasse Heiße Schokolade mit Marshmallows', - unique = true, - name = 'kakao3', - weight = 100, - type = 'item', - useable = true, - image = 'kakao3.png', - }, - bleeder = { - shouldClose = true, - description = '', - label = 'The Bleeder', - unique = false, - name = 'bleeder', - weight = 100, - type = 'item', - useable = true, - image = 'bleeder.png', - }, - boomcamo_attachment = { - shouldClose = true, - description = 'A boom camo for a weapon', - label = 'Boom Camo', - unique = false, - name = 'boomcamo_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'boomcamo_attachment.png', - }, - small_triggersystem = { - shouldClose = false, - description = 'Winzig, aber mächtig – ein kleiner Klick und die Action geht los', - label = 'kleines Abzugssystem', - unique = false, - name = 'small_triggersystem', - weight = 100, - type = 'item', - useable = false, - image = 'trigger2.png', - }, - pizza_burger = { - shouldClose = true, - description = 'Zartes Wagyu-Patty, würzige Salami, fruchtige Tomatensauce und geschmolzener Mozzarella, serviert in fluffigen Brioche Buns', - label = 'Pizza Burger', - unique = false, - name = 'pizza_burger', - weight = 200, - type = 'item', - useable = true, - image = 'pizza_burger.png', - }, - waffle_icream = { - shouldClose = true, - description = 'Cremiges Vanilleeis, umhüllt von zwei zarten Waffelschichten – der Klassiker im Retro-Look für echte Eisliebhaber.', - label = 'Sandwich Eis', - unique = true, - name = 'waffle_icream', - weight = 100, - type = 'item', - useable = true, - image = 'waffle_icream.png', - }, - shortened_gunbarrel = { - shouldClose = false, - description = 'Weniger Lauf, mehr Stil', - label = 'verkürzter Waffenlauf', - unique = false, - name = 'shortened_gunbarrel', - weight = 1000, - type = 'item', - useable = false, - image = 'shotgun_barrel_compressed_better.png', - }, - black_phone = { - shouldClose = false, - description = '„Mach Schluss mit echten Gesprächen – es gibt jetzt bessere Ablenkungen.“', - label = 'iFruit 12XR Schwarz', - unique = true, - name = 'black_phone', - weight = 0.09999999999999432, - type = 'item', - useable = false, - image = 'black_phone.png', - }, - awd_drivetrain = { - shouldClose = true, - description = '', - label = 'AWD', - unique = false, - name = 'awd_drivetrain', - weight = 0, - type = 'item', - useable = true, - image = 'awd_drivetrain.png', - }, - doener = { - shouldClose = true, - description = 'Döner macht schöner...', - label = 'Döner', - unique = false, - name = 'doener', - weight = 200, - type = 'item', - useable = true, - image = 'doner.png', - }, - rwd_drivetrain = { - shouldClose = true, - description = '', - label = 'RWD', - unique = false, - name = 'rwd_drivetrain', - weight = 0, - type = 'item', - useable = true, - image = 'rwd_drivetrain.png', - }, - gg_cougar_claw_01 = { - shouldClose = true, - description = '', - label = 'Raue Puma-Klaue', - unique = true, - name = 'gg_cougar_claw_01', - weight = 500, - type = 'item', - useable = false, - image = 'gg_cougar_claw_01.png', - }, - veh_wheels = { - shouldClose = true, - description = 'Upgrade vehicle wheels', - label = 'Wheels', - unique = false, - name = 'veh_wheels', - weight = 1000, - type = 'item', - useable = true, - image = 'veh_wheels.png', - }, - bruschetta = { - shouldClose = true, - description = '', - label = 'Bruschetta', - unique = false, - name = 'bruschetta', - weight = 10, - type = 'item', - useable = true, - image = 'bruschetta.png', - }, - reyas_arden_alad = { - shouldClose = true, - description = 'Leicht und verführerisch, mit einer perfekten Balance von süß und herzhaft, genau wie die Göttin der Liebe.', - label = 'Freya\'s Garden Salad', - unique = true, - name = 'reyas_arden_alad', - weight = 200, - type = 'item', - useable = true, - image = 'FreyasGardenSalad.png', - }, - shovel = { - shouldClose = false, - description = '', - label = 'Schaufel', - unique = true, - name = 'shovel', - weight = 0.09999999999999432, - type = 'item', - useable = false, - image = 'shovel.png', - }, - shotgun_ammo = { - shouldClose = true, - description = 'viel Peng', - label = 'Shotgun Munition', - unique = false, - name = 'shotgun_ammo', - weight = 500, - type = 'item', - useable = true, - image = 'shotgun_ammo.png', - }, - pistol_suppressor = { - shouldClose = true, - description = '', - label = 'Pistolen Schalldämpfer', - unique = true, - name = 'pistol_suppressor', - weight = 100, - type = 'item', - useable = true, - image = 'suppressor_attachment.png', - }, - rifle_extendedclip = { - shouldClose = true, - description = '', - label = 'erw. Gewehr Magazin', - unique = true, - name = 'rifle_extendedclip', - weight = 100, - type = 'item', - useable = true, - image = 'rifle_extendedclip.png', - }, - katzenfutter = { - shouldClose = true, - description = 'besser als das was du hier zu essen bekommst XD', - label = 'Katzenfutter', - unique = false, - name = 'katzenfutter', - weight = 200, - type = 'item', - useable = true, - image = 'catfood.png', - }, - gg_deer_hide_03 = { - shouldClose = true, - description = '', - label = 'Makelloses Hirschfell', - unique = true, - name = 'gg_deer_hide_03', - weight = 1000, - type = 'item', - useable = false, - image = 'gg_deer_hide_03.png', - }, - fwd_drivetrain = { - shouldClose = true, - description = '', - label = 'FWD', - unique = false, - name = 'fwd_drivetrain', - weight = 0, - type = 'item', - useable = true, - image = 'fwd_drivetrain.png', - }, - beer = { - shouldClose = true, - description = 'Nothing like a good cold beer!', - label = 'Pißwasser Bier', - unique = false, - name = 'beer', - weight = 500, - type = 'item', - useable = true, - image = 'beer.png', - }, - weapontint_mk2_10 = { - shouldClose = true, - description = 'Blue Contrast Weapon Tint for MK2 Weapons', - label = 'Blue Contrast Tint', - unique = false, - name = 'weapontint_mk2_10', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - sunflowerseeds = { - shouldClose = true, - description = 'Der Snack zum selber knacken', - label = 'Sonnenblumenkerne', - unique = true, - name = 'sunflowerseeds', - weight = 100, - type = 'item', - useable = true, - image = 'Sonnenblumenkerne.png', - }, - fat_end_muzzle_brake = { - shouldClose = true, - description = 'A muzzle brake for a weapon', - label = 'Fat End Muzzle Brake', - unique = false, - name = 'fat_end_muzzle_brake', - weight = 1000, - type = 'item', - useable = true, - image = 'fat_end_muzzle_brake.png', - }, - split_end_muzzle_brake = { - shouldClose = true, - description = 'A muzzle brake for a weapon', - label = 'Split End Muzzle Brake', - unique = false, - name = 'split_end_muzzle_brake', - weight = 1000, - type = 'item', - useable = true, - image = 'split_end_muzzle_brake.png', - }, - lean_route = { - shouldClose = false, - description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', - label = 'Lean Route', - unique = true, - name = 'lean_route', - weight = 10, - type = 'item', - useable = false, - image = 'lean_route.png', - }, - butcherknife = { - shouldClose = false, - description = '', - label = 'Schlachtermesser', - unique = true, - name = 'butcherknife', - weight = 400, - type = 'item', - useable = false, - image = 'butcherknife.png', - }, - attachment_bench = { - shouldClose = false, - description = 'A workbench for crafting attachments.', - label = 'Attachment Workbench', - unique = true, - name = 'attachment_bench', - weight = 15000, - type = 'item', - useable = true, - image = 'attworkbench.png', - }, - tablet = { - shouldClose = true, - description = 'Expensive tablet', - label = 'Tablet', - unique = false, - name = 'tablet', - weight = 2000, - type = 'item', - useable = false, - image = 'tablet.png', - }, - weapon_assaultrifle_mk2 = { - ammotype = 'AMMO_RIFLE', - description = 'Assault Rifle MK2', - label = 'Assault Rifle Mk II', - unique = true, - name = 'weapon_assaultrifle_mk2', - weight = 1000, - type = 'weapon', - useable = true, - image = 'weapon_assaultrifle_mk2.png', - }, - offroad_tyres = { - shouldClose = true, - description = '', - label = 'Reifen offroad', - unique = false, - name = 'offroad_tyres', - weight = 0, - type = 'item', - useable = true, - image = 'offroad_tyres.png', - }, - crack_baggy = { - shouldClose = true, - description = 'To get happy faster', - label = 'Bag of Crack', - unique = false, - name = 'crack_baggy', - weight = 0, - type = 'item', - useable = true, - image = 'crack_baggy.png', - }, - weed_ak47_seed = { - shouldClose = true, - description = 'A weed seed of AK47', - label = 'AK47 Seed', - unique = false, - name = 'weed_ak47_seed', - weight = 0, - type = 'item', - useable = true, - image = 'weed_seed.png', - }, - pussycat = { - shouldClose = true, - description = 'Für die einsamen Nächte.', - label = 'Pussycat', - unique = false, - name = 'pussycat', - weight = 40, - type = 'item', - useable = true, - image = 'pussycat.png', - }, - woodcoal = { - shouldClose = false, - description = '', - label = 'Sack Holzkohle', - unique = false, - name = 'woodcoal', - weight = 1000, - type = 'item', - useable = false, - image = 'woodcoal.png', - }, - tactical_muzzle_brake = { - shouldClose = true, - description = 'A muzzle brakee for a weapon', - label = 'Tactical Muzzle Brake', - unique = false, - name = 'tactical_muzzle_brake', - weight = 1000, - type = 'item', - useable = true, - image = 'tactical_muzzle_brake.png', - }, - comp_attachment = { - shouldClose = true, - description = 'A compensator for a weapon', - label = 'Compensator', - unique = false, - name = 'comp_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'comp_attachment.png', - }, - ready_methpipe = { - shouldClose = true, - description = 'Der schnelle Weg ins Nirvana – aber du verpasst den Ausgang', - label = 'Gefüllte Methpfeife', - unique = false, - name = 'ready_methpipe', - weight = 500, - type = 'item', - useable = true, - image = 'opium_pipe.png', - }, - cooked_bbq_sausages = { - shouldClose = true, - description = '', - label = 'gegrillte Bratwurst', - unique = false, - name = 'cooked_bbq_sausages', - weight = 200, - type = 'item', - useable = true, - image = 'cooked_bbq_sausages.png', - }, - stevens_apfelmustorte = { - shouldClose = true, - description = 'wie bei Oma', - label = 'Stevens Apfelmustorte', - unique = false, - name = 'stevens_apfelmustorte', - weight = 200, - type = 'item', - useable = true, - image = 'stevens_apfelmustorte.png', - }, - red_phone = { - shouldClose = false, - description = '„So smart, es wundert sich selbst, warum es bei dir gelandet ist.“', - label = 'iFruit 12XR Rot', - unique = true, - name = 'red_phone', - weight = 0.09999999999999432, - type = 'item', - useable = false, - image = 'red_phone.png', - }, - gg_captured_chickenhawk = { - shouldClose = true, - description = '', - label = 'Gefangener Falke', - unique = true, - name = 'gg_captured_chickenhawk', - weight = 5000, - type = 'item', - useable = true, - image = 'gg_captured_chickenhawk.png', - }, - weapon_pistolxm3 = { - ammotype = 'AMMO_PISTOL', - description = 'Pistol XM3', - label = 'Pistol XM3', - unique = true, - name = 'weapon_pistolxm3', - weight = 1000, - type = 'weapon', - useable = false, - image = 'highteampistol.png', - }, - weapon_railgun = { - name = 'weapon_railgun', - weight = 1000, - label = 'Railgun', - type = 'weapon', - description = 'A weapon that uses electromagnetic force to launch high velocity projectiles', - image = 'weapon_railgun.png', - useable = false, - unique = true, - }, - veh_plates = { - shouldClose = true, - description = 'Install vehicle plates', - label = 'Plates', - unique = false, - name = 'veh_plates', - weight = 1000, - type = 'item', - useable = true, - image = 'veh_plates.png', - }, - blood_500 = { - shouldClose = true, - description = '', - label = 'Blut (500ml)', - unique = false, - name = 'blood_500', - weight = 500, - type = 'item', - useable = true, - image = 'blood_500.png', - }, - smg_defaultclip = { - shouldClose = true, - description = '', - label = 'SMG Magazine', - unique = true, - name = 'smg_defaultclip', - weight = 100, - type = 'item', - useable = true, - image = 'clip_attachment.png', - }, - sniper_suppressor = { - shouldClose = true, - description = '', - label = 'Sniper Schalldämpfer', - unique = true, - name = 'sniper_suppressor', - weight = 100, - type = 'item', - useable = true, - image = 'suppressor_attachment.png', - }, - eis_konfekt = { - shouldClose = true, - description = 'Eis Konfekt – der erfrischende Klassiker aus den 70er Jahren!', - label = 'Eis Konfekt', - unique = true, - name = 'eis_konfekt', - weight = 100, - type = 'item', - useable = true, - image = 'ChatGPT_Image_27._Apr._2025__12_24_22-removebg-preview.png', - }, - weapontint_mk2_32 = { - shouldClose = true, - description = 'Metallic Red and Yellow Weapon Tint for MK2 Weapons', - label = 'Metallic Red and Yellow Tint', - unique = false, - name = 'weapontint_mk2_32', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - weapontint_mk2_0 = { - shouldClose = true, - description = 'Classic Black Weapon Tint for MK2 Weapons', - label = 'Classic Black Tint', - unique = false, - name = 'weapontint_mk2_0', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - weapon_pistol50 = { - ammotype = 'AMMO_PISTOL', - description = 'Für alle, die denken, normale Pistolen fühlen sich einfach zu sehr nach Spielzeug an.', - label = 'Tropical Eagle', - unique = true, - name = 'weapon_pistol50', - weight = 1000, - type = 'weapon', - useable = false, - image = 'tropical_eagle.png', - }, - lutschfinger_eis = { - shouldClose = true, - description = 'wie aus deiner Kindheit', - label = 'Lutschfinger Eis', - unique = false, - name = 'lutschfinger_eis', - weight = 100, - type = 'item', - useable = true, - image = 'lutschfinger_eis.png', - }, - ggdrasils_oots = { - shouldClose = true, - description = 'Tief verwurzelt in den Gaben der Natur, bieten diese knusprigen Snacks eine Verbindung zu den alten Geschichten.', - label = 'Yggdrasil\'s Roots', - unique = false, - name = 'yggdrasils_roots', - weight = 200, - type = 'item', - useable = true, - image = 'YggdrasilsRootsGemuseChips.png.png', - }, - acetic = { - shouldClose = false, - description = 'Küchenessenz für Chemieprofis', - label = 'Essiganhydrid', - unique = false, - name = 'acetic', - weight = 1000, - type = 'item', - useable = false, - image = 'acetone2.png', - }, - vape = { - shouldClose = false, - description = '', - label = 'E-Dampfe', - unique = true, - name = 'vape', - weight = 200, - type = 'item', - useable = true, - image = 'vape.png', - }, - c_cake = { - shouldClose = true, - description = '', - label = 'Chocolate Cake', - unique = false, - name = 'c_cake', - weight = 10, - type = 'item', - useable = true, - image = 'c_cake.png', - }, - weapon_bottle = { - name = 'weapon_bottle', - weight = 1000, - label = 'Broken Bottle', - type = 'weapon', - description = 'A broken bottle', - image = 'weapon_bottle.png', - useable = false, - unique = true, - }, - heimdalls_watch = { - shouldClose = true, - description = 'Scharf und klar wie Heimdalls Auge, aber mit einem farbenfrohen Twist.', - label = 'Heimdall\'s Watch', - unique = false, - name = 'heimdalls_watch', - weight = 200, - type = 'item', - useable = true, - image = 'HeimdallsWatch.png', - }, - ezme = { - shouldClose = true, - description = '', - label = 'Ezme', - unique = false, - name = 'ezme', - weight = 10, - type = 'item', - useable = true, - image = 'ezme.png', - }, - kakao = { - shouldClose = true, - description = 'Eine heiße, süße Tasse Schokolade – perfekt zum Entspannen oder Aufwärmen an kühlen Tagen.', - label = 'Kakao Togo', - unique = false, - name = 'kakao', - weight = 100, - type = 'item', - useable = true, - image = 'kakao.png', - }, - pisman = { - shouldClose = true, - description = '', - label = 'Pismaniye', - unique = false, - name = 'pisman', - weight = 10, - type = 'item', - useable = true, - image = 'pisman.png', - }, - veh_suspension = { - shouldClose = true, - description = 'Upgrade vehicle suspension', - label = 'Suspension', - unique = false, - name = 'veh_suspension', - weight = 1000, - type = 'item', - useable = true, - image = 'veh_suspension.png', - }, - ggdrasils_ssence = { - shouldClose = true, - description = 'Erdend und zugleich erfrischend, dieses Getränk bringt die Essenz des Weltenbaums direkt ins Glas.', - label = 'Yggdrasil\'s Essence', - unique = true, - name = 'ggdrasils_ssence', - weight = 200, - type = 'item', - useable = true, - image = 'YggdrasilsEssence.png', - }, - muffin = { - shouldClose = true, - description = 'der Muffin Mann...', - label = 'Muffin', - unique = false, - name = 'muffin', - weight = 100, - type = 'item', - useable = true, - image = 'ChatGPT_Image_1._Mai_2025__03_50_52-removebg-preview.png', - }, - cooked_bbq_ribeye = { - shouldClose = true, - description = '', - label = 'gegrilltes Ribeye Steak', - unique = false, - name = 'cooked_bbq_ribeye', - weight = 200, - type = 'item', - useable = true, - image = 'cooked_bbq_ribeye.png', - }, - weapon_combatpdw = { - shouldClose = true, - description = 'Ab Werk leise', - label = 'Zig MPX', - unique = true, - name = 'weapon_combatpdw', - weight = 1000, - type = 'weapon', - useable = true, - image = 'weapon_combatpdw.png', - }, - diving_fill = { - shouldClose = true, - description = 'An oxygen tube and a rebreather', - label = 'Diving Tube', - unique = true, - name = 'diving_fill', - weight = 3000, - type = 'item', - useable = true, - image = 'diving_tube.png', - }, - harness = { - shouldClose = true, - description = 'Racing Harness so no matter what you stay in the car', - label = 'Race Harness', - unique = true, - name = 'harness', - weight = 1000, - type = 'item', - useable = true, - image = 'harness.png', - }, - revolver_barrel = { - shouldClose = false, - description = 'Revolver-Abzug: Ein kurzer Zug, der großen Knall bringt', - label = 'Revolverlauf', - unique = false, - name = 'revolver_barrel', - weight = 250, - type = 'item', - useable = false, - image = 'axehandle.png', - }, - gg_salt_block_03 = { - shouldClose = true, - description = '', - label = 'Premium Salzblock', - unique = false, - name = 'gg_salt_block_03', - weight = 100, - type = 'item', - useable = true, - image = 'gg_salt_block_03.png', - }, - raw_beef_brisket = { - shouldClose = true, - description = '', - label = 'rohes Beef Brisket', - unique = false, - name = 'raw_beef_brisket', - weight = 200, - type = 'item', - useable = true, - image = 'raw_beef_brisket.png', - }, - weapon_snowball = { - name = 'weapon_snowball', - weight = 1000, - label = 'Snowball', - type = 'weapon', - description = 'A ball of packed snow, especially one made for throwing at other people for fun', - image = 'weapon_snowball.png', - useable = false, - unique = true, - }, - corn = { - shouldClose = false, - description = '', - label = 'Getreide', - unique = false, - name = 'corn', - weight = 100, - type = 'item', - useable = false, - image = 'corn.png', - }, - gg_salt_block_01 = { - shouldClose = true, - description = '', - label = 'Salzblock', - unique = false, - name = 'gg_salt_block_01', - weight = 100, - type = 'item', - useable = true, - image = 'gg_salt_block_01.png', - }, - heroin_route = { - shouldClose = false, - description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', - label = 'Heroin Route', - unique = true, - name = 'heroin_route', - weight = 10, - type = 'item', - useable = false, - image = 'heroin_route.png', - }, - driver_license = { - shouldClose = false, - description = 'Permit to show you can drive a vehicle', - label = 'Drivers License', - unique = true, - name = 'driver_license', - weight = 0, - type = 'item', - useable = true, - image = 'driver_license.png', - }, - pistol_flashlight = { - shouldClose = true, - description = '', - label = 'Pistolenlicht', - unique = true, - name = 'pistol_flashlight', - weight = 100, - type = 'item', - useable = true, - image = 'flashlight_attachment.png', - }, - plastic = { - shouldClose = false, - description = 'RECYCLE! - Greta Thunberg 2019', - label = 'Kunststoff', - unique = false, - name = 'plastic', - weight = 100, - type = 'item', - useable = false, - image = 'plastic.png', - }, - ecg_monitor = { - shouldClose = true, - description = '', - label = 'EKG Monitor', - unique = false, - name = 'ecg_monitor', - weight = 2500, - type = 'item', - useable = true, - image = '148383-multiparameter-patientenmonitor-pc-3000-lepu-medical-2-removebg-preview.png', - }, - weapon_stone_hatchet = { - name = 'weapon_stone_hatchet', - weight = 1000, - label = 'Stone Hatchet', - type = 'weapon', - description = 'Stone Hatchet', - image = 'weapon_stone_hatchet.png', - useable = true, - unique = true, - }, - firstaid = { - shouldClose = true, - description = 'You can use this First Aid kit to get people back on their feet', - label = 'First Aid', - unique = false, - name = 'firstaid', - weight = 2500, - type = 'item', - useable = true, - image = 'firstaid.png', - }, - weapon_carbinerifle = { - ammotype = 'AMMO_RIFLE', - description = 'Der beste Freund eines Cops, wenn Funk und Pfefferspray nicht mehr reichen.', - label = 'AR 15', - unique = true, - name = 'weapon_carbinerifle', - weight = 1000, - type = 'weapon', - useable = false, - image = 'ar15.png', - }, - korb = { - shouldClose = false, - description = '', - label = 'Korb', - unique = true, - name = 'korb', - weight = 0.09999999999999432, - type = 'item', - useable = false, - image = 'korb.png', - }, - pizza_piece = { - name = 'pizza_piece', - weight = 150, - shouldClose = true, - type = 'item', - description = 'Ein Stück Glück auf deinem Teller – Genieße unser köstliches Stück Pizza!', - label = 'Stück Pizza', - useable = true, - unique = false, - }, - newspaper = { - shouldClose = true, - description = 'zum Nachschlagen ^^', - label = 'Zeitung', - unique = true, - name = 'newspaper', - weight = 100, - type = 'item', - useable = true, - image = 'newspaper.png', - }, - newsbmic = { - shouldClose = true, - description = 'A Useable BoomMic', - label = 'Boom Microphone', - unique = true, - name = 'newsbmic', - weight = 100, - type = 'item', - useable = true, - image = 'newsbmic.png', - }, - baklava = { - shouldClose = true, - description = '', - label = 'Baklava', - unique = false, - name = 'baklava', - weight = 100, - type = 'item', - useable = true, - image = 'baklava.png', - }, - sugarbeet = { - shouldClose = false, - description = '', - label = 'Zuckerrübe', - unique = false, - name = 'sugarbeet', - weight = 500, - type = 'item', - useable = false, - image = 'rube.png', - }, - gg_hunting_knife_03 = { - shouldClose = true, - description = '', - label = 'Premium Jagdmesser', - unique = true, - name = 'gg_hunting_knife_03', - weight = 1000, - type = 'item', - useable = true, - image = 'gg_hunting_knife_03.png', - }, - weapon_autoshotgun = { - ammotype = 'AMMO_SHOTGUN', - description = 'A shotgun capable of rapid continous fire', - label = 'Auto Shotgun', - unique = true, - name = 'weapon_autoshotgun', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_autoshotgun.png', - }, - weapontint_7 = { - shouldClose = true, - description = 'Platinum Weapon Tint', - label = 'Platinum Tint', - unique = false, - name = 'weapontint_7', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_plat.png', - }, - fries_with_dip = { - shouldClose = true, - description = 'Knusprig goldene Pommes, serviert im kleinen Metallkorb – dazu ein cremiger Dip im stilechten Mini-Metalleimer.', - label = 'Pommes mit Dip ', - unique = true, - name = 'fries_with_dip', - weight = 200, - type = 'item', - useable = true, - image = 'ChatGPT_Image_27._Apr._2025__12_41_35-removebg-preview.png', - }, - weapon_crowbar = { - name = 'weapon_crowbar', - weight = 1000, - label = 'Crowbar', - type = 'weapon', - description = 'An iron bar with a flattened end, used as a lever', - image = 'weapon_crowbar.png', - useable = false, - unique = true, - }, - rifle_grip = { - shouldClose = true, - description = '', - label = 'Gewehrgriff', - unique = true, - name = 'rifle_grip', - weight = 100, - type = 'item', - useable = true, - image = 'ar_grip.png', - }, - coke_brick = { - shouldClose = true, - description = 'Heavy package of cocaine, mostly used for deals and takes a lot of space', - label = 'Coke Brick', - unique = true, - name = 'coke_brick', - weight = 1000, - type = 'item', - useable = false, - image = 'coke_brick.png', - }, - wine = { - shouldClose = true, - description = 'Some good wine to drink on a fine evening', - label = 'Rotwein', - unique = false, - name = 'wine', - weight = 300, - type = 'item', - useable = true, - image = 'wine.png', - }, - thiopental = { - shouldClose = true, - description = '', - label = 'Thiopental', - unique = false, - name = 'thiopental', - weight = 100, - type = 'item', - useable = true, - image = 'screenshot_696-removebg-preview.png', - }, - mmorgenlicht = { - shouldClose = false, - description = '', - label = 'Meiers Morgenlicht', - unique = false, - name = 'mmorgenlicht', - weight = 100, - type = 'item', - useable = true, - image = 'mmorgenlicht.png', - }, - sprunk_flasche = { - shouldClose = true, - description = 'Flasche Zitronen Limo', - label = 'Sprunk Flasche', - unique = false, - name = 'sprunk_flasche', - weight = 80, - type = 'item', - useable = true, - image = 'sprunk_flasche.png', - }, - mmkc = { - shouldClose = true, - description = '', - label = 'Mercimek Çorbasi', - unique = false, - name = 'mmkc', - weight = 10, - type = 'item', - useable = true, - image = 'mmkc.png', - }, - gleitgel = { - shouldClose = false, - description = 'Falls es mal zu Trocken ist ^^', - label = 'Gleitgel', - unique = true, - name = 'gleitgel', - weight = 100, - type = 'item', - useable = false, - image = 'gleitgel.png', - }, - cryptostick = { - shouldClose = true, - description = 'Why would someone ever buy money that doesn\'t exist.. How many would it contain..?', - label = 'Crypto Stick', - unique = true, - name = 'cryptostick', - weight = 200, - type = 'item', - useable = true, - image = 'cryptostick.png', - }, - vitaminloesung_750 = { - shouldClose = true, - description = '', - label = 'Vitaminlösung 750', - unique = false, - name = 'vitaminloesung_750', - weight = 750, - type = 'item', - useable = true, - image = 'screenshot_696-removebg-preview.png', - }, - dueruem = { - shouldClose = true, - description = 'Wrap, mit typischen Döner-Kebab-Zutaten gefüllt', - label = 'Dürüm', - unique = false, - name = 'dueruem', - weight = 200, - type = 'item', - useable = true, - image = 'durum.png', - }, - dins_isdom_latter = { - shouldClose = true, - description = 'Eine herzhafte Mischung, die den Wissensdurst und die Abenteuerlust des Göttervaters befriedigt.', - label = 'Odin\'s Wisdom Platter', - unique = false, - name = 'dins_isdom_latter', - weight = 200, - type = 'item', - useable = true, - image = 'OdinsWisdomPlatter.png', - }, - sniper_scope = { - shouldClose = true, - description = '', - label = 'Sniper Visier', - unique = true, - name = 'sniper_scope', - weight = 100, - type = 'item', - useable = true, - image = 'largescope_attachment.png', - }, - tranexamsaure = { - shouldClose = true, - description = '', - label = 'Tranexamsäure', - unique = false, - name = 'tranexamsaure', - weight = 20, - type = 'item', - useable = true, - image = 'tranexamsaure.png', - }, - mixed_grilled_plate = { - shouldClose = true, - description = 'gemischter Grillteller mit Beilagen', - label = 'KARIŞIK IZGARA ', - unique = false, - name = 'mixed_grilled_plate', - weight = 200, - type = 'item', - useable = true, - image = 'Gemischter_grillteller.png', - }, - brakepad_replacement = { - shouldClose = true, - description = '', - label = 'Premium Bremsenteile', - unique = false, - name = 'brakepad_replacement', - weight = 0, - type = 'item', - useable = true, - image = 'brakepad_replacement.png', - }, - sprunk_zero_flasche = { - shouldClose = true, - description = 'Flasche Zero Zitronen Limo', - label = 'Sprunk Zero Flasche', - unique = false, - name = 'sprunk_zero_flasche', - weight = 80, - type = 'item', - useable = true, - image = 'sprunk_zero_flasche.png', - }, - ['3-fach_impfung_katze'] = { - shouldClose = true, - description = '', - label = '3-fach Impfung Katze', - unique = false, - name = '3-fach_impfung_katze', - weight = 20, - type = 'item', - useable = true, - image = 'katzenimpfstoff.png', - }, - creditcard = { - shouldClose = true, - description = 'Ich brauch Geld', - label = 'Bankkarte', - unique = true, - name = 'creditcard', - weight = 0, - type = 'item', - useable = false, - image = 'creditcard.png', - }, - weapontint_5 = { - shouldClose = true, - description = 'LSPD Weapon Tint', - label = 'LSPD Tint', - unique = false, - name = 'weapontint_5', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_lspd.png', - }, - iron = { - shouldClose = false, - description = 'Handy piece of metal that you can probably use for something', - label = 'Iron', - unique = false, - name = 'iron', - weight = 100, - type = 'item', - useable = false, - image = 'iron.png', - }, - cup_tide = { - shouldClose = true, - description = '', - label = 'Becher Orange O Tang', - unique = false, - name = 'cup_tide', - weight = 100, - type = 'item', - useable = true, - image = 'cup_tide.png', - }, - weapon_license = { - shouldClose = true, - description = '', - label = 'Waffenschein', - unique = true, - name = 'weapon_license', - weight = 10, - type = 'item', - useable = true, - image = 'weapon_license.png', - }, - weapontint_mk2_11 = { - shouldClose = true, - description = 'Yellow Contrast Weapon Tint for MK2 Weapons', - label = 'Yellow Contrast Tint', - unique = false, - name = 'weapontint_mk2_11', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - sandwich = { - shouldClose = true, - description = 'bist du dir sicher das du das essen willst?', - label = '3 Tage altes Sandwich', - unique = false, - name = 'sandwich', - weight = 200, - type = 'item', - useable = true, - image = 'sandwich.png', - }, - lokum = { - shouldClose = true, - description = '', - label = 'Lokum', - unique = false, - name = 'lokum', - weight = 10, - type = 'item', - useable = true, - image = 'lokum.png', - }, - gg_captured_rabbit = { - shouldClose = true, - description = '', - label = 'Gefangenes Kaninchen', - unique = true, - name = 'gg_captured_rabbit', - weight = 5000, - type = 'item', - useable = true, - image = 'gg_captured_rabbit.png', - }, - urapidil1 = { - shouldClose = true, - description = '', - label = 'Urapidil 1,0 mg', - unique = false, - name = 'urapidil1', - weight = 20, - type = 'item', - useable = true, - image = 'urapidil1.png', - }, - weapon_knuckle = { - name = 'weapon_knuckle', - weight = 1000, - label = 'Knuckle', - type = 'weapon', - description = 'A metal guard worn over the knuckles in fighting, especially to increase the effect of the blows', - image = 'weapon_knuckle.png', - useable = false, - unique = true, - }, - packing_bandage = { - shouldClose = true, - description = '', - label = 'Verbandpäckchen', - unique = false, - name = 'packing_bandage', - weight = 100, - type = 'item', - useable = true, - image = 'screenshot_478-removebg-preview.png', - }, - flour = { - shouldClose = false, - description = '', - label = 'Packung Mehl ', - unique = false, - name = 'flour', - weight = 1000, - type = 'item', - useable = false, - image = 'flour.png', - }, - cooked_bbq_thigh = { - shouldClose = true, - description = '', - label = 'gegrillte Hähnchenkeule', - unique = false, - name = 'cooked_bbq_thigh', - weight = 200, - type = 'item', - useable = true, - image = 'cooked_bbq_thigh.png', - }, - nitrous = { - shouldClose = true, - description = 'Speed up, gas pedal! :D', - label = 'Nitrous', - unique = false, - name = 'nitrous', - weight = 1000, - type = 'item', - useable = true, - image = 'nitrous.png', - }, - empty_evidence_bag = { - shouldClose = false, - description = 'Used a lot to keep DNA from blood, bullet shells and more', - label = 'Empty Evidence Bag', - unique = false, - name = 'empty_evidence_bag', - weight = 0, - type = 'item', - useable = false, - image = 'evidence.png', - }, - handcuffs = { - shouldClose = true, - description = 'Comes in handy when people misbehave. Maybe it can be used for something else?', - label = 'Handschellen', - unique = true, - name = 'handcuffs', - weight = 100, - type = 'item', - useable = true, - image = 'handcuffs.png', - }, - filled_evidence_bag = { - shouldClose = false, - description = 'A filled evidence bag to see who committed the crime >:(', - label = 'Evidence Bag', - unique = true, - name = 'filled_evidence_bag', - weight = 200, - type = 'item', - useable = false, - image = 'evidence.png', - }, - sniper_extendedclip = { - shouldClose = true, - description = '', - label = 'erw. Sniper Magazin', - unique = true, - name = 'sniper_extendedclip', - weight = 100, - type = 'item', - useable = true, - image = 'sniper_extendedclip.png', - }, - weapon_revolver_mk2 = { - ammotype = 'AMMO_PISTOL', - description = 'da Violence', - label = 'Blood in and out Gun', - unique = true, - name = 'weapon_revolver_mk2', - weight = 1000, - type = 'weapon', - useable = false, - image = 'screenshot_419-removebg-preview.png', - }, - nordisee_fischfrikadellenbroetchen = { - 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."', - label = 'Nordisee Fischfrikadellenbrötchen', - unique = false, - name = 'nordisee_fischfrikadellenbroetchen', - weight = 100, - type = 'item', - useable = true, - image = 'nordisee_fischfrikadellenbroetchen.png', - }, - dackelk = { - shouldClose = false, - description = '', - label = 'Dackelklatscher', - unique = true, - name = 'dackelk', - weight = 100, - type = 'item', - useable = false, - image = 'Dackelklatscher.png', - }, - weapontint_mk2_27 = { - shouldClose = true, - description = 'Metallic Red Weapon Tint for MK2 Weapons', - label = 'Metallic Red Tint', - unique = false, - name = 'weapontint_mk2_27', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - weapon_hominglauncher = { - ammotype = 'AMMO_STINGER', - description = 'A weapon fitted with an electronic device that enables it to find and hit a target', - label = 'Homing Launcher', - unique = true, - name = 'weapon_hominglauncher', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_hominglauncher.png', - }, - joint = { - shouldClose = true, - description = 'Die Friedenspfeife 2.0', - label = 'Joint', - unique = false, - name = 'joint', - weight = 500, - type = 'item', - useable = true, - image = 'joint7.png', - }, - midazolam = { - shouldClose = true, - description = '', - label = 'Midazolam', - unique = false, - name = 'midazolam', - weight = 100, - type = 'item', - useable = true, - image = 'screenshot_696-removebg-preview.png', - }, - weapontint_mk2_5 = { - shouldClose = true, - description = 'Classic Green Weapon Tint for MK2 Weapons', - label = 'Classic Green Tint', - unique = false, - name = 'weapontint_mk2_5', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - ibuprophen = { - shouldClose = true, - description = '', - label = 'Ibuprophen', - unique = false, - name = 'ibuprophen', - weight = 20, - type = 'item', - useable = true, - image = 'Ibuprophen.png', - }, - cup_beer = { - shouldClose = true, - description = '', - label = 'Becher Bier', - unique = false, - name = 'cup_beer', - weight = 100, - type = 'item', - useable = true, - image = 'cup_beer.png', - }, - weapon_handle = { - shouldClose = false, - description = 'Der perfekte Halt – für dich und deine Waffen-Fantasien', - label = 'Griff', - unique = false, - name = 'weapon_handle', - weight = 200, - type = 'item', - useable = false, - image = 'snspistol_part_3.png', - }, - ecola = { - shouldClose = true, - description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', - label = 'E-Cola Softdrink', - unique = false, - name = 'ecola', - weight = 100, - type = 'item', - useable = true, - image = 'ecola.png', - }, - spazi_limo = { - shouldClose = true, - description = 'Spritzig, lecker, absolut neu und revolutionär. Ähnlichkeiten zu anderen Limos? Niemals. Reinste Zufälle. Wirklich.', - label = 'Bergbräu Limo', - unique = false, - name = 'spazi_limo', - weight = 150, - type = 'item', - useable = true, - image = 'spazi_limo.png', - }, - metacam = { - shouldClose = true, - description = '', - label = 'Metacam', - unique = false, - name = 'metacam', - weight = 20, - type = 'item', - useable = true, - image = 'Metacam.png', - }, - pelmini = { - shouldClose = true, - description = 'Kleine Teigtaschen, große Gefühle – Pelmeni lieben dich zurück!', - label = 'Pelmini', - unique = false, - name = 'pelmini', - weight = 100, - type = 'item', - useable = true, - image = 'pelmini.png', - }, - freyas_blossom = { - shouldClose = true, - description = 'Ein blumiges und fruchtiges Getränk, das die Zartheit und Schönheit, der Göttin Freya widerspiegelt.', - label = 'Freyas Blossom', - unique = true, - name = 'freyas_blossom', - weight = 250, - type = 'item', - useable = true, - image = 'FreyasBlossom.png', - }, - brushcamo_attachment = { - shouldClose = true, - description = 'A brushstroke camo for a weapon', - label = 'Brushstroke Camo', - unique = false, - name = 'brushcamo_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'brushcamo_attachment.png', - }, - privcard01 = { - shouldClose = false, - description = 'Registriert auf Mark Petrol', - label = 'Schlüsselkarte-0100a', - unique = false, - name = 'privcard01', - weight = 0, - type = 'item', - useable = false, - image = '', - }, - bulletproof_tyres = { - shouldClose = true, - description = '', - label = 'Reifen Gebanzert', - unique = false, - name = 'bulletproof_tyres', - weight = 0, - type = 'item', - useable = true, - image = 'bulletproof_tyres.png', - }, - weapon_colbaton = { - shouldClose = true, - description = '', - label = 'Teleskopschlagstock', - unique = true, - name = 'weapon_colbaton', - weight = 100, - type = 'weapon', - useable = true, - image = 'weapon_colbaton.png', - }, - gg_coyote_fangs_01 = { - shouldClose = true, - description = '', - label = 'Robuster Kojotenzahn', - unique = true, - name = 'gg_coyote_fangs_01', - weight = 1000, - type = 'item', - useable = false, - image = 'gg_coyote_fangs_01.png', - }, - ceramic_brakes = { - shouldClose = true, - description = '', - label = 'Ceramic Bremsen', - unique = false, - name = 'ceramic_brakes', - weight = 0, - type = 'item', - useable = true, - image = 'ceramic_brakes.png', - }, - slanted_muzzle_brake = { - shouldClose = true, - description = 'A muzzle brake for a weapon', - label = 'Slanted Muzzle Brake', - unique = false, - name = 'slanted_muzzle_brake', - weight = 1000, - type = 'item', - useable = true, - image = 'slanted_muzzle_brake.png', - }, - lean = { - shouldClose = true, - description = 'Der Drink, der dich so langsam macht wie eine Schnecke auf Valium', - label = 'Lean', - unique = false, - name = 'lean', - weight = 500, - type = 'item', - useable = true, - image = 'lean.png', - }, - shoe = { - shouldClose = false, - description = 'ein Schuh an Kop .... oder so', - label = 'Schuh', - unique = true, - name = 'shoe', - weight = 100, - type = 'item', - useable = true, - image = 'shoe.png', - }, - weapon_railgunxm3 = { - name = 'weapon_railgunxm3', - weight = 1000, - label = 'Railgun XM3', - type = 'weapon', - description = 'A weapon that uses electromagnetic force to launch high velocity projectiles', - image = 'weapon_railgunxm3.png', - useable = false, - unique = true, - }, - weapontint_4 = { - shouldClose = true, - description = 'Army Weapon Tint', - label = 'Army Tint', - unique = false, - name = 'weapontint_4', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_army.png', - }, - steel_ingots = { - shouldClose = false, - description = 'Hier trifft pure Masse auf unendliches Potenzial.', - label = 'Stahlbarren', - unique = false, - name = 'steel_ingots', - weight = 1000, - type = 'item', - useable = false, - image = 'steel_ingot.png', - }, - weapon_flashlight = { - name = 'weapon_flashlight', - weight = 1000, - label = 'Flashlight', - type = 'weapon', - description = 'Heller als Du ^^', - image = 'weapon_flashlight.png', - useable = false, - unique = true, - }, - doj_card = { - shouldClose = true, - description = '', - label = 'DOJ Card', - unique = true, - name = 'doj_card', - weight = 10, - type = 'item', - useable = true, - image = 'doj_card.png', - }, - weapon_pistol = { - ammotype = 'AMMO_PISTOL', - description = 'Das Multitool zum Löcher machen.', - label = 'Bretta', - unique = true, - name = 'weapon_pistol', - weight = 1000, - type = 'weapon', - useable = false, - image = 'screenshot_398-removebg-preview.png', - }, - largescope_attachment = { - shouldClose = true, - description = 'A large scope for a weapon', - label = 'Large Scope', - unique = false, - name = 'largescope_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'largescope_attachment.png', - }, - simcard = { - shouldClose = false, - description = '„Nicht einfach eine SIM. Ein Statement für Stil – in der Welt der Empfangslosen.“', - label = 'Sim-Karte', - unique = true, - name = 'simcard', - weight = 1, - type = 'item', - useable = false, - image = 'simcard.png', - }, - fenystil = { - shouldClose = true, - description = '', - label = 'Fenistil', - unique = false, - name = 'fenystil', - weight = 100, - type = 'item', - useable = true, - image = 'fenystil.png', - }, - weapontint_2 = { - shouldClose = true, - description = 'Gold Weapon Tint', - label = 'Gold Tint', - unique = false, - name = 'weapontint_2', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_gold.png', - }, - stoast = { - shouldClose = true, - description = '', - label = 'Sucuktoast', - unique = false, - name = 'stoast', - weight = 10, - type = 'item', - useable = true, - image = 'stoast.png', - }, - slushi = { - shouldClose = true, - description = 'Erfrischung pur in jedem Schluck – Gönn dir deinen Slushi!', - label = 'Slushi', - unique = false, - name = 'slushi', - weight = 150, - type = 'item', - useable = true, - image = 'slushi.png', - }, - weapon_petrolcan = { - ammotype = 'AMMO_PETROLCAN', - description = 'A robust liquid container made from pressed steel', - label = 'Petrol Can', - unique = true, - name = 'weapon_petrolcan', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_petrolcan.png', - }, - njords_sea_platter = { - shouldClose = true, - description = '', - label = 'Njords Sea Platter', - unique = true, - name = 'njords_sea_platter', - weight = 100, - type = 'item', - useable = true, - image = 'NjordsSeaPlatter.png', - }, - rawmeat = { - shouldClose = false, - description = '', - label = 'rohes Fleisch', - unique = false, - name = 'rawmeat', - weight = 100, - type = 'item', - useable = false, - image = 'rawmeat.png', - }, - ohrstopsel = { - shouldClose = false, - description = 'damit du das Stöhnen der Nachbarn net hören musst', - label = 'Ohrstöpsel', - unique = true, - name = 'ohrstopsel', - weight = 20, - type = 'item', - useable = false, - image = 'oropax.png', - }, - weapontint_mk2_31 = { - shouldClose = true, - description = 'Metallic Orange & Yellow Weapon Tint for MK2 Weapons', - label = 'Metallic Orange & Yellow Tint', - unique = false, - name = 'weapontint_mk2_31', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - sniper_grip = { - shouldClose = true, - description = '', - label = 'Marksmangewehr Griff', - unique = true, - name = 'sniper_grip', - weight = 100, - type = 'item', - useable = true, - image = 'ar_grip.png', - }, - potato = { - shouldClose = false, - description = '', - label = 'Kartoffel', - unique = false, - name = 'potato', - weight = 100, - type = 'item', - useable = false, - image = 'potato.png', - }, - weapon_ceramicpistol = { - ammotype = 'AMMO_PISTOL', - description = 'Weapon Ceramicpistol', - label = 'Ceramic Pistol', - unique = true, - name = 'weapon_ceramicpistol', - weight = 1000, - type = 'weapon', - useable = true, - image = 'weapon_ceramicpistol.png', - }, - woodbug = { - shouldClose = false, - description = 'Deutsche Borkenkäfer dürfen dies....', - label = 'Borkenkäfer', - unique = false, - name = 'woodbug', - weight = 4, - type = 'item', - useable = false, - image = 'woodbug.png', - }, - p_schnecke = { - shouldClose = true, - description = '', - label = '', - unique = false, - name = 'p_schnecke', - weight = 10, - type = 'item', - useable = true, - image = 'p_schnecke.png', - }, - weapon_gadgetpistol = { - ammotype = 'AMMO_PISTOL', - description = 'Weapon Gadgetpistol', - label = 'Perico Pistol', - unique = true, - name = 'weapon_gadgetpistol', - weight = 1000, - type = 'weapon', - useable = true, - image = 'weapon_gadgetpistol.png', - }, - gumianimals = { - shouldClose = true, - description = 'Zurück in die Kindheit – Deine Retro-Tüte voller bunter Gummi-Tierchen!', - label = 'Gummitierchen', - unique = true, - name = 'gumianimals', - weight = 100, - type = 'item', - useable = true, - image = 'gummanimals.png', - }, - waffle_ice = { - shouldClose = true, - description = '', - label = 'Waffel mit Erdbeereis', - unique = false, - name = 'waffle_ice', - weight = 10, - type = 'item', - useable = true, - image = 'waffle_ice.png', - }, - heimdalls_clear_sight = { - shouldClose = true, - description = '', - label = 'Heimdalls Clear Sight', - unique = false, - name = 'heimdalls_clear_sight', - weight = 100, - type = 'item', - useable = true, - image = 'HeimdallsClearSight.png', - }, - riverwater = { - shouldClose = false, - description = '', - label = 'Kanister mit Wasser', - unique = true, - name = 'riverwater', - weight = 3000, - type = 'item', - useable = false, - image = 'kanister.png', - }, - gg_hunting_rifleammo = { - shouldClose = true, - description = '', - label = 'Jagdgewehr Munition', - unique = false, - name = 'gg_hunting_rifleammo', - weight = 200, - type = 'item', - useable = true, - image = 'gg_hunting_rifleammo.png', - }, - schnitzelbroetchen = { - shouldClose = true, - description = 'Knuspriger Held im Brötchenmantel – das Schnitzel regelt!', - label = 'Schnitzelbrötchen', - unique = false, - name = 'schnitzelbroetchen', - weight = 100, - type = 'item', - useable = true, - image = 'schnitzelbroetchen.png', - }, - firework4 = { - shouldClose = true, - description = 'Fireworks', - label = 'Weeping Willow', - unique = false, - name = 'firework4', - weight = 1000, - type = 'item', - useable = true, - image = 'firework4.png', - }, - ornageo = { - shouldClose = true, - description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', - label = 'Orange O Tang Softdrink', - unique = false, - name = 'ornageo', - weight = 100, - type = 'item', - useable = true, - image = 'ornageo.png', - }, - gg_hunting_knife_02 = { - shouldClose = true, - description = '', - label = 'verbessertes Jagdmesser', - unique = true, - name = 'gg_hunting_knife_02', - weight = 1000, - type = 'item', - useable = true, - image = 'gg_hunting_knife_02.png', - }, - precision_muzzle_brake = { - shouldClose = true, - description = 'A muzzle brake for a weapon', - label = 'Precision Muzzle Brake', - unique = false, - name = 'precision_muzzle_brake', - weight = 1000, - type = 'item', - useable = true, - image = 'precision_muzzle_brake.png', - }, - lysergic_acid = { - shouldClose = false, - description = 'Der geheime VIP-Zugang zu einer anderen Realität', - label = 'Lysergsäure', - unique = false, - name = 'lysergic_acid', - weight = 1000, - type = 'item', - useable = false, - image = 'acid.png', - }, - markedbills = { - shouldClose = true, - description = 'Money?', - label = 'Marked Money', - unique = true, - name = 'markedbills', - weight = 1000, - type = 'item', - useable = false, - image = 'markedbills.png', - }, - sprunk = { - shouldClose = true, - description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', - label = 'Sprunk Softdrink', - unique = false, - name = 'sprunk', - weight = 100, - type = 'item', - useable = true, - image = 'sprunk.png', - }, - weapon_rayminigun = { - ammotype = 'AMMO_MINIGUN', - description = 'Weapon Rayminigun', - label = 'Widowmaker', - unique = true, - name = 'weapon_rayminigun', - weight = 1000, - type = 'weapon', - useable = true, - image = 'weapon_rayminigun.png', - }, - lsd_papers = { - shouldClose = true, - description = 'Miniatur-Kunstwerke, die dir den Kopf verdrehen – aber hey, zumindest sieht alles schöner aus.', - label = 'LSD-Papes', - unique = false, - name = 'lsd_papers', - weight = 500, - type = 'item', - useable = true, - image = 'lsd.png', - }, - popcorn = { - shouldClose = true, - description = 'Frisch aufgepopptes Popcorn ', - label = 'Popcorn', - unique = true, - name = 'popcorn', - weight = 150, - type = 'item', - useable = true, - image = 'ChatGPT Image 26. Apr. 2025, 17_05_56-min.png', - }, - marble_pop_limo = { - shouldClose = true, - description = 'Kult-Getränk aus Japan: Erfrischende Limonade mit fruchtigem Geschmack und der typischen Glasmurmel', - label = 'Marble Pop Limo', - unique = true, - name = 'marble_pop_limo', - weight = 200, - type = 'item', - useable = true, - image = 'marblepop.png', - }, - thors_hammer = { - shouldClose = true, - description = 'So kraftvoll wie der Schlag von Mjölnir, Thors legendärem Hammer.', - label = 'Thor\'s Hammer', - unique = true, - name = 'thors_hammer', - weight = 200, - type = 'item', - useable = true, - image = 'ThorsHammerBeer.png', - }, - walkstick = { - shouldClose = true, - description = 'Walking stick for ya\'ll grannies out there.. HAHA', - label = 'Walking Stick', - unique = true, - name = 'walkstick', - weight = 1000, - type = 'weapon', - useable = false, - image = 'walkstick.png', - }, - okis_rickster_unch = { - shouldClose = true, - description = 'Unberechenbar und aufregend, dieser Mocktail hält eine erfrischende Überraschung parat.', - label = 'Loki\'s Trickster Punch', - unique = false, - name = 'lokis_trickster_punch', - weight = 200, - type = 'item', - useable = true, - image = 'LokisTricksterPunch.png', - }, - smg_extendedclip = { - shouldClose = true, - description = '', - label = 'erw. SMG Magazin', - unique = true, - name = 'smg_extendedclip', - weight = 100, - type = 'item', - useable = true, - image = 'smg_extendedclip.png', - }, - gazebo = { - shouldClose = true, - description = '', - label = 'Pavillon', - unique = false, - name = 'gazebo', - weight = 600, - type = 'item', - useable = true, - image = 'gazebo.png', - }, - kadis_rostbite = { - shouldClose = true, - description = 'Erfrischend und frostig, wie die kalte Winterluft in Skadis schneebedeckten Bergen.', - label = 'Skadi\'s Frostbite', - unique = true, - name = 'kadis_rostbite', - weight = 200, - type = 'item', - useable = true, - image = 'SkadisFrostbite.png', - }, - hotdog = { - shouldClose = true, - description = '', - label = 'Hot Dog', - unique = false, - name = 'hotdog', - weight = 100, - type = 'item', - useable = true, - image = 'screenshot_691-removebg-preview.png', - }, - akrinor = { - shouldClose = true, - description = '', - label = 'Akrinor', - unique = false, - name = 'akrinor', - weight = 20, - type = 'item', - useable = true, - image = 'akrinor.png', - }, - weapontint_mk2_21 = { - shouldClose = true, - description = 'Bold Red & White Weapon Tint for MK2 Weapons', - label = 'Bold Red & White Tint', - unique = false, - name = 'weapontint_mk2_21', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - samsplint = { - shouldClose = true, - description = '', - label = 'Samsplint', - unique = false, - name = 'samsplint', - weight = 100, - type = 'item', - useable = true, - image = 'samsplint.png', - }, - bw_cupcake = { - shouldClose = true, - description = '', - label = 'Black & White Cupcake', - unique = false, - name = 'bw_cupcake', - weight = 10, - type = 'item', - useable = true, - image = 'bw_cupcake.png', - }, - odins_wisdom_brew = { - shouldClose = true, - description = 'Ein Getränk, das auch ohne Alkohol die Weisheit und Kraft des Allvaters vermittelt – voller Geschmack und leicht süß.', - label = 'Odin\'s Wisdom Brew (alkoholfrei)', - unique = false, - name = 'odins_wisdom_brew', - weight = 200, - type = 'item', - useable = true, - image = 'OdinsWisdomBrew.png', - }, - weed_skunk_seed = { - shouldClose = true, - description = 'A weed seed of Skunk', - label = 'Skunk Seed', - unique = false, - name = 'weed_skunk_seed', - weight = 0, - type = 'item', - useable = true, - image = 'weed_seed.png', - }, - stoff = { - shouldClose = false, - description = '', - label = 'Stoff ', - unique = false, - name = 'stoff', - weight = 100, - type = 'item', - useable = false, - image = 'stoff.png', - }, - ammunition_route = { - shouldClose = false, - description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', - label = 'Munitions Route', - unique = true, - name = 'ammunition_route', - weight = 10, - type = 'item', - useable = false, - image = 'ammunition_route.png', - }, - heavyarmor = { - shouldClose = true, - description = 'Some protection won\'t hurt... right?', - label = 'Verstärkte Kugelsischere Weste', - unique = false, - name = 'heavyarmor', - weight = 5000, - type = 'item', - useable = true, - image = 'armor.png', - }, - aluminumoxide = { - shouldClose = false, - description = 'Some powder to mix with', - label = 'Aluminium Powder', - unique = false, - name = 'aluminumoxide', - weight = 100, - type = 'item', - useable = false, - image = 'aluminumoxide.png', - }, - flashlight_attachment = { - shouldClose = true, - description = 'A flashlight for a weapon', - label = 'Flashlight', - unique = false, - name = 'flashlight_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'flashlight_attachment.png', - }, - weapon_pumpshotgun_mk2 = { - ammotype = 'AMMO_SHOTGUN', - description = 'Pumpshotgun MK2', - label = 'Pumpshotgun Mk II', - unique = true, - name = 'weapon_pumpshotgun_mk2', - weight = 1000, - type = 'weapon', - useable = true, - image = 'weapon_pumpshotgun_mk2.png', - }, - sprunk_zero_dose = { - shouldClose = true, - description = 'Dose Zitronen Limo', - label = 'Sprunk Zero Dose', - unique = false, - name = 'sprunk_zero_dose', - weight = 50, - type = 'item', - useable = true, - image = 'sprunk_zero_dose.png', - }, - billokaffee = { - shouldClose = true, - description = 'Die Schande Kolumbiens', - label = 'Billo Kaffee', - unique = false, - name = 'billokaffee', - weight = 80, - type = 'item', - useable = true, - image = 'billokaffee.png', - }, - goldchain = { - shouldClose = true, - description = 'A golden chain seems like the jackpot to me!', - label = 'Golden Chain', - unique = false, - name = 'goldchain', - weight = 1500, - type = 'item', - useable = false, - image = 'goldchain.png', - }, - cooked_brisket = { - shouldClose = true, - description = '', - label = 'gegrilltes Brisket', - unique = false, - name = 'cooked_brisket', - weight = 200, - type = 'item', - useable = true, - image = 'cooked_brisket.png', - }, - odins_mead = { - shouldClose = true, - description = 'Ein weises Getränk, so alt wie die Geschichten von Asgard selbst.', - label = ' Odin\'s Mead', - unique = false, - name = 'odins_mead', - weight = 200, - type = 'item', - useable = true, - image = 'OdinsMead.png', - }, - wurmkur = { - shouldClose = true, - description = '', - label = 'Wurmkur', - unique = false, - name = 'wurmkur', - weight = 20, - type = 'item', - useable = true, - image = 'Wurmkur.png', - }, - skadis_hunt = { - shouldClose = true, - description = 'So erfrischend und eisig wie Skadis frostige Heimat.', - label = 'Skadi\'s Hunt', - unique = true, - name = 'skadis_hunt', - weight = 200, - type = 'item', - useable = true, - image = 'SkadisHunt.png', - }, - nvscope_attachment = { - shouldClose = true, - description = 'A night vision scope for a weapon', - label = 'Night Vision Scope', - unique = false, - name = 'nvscope_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'nvscope_attachment.png', - }, - weapon_bat = { - name = 'weapon_bat', - weight = 1000, - label = 'Bat', - type = 'weapon', - description = 'Used for hitting a ball in sports (or other things)', - image = 'weapon_bat.png', - useable = false, - unique = true, - }, - lidocain = { - shouldClose = true, - description = '', - label = 'Lidocain', - unique = false, - name = 'lidocain', - weight = 20, - type = 'item', - useable = true, - image = 'Lidocain.png', - }, - weapon_throwingshoered = { - shouldClose = true, - description = '', - label = 'Schuh rot', - unique = true, - name = 'weapon_throwingshoered', - weight = 100, - type = 'weapon', - useable = true, - image = 'weapon_throwingshoered.png', - }, - smg_grip = { - shouldClose = true, - description = '', - label = 'SMG Griff', - unique = true, - name = 'smg_grip', - weight = 100, - type = 'item', - useable = true, - image = 'grip_attachment.png', - }, - weapon_hazardcan = { - ammotype = 'AMMO_PETROLCAN', - description = 'Weapon Hazardcan', - label = 'Hazardous Jerry Can', - unique = true, - name = 'weapon_hazardcan', - weight = 1000, - type = 'weapon', - useable = true, - image = 'weapon_hazardcan.png', - }, - sniper_largescope = { - shouldClose = true, - description = '', - label = 'Sniper Visier groß', - unique = true, - name = 'sniper_largescope', - weight = 100, - type = 'item', - useable = true, - image = 'advscope_attachment.png', - }, - weapon_sawnoffshotgun = { - ammotype = 'AMMO_SHOTGUN', - description = 'A sawn-off smoothbore gun for firing small shot at short range', - label = 'Sawn-off Shotgun', - unique = true, - name = 'weapon_sawnoffshotgun', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_sawnoffshotgun.png', - }, - packung = { - shouldClose = false, - description = '', - label = 'leere Verpackung', - unique = false, - name = 'packung', - weight = 400, - type = 'item', - useable = false, - image = 'packung.png', - }, - semi_slick_tyres = { - shouldClose = true, - description = '', - label = 'Reifen semi slick', - unique = false, - name = 'semi_slick_tyres', - weight = 0, - type = 'item', - useable = true, - image = 'semi_slick_tyres.png', - }, - trigger_unit = { - shouldClose = false, - description = 'Der Schalter für Action – einmal drücken, und die Welt verändert sich', - label = 'Abzugseinheit', - unique = false, - name = 'trigger_unit', - weight = 200, - type = 'item', - useable = false, - image = 'snspistol_part_2.png', - }, - gg_cougar_claw_03 = { - shouldClose = true, - description = '', - label = 'Makellose Puma-Klaue', - unique = true, - name = 'gg_cougar_claw_03', - weight = 500, - type = 'item', - useable = false, - image = 'gg_cougar_claw_03.png', - }, - weapontint_mk2_22 = { - shouldClose = true, - description = 'Bold Blue & White Weapon Tint for MK2 Weapons', - label = 'Bold Blue & White Tint', - unique = false, - name = 'weapontint_mk2_22', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - thermite = { - shouldClose = true, - description = 'Sometimes you\'d wish for everything to burn', - label = 'Thermite', - unique = false, - name = 'thermite', - weight = 1000, - type = 'item', - useable = true, - image = 'thermite.png', - }, - weapon_huntingrifle = { - shouldClose = true, - description = '', - label = 'Jagdgewehr', - unique = true, - name = 'weapon_huntingrifle', - weight = 1000, - type = 'weapon', - useable = true, - image = 'weapon_huntingrifle.png', - }, - chicken_thigh = { - shouldClose = true, - description = '', - label = 'rohe Hähnchenkeule', - unique = false, - name = 'chicken_thigh', - weight = 200, - type = 'item', - useable = true, - image = 'chicken_thigh.png', - }, - glass = { - shouldClose = false, - description = 'It is very fragile, watch out', - label = 'Glas', - unique = false, - name = 'glass', - weight = 600, - type = 'item', - useable = false, - image = 'glass.png', - }, - blotter_paper = { - shouldClose = false, - description = 'Das Papier, das dich nicht nur trocknen lässt, sondern auch deine Gedanken', - label = 'Blotterpapier', - unique = false, - name = 'blotter_paper', - weight = 500, - type = 'item', - useable = false, - image = 'paperroll.png', - }, - smg_drum = { - shouldClose = true, - description = '', - label = 'SMG Trommelmagazin', - unique = true, - name = 'smg_drum', - weight = 100, - type = 'item', - useable = true, - image = 'drum_attachment.png', - }, - bank_card = { - shouldClose = true, - description = 'Used to access ATM', - label = 'Bank Card', - unique = true, - name = 'bank_card', - weight = 0, - type = 'item', - useable = true, - image = 'bank_card.png', - }, - weapon_musket = { - ammotype = 'AMMO_SHOTGUN', - description = 'An infantryman\'s light gun with a long barrel, typically smooth-bored, muzzleloading, and fired from the shoulder', - label = 'Musket', - unique = true, - name = 'weapon_musket', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_musket.png', - }, - roofbox_carbon = { - shouldClose = true, - description = '', - label = 'Carbon Dachbox', - unique = true, - name = 'roofbox_carbon', - weight = 1000, - type = 'item', - useable = true, - image = 'roofbox_carbon.png', - }, - weapon_nightstick = { - name = 'weapon_nightstick', - weight = 1000, - label = 'Nightstick', - type = 'weapon', - description = 'A police officer\'s club or billy', - image = 'weapon_nightstick.png', - useable = false, - unique = true, - }, - ecola_light = { - shouldClose = true, - description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', - label = 'E-Cola Light Softdrink', - unique = false, - name = 'ecola_light', - weight = 100, - type = 'item', - useable = true, - image = 'ecola_light.png', - }, - etilefrin = { - shouldClose = true, - description = '', - label = 'Etilefrin', - unique = false, - name = 'etilefrin', - weight = 100, - type = 'item', - useable = true, - image = 'screenshot_696-removebg-preview.png', - }, - coffee_beans = { - shouldClose = false, - description = '', - label = 'Packung Kaffeepulver', - unique = false, - name = 'coffee_beans', - weight = 200, - type = 'item', - useable = false, - image = 'coffee_beans.png', - }, - orangejuice = { - shouldClose = false, - description = '', - label = 'Flasche Orangensaft', - unique = false, - name = 'orangejuice', - weight = 100, - type = 'item', - useable = true, - image = 'orangejuice.png', - }, - weapon_bullpuprifle_mk2 = { - ammotype = 'AMMO_RIFLE', - description = 'Bull Puprifle MK2', - label = 'Bullpup Rifle Mk II', - unique = true, - name = 'weapon_bullpuprifle_mk2', - weight = 1000, - type = 'weapon', - useable = true, - image = 'weapon_bullpuprifle_mk2.png', - }, - firework3 = { - shouldClose = true, - description = 'Fireworks', - label = 'WipeOut', - unique = false, - name = 'firework3', - weight = 1000, - type = 'item', - useable = true, - image = 'firework3.png', - }, - loaded_fries = { - shouldClose = true, - description = 'Knusprige Pommes, reich belegt mit köstlichen Toppings', - label = 'Loaded Fries', - unique = false, - name = 'loaded_fries', - weight = 100, - type = 'item', - useable = true, - image = 'loaded_fries.png', - }, - ffries = { - shouldClose = true, - description = '"Jetzt mit 0 % Kartoffel, 100 % Patriotismus!"', - label = 'Freedom Fries', - unique = false, - name = 'ffries', - weight = 100, - type = 'item', - useable = true, - image = 'screenshot_686-removebg-preview.png', - }, - sarma = { - shouldClose = true, - description = '', - label = 'Sarma', - unique = false, - name = 'sarma', - weight = 10, - type = 'item', - useable = true, - image = 'sarma.png', - }, - weed_ogkush_seed = { - shouldClose = true, - description = 'A weed seed of OG Kush', - label = 'OGKush Seed', - unique = false, - name = 'weed_ogkush_seed', - weight = 0, - type = 'item', - useable = true, - image = 'weed_seed.png', - }, - weapon_compactlauncher = { - name = 'weapon_compactlauncher', - weight = 1000, - label = 'Compact Launcher', - type = 'weapon', - description = 'A compact grenade launcher', - image = 'weapon_compactlauncher.png', - useable = false, - unique = true, - }, - pistol_smallscope = { - shouldClose = true, - description = '', - label = 'MK2 Revolver Visier', - unique = true, - name = 'pistol_smallscope', - weight = 100, - type = 'item', - useable = true, - image = 'smallscope_attachment.png', - }, - cheeseanachos = { - shouldClose = true, - description = 'Knusprige Nachos, überzogen mit cremiger, würziger Käsesauce', - label = 'Nachos mit Käsesauce', - unique = true, - name = 'cheeseanachos', - weight = 200, - type = 'item', - useable = true, - image = 'ChatGPT_Image_26._Apr._2025__18_25_48-removebg-preview.png', - }, - weapontint_mk2_9 = { - shouldClose = true, - description = 'Red Contrast Weapon Tint for MK2 Weapons', - label = 'Red Contrast Tint', - unique = false, - name = 'weapontint_mk2_9', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - jords_cean_reeze_alkoholfrei = { - shouldClose = true, - description = 'Eine kühle Meeresbrise in Form eines Getränks, die erfrischend und exotisch zugleich ist.', - label = 'Njord\'s Ocean Breeze (alkoholfrei)', - unique = false, - name = 'njords_ocean_breeze_alkoholfrei', - weight = 200, - type = 'item', - useable = true, - image = 'NjordsOceanBreeze.png', - }, - weapon_stickybomb = { - name = 'weapon_stickybomb', - weight = 1000, - label = 'C4', - type = 'weapon', - description = 'An explosive charge covered with an adhesive that when thrown against an object sticks until it explodes', - image = 'weapon_stickybomb.png', - useable = false, - unique = true, - }, - halbes_haendel = { - shouldClose = true, - description = 'zum Finger lecken gut ^^', - label = 'Halbes Händel', - unique = false, - name = 'halbes_haendel', - weight = 100, - type = 'item', - useable = true, - image = 'halbes_haendel.png', - }, - weapon_combatpistol = { - ammotype = 'AMMO_PISTOL', - description = 'Eine kompakte, zuverlässige 9mm-Dienstpistole mit 17 Schuss Magazin.', - label = 'Bretta Storm', - unique = true, - name = 'weapon_combatpistol', - weight = 1000, - type = 'weapon', - useable = false, - image = 'screenshot_434-removebg-preview.png', - }, - falafel = { - shouldClose = true, - description = 'Falafel mit Joghurtsauce', - label = 'Falafel', - unique = true, - name = 'falafel', - weight = 200, - type = 'item', - useable = true, - image = 'Falafel.png', - }, - vitaminloesung_1000 = { - shouldClose = true, - description = '', - label = 'Vitaminlösung 1000', - unique = false, - name = 'vitaminloesung_1000', - weight = 1000, - type = 'item', - useable = true, - image = 'screenshot_696-removebg-preview.png', - }, - amoxicillin = { - shouldClose = true, - description = '', - label = 'Amoxicillin', - unique = false, - name = 'amoxicillin', - weight = 20, - type = 'item', - useable = true, - image = 'amoxicillin.png', - }, - advscope_attachment = { - shouldClose = true, - description = 'An advanced scope for a weapon', - label = 'Advanced Scope', - unique = false, - name = 'advscope_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'advscope_attachment.png', - }, - goezleme = { - shouldClose = true, - description = 'würzig gefülltes Fladenbrot', - label = 'Gözleme', - unique = false, - name = 'goezleme', - weight = 200, - type = 'item', - useable = true, - image = 'Goezleme.png', - }, - leberkas_semmal = { - shouldClose = true, - description = 'Mehr Fleisch als Worte – des is koa Semmel, des is a Lebensgefühl!', - label = 'Leberkas Semmal', - unique = false, - name = 'leberkas_semmal', - weight = 100, - type = 'item', - useable = true, - image = 'leberkas_semmal.png', - }, - pistol_extendedclip = { - shouldClose = true, - description = 'erw. Pistolen Magazin', - label = 'pistol_extendedclip', - unique = true, - name = 'pistol_extendedclip', - weight = 100, - type = 'item', - useable = true, - image = 'clip_attachment.png', - }, - steel = { - shouldClose = false, - description = 'Nice piece of metal that you can probably use for something', - label = 'Stahl', - unique = false, - name = 'steel', - weight = 100, - type = 'item', - useable = false, - image = 'steel.png', - }, - ceramic_barrel = { - shouldClose = false, - description = 'Der Lauf, der sich in jeder Sicherheitskontrolle unsichtbar macht', - label = 'Keramiklauf', - unique = false, - name = 'ceramic_barrel', - weight = 200, - type = 'item', - useable = false, - image = 'keramiklauf.png', - }, - meth = { - shouldClose = true, - description = 'A baggie of Meth', - label = 'Meth', - unique = false, - name = 'meth', - weight = 100, - type = 'item', - useable = true, - image = 'meth_baggy.png', - }, - big_bottle_tide = { - shouldClose = true, - description = '', - label = 'große Flasche Orange O Tang', - unique = false, - name = 'big_bottle_tide', - weight = 600, - type = 'item', - useable = true, - image = 'big_bottle_tide.png', - }, - salep = { - shouldClose = true, - description = ' Zimt Heißgetränk', - label = 'Salep', - unique = true, - name = 'salep', - weight = 200, - type = 'item', - useable = true, - image = 'salep.png', - }, - metalscrap = { - shouldClose = false, - description = 'Der Stoff, aus dem DIY-Träume sind', - label = 'Metallschrott', - unique = false, - name = 'metalscrap', - weight = 500, - type = 'item', - useable = false, - image = 'scrap-iron.png', - }, - weed_route = { - shouldClose = false, - description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', - label = 'Weed Route', - unique = true, - name = 'weed_route', - weight = 10, - type = 'item', - useable = false, - image = 'weed_route.png', - }, - police_stormram = { - shouldClose = true, - description = 'A nice tool to break into doors', - label = 'Stormram', - unique = true, - name = 'police_stormram', - weight = 18000, - type = 'item', - useable = true, - image = 'police_stormram.png', - }, - bikerack = { - shouldClose = true, - description = '', - label = 'Fahrradträger', - unique = true, - name = 'bikerack', - weight = 1000, - type = 'item', - useable = true, - image = 'bikerack.png', - }, - rohmilk = { - shouldClose = false, - description = '', - label = 'Eimer mit Rohmilch', - unique = false, - name = 'rohmilk', - weight = 1000, - type = 'item', - useable = false, - image = 'rohmilk.png', - }, - weapon_marksmanrifle_mk2 = { - ammotype = 'AMMO_SNIPER', - description = 'Weapon Marksmanrifle MK2', - label = 'Marksman Rifle Mk II', - unique = true, - name = 'weapon_marksmanrifle_mk2', - weight = 1000, - type = 'weapon', - useable = true, - image = 'huntingrifle2.png', - }, - weapontint_mk2_24 = { - shouldClose = true, - description = 'Metallic Platinum Weapon Tint for MK2 Weapons', - label = 'Metallic Platinum Tint', - unique = false, - name = 'weapontint_mk2_24', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - leopardcamo_attachment = { - shouldClose = true, - description = 'A leopard camo for a weapon', - label = 'Leopard Camo', - unique = false, - name = 'leopardcamo_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'leopardcamo_attachment.png', - }, - weapontint_mk2_30 = { - shouldClose = true, - description = 'Metallic White & Aqua Weapon Tint for MK2 Weapons', - label = 'Metallic White & Aqua Tint', - unique = false, - name = 'weapontint_mk2_30', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - boxorange = { - shouldClose = false, - description = '', - label = 'Kiste Orangen', - unique = true, - name = 'boxorange', - weight = 1000, - type = 'item', - useable = false, - image = 'boxorange.png', - }, - performance_part = { - shouldClose = true, - description = '', - label = 'Performance Kit', - unique = false, - name = 'performance_part', - weight = 0, - type = 'item', - useable = true, - image = 'performance_part.png', - }, - engine_oil = { - shouldClose = true, - description = 'Das bier der Kraftfahrzeuge!', - label = 'Premium Motoröl', - unique = false, - name = 'engine_oil', - weight = 0, - type = 'item', - useable = true, - image = 'engine_oil.png', - }, - rifle_holoscope = { - shouldClose = true, - description = 'MK2 Gewehr Holovisier', - label = '100', - unique = true, - name = 'rifle_holoscope', - weight = 100, - type = 'item', - useable = true, - image = 'holoscope_attachment.png', - }, - pistol_compensator = { - shouldClose = true, - description = '', - label = 'Pistolen Kompensator', - unique = true, - name = 'pistol_compensator', - weight = 100, - type = 'item', - useable = true, - image = 'comp_attachment.png', - }, - penicillin = { - shouldClose = true, - description = '', - label = 'Penicillin', - unique = false, - name = 'penicillin', - weight = 20, - type = 'item', - useable = true, - image = 'penicillin.png', - }, - squared_muzzle_brake = { - shouldClose = true, - description = 'A muzzle brake for a weapon', - label = 'Squared Muzzle Brake', - unique = false, - name = 'squared_muzzle_brake', - weight = 1000, - type = 'item', - useable = true, - image = 'squared_muzzle_brake.png', - }, - paracetamol = { - shouldClose = true, - description = '', - label = 'Paracetamol', - unique = false, - name = 'paracetamol', - weight = 20, - type = 'item', - useable = true, - image = 'Paracetamol.png', - }, - weapon_flaregun = { - ammotype = 'AMMO_FLARE', - description = 'A handgun for firing signal rockets', - label = 'Flare Gun', - unique = true, - name = 'weapon_flaregun', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_flaregun.png', - }, - empty_nitrous_bottle = { - shouldClose = true, - description = '', - label = 'leere Nitro Flasche', - unique = false, - name = 'empty_nitrous_bottle', - weight = 0, - type = 'item', - useable = true, - image = 'empty_nitrous_bottle.png', - }, - sweets_candies = { - shouldClose = true, - description = 'Bunt, süß und manchmal klebrig', - label = 'Bonbons', - unique = false, - name = 'sweets_candies', - weight = 500, - type = 'item', - useable = true, - image = 'candy1.png', - }, - weapon_specialcarbine = { - ammotype = 'AMMO_RIFLE', - description = 'Wenn die Ar 15 nicht mehr reicht.', - label = 'KH 450', - unique = true, - name = 'weapon_specialcarbine', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_specialcarbine.png', - }, - e_kaffee = { - shouldClose = true, - description = '', - label = 'Eiskaffee', - unique = false, - name = 'e_kaffee', - weight = 10, - type = 'item', - useable = true, - image = 'e_kaffee.png', - }, - propofol_250 = { - shouldClose = true, - description = '', - label = 'Propofol 250', - unique = false, - name = 'propofol_250', - weight = 250, - type = 'item', - useable = true, - image = 'Propofol-00409469924-removebg-preview.png', - }, - pistol_barrel = { - shouldClose = false, - description = 'Der einzige Weg, wie du in kürzester Zeit einen bleibenden Eindruck hinterlässt', - label = 'Pistolenlauf', - unique = false, - name = 'pistol_barrel', - weight = 250, - type = 'item', - useable = false, - image = 'weapon_batton.png', - }, - roadpods = { - shouldClose = true, - description = '„Klang für Menschen, die sich keine Kompromisse anhören.“', - label = 'iFruit Ear Buds', - unique = true, - name = 'roadpods', - weight = 200, - type = 'item', - useable = true, - image = 'roadpods.png', - }, - aspirin = { - shouldClose = true, - description = '', - label = 'Aspirin', - unique = false, - name = 'aspirin', - weight = 20, - type = 'item', - useable = true, - image = 'aspirin.png', - }, - latte = { - shouldClose = true, - description = 'Er hat Latte gesagt XD', - label = 'Glas Latte Macchiato', - unique = true, - name = 'latte', - weight = 100, - type = 'item', - useable = true, - image = 'latte.png', - }, - freyas_kiss = { - shouldClose = true, - description = 'Ein verführerischer und zarter Drink, der die Schönheit der Göttin Freya widerspiegelt.', - label = 'Freya\'s Kiss', - unique = true, - name = 'freyas_kiss', - weight = 200, - type = 'item', - useable = true, - image = 'FreyasKiss.png', - }, - cc_cake = { - shouldClose = true, - description = '', - label = 'Cheesecake', - unique = false, - name = 'cc_cake', - weight = 10, - type = 'item', - useable = true, - image = 'cc_cake.png', - }, - stancing_kit = { - shouldClose = true, - description = '', - label = 'Stancing Kit', - unique = false, - name = 'stancing_kit', - weight = 0, - type = 'item', - useable = true, - image = 'stancing_kit.png', - }, - cay = { - shouldClose = true, - description = 'Türkischer Tee', - label = 'Cay', - unique = false, - name = 'cay', - weight = 200, - type = 'item', - useable = true, - image = 'Cay.png', - }, - ev_coolant = { - shouldClose = true, - description = '', - label = 'EV_Kühlkit', - unique = false, - name = 'ev_coolant', - weight = 0, - type = 'item', - useable = true, - image = 'ev_coolant.png', - }, - cooked_kebab = { - shouldClose = true, - description = '', - label = 'gegrilltes Schaschlick', - unique = false, - name = 'cooked_kebab', - weight = 200, - type = 'item', - useable = true, - image = 'cooked_kebab.png', - }, - cooked_turkey_drum = { - shouldClose = true, - description = '', - label = 'gegrillte Putenkeule', - unique = false, - name = 'cooked_turkey_drum', - weight = 100, - type = 'item', - useable = true, - image = 'cooked_turkey_drum.png', - }, - boxmilk = { - shouldClose = false, - description = '', - label = 'Karton mit Milch', - unique = true, - name = 'boxmilk', - weight = 1200, - type = 'item', - useable = false, - image = 'boxmilk.png', - }, - kayas_rotwein = { - shouldClose = true, - description = 'Türkischer Rotwein', - label = 'Kırmızı şarap ', - unique = true, - name = 'kayas_rotwein', - weight = 200, - type = 'item', - useable = true, - image = 'kirimzi.png', - }, - narketan = { - shouldClose = true, - description = '', - label = 'Narketan', - unique = false, - name = 'narketan', - weight = 250, - type = 'item', - useable = true, - image = 'screenshot_696-removebg-preview.png', - }, - freshtobbacoleaf = { - shouldClose = false, - description = '', - label = 'frisches Tabakblatt', - unique = false, - name = 'freshtobbacoleaf', - weight = 10, - type = 'item', - useable = false, - image = 'freshtobbacoleaf.png', - }, - pd_keycard = { - shouldClose = false, - description = 'Wenn du kein Cop bist Finger weg!', - label = 'PD Key Card', - unique = true, - name = 'pd_keycard', - weight = 10, - type = 'item', - useable = false, - image = 'pd_keycard.png', - }, - emptybottle = { - shouldClose = false, - description = '', - label = 'leere Flasche', - unique = false, - name = 'emptybottle', - weight = 200, - type = 'item', - useable = false, - image = 'emptybottle.png', - }, - tims_instant_nudeln = { - shouldClose = true, - description = 'der Kulinarische Blitzbesuch in Fernost', - label = 'Tim\'s Instant Nudeln', - unique = false, - name = 'tims_instant_nudeln', - weight = 100, - type = 'item', - useable = true, - image = 'tims_instant_nudeln.png', - }, - weed_purplehaze_seed = { - shouldClose = true, - description = 'A weed seed of Purple Haze', - label = 'Purple Haze Seed', - unique = false, - name = 'weed_purplehaze_seed', - weight = 0, - type = 'item', - useable = true, - image = 'weed_seed.png', - }, - fentanyl = { - shouldClose = true, - description = '', - label = 'Fentanyl', - unique = false, - name = 'fentanyl', - weight = 10, - type = 'item', - useable = true, - image = 'fentanyl-removebg-preview.png', - }, - tuch = { - shouldClose = true, - description = '', - label = 'Stofftuch', - unique = false, - name = 'tuch', - weight = 0, - type = 'item', - useable = true, - image = '', - }, - h_choclate = { - shouldClose = true, - description = '', - label = 'Heiße Schokolade', - unique = false, - name = 'h_choclate', - weight = 10, - type = 'item', - useable = true, - image = 'h_choclate.png', - }, - ecola_zero_flasche = { - shouldClose = true, - description = 'Flasche Cola', - label = 'E-Cola Zero Flasche', - unique = false, - name = 'ecola_zero_flasche', - weight = 80, - type = 'item', - useable = true, - image = 'ecolazerobottle.png', - }, - sifs_olden_harvest = { - shouldClose = true, - description = '', - label = 'Sifs Golden Harvest', - unique = true, - name = 'sifs_olden_harvest', - weight = 100, - type = 'item', - useable = true, - image = 'SifsGoldenHarvest.png', - }, - donut = { - shouldClose = true, - description = 'Dooooonuuuuts', - label = 'Donut', - unique = false, - name = 'donut', - weight = 100, - type = 'item', - useable = true, - image = 'donut.png', - }, - reinforced_handle = { - shouldClose = false, - description = 'Der Bodybuilder unter den Griffen', - label = 'Verstärkter Griff', - unique = false, - name = 'reinforced_handle', - weight = 1000, - type = 'item', - useable = false, - image = 'Verstaerktergriff.png', - }, - dirischebs = { - shouldClose = false, - description = '', - label = 'Der Irische Beziehungstatus', - unique = true, - name = 'dirischebs', - weight = 100, - type = 'item', - useable = false, - image = 'Der_Irische_Beziehungsstatus.png', - }, - hotdog_deluxe = { - shouldClose = true, - description = 'Der König unter den Hotdogs', - label = 'Deluxe Hotdog', - unique = true, - name = 'hotdog_deluxe', - weight = 100, - type = 'item', - useable = true, - image = 'hotdogdeluxe-removebg-preview.png', - }, - ammo_grenadelauncher = { - shouldClose = true, - description = 'Munition für den Granatwerfer', - label = 'AMMO_GRENADELAUNCHER', - unique = false, - name = 'ammo_grenadelauncher', - weight = 200, - type = 'item', - useable = true, - image = 'grenade_launcher_tokyo_marui_m320a1_6_-removebg-preview.png', - }, - holoscope_attachment = { - shouldClose = true, - description = 'A holo scope for a weapon', - label = 'Holo Scope', - unique = false, - name = 'holoscope_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'holoscope_attachment.png', - }, - salad = { - shouldClose = false, - description = '', - label = 'Eisbergsalat', - unique = true, - name = 'salad', - weight = 200, - type = 'item', - useable = false, - image = 'salad.png', - }, - cigs = { - shouldClose = true, - description = '', - label = 'Zigarette', - unique = false, - name = 'cigs', - weight = 200, - type = 'item', - useable = true, - image = 'cigs.png', - }, - rifle_smallscope = { - shouldClose = true, - description = '', - label = 'MK2 Gewehr Visier klein', - unique = true, - name = 'rifle_smallscope', - weight = 100, - type = 'item', - useable = true, - image = 'smallscope_attachment.png', - }, - lsd_route = { - shouldClose = false, - description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', - label = 'LSD Route', - unique = true, - name = 'lsd_route', - weight = 10, - type = 'item', - useable = false, - image = 'lsd_route.png', - }, - ev_battery = { - shouldClose = true, - description = '', - label = 'EV Battery', - unique = false, - name = 'ev_battery', - weight = 0, - type = 'item', - useable = true, - image = 'ev_battery.png', - }, - cooked_lamb_chop = { - shouldClose = true, - description = '', - label = 'gegrillte Lamkeule', - unique = false, - name = 'cooked_lamb_chop', - weight = 200, - type = 'item', - useable = true, - image = 'cooked_lamb_chops.png', - }, - nacl_500 = { - shouldClose = true, - description = '', - label = 'NACL (500ml)', - unique = false, - name = 'nacl_500', - weight = 500, - type = 'item', - useable = true, - image = 'nacl.png', - }, - orange_o_tang_flasche = { - shouldClose = true, - description = 'Flasche Orangen Limo', - label = 'Orange O Tang Flasche', - unique = false, - name = 'orange_o_tang_flasche', - weight = 80, - type = 'item', - useable = true, - image = 'orange_o_tang_flasche.png', - }, - vitaminloesung_500 = { - shouldClose = true, - description = '', - label = 'Vitaminlösung 500', - unique = false, - name = 'vitaminloesung_500', - weight = 500, - type = 'item', - useable = true, - image = 'screenshot_696-removebg-preview.png', - }, - weapon_specialcarbine_mk2 = { - ammotype = 'AMMO_RIFLE', - description = 'Weapon Wpecialcarbine MK2', - label = 'Special Carbine Mk II', - unique = true, - name = 'weapon_specialcarbine_mk2', - weight = 1000, - type = 'weapon', - useable = false, - image = 'highteamspecialcarbinemk2.png', - }, - pistol_ammo = { - shouldClose = true, - description = 'Peng in klein', - label = 'Pistolen Munition', - unique = false, - name = 'pistol_ammo', - weight = 200, - type = 'item', - useable = true, - image = 'pistol_ammo.png', - }, - smallscope_attachment = { - shouldClose = true, - description = 'A small scope for a weapon', - label = 'Small Scope', - unique = false, - name = 'smallscope_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'smallscope_attachment.png', - }, - tirerepairkit = { - shouldClose = true, - description = 'A kit to repair your tires', - label = 'Tire Repair Kit', - unique = false, - name = 'tirerepairkit', - weight = 1000, - type = 'item', - useable = true, - image = 'tirerepairkit.png', - }, - laptop = { - shouldClose = true, - description = 'Expensive laptop', - label = 'Laptop', - unique = false, - name = 'laptop', - weight = 4000, - type = 'item', - useable = false, - image = 'laptop.png', - }, - orange_o_tang_dose = { - shouldClose = true, - description = 'Dose Orangen Limo', - label = 'Orange O Tang Dose', - unique = false, - name = 'orange_o_tang_dose', - weight = 50, - type = 'item', - useable = true, - image = 'orange_o_tang_dose.png', - }, - aktexyz = { - shouldClose = false, - description = '', - label = 'Akte XYZ', - unique = true, - name = 'aktexyz', - weight = 100, - type = 'item', - useable = false, - image = 'aktexyz.png', - }, - weapon_machete = { - name = 'weapon_machete', - weight = 1000, - label = 'Machete', - type = 'weapon', - description = 'A broad, heavy knife used as a weapon', - image = 'machete.png', - useable = false, - unique = true, - }, - lighting_controller = { - shouldClose = false, - description = 'Alle Farben des Regenbogens per Knopfdruck', - label = 'Neon Controller', - unique = true, - name = 'lighting_controller', - weight = 100, - type = 'item', - useable = true, - image = 'lighting_controller.png', - }, - weapon_smokegrenade = { - name = 'weapon_smokegrenade', - weight = 1000, - label = 'Rauchgranate', - type = 'weapon', - description = 'An explosive charge that can be remotely detonated', - image = 'screenshot_425-removebg-preview.png', - useable = false, - unique = true, - }, - cc_latte = { - shouldClose = true, - description = '', - label = 'Latte Macchiato', - unique = false, - name = 'cc_latte', - weight = 10, - type = 'item', - useable = true, - image = 'cc_latte.png', - }, - basketball = { - shouldClose = false, - description = '', - label = 'Basketball', - unique = true, - name = 'basketball', - weight = 400, - type = 'item', - useable = false, - image = 'basketball.png', - }, - sludgie = { - shouldClose = true, - description = 'Gefrorene Chemie zum Trinken ^^', - label = 'Sludgie', - unique = false, - name = 'sludgie', - weight = 100, - type = 'item', - useable = true, - image = 'sludgie.png', - }, - ['kspieß'] = { - shouldClose = true, - description = '', - label = '', - unique = false, - name = 'kspieß', - weight = 10, - type = 'item', - useable = true, - image = 'kspieß.png', - }, - diamond = { - shouldClose = true, - description = 'A diamond seems like the jackpot to me!', - label = 'Diamond', - unique = false, - name = 'diamond', - weight = 1000, - type = 'item', - useable = false, - image = 'diamond.png', - }, - pralinen = { - shouldClose = true, - description = 'Damit Sie dich mal wieder ranlässt...', - label = 'Pralinen', - unique = false, - name = 'pralinen', - weight = 100, - type = 'item', - useable = true, - image = 'pralinen.png', }, okis_ischief_ites = { + label = 'Loki\'s Mischief Bites', + image = 'LokisMischiefBites.png', + useable = true, + type = 'item', + unique = false, shouldClose = true, description = 'Knusprige Bissen, die mit einer scharfen Überraschung im Inneren den Gästen einen schelmischen Spaß bereiten.', - label = 'Loki\'s Mischief Bites', - unique = false, name = 'okis_ischief_ites', weight = 200, - type = 'item', - useable = true, - image = 'LokisMischiefBites.png', }, - respray_kit = { - shouldClose = true, - description = 'Perfekt für die schnelle Ausbesserung des Kleides', - label = 'Lack Spraydose', - unique = false, - name = 'respray_kit', - weight = 0, - type = 'item', - useable = true, - image = 'respray_kit.png', - }, - vodka = { - shouldClose = true, - description = 'Nach 4 Flaschen redet man Russisch.', - label = 'Chernokov Vodka', - unique = false, - name = 'vodka', - weight = 500, - type = 'item', - useable = true, - image = 'vodka.png', - }, - zebracamo_attachment = { - shouldClose = true, - description = 'A zebra camo for a weapon', - label = 'Zebra Camo', - unique = false, - name = 'zebracamo_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'zebracamo_attachment.png', - }, - rifle_largescope = { - shouldClose = true, - description = '', - label = 'Mk2 Gewehr Visier groß', - unique = true, - name = 'rifle_largescope', - weight = 100, - type = 'item', - useable = true, - image = 'largescope_attachment.png', - }, - cash = { - shouldClose = false, - description = 'Nur Bares ist wares...', - label = 'Bargeld', - unique = false, - name = 'cash', - weight = 0, - type = 'item', - useable = false, - image = 'cash.png', - }, - weapon_combatshotgun = { - ammotype = 'AMMO_BEANBAG', - description = 'Weapon Combatshotgun', - label = 'Beanbag Shotgun', - unique = true, - name = 'weapon_combatshotgun', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_combatshotgun.png', - }, - weapon_heavyshotgun = { - ammotype = 'AMMO_SHOTGUN', - description = 'A large smoothbore gun for firing small shot at short range', - label = 'Heavy Shotgun', - unique = true, - name = 'weapon_heavyshotgun', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_heavyshotgun.png', - }, - weapontint_mk2_6 = { - shouldClose = true, - description = 'Classic Blue Weapon Tint for MK2 Weapons', - label = 'Classic Blue Tint', - unique = false, - name = 'weapontint_mk2_6', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - tenkgoldchain = { - shouldClose = true, - description = '10 carat golden chain', - label = '10k Gold Chain', - unique = false, - name = 'tenkgoldchain', - weight = 2000, - type = 'item', - useable = false, - image = '10kgoldchain.png', - }, - weapon_minismg = { - ammotype = 'AMMO_SMG', - description = 'A mini handheld light weight machine gun', - label = 'Mini SMG', - unique = true, - name = 'weapon_minismg', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_minismg.png', - }, - kolonya = { - shouldClose = true, - description = 'Duftwasser - Geschenk für Gäste', - label = 'Kolonya', - unique = false, - name = 'kolonya', - weight = 150, - type = 'item', - useable = true, - image = 'Kolonya.png', - }, - raw_wings = { - shouldClose = true, - description = '', - label = 'rohe Chickenwings', - unique = false, - name = 'raw_wings', - weight = 200, - type = 'item', - useable = true, - image = 'raw_wings.png', - }, - water_bottle = { - shouldClose = true, - description = 'Gerüchte sagen, es stammt aus einem Gletscher – wahrscheinlich eher aus dem Hahn hinterm Werkstor.', - label = 'Wasser Flasche ', - unique = false, - name = 'water_bottle', - weight = 100, - type = 'item', - useable = true, - image = 'wasserflasche.png', - }, - weapon_briefcase = { - name = 'weapon_briefcase', - weight = 1000, - label = 'Briefcase', - type = 'weapon', - description = 'A briefcase for storing important documents', - image = 'weapon_briefcase.png', - useable = false, - unique = true, - }, - rohkaffee = { - shouldClose = false, - description = '', - label = 'Rohkaffee', - unique = false, - name = 'rohkaffee', - weight = 4, - type = 'item', - useable = false, - image = 'rohkaffee.png', - }, - weapon_batton = { - shouldClose = false, - description = 'Ein Lauf auf Stahl mit einer hohen Genauigkeit ', - label = 'Waffenlauf Lang', - unique = false, - name = 'weapon_batton', - weight = 1000, - type = 'item', - useable = false, - image = 'weapon_batton.png', - }, - badfruit = { - shouldClose = false, - description = '', - label = 'Faules Obst', - unique = false, - name = 'badfruit', - weight = 100, - type = 'item', - useable = false, - image = 'badfruit.png', - }, - weapontint_mk2_28 = { - shouldClose = true, - description = 'Metallic Green Weapon Tint for MK2 Weapons', - label = 'Metallic Green Tint', - unique = false, - name = 'weapontint_mk2_28', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - switchblade_mechanism = { - shouldClose = false, - description = 'Der flinke Schalter – ein Klick, und das Messer ist blitzschnell auf dem Sprung', - label = 'Mechanismus für Springmesser', - unique = false, - name = 'switchblade_mechanism', - weight = 500, - type = 'item', - useable = false, - image = 'weapon_parts2.png', - }, - cocoa = { - shouldClose = false, - description = 'Kakaopulver ist Schokolade im Tarnanzug – bereit, jede Tasse in Wohlfühlzauber zu verwandeln.', - label = 'Packung Kakaopulver', - unique = false, - name = 'cocoa', - weight = 200, - type = 'item', - useable = false, - image = 'cacao.png', - }, - sawdust = { - shouldClose = false, - description = '', - label = 'Sägemehl', - unique = false, - name = 'sawdust', - weight = 20, - type = 'item', - useable = false, - image = 'sawdust.png', - }, - armor = { - shouldClose = true, - description = 'Some protection won\'t hurt... right?', - label = 'Kugelsichere Weste', - unique = false, - name = 'armor', - weight = 4000, - type = 'item', - useable = true, - image = 'armor.png', - }, - casinochips = { - shouldClose = false, - description = 'Chips For Casino Gambling', - label = 'Casino Chips', - unique = false, - name = 'casinochips', - weight = 0, - type = 'item', - useable = false, - image = 'casinochips.png', - }, - weed_amnesia = { - shouldClose = false, - description = 'A weed bag with 2g Amnesia', - label = 'Amnesia 2g', - unique = false, - name = 'weed_amnesia', - weight = 200, - type = 'item', - useable = true, - image = 'weed_baggy.png', - }, - drill = { - shouldClose = false, - description = 'The real deal...', - label = 'Bohrmaschine', - unique = true, - name = 'drill', - weight = 0, - type = 'item', - useable = false, - image = 'drill.png', - }, - drone = { - shouldClose = true, - description = '', - label = 'Drohne', - unique = true, - name = 'drone', - weight = 1000, - type = 'item', - useable = true, - image = 'drone.png', - }, - lokis_trickery = { - shouldClose = true, - description = 'Unvorhersehbar und gefährlich, genau wie der Gott der Streiche selbst.', - label = 'Loki\'s Trickery', - unique = false, - name = 'lokis_trickery', - weight = 200, - type = 'item', - useable = true, - image = 'LokisTrickery.png', - }, - empty_weed_bag = { - shouldClose = true, - description = 'A small empty bag', - label = 'Empty Weed Bag', - unique = false, - name = 'empty_weed_bag', - weight = 0, - type = 'item', - useable = true, - image = 'weed_baggy_empty.png', - }, - campers_fuel = { - shouldClose = true, - description = 'ein Campers am morgen vertreibt Kummer und Sorgen', - label = 'Campers Fuel', - unique = false, - name = 'campers_fuel', - weight = 100, - type = 'item', - useable = true, - image = 'campers_fuel.png', - }, - weapon_smg_mk2 = { - ammotype = 'AMMO_SMG', - description = 'SMG MK2', - label = 'SMG Mk II', - unique = true, - name = 'weapon_smg_mk2', - weight = 1000, - type = 'weapon', - useable = true, - image = 'highteamsmgmk2-removebg-preview.png', - }, - orange_o_tang_zero_flasche = { - shouldClose = true, - description = 'Flasche Orangen Limo', - label = 'Orange O Tang Zero Flasche', - unique = false, - name = 'orange_o_tang_zero_flasche', - weight = 80, - type = 'item', - useable = true, - image = 'orange_o_tang_zero_flasche.png', - }, - football = { - shouldClose = false, - description = '', - label = 'Football', - unique = true, - name = 'football', - weight = 400, - type = 'item', - useable = true, - image = 'football.png', - }, - weapon_handcuffs = { - name = 'weapon_handcuffs', - weight = 1000, - label = 'Handcuffs', - type = 'weapon', - description = 'A pair of lockable linked metal rings for securing a prisoner\'s wrists', - image = 'weapon_handcuffs.png', - useable = false, - unique = true, - }, - air_filter = { - shouldClose = true, - description = 'sollte das Baby wieder nach Luft schreien, einmal wechseln', - label = 'Premium Luftfilter', - unique = false, - name = 'air_filter', - weight = 0, - type = 'item', - useable = true, - image = 'air_filter.png', - }, - placebo = { - shouldClose = true, - description = '', - label = 'Placebo', - unique = false, - name = 'placebo', - weight = 20, - type = 'item', - useable = true, - image = 'placebo.png', - }, - hundefutter = { - shouldClose = true, - description = 'Futter für Hunde', - label = 'Hundefutter', - unique = false, - name = 'hundefutter', - weight = 200, - type = 'item', - useable = true, - image = 'dogfood.png', - }, - bellend_muzzle_brake = { - shouldClose = true, - description = 'A muzzle brake for a weapon', - label = 'Bellend Muzzle Brake', - unique = false, - name = 'bellend_muzzle_brake', - weight = 1000, - type = 'item', - useable = true, - image = 'bellend_muzzle_brake.png', - }, - weed_purplehaze = { - shouldClose = false, - description = 'A weed bag with 2g Purple Haze', - label = 'Purple Haze 2g', - unique = false, - name = 'weed_purplehaze', - weight = 200, - type = 'item', - useable = true, - image = 'weed_baggy.png', - }, - aldurs_right_ites = { - shouldClose = true, - description = 'Leicht und erfrischend, diese Bissen erhellen den Geist und lassen den Geschmack erstrahlen.', - label = 'Baldur\'s Bright Bites', - unique = false, - name = 'aldurs_right_ites', - weight = 200, - type = 'item', - useable = true, - image = 'BaldursBrightBites.png', - }, - boxapplejuice = { - shouldClose = false, - description = '', - label = 'Kiste Apfelsaft', - unique = true, - name = 'boxapplejuice', - weight = 1000, - type = 'item', - useable = false, - image = 'boxapplejuice.png', - }, - emp_ammo = { - shouldClose = true, - description = 'Ammo for EMP Launcher', - label = 'EMP Ammo', - unique = false, - name = 'emp_ammo', - weight = 200, - type = 'item', - useable = true, - image = 'emp_ammo.png', - }, - weapon_assaultrifle = { - ammotype = 'AMMO_RIFLE', - description = 'Russlands Antwort auf jedes Problem: zuverlässig, unkaputtbar und schießt sogar noch, wenn Wodka drüber gekippt wird.', - label = 'AK 75', - unique = true, - name = 'weapon_assaultrifle', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_assaultrifle.png', - }, - kuzu_sis = { - shouldClose = true, - description = 'Lammkebab mit Beilagen', - label = 'Kuzu Sis', - unique = true, - name = 'kuzu_sis', - weight = 200, - type = 'item', - useable = true, - image = 'Kuzu_sis.png', - }, - sd_card = { - shouldClose = false, - description = '', - label = 'SD Karte', - unique = true, - name = 'sd_card', - weight = 100, - type = 'item', - useable = false, - image = 'sd_card.png', - }, - log = { - shouldClose = false, - description = '', - label = 'Holzscheit', - unique = false, - name = 'log', - weight = 500, - type = 'item', - useable = false, - image = 'wood_scraps.png', - }, - weapontint_mk2_18 = { - shouldClose = true, - description = 'Bold Green Features Weapon Tint for MK2 Weapons', - label = 'Bold Green Features Tint', - unique = false, - name = 'weapontint_mk2_18', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - ecola_dose = { - shouldClose = true, - description = 'Dose Cola', - label = 'E-Cola Dose', - unique = false, - name = 'ecola_dose', - weight = 50, - type = 'item', - useable = true, - image = 'ecola_dose.png', - }, - salami_b = { - shouldClose = true, - description = '', - label = '', - unique = false, - name = 'salami_b', - weight = 10, - type = 'item', - useable = true, - image = 'salami_b.png', - }, - gg_rabbit_pelt_03 = { - shouldClose = true, - description = '', - label = 'Makelloses Kaninchenfell', - unique = true, - name = 'gg_rabbit_pelt_03', - weight = 1000, - type = 'item', - useable = false, - image = 'gg_rabbit_pelt_03.png', - }, - weapon_pipebomb = { - name = 'weapon_pipebomb', - weight = 1000, - label = 'Pipe Bomb', - type = 'weapon', - description = 'A homemade bomb, the components of which are contained in a pipe', - image = 'weapon_pipebomb.png', - useable = false, - unique = true, - }, - lamb_chops = { - shouldClose = true, - description = '', - label = 'Lammkoteletts', - unique = false, - name = 'lamb_chops', - weight = 200, - type = 'item', - useable = true, - image = 'lamb_chops.png', - }, - weapon_navyrevolver = { - ammotype = 'AMMO_PISTOL', - description = 'Weapon Navyrevolver', - label = 'Navy Revolver', - unique = true, - name = 'weapon_navyrevolver', - weight = 1000, - type = 'weapon', - useable = true, - image = 'weapon_navyrevolver.png', - }, - radioscanner = { - shouldClose = true, - description = 'With this you can get some police alerts. Not 100% effective however', - label = 'Radio Scanner', - unique = false, - name = 'radioscanner', - weight = 1000, - type = 'item', - useable = false, - image = 'radioscanner.png', - }, - epinephrine = { - shouldClose = true, - description = '', - label = 'Adrenalinspritze', - unique = false, - name = 'epinephrine', - weight = 10, - type = 'item', - useable = true, - image = 'epi_pen.png', - }, - weapon_appistol = { - ammotype = 'AMMO_PISTOL', - description = 'Wie die normale Klog nur mit mehr Fuck Yeaaah!', - label = ' Klog 19 A', - unique = true, - name = 'weapon_appistol', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_appistol.png', - }, - pipe = { - shouldClose = false, - description = '', - label = 'Pfeife', - unique = true, - name = 'pipe', - weight = 400, - type = 'item', - useable = true, - image = 'pipe.png', - }, - corn_cob = { - shouldClose = true, - description = '', - label = 'Maiskolben', - unique = false, - name = 'corn_cob', - weight = 100, - type = 'item', - useable = true, - image = 'corn_cob.png', - }, - gg_captured_hen = { - shouldClose = true, - description = '', - label = 'Gefangenes Huhn', - unique = true, - name = 'gg_captured_hen', - weight = 5000, - type = 'item', - useable = true, - image = 'gg_captured_hen.png', - }, - shotgun_suppressor = { - shouldClose = true, - description = '', - label = 'Shotgun Schalldämpfer', - unique = true, - name = 'shotgun_suppressor', - weight = 100, - type = 'item', - useable = true, - image = 'suppressor_attachment.png', - }, - heroin_injection = { - shouldClose = true, - description = 'Der schnellste Weg ins Nirwana, aber der Ausgang ist unsichtbar', - label = 'Heroinspritze', - unique = false, - name = 'heroin_injection', - weight = 750, - type = 'item', - useable = true, - image = 'dirtyneedle.png', - }, - cuttingdisc = { - shouldClose = false, - description = '', - label = 'Trennscheibe', - unique = true, - name = 'cuttingdisc', - weight = 200, - type = 'item', - useable = false, - image = 'cuttingdisc.png', - }, - weapon_combatmg = { - ammotype = 'AMMO_MG', - description = 'A combat version of an automatic gun that fires bullets in rapid succession for as long as the trigger is pressed', - label = 'Combat MG', - unique = true, - name = 'weapon_combatmg', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_combatmg.png', - }, - oxy = { - shouldClose = true, - description = 'The Label Has Been Ripped Off', - label = 'Prescription Oxy', - unique = false, - name = 'oxy', - weight = 0, - type = 'item', - useable = true, - image = 'oxy.png', - }, - stickynote = { - shouldClose = false, - description = 'Sometimes handy to remember something :)', - label = 'Sticky note', - unique = true, - name = 'stickynote', - weight = 0, - type = 'item', - useable = false, - image = 'stickynote.png', - }, - weapon_pumpshotgun = { - ammotype = 'AMMO_SHOTGUN', - description = 'Der Türöffner für Cops, wenn Klopfen keine Option mehr ist.', - label = 'Banalli Schrotflinte', - unique = true, - name = 'weapon_pumpshotgun', - weight = 1000, - type = 'weapon', - useable = false, - image = 'screenshot_399-removebg-preview.png', - }, - heparin = { - shouldClose = true, - description = '', - label = 'Heparin', - unique = false, - name = 'heparin', - weight = 10, - type = 'item', - useable = true, - image = 'heparin.png', - }, - weapontint_mk2_13 = { - shouldClose = true, - description = 'Bold Pink Weapon Tint for MK2 Weapons', - label = 'Bold Pink Tint', - unique = false, - name = 'weapontint_mk2_13', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - weapon_knife = { - name = 'weapon_knife', - weight = 1000, - label = 'Messer', - type = 'weapon', - description = 'An instrument composed of a blade fixed into a handle, used for cutting or as a weapon', - image = 'weapon_knife.png', - useable = false, - unique = true, - }, - weapon_microsmg = { - ammotype = 'AMMO_SMG', - description = 'A handheld light weight machine gun', - label = 'Micro SMG', - unique = true, - name = 'weapon_microsmg', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_microsmg.png', - }, - blood_750 = { - shouldClose = true, - description = '', - label = 'Blut (750ml)', - unique = false, - name = 'blood_750', - weight = 750, - type = 'item', - useable = true, - image = 'blood_750.png', - }, - item_bench = { - shouldClose = false, - description = 'A workbench to craft items.', - label = 'Workbench', - unique = true, - name = 'item_bench', - weight = 15000, - type = 'item', - useable = true, - image = 'workbench.png', - }, - weapon_garbagebag = { - name = 'weapon_garbagebag', - weight = 1000, - label = 'Garbage Bag', - type = 'weapon', - description = 'A garbage bag', - image = 'weapon_garbagebag.png', - useable = false, - unique = true, - }, - grip_attachment = { - shouldClose = true, - description = 'A grip for a weapon', - label = 'Grip', - unique = false, - name = 'grip_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'grip_attachment.png', - }, - jelly_beans = { - shouldClose = true, - description = 'Bunte, kleine Köstlichkeiten mit knackiger Hülle und fruchtig-süßem Kern – ein Farbtupfer voller Geschmack.', - label = 'Jelly Beans', - unique = true, - name = 'jelly_beans', - weight = 150, - type = 'item', - useable = true, - image = 'file_00000000007861f7963805e1f6fecfc5-removebg-preview.png', - }, - weapon_proxmine = { - name = 'weapon_proxmine', - weight = 1000, - label = 'Proxmine Grenade', - type = 'weapon', - description = 'A bomb placed on the ground that detonates when going within its proximity', - image = 'weapon_proximitymine.png', - useable = false, - unique = true, - }, - weapon_dagger = { - name = 'weapon_dagger', - weight = 1000, - label = 'Dagger', - type = 'weapon', - description = 'A short knife with a pointed and edged blade, used as a weapon', - image = 'weapon_dagger.png', - useable = false, - unique = true, - }, - fruitpicker = { - shouldClose = false, - description = '', - label = 'Obstpflücker', - unique = true, - name = 'fruitpicker', - weight = 0.09999999999999432, - type = 'item', - useable = false, - image = 'fruitpicker.png', - }, - weapon_sniperrifle = { - ammotype = 'AMMO_SNIPER', - description = 'Wenn man mal das Gesetzt von weiter weg vertreten muss.', - label = 'ABM Sniper Rifle', - unique = true, - name = 'weapon_sniperrifle', - weight = 1000, - type = 'weapon', - useable = false, - image = 'screenshot_414-removebg-preview.png', - }, - boxgrapes = { - shouldClose = false, - description = '', - label = 'Packung Weintrauben', - unique = false, - name = 'boxgrapes', - weight = 400, - type = 'item', - useable = false, - image = 'boxgrapes.png', - }, - codeine_syrup = { - shouldClose = false, - description = 'Der Sirup, der dich von „A“ nach „Z“ schickt – aber ohne Zwischenstopps', - label = 'Codein-Sirup', - unique = false, - name = 'codeine_syrup', - weight = 500, - type = 'item', - useable = false, - image = 'crackmixingagent.png', - }, - labkey = { - shouldClose = true, - description = 'Key for a lock...?', - label = 'Key', - unique = true, - name = 'labkey', - weight = 500, - type = 'item', - useable = true, - image = 'labkey.png', - }, - flohmittel = { - shouldClose = true, - description = '', - label = 'Flohmittel', - unique = false, - name = 'flohmittel', - weight = 25, - type = 'item', - useable = true, - image = 'Flohmittel.png', - }, - slick_tyres = { - shouldClose = true, - description = '', - label = 'Reifen slick', - unique = false, - name = 'slick_tyres', - weight = 0, - type = 'item', - useable = true, - image = 'slick_tyres.png', - }, - milk = { - shouldClose = true, - description = 'Muuuuhhhh ', - label = 'Packung Milch', - unique = false, - name = 'milk', - weight = 400, - type = 'item', - useable = true, - image = 'milk.png', - }, - meth_pipe = { - shouldClose = false, - description = 'Leere Pfeife zum möglichen Glück was keins ist', - label = 'Leere Methpfeife', - unique = false, - name = 'meth_pipe', - weight = 500, - type = 'item', - useable = false, - image = 'Meth pfeife.png', - }, - newscam = { - shouldClose = true, - description = 'A camera for the news', - label = 'News Camera', - unique = true, - name = 'newscam', - weight = 100, - type = 'item', - useable = true, - image = 'newscam.png', - }, - mg_ammo = { - shouldClose = true, - description = 'Ammo for Machine Guns', - label = 'MG ammo', - unique = false, - name = 'mg_ammo', - weight = 1000, - type = 'item', - useable = true, - image = 'mg_ammo.png', - }, - weapon_combatmg_mk2 = { - ammotype = 'AMMO_MG', - description = 'Weapon Combatmg MK2', - label = 'Combat MG Mk II', - unique = true, - name = 'weapon_combatmg_mk2', - weight = 1000, - type = 'weapon', - useable = true, - image = 'weapon_combatmg_mk2.png', - }, - ifaks = { - shouldClose = true, - description = 'ifaks for healing and a complete stress remover.', - label = 'ifaks', - unique = false, - name = 'ifaks', - weight = 200, - type = 'item', - useable = true, - image = 'ifaks.png', - }, - vehicletracker = { - shouldClose = true, - description = '', - label = 'GPS Modul', - unique = true, - name = 'vehicletracker', - weight = 100, - type = 'item', - useable = true, - image = 'vehicletracker.png', - }, - weapon_carbinerifle_mk2 = { - ammotype = 'AMMO_RIFLE', - description = 'Carbine Rifle MK2', - label = 'Softair Gewehr', - unique = true, - name = 'weapon_carbinerifle_mk2', - weight = 1000, - type = 'weapon', - useable = true, - image = 'screenshot_455-removebg-preview.png', - }, - battery = { - shouldClose = false, - description = '', - label = 'Akku', - unique = true, - name = 'battery', - weight = 1000, - type = 'item', - useable = false, - image = 'battery.png', - }, - kevlar = { - shouldClose = false, - description = '', - label = 'Kevlar ', - unique = false, - name = 'kevlar', - weight = 200, - type = 'item', - useable = false, - image = 'kevlar.png', - }, - hors_hunder_ings = { - shouldClose = true, - description = 'Knusprig, würzig und mit einem feurigen Biss – diese Flügel schlagen ein wie ein Donnerblitz.', - label = 'Thor\'s Thunder Wings', - unique = true, - name = 'hors_hunder_ings', - weight = 200, - type = 'item', - useable = true, - image = 'ThorsThunderWings.png', - }, - weapon_molotov = { - name = 'weapon_molotov', - weight = 1000, - label = 'Molotov', - type = 'weapon', - description = 'A crude bomb made of a bottle filled with a flammable liquid and fitted with a wick for lighting', - image = 'weapon_molotov.png', - useable = false, - unique = true, - }, - roofbox_color = { - shouldClose = true, - description = '', - label = 'Farbige Dachbox', - unique = true, - name = 'roofbox_color', - weight = 1000, - type = 'item', - useable = true, - image = 'roofbox_color.png', - }, - blackmoney_route = { - shouldClose = false, - description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', - label = 'Schwarzgeld Route', - unique = true, - name = 'blackmoney_route', - weight = 10, - type = 'item', - useable = false, - image = 'blackmoney_route.png', - }, - aluminum = { - shouldClose = false, - description = 'Nice piece of metal that you can probably use for something', - label = 'Aluminium', - unique = false, - name = 'aluminum', - weight = 100, - type = 'item', - useable = false, - image = 'aluminum.png', - }, - emergencydrone = { - shouldClose = true, - description = '', - label = 'Einsatz Drohne', - unique = true, - name = 'emergencydrone', - weight = 1000, - type = 'item', - useable = true, - image = 'emergencydrone.png', - }, - pork_joint = { - shouldClose = true, - description = '', - label = 'roher Schweinebraten', - unique = false, - name = 'pork_joint', - weight = 200, - type = 'item', - useable = true, - image = 'pork_joint.png', - }, - weapon_hammer = { - name = 'weapon_hammer', - weight = 1000, - label = 'Hammer', - type = 'weapon', - description = 'Used for jobs such as breaking things (legs) and driving in nails', - image = 'weapon_hammer.png', - useable = false, - unique = true, - }, - sauerstoff = { - shouldClose = true, - description = '', - label = 'Sauerstoff', - unique = false, - name = 'sauerstoff', - weight = 200, - type = 'item', - useable = true, - image = 'screenshot_697-removebg-preview.png', - }, - boxorangejuice = { - shouldClose = false, - description = '', - label = 'Kiste Orangensaft', - unique = true, - name = 'boxorangejuice', - weight = 1000, - type = 'item', - useable = false, - image = 'boxorangejuice.png', - }, - dc_cupcake = { - shouldClose = true, - description = '', - label = 'Double-Chocolate Cupcake', - unique = false, - name = 'dc_cupcake', - weight = 10, - type = 'item', - useable = true, - image = 'dc_cupcake.png', - }, - eimdalls_uard_read = { - shouldClose = true, - description = 'Stark und nahrhaft, dieses Brot bewacht den Magen und bereitet dich auf den Genuss der kommenden Speisen vor.', - label = 'Heimdall\'s Guard Bread', - unique = false, - name = 'heimdalls_guard_bread', - weight = 200, - type = 'item', - useable = true, - image = 'HeimdallsGuardBread.png', - }, - gun_handle = { - shouldClose = false, - description = 'Dein persönlicher Halt – stärker als jeder Nervenkitzel', - label = 'Griffstück', - unique = false, - name = 'gun_handle', - weight = 200, - type = 'item', - useable = false, - image = 'empu.png', - }, - potatobag = { - shouldClose = false, - description = '', - label = 'Sack Kartoffeln', - unique = true, - name = 'potatobag', - weight = 1000, - type = 'item', - useable = false, - image = 'potatobag.png', - }, - weapon_heavypistol = { - ammotype = 'AMMO_PISTOL', - description = 'Wenn die Klog nicht mehr reicht.', - label = 'FM 510', - unique = true, - name = 'weapon_heavypistol', - weight = 1000, - type = 'weapon', - useable = false, - image = 'screenshot_405-removebg-preview.png', - }, - heimdalls_guard_bread = { - shouldClose = true, - description = '', - label = 'Heimdalls Guard Bread', - unique = false, - name = 'heimdalls_guard_bread', - weight = 100, - type = 'item', - useable = true, - image = 'HeimdallsGuardBread.png', - }, - weapon_doubleaction = { - ammotype = 'AMMO_PISTOL', - description = 'Moderner Revolver um auf Städter zu schießen und was sich sonst noch so bewegt ^^', - label = ' Revolver', - unique = true, - name = 'weapon_doubleaction', - weight = 1000, - type = 'weapon', - useable = false, - image = 'revolver2.png', - }, - weapon_bread = { - name = 'weapon_bread', - weight = 1000, - label = 'Baquette', - type = 'weapon', - description = 'Bread...?', - image = 'baquette.png', - useable = false, - unique = true, - }, - security_card_02 = { - shouldClose = true, - description = 'A security card... I wonder what it goes to', - label = 'Security Card B', - unique = false, - name = 'security_card_02', - weight = 0, - type = 'item', - useable = true, - image = 'security_card_02.png', - }, - weaponlicense = { - shouldClose = true, - description = 'Weapon License', - label = 'Weapon License', - unique = true, - name = 'weaponlicense', - weight = 0, - type = 'item', - useable = true, - image = 'weapon_license.png', - }, - tyre_replacement = { - shouldClose = true, - description = 'die Premium Schuhe der Kraftfahrzeuge', - label = 'Premium Reifen', - unique = false, - name = 'tyre_replacement', - weight = 0, - type = 'item', - useable = true, - image = 'tyre_replacement.png', - }, - nacl_1000 = { - shouldClose = true, - description = '', - label = 'NACL (1000ml)', - unique = false, - name = 'nacl_1000', - weight = 1000, - type = 'item', - useable = true, - image = 'nacl.png', - }, - tavor1 = { - shouldClose = true, - description = '', - label = 'Tavor 1,0 mg', - unique = false, - name = 'tavor1', - weight = 20, - type = 'item', - useable = true, - image = 'tavor1.png', - }, - scookie = { - shouldClose = true, - description = 'Ein Softcookie ist ein weicher, saftiger Keks mit einer zarten Textur, der oft noch leicht warm und innen herrlich chewy ist.', - label = 'Soft Cookie', - unique = true, - name = 'scookie', - weight = 100, - type = 'item', - useable = true, - image = 'softccookie.png', - }, - cosmetic_part = { - shouldClose = true, - description = '', - label = 'Cosmetickit', - unique = false, - name = 'cosmetic_part', - weight = 0, - type = 'item', - useable = true, - image = 'cosmetic_part.png', - }, - weapontint_mk2_26 = { - shouldClose = true, - description = 'Metallic Purple & Lime Weapon Tint for MK2 Weapons', - label = 'Metallic Purple & Lime Tint', - unique = false, - name = 'weapontint_mk2_26', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - bagruben = { - shouldClose = false, - description = '', - label = 'Sack Zuckerrüben', - unique = true, - name = 'bagruben', - weight = 2000, - type = 'item', - useable = false, - image = 'bagruben.png', - }, - big_bottle_cola = { - shouldClose = true, - description = '', - label = 'große Flasche E-Cola', - unique = false, - name = 'big_bottle_cola', - weight = 600, - type = 'item', - useable = true, - image = 'big_bottle_cola.png', - }, - heartstopper = { - shouldClose = true, - description = '"Sieben Lagen pures Glück – und ein direkter Weg zum Herzstillstand!"', - label = 'Heart Stopper ', - unique = false, - name = 'heartstopper', - weight = 600, - type = 'item', - useable = true, - image = 'heartstopper.png', - }, - weapontint_mk2_25 = { - shouldClose = true, - description = 'Metallic Gray & Lilac Weapon Tint for MK2 Weapons', - label = 'Metallic Gray & Lilac Tint', - unique = false, - name = 'weapontint_mk2_25', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - amiodaron = { - shouldClose = true, - description = '', - label = 'Amiodaron', - unique = false, - name = 'amiodaron', - weight = 15, - type = 'item', - useable = true, - image = 'amiodaron.png', - }, - blood_250 = { - shouldClose = true, - description = '', - label = 'Blut (250ml)', - unique = false, - name = 'blood_250', - weight = 250, - type = 'item', - useable = true, - image = 'blood_250.png', - }, - dendrogyra_coral = { - shouldClose = true, - description = 'Its also known as pillar coral', - label = 'Dendrogyra', - unique = false, - name = 'dendrogyra_coral', - weight = 1000, - type = 'item', - useable = false, - image = 'dendrogyra_coral.png', - }, - weapon_marksmanrifle = { - ammotype = 'AMMO_SNIPER', - description = '... die Sonntagsjäger fahrn in den Touristenwald ...', - label = 'Besseres Jagdgewehr', - unique = true, - name = 'weapon_marksmanrifle', - weight = 1000, - type = 'weapon', - useable = false, - image = 'screenshot_395-removebg-preview.png', - }, - raw_ribs = { - shouldClose = true, - description = '', - label = 'rohe Rippchen', - unique = false, - name = 'raw_ribs', - weight = 200, - type = 'item', - useable = true, - image = 'raw_ribs.png', - }, - i4_engine = { - shouldClose = true, - description = '', - label = 'I4 Motor', - unique = false, - name = 'i4_engine', - weight = 0, - type = 'item', - useable = true, - image = 'i4_engine.png', - }, - weapon_candycane = { - name = 'weapon_candycane', - weight = 1000, - label = 'Candy Cane', - type = 'weapon', - description = 'Candy Cane', - image = 'weapon_candycane', - useable = true, - unique = true, - }, - kanister = { - shouldClose = false, - description = '', - label = 'leerer Kanister', - unique = false, - name = 'kanister', - weight = 600, - type = 'item', - useable = false, - image = 'kanister.png', - }, - cooked_short_ribs = { - shouldClose = true, - description = '', - label = 'gegrillte Short Ribs', - unique = false, - name = 'cooked_short_ribs', - weight = 200, - type = 'item', - useable = true, - image = 'cooked_short_ribs.png', - }, - ['sifs_golden-ale'] = { - shouldClose = true, - description = 'Golden und nahrhaft, wie das Feld unter der Obhut der Göttin Sif.', - label = 'Sif\'s Golden Ale', - unique = true, - name = 'sifs_golden-ale', - weight = 200, - type = 'item', - useable = true, - image = 'SifGoldenAle.png', - }, - ironoxide = { - shouldClose = false, - description = 'Some powder to mix with.', - label = 'Iron Powder', - unique = false, - name = 'ironoxide', - weight = 100, - type = 'item', - useable = false, - image = 'ironoxide.png', - }, - chainsaw = { - shouldClose = false, - description = 'Fichtenmoped..... Benzinbiber..... ', - label = 'Kettensäge', - unique = true, - name = 'chainsaw', - weight = 600, - type = 'item', - useable = false, - image = 'chainsaw.png', - }, - patriotcamo_attachment = { - shouldClose = true, - description = 'A patriot camo for a weapon', - label = 'Patriot Camo', - unique = false, - name = 'patriotcamo_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'patriotcamo_attachment.png', - }, - irishexit = { - shouldClose = false, - description = '', - label = 'Irish Exit', - unique = true, - name = 'irishexit', - weight = 100, - type = 'item', - useable = false, - image = 'irish_exit.png', - }, - v12_engine = { - shouldClose = true, - description = '', - label = 'V12 Motor', - unique = false, - name = 'v12_engine', - weight = 0, - type = 'item', - useable = true, - image = 'v12_engine.png', - }, - redwoodpack = { - shouldClose = true, - description = '', - label = 'Packung Redwood Zigaretten', - unique = false, - name = 'redwoodpack', - weight = 200, - type = 'item', - useable = true, - image = 'redwoodpack.png', - }, - medscope_attachment = { - shouldClose = true, - description = 'A medium scope for a weapon', - label = 'Medium Scope', - unique = false, - name = 'medscope_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'medscope_attachment.png', - }, - weapon_fireextinguisher = { - name = 'weapon_fireextinguisher', - weight = 1000, - label = 'Fire Extinguisher', - type = 'weapon', - description = 'A portable device that discharges a jet of water, foam, gas, or other material to extinguish a fire', - image = 'weapon_fireextinguisher.png', - useable = false, - unique = true, - }, - rifle_scope = { - shouldClose = true, - description = '', - label = 'Gewehrvisier', - unique = true, - name = 'rifle_scope', - weight = 100, - type = 'item', - useable = true, - image = 'smallscope_attachment.png', - }, - aldurs_ight_lixir = { - shouldClose = true, - description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.', - label = 'Baldur\'s Light Elixir', - unique = false, - name = 'baldurs_light_elixir', - weight = 200, - type = 'item', - useable = true, - image = 'BaldursLightElixir.png', - }, - weapon_assaultshotgun = { - ammotype = 'AMMO_SHOTGUN', - description = 'An assault version of asmoothbore gun for firing small shot at short range', - label = 'Assault Shotgun', - unique = true, - name = 'weapon_assaultshotgun', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_assaultshotgun.png', - }, - deckelblendno5 = { - shouldClose = false, - description = '', - label = 'Deckel Blend No.5', - unique = false, - name = 'deckelblendno5', - weight = 100, - type = 'item', - useable = true, - image = 'deckelblendno5.png', - }, - clutch_replacement = { - shouldClose = true, - description = '', - label = 'Premium Kupplungssatz', - unique = false, - name = 'clutch_replacement', - weight = 0, - type = 'item', - useable = true, - image = 'clutch_replacement.png', - }, - cigar = { - shouldClose = false, - description = '', - label = 'Zigarre', - unique = false, - name = 'cigar', - weight = 100, - type = 'item', - useable = true, - image = 'cigar.png', - }, - cerveza_barracho = { - shouldClose = true, - description = 'Erfrischendes mexikanisches Bier mit vollmundigem Geschmack', - label = 'Cerveza Barracho', - unique = false, - name = 'cerveza_barracho', - weight = 200, - type = 'item', - useable = true, - image = 'ChatGPT Image 26. Apr. 2025, 15_29_53-min.png', - }, - shaft = { - shouldClose = false, - description = 'Schaft: Der ruhige Held der Waffe – immer da, wenn man ihn braucht, aber nie im Mittelpunkt', - label = 'Waffenschaft', - unique = false, - name = 'shaft', - weight = 200, - type = 'item', - useable = false, + rifle_grip = { + label = 'Gewehrgriff', image = 'ar_grip.png', - }, - boxsalad = { - shouldClose = false, - description = '', - label = 'Kiste Eisbergsalat', - unique = true, - name = 'boxsalad', - weight = 1000, + useable = true, type = 'item', - useable = false, - image = 'saladbox.png', - }, - bubble_tea = { + unique = true, shouldClose = true, - description = 'Bubble Tea – das einzige Getränk, bei dem man sich fragt, ob man gerade trinkt, snackt oder ein Kinderspielzeug schlürft!', - label = 'Bubble Tea', - unique = false, - name = 'bubble_tea', + description = '', + name = 'rifle_grip', weight = 100, - type = 'item', - useable = true, - image = 'bubble_tea.png', - }, - jerry_can = { - shouldClose = true, - description = 'A can full of Fuel', - label = 'Jerrycan 20L', - unique = false, - name = 'jerry_can', - weight = 20000, - type = 'item', - useable = true, - image = 'jerry_can.png', - }, - dagger_blade = { - shouldClose = false, - description = 'So klein, du siehst sie fast nicht – aber sie hinterlässt Eindruck', - label = 'Dolchklinge', - unique = false, - name = 'dagger_blade', - weight = 500, - type = 'item', - useable = false, - image = 'P1026942-3-scaled-removebg-preview.png', - }, - raw_turkey_drums = { - shouldClose = true, - description = '', - label = 'rohe Putenkeulen', - unique = false, - name = 'raw_turkey_drums', - weight = 200, - type = 'item', - useable = true, - image = 'raw_turkey_drums.png', - }, - gardensicorr = { - shouldClose = false, - description = '', - label = 'Gartenschere', - unique = true, - name = 'gardensicorr', - weight = 0.09999999999999432, - type = 'item', - useable = false, - image = 'gardensicorr.png', - }, - weapontint_mk2_7 = { - shouldClose = true, - description = 'Classic Earth Weapon Tint for MK2 Weapons', - label = 'Classic Earth Tint', - unique = false, - name = 'weapontint_mk2_7', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - gazoz = { - shouldClose = true, - description = 'kohlensäurehaltiges, süßes Erfrischungsgetränk ', - label = 'Gazoz', - unique = false, - name = 'gazoz', - weight = 200, - type = 'item', - useable = true, - image = 'Gazoz.png', - }, - nitrous_install_kit = { - shouldClose = true, - description = '', - label = 'Nitrokit', - unique = false, - name = 'nitrous_install_kit', - weight = 0, - type = 'item', - useable = true, - image = 'nitrous_install_kit.png', - }, - chemical_set = { - shouldClose = false, - description = 'Dein persönliches Labor für Experimente, die besser nicht in der Küche stattfinden.', - label = 'Chemikalien-Set', - unique = false, - name = 'chemical_set', - weight = 1000, - type = 'item', - useable = false, - image = 'lab.png', - }, - filter_papers = { - shouldClose = false, - description = 'Der Joint ist dein Freund und am besten mit Filter', - label = 'Filtertips', - unique = false, - name = 'filter_papers', - weight = 200, - type = 'item', - useable = false, - image = 'filter_papers.png', - }, - meth_route = { - shouldClose = false, - description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', - label = 'Meth Route', - unique = true, - name = 'meth_route', - weight = 10, - type = 'item', - useable = false, - image = 'meth_route.png', - }, - ecola_flasche = { - shouldClose = true, - description = 'Flasche Cola', - label = 'E-Cola Flasche', - unique = false, - name = 'ecola_flasche', - weight = 80, - type = 'item', - useable = true, - image = 'ecolabottle.png', - }, - cheese_burger = { - 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.', - label = 'Bacon Cheese Burger', - unique = false, - name = 'cheese_burger', - weight = 150, - type = 'item', - useable = true, - image = 'cheese_burger.png', - }, - gg_hunting_animaltrap = { - shouldClose = true, - description = '', - label = 'Tierfalle', - unique = true, - name = 'gg_hunting_animaltrap', - weight = 1000, - type = 'item', - useable = true, - image = 'gg_hunting_animaltrap.png', - }, - snikkel_candy = { - shouldClose = true, - description = 'Some delicious candy :O', - label = 'EarthQuakes', - unique = false, - name = 'snikkel_candy', - weight = 100, - type = 'item', - useable = true, - image = 'snikkel_candy.png', - }, - weapon_ball = { - ammotype = 'AMMO_BALL', - description = 'A solid or hollow spherical or egg-shaped object that is kicked, thrown, or hit in a game', - label = 'Ball', - unique = true, - name = 'weapon_ball', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_ball.png', - }, - rifle_suppressor = { - shouldClose = true, - description = '', - label = 'Gewehr Schalldämpfer', - unique = true, - name = 'rifle_suppressor', - weight = 100, - type = 'item', - useable = true, - image = 'suppressor_attachment.png', - }, - dirt = { - shouldClose = false, - description = '', - label = 'Erde', - unique = false, - name = 'dirt', - weight = 200, - type = 'item', - useable = false, - image = 'dirt.png', - }, - rifle_flashlight = { - shouldClose = true, - description = '', - label = 'Gewehrlicht', - unique = true, - name = 'rifle_flashlight', - weight = 100, - type = 'item', - useable = true, - image = 'flashlight_attachment.png', - }, - printerdocument = { - shouldClose = true, - description = 'A nice document', - label = 'Dokument', - unique = true, - name = 'printerdocument', - weight = 0, - type = 'item', - useable = true, - image = 'printerdocument.png', - }, - boxgrapejuice = { - shouldClose = false, - description = '', - label = 'Kiste Traubensaft', - unique = true, - name = 'boxgrapejuice', - weight = 1000, - type = 'item', - useable = false, - image = 'boxgrapejuice.png', - }, - spazi = { - shouldClose = true, - description = 'Cola trifft Orange – wie nie zuvor gesehen. Falls dir das bekannt vorkommt: Nein, du bildest dir das nur ein.', - label = 'Bergbräu Spazi ', - unique = false, - name = 'spazi', - weight = 150, - type = 'item', - useable = true, - image = 'spazi.png', - }, - sniper_defaultclip = { - shouldClose = true, - description = '', - label = 'Sniper Magzin', - unique = true, - name = 'sniper_defaultclip', - weight = 100, - type = 'item', - useable = true, - image = 'sniper_defaultclip.png', - }, - kakao2 = { - 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.', - label = 'Tasse Heiße Schokolade', - unique = true, - name = 'kakao2', - weight = 100, - type = 'item', - useable = true, - image = 'kakao2.png', - }, - flood_light = { - shouldClose = true, - description = '', - label = 'Outdoor Lampe', - unique = false, - name = 'flood_light', - weight = 600, - type = 'item', - useable = true, - image = 'flood_light.png', - }, - urapidil3 = { - shouldClose = true, - description = '', - label = 'Urapidil 3,0 mg', - unique = false, - name = 'urapidil3', - weight = 20, - type = 'item', - useable = true, - image = 'urapidil1.png', - }, - manual_gearbox = { - shouldClose = true, - description = 'Handgerissen, so gehört sich das', - label = 'Schaltgetriebe', - unique = false, - name = 'manual_gearbox', - weight = 0, - type = 'item', - useable = true, - image = 'manual_gearbox.png', - }, - weapon_heavysniper = { - ammotype = 'AMMO_SNIPER', - description = 'An upgraded high-precision, long-range rifle', - label = 'Heavy Sniper', - unique = true, - name = 'weapon_heavysniper', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_heavysniper.png', - }, - repairkit = { - shouldClose = true, - description = 'A nice toolbox with stuff to repair your vehicle', - label = 'Repairkit', - unique = false, - name = 'repairkit', - weight = 2500, - type = 'item', - useable = true, - image = 'repairkit.png', - }, - weapon_remotesniper = { - ammotype = 'AMMO_SNIPER_REMOTE', - description = 'A portable high-precision, long-range rifle', - label = 'Remote Sniper', - unique = true, - name = 'weapon_remotesniper', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_remotesniper.png', - }, - diving_gear = { - shouldClose = true, - description = 'An oxygen tank and a rebreather', - label = 'Diving Gear', - unique = true, - name = 'diving_gear', - weight = 30000, - type = 'item', - useable = true, - image = 'diving_gear.png', - }, - blue_phone = { - shouldClose = false, - description = '„Ein Akku, der genau so lange hält wie deine Aufmerksamkeitsspanne.“', - label = 'iFruit 12XR Blau', - unique = true, - name = 'blue_phone', - weight = 0.09999999999999432, - type = 'item', - useable = false, - image = 'blue_phone.png', - }, - weapontint_mk2_14 = { - shouldClose = true, - description = 'Bold Purple & Yellow Weapon Tint for MK2 Weapons', - label = 'Bold Purple & Yellow Tint', - unique = false, - name = 'weapontint_mk2_14', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - tosti = { - shouldClose = true, - description = 'Schmeckt fast wie selbst gemacht – wenn man sich selbst keine Mühe gibt.', - label = 'Grilled Cheese Sandwich', - unique = false, - name = 'tosti', - weight = 200, - type = 'item', - useable = true, - image = 'tosti.png', - }, - digicamo_attachment = { - shouldClose = true, - description = 'A digital camo for a weapon', - label = 'Digital Camo', - unique = false, - name = 'digicamo_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'digicamo_attachment.png', - }, - tomato = { - shouldClose = false, - description = '', - label = 'Tomate', - unique = false, - name = 'tomato', - weight = 100, - type = 'item', - useable = false, - image = 'tomato.png', - }, - weapontint_mk2_23 = { - shouldClose = true, - description = 'Metallic Gold Weapon Tint for MK2 Weapons', - label = 'Metallic Gold Tint', - unique = false, - name = 'weapontint_mk2_23', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - cotton = { - shouldClose = false, - description = '', - label = 'Baumwolle', - unique = false, - name = 'cotton', - weight = 100, - type = 'item', - useable = false, - image = 'cotton.png', - }, - pistol_holoscope = { - shouldClose = true, - description = '', - label = 'Pistolenvisier', - unique = true, - name = 'pistol_holoscope', - weight = 100, - type = 'item', - useable = true, - image = 'holoscope_attachment.png', - }, - burrito = { - shouldClose = true, - description = '', - label = 'Burrito', - unique = false, - name = 'burrito', - weight = 100, - type = 'item', - useable = true, - image = 'screenshot_690-removebg-preview.png', - }, - weapon_stungun = { - name = 'weapon_stungun', - weight = 1000, - label = 'Taser X6', - type = 'weapon', - description = 'manchmal ist es einfach praktischer, jemanden mit Stromschlägen zu „überzeugen“, anstatt ein vernünftiges Gespräch zu führen.', - image = 'weapon_stungun.png', - useable = true, - unique = true, - }, - parachute = { - shouldClose = true, - description = 'The sky is the limit! Woohoo!', - label = 'Parachute', - unique = true, - name = 'parachute', - weight = 30000, - type = 'item', - useable = true, - image = 'parachute.png', - }, - barrel = { - shouldClose = false, - description = '', - label = 'leeres Metallfass', - unique = true, - name = 'barrel', - weight = 2000, - type = 'item', - useable = false, - image = 'barrel.png', - }, - geocamo_attachment = { - shouldClose = true, - description = 'A geometric camo for a weapon', - label = 'Geometric Camo', - unique = false, - name = 'geocamo_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'geocamo_attachment.png', - }, - gg_boar_tusk_01 = { - shouldClose = true, - description = '', - label = 'Rauer Eberzahn', - unique = true, - name = 'gg_boar_tusk_01', - weight = 1000, - type = 'item', - useable = false, - image = 'gg_boar_tusk_01.png', - }, - weapon_machinepistol = { - ammotype = 'AMMO_PISTOL', - description = 'A self-loading pistol capable of burst or fully automatic fire', - label = 'Tec-9', - unique = true, - name = 'weapon_machinepistol', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_machinepistol.png', - }, - chair = { - shouldClose = true, - description = '', - label = 'Stuhl', - unique = false, - name = 'chair', - weight = 600, - type = 'item', - useable = true, - image = 'chair.png', - }, - dildo = { - shouldClose = true, - description = 'passt gut zum Gleitgel ^^', - label = 'Dildo', - unique = true, - name = 'dildo', - weight = 200, - type = 'item', - useable = true, - image = 'dildo.png', - }, - weapon_switchblade = { - name = 'weapon_switchblade', - weight = 1000, - label = 'Switchblade', - type = 'weapon', - description = 'A knife with a blade that springs out from the handle when a button is pressed', - image = 'weapon_switchblade.png', - useable = false, - unique = true, - }, - thors_thunder_storm = { - shouldClose = true, - description = '', - label = 'Thors Thunder Storm', - unique = false, - name = 'thors_thunder_storm', - weight = 100, - type = 'item', - useable = true, - image = 'ThorsThunderStorm.png', - }, - gatecrack = { - shouldClose = true, - description = 'Handy software to tear down some fences', - label = 'Gatecrack', - unique = false, - name = 'gatecrack', - weight = 0, - type = 'item', - useable = false, - image = 'usb_device.png', - }, - vitaminloesung = { - shouldClose = true, - description = '', - label = 'Vitaminlösung 100', - unique = false, - name = 'vitaminloesung', - weight = 100, - type = 'item', - useable = true, - image = 'screenshot_696-removebg-preview.png', - }, - apple = { - shouldClose = false, - description = '', - label = 'Apfel', - unique = false, - name = 'apple', - weight = 100, - type = 'item', - useable = false, - image = 'screenshot_848-removebg-preview.png', - }, - weapon_hatchet = { - name = 'weapon_hatchet', - weight = 1000, - label = 'Beil', - type = 'weapon', - description = 'A small axe with a short handle for use in one hand', - image = 'weapon_hatchet.png', - useable = false, - unique = true, - }, - gg_deer_hide_02 = { - shouldClose = true, - description = '', - label = 'Robustes Hirschleder', - unique = true, - name = 'gg_deer_hide_02', - weight = 1000, - type = 'item', - useable = false, - image = 'gg_deer_hide_02.png', - }, - weed_nutrition = { - shouldClose = true, - description = 'Plant nutrition', - label = 'Plant Fertilizer', - unique = false, - name = 'weed_nutrition', - weight = 2000, - type = 'item', - useable = true, - image = 'weed_nutrition.png', - }, - weapontint_mk2_20 = { - shouldClose = true, - description = 'Bold Yellow Features Weapon Tint for MK2 Weapons', - label = 'Bold Yellow Features Tint', - unique = false, - name = 'weapontint_mk2_20', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - weapontint_mk2_29 = { - shouldClose = true, - description = 'Metallic Blue Weapon Tint for MK2 Weapons', - label = 'Metallic Blue Tint', - unique = false, - name = 'weapontint_mk2_29', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - soda_machine = { - shouldClose = true, - description = '', - label = 'Abfüllstation', - unique = false, - name = 'soda_machine', - weight = 1000, - type = 'item', - useable = true, - image = 'soda_machine.png', - }, - heavy_duty_muzzle_brake = { - shouldClose = true, - description = 'A muzzle brake for a weapon', - label = 'HD Muzzle Brake', - unique = false, - name = 'heavy_duty_muzzle_brake', - weight = 1000, - type = 'item', - useable = true, - image = 'heavy_duty_muzzle_brake.png', - }, - gunpowder = { - shouldClose = false, - description = 'Schwarzes Pulver kann Schaden machen kann im Verdichten Zustand', - label = 'Schwarzpulver', - unique = false, - name = 'gunpowder', - weight = 500, - type = 'item', - useable = false, - image = 'gunpowder.png', - }, - sprunk_dose = { - shouldClose = true, - description = 'Dose Zitronen Limo', - label = 'Sprunk Dose', - unique = false, - name = 'sprunk_dose', - weight = 50, - type = 'item', - useable = true, - image = 'sprunk_dose.png', - }, - gg_coyote_fangs_02 = { - shouldClose = true, - description = '', - label = 'Robuster Kojotenzahn', - unique = true, - name = 'gg_coyote_fangs_02', - weight = 1000, - type = 'item', - useable = false, - image = 'gg_coyote_fangs_02.png', - }, - barrel_attachment = { - shouldClose = true, - description = 'A barrel for a weapon', - label = 'Barrel', - unique = false, - name = 'barrel_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'barrel_attachment.png', - }, - bbq_grill = { - shouldClose = true, - description = '', - label = 'BBQ Grill', - unique = false, - name = 'bbq_grill', - weight = 1000, - type = 'item', - useable = true, - image = 'bbq_grill.png', - }, - tilidin = { - shouldClose = true, - description = '', - label = 'Tilidin', - unique = false, - name = 'tilidin', - weight = 20, - type = 'item', - useable = true, - image = 'syringe.png', - }, - gussform = { - shouldClose = false, - description = '', - label = 'Gussform ', - unique = true, - name = 'gussform', - weight = 1000, - type = 'item', - useable = false, - image = 'gussform.png', - }, - certificate = { - shouldClose = true, - description = 'Certificate that proves you own certain stuff', - label = 'Certificate', - unique = false, - name = 'certificate', - weight = 0, - type = 'item', - useable = false, - image = 'certificate.png', - }, - orange = { - shouldClose = false, - description = '', - label = 'Orange', - unique = false, - name = 'orange', - weight = 100, - type = 'item', - useable = false, - image = 'orange.png', - }, - rolex = { - shouldClose = true, - description = 'A golden watch seems like the jackpot to me!', - label = 'Golden Watch', - unique = false, - name = 'rolex', - weight = 1500, - type = 'item', - useable = false, - image = 'rolex.png', - }, - veh_brakes = { - shouldClose = true, - description = 'Upgrade vehicle brakes', - label = 'Brakes', - unique = false, - name = 'veh_brakes', - weight = 1000, - type = 'item', - useable = true, - image = 'veh_brakes.png', - }, - weed = { - shouldClose = false, - description = 'Wächst, riecht, entspannt', - label = 'Cannabis Knolle', - unique = false, - name = 'weed', - weight = 100, - type = 'item', - useable = true, - image = 'marihuana.png', - }, - purple_phone = { - shouldClose = false, - description = '„Jetzt mit noch mehr Features, die du nie brauchst, aber jedem zeigen musst.“', - label = 'iFruit 12XR Lila', - unique = true, - name = 'purple_phone', - weight = 0.09999999999999432, - type = 'item', - useable = false, - image = 'purple_phone.png', - }, - table = { - shouldClose = true, - description = '', - label = 'Klapptisch', - unique = false, - name = 'table', - weight = 400, - type = 'item', - useable = true, - image = 'table.png', - }, - coffeemug = { - shouldClose = true, - description = '„Kaffee? Nein, das ist flüssiger Wahnsinn in \'ner Keramikgranate. Perfekt zum Durchziehen von Überfällen, Steuererklärungen oder Montagen.“', - label = 'Tasse Kaffee', - unique = true, - name = 'coffeemug', - weight = 100, - type = 'item', - useable = true, - image = 'coffeemug.png', - }, - weapon_militaryrifle = { - ammotype = 'AMMO_RIFLE', - description = 'Weapon Militaryrifle', - label = 'Weapon Militaryrifle', - unique = true, - name = 'weapon_militaryrifle', - weight = 1000, - type = 'weapon', - useable = true, - image = 'weapon_assaultrifle.png', - }, - yggdrasils_root = { - shouldClose = true, - description = '', - label = 'Yggdrasil\'s Root', - unique = true, - name = 'yggdrasils_root', - weight = 200, - type = 'item', - useable = true, - image = 'YggdrasilsRoot.png', - }, - morphine = { - shouldClose = true, - description = '', - label = 'Morphiumspritze', - unique = false, - name = 'morphine', - weight = 10, - type = 'item', - useable = true, - image = 'syringe.png', - }, - weapontint_mk2_19 = { - shouldClose = true, - description = 'Bold Cyan Features Weapon Tint for MK2 Weapons', - label = 'Bold Cyan Features Tint', - unique = false, - name = 'weapontint_mk2_19', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - blood_1000 = { - shouldClose = true, - description = '', - label = 'Blut (1000ml)', - unique = false, - name = 'blood_1000', - weight = 1000, - type = 'item', - useable = true, - image = 'blood_100.png', - }, - rare_earths = { - shouldClose = false, - description = '', - label = 'seltene Erden', - unique = false, - name = 'rare_earths', - weight = 100, - type = 'item', - useable = false, - image = 'rare_earths.png', - }, - kobolbrolle = { - shouldClose = false, - description = '', - label = 'Kobolbrolle', - unique = false, - name = 'kobolbrolle', - weight = 100, - type = 'item', - useable = true, - image = 'kobolbrolle.png', - }, - weapontint_6 = { - shouldClose = true, - description = 'Orange Weapon Tint', - label = 'Orange Tint', - unique = false, - name = 'weapontint_6', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_orange.png', - }, - vitaminloesung_250 = { - shouldClose = true, - description = '', - label = 'Vitaminlösung 250', - unique = false, - name = 'vitaminloesung_250', - weight = 250, - type = 'item', - useable = true, - image = 'screenshot_696-removebg-preview.png', - }, - frenchfries = { - shouldClose = true, - description = '', - label = 'French Fries', - unique = false, - name = 'frenchfries', - weight = 100, - type = 'item', - useable = true, - image = 'screenshot_692-removebg-preview.png', - }, - defibrillator = { - shouldClose = true, - description = '', - label = 'Defibrillator', - unique = false, - name = 'defibrillator', - weight = 3000, - type = 'item', - useable = true, - image = 'aed.png', - }, - bb_cupcake = { - shouldClose = true, - description = '', - label = 'Blueberry Cupcake', - unique = false, - name = 'bb_cupcake', - weight = 10, - type = 'item', - useable = true, - image = 'bb_cupcake.png', - }, - weapon_smg = { - ammotype = 'AMMO_SMG', - description = 'Deutsche Ingenieurskunst in Kompaktform, gebaut für Cops, die auf Präzision und Verlässlichkeit zählen.', - label = 'MP5', - unique = true, - name = 'weapon_smg', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_smg.png', - }, - smg_flashlight = { - shouldClose = true, - description = '', - label = 'SMG Licht', - unique = true, - name = 'smg_flashlight', - weight = 100, - type = 'item', - useable = true, - image = 'flashlight_attachment.png', - }, - twerks_candy = { - shouldClose = true, - description = 'It\'s all about you.', - label = 'Ego Chaser Schockriegel', - unique = false, - name = 'twerks_candy', - weight = 100, - type = 'item', - useable = true, - image = 'twerks_candy.png', - }, - spikestrips = { - shouldClose = true, - description = '', - label = 'Nagelband', - unique = true, - name = 'spikestrips', - weight = 200, - type = 'item', - useable = true, - image = 'spikestripes.png', - }, - anglegrinder = { - shouldClose = false, - description = '„Dein bester Freund, wenn’s darum geht, Dinge zu zerstören – äh, bearbeiten.“', - label = 'Flex', - unique = true, - name = 'anglegrinder', - weight = 1000, - type = 'item', - useable = false, - image = 'anglegrinder.png', - }, - lighter = { - shouldClose = true, - description = 'Flamme an oder so ....', - label = 'Feuerzeug', - unique = false, - name = 'lighter', - weight = 100, - type = 'item', - useable = false, - image = 'lighter.png', - }, - boxwater = { - shouldClose = false, - description = '', - label = 'Kiste Wasser', - unique = true, - name = 'boxwater', - weight = 2000, - type = 'item', - useable = false, - image = 'boxwater.png', - }, - file = { - shouldClose = false, - description = '', - label = 'SD Karte mit Datei', - unique = true, - name = 'file', - weight = 100, - type = 'item', - useable = false, - image = 'file.png', - }, - weapon_grenadelauncher = { - ammotype = 'AMMO_GRENADELAUNCHER', - description = 'A weapon that fires a specially-designed large-caliber projectile, often with an explosive, smoke or gas warhead', - label = 'Grenade Launcher', - unique = true, - name = 'weapon_grenadelauncher', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_grenadelauncher.png', - }, - cooked_corn_cob = { - shouldClose = true, - description = '', - label = 'gegrillter Maiskolben', - unique = false, - name = 'cooked_corn_cob', - weight = 100, - type = 'item', - useable = true, - image = 'cooked_corn_cob.png', - }, - weapon_pocketlight = { - shouldClose = true, - description = '', - label = 'kleine Taschenlampe', - unique = true, - name = 'weapon_pocketlight', - weight = 100, - type = 'weapon', - useable = true, - image = 'w_me_pocketlight.png', - }, - bcesandwich = { - shouldClose = true, - description = 'Knuspriger Bacon, geschmolzener Käse und ein saftiges Spiegelei, geschichtet zwischen zwei goldbraun gerösteten Toastscheiben', - label = 'Bacon Cheese Egg Sandwich', - unique = false, - name = 'bcesandwich', - weight = 200, - type = 'item', - useable = true, - image = 'bcesandwich.png', - }, - beerkeg = { - shouldClose = true, - description = '', - label = 'Bierfass', - unique = true, - name = 'beerkeg', - weight = 600, - type = 'item', - useable = true, - image = 'beerkeg.png', - }, - whiskey = { - shouldClose = true, - description = 'For all the thirsty out there', - label = 'Whiskey', - unique = false, - name = 'whiskey', - weight = 500, - type = 'item', - useable = true, - image = 'whiskey.png', - }, - zig = { - shouldClose = false, - description = '', - label = 'selbstgedrehte Zigarette ', - unique = false, - name = 'zig', - weight = 100, - type = 'item', - useable = true, - image = 'zig.png', - }, - ['5-fach_impfung_hund'] = { - shouldClose = true, - description = '', - label = '5-fach Impfung Hund', - unique = false, - name = '5-fach_impfung_hund', - weight = 20, - type = 'item', - useable = true, - image = 'hundeimpfstoff.png', - }, - weed_amnesia_seed = { - shouldClose = true, - description = 'A weed seed of Amnesia', - label = 'Amnesia Seed', - unique = false, - name = 'weed_amnesia_seed', - weight = 0, - type = 'item', - useable = true, - image = 'weed_seed.png', - }, - weapon_pistol_mk2 = { - ammotype = 'AMMO_PISTOL', - description = 'An upgraded small firearm designed to be held in one hand', - label = 'Klog 19', - unique = true, - name = 'weapon_pistol_mk2', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_pistol_mk2.png', - }, - big_bottle_lemonade = { - shouldClose = true, - description = '', - label = 'große Flasche Sprunk', - unique = false, - name = 'big_bottle_lemonade', - weight = 600, - type = 'item', - useable = true, - image = 'big_bottle_lemonade.png', - }, - wc_cupcake = { - shouldClose = true, - description = '', - label = 'White Chocolate Raspberry Cupcake', - unique = false, - name = 'wc_cupcake', - weight = 10, - type = 'item', - useable = true, - image = 'wc_cupcake.png', - }, - njords_tide = { - shouldClose = true, - description = 'Frisch wie die Seebrise und kraftvoll wie die Gezeiten des Meeres.', - label = 'Njord\'s Tide', - unique = true, - name = 'njords_tide', - weight = 200, - type = 'item', - useable = true, - image = 'NjordsTide.png', - }, - tier_leckerlis = { - shouldClose = true, - description = 'Freude für deinen Vierbeiner.', - label = 'Tier Leckerlis', - unique = false, - name = 'tier_leckerlis', - weight = 100, - type = 'item', - useable = true, - image = 'tier_leckerlies.png', - }, - tyre_smoke_kit = { - shouldClose = true, - description = '', - label = 'Reifenrauch Kit', - unique = false, - name = 'tyre_smoke_kit', - weight = 0, - type = 'item', - useable = true, - image = 'tyre_smoke_kit.png', - }, - gg_hunting_knife_01 = { - shouldClose = true, - description = '', - label = 'Klassisches Jagdmesser', - unique = true, - name = 'gg_hunting_knife_01', - weight = 1000, - type = 'item', - useable = true, - image = 'gg_hunting_knife_01.png', - }, - remote = { - shouldClose = false, - description = '', - label = 'TV Fernbedienung', - unique = true, - name = 'remote', - weight = 100, - type = 'item', - useable = false, - image = 'remote.png', - }, - weed_ak47 = { - shouldClose = false, - description = 'A weed bag with 2g AK47', - label = 'AK47 2g', - unique = false, - name = 'weed_ak47', - weight = 200, - type = 'item', - useable = true, - image = 'weed_baggy.png', - }, - ephedrin = { - shouldClose = true, - description = 'Deine Eintrittskarte zu einem Adrenalinschub', - label = 'Ephedrin Tabletten', - unique = false, - name = 'ephedrin', - weight = 500, - type = 'item', - useable = true, - image = 'ephedrine.png', - }, - weapon_advancedrifle = { - ammotype = 'AMMO_RIFLE', - description = 'An assault version of a rapid-fire, magazine-fed automatic rifle designed for infantry use', - label = 'Advanced Rifle', - unique = true, - name = 'weapon_advancedrifle', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_advancedrifle.png', - }, - emergency_revive_kit = { - shouldClose = true, - description = '', - label = 'Wiederbelebungs-Kit', - unique = false, - name = 'emergency_revive_kit', - weight = 1500, - type = 'item', - useable = true, - image = 'medbox.png', }, gg_boar_tusk_02 = { + label = 'Robuster Eberzahn', + image = 'gg_boar_tusk_02.png', + useable = false, + type = 'item', + unique = true, shouldClose = true, description = '', - label = 'Robuster Eberzahn', - unique = true, name = 'gg_boar_tusk_02', weight = 1000, - type = 'item', - useable = false, - image = 'gg_boar_tusk_02.png', }, - drum_mechanism = { - shouldClose = false, - description = 'Der Dreh, der alles verändert – Spannung in jeder Umdrehung', - label = 'Trommel Mechanismus', + gun_handle = { + label = 'Griffstück', + image = 'empu.png', + useable = false, + type = 'item', unique = false, - name = 'drum_mechanism', + shouldClose = false, + description = 'Dein persönlicher Halt – stärker als jeder Nervenkitzel', + name = 'gun_handle', weight = 200, - type = 'item', - useable = false, - image = 'Trommel.png', }, - shotgun_holoscope = { + sessantacamo_attachment = { + label = 'Sessanta Nove Camo', + image = 'sessantacamo_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A sessanta nove camo for a weapon', + name = 'sessantacamo_attachment', + weight = 1000, + }, + stoast = { + label = 'Sucuktoast', + image = 'stoast.png', + useable = true, + type = 'item', + unique = false, shouldClose = true, description = '', - label = 'MK2 Shotgun Holovisier', - unique = true, - name = 'shotgun_holoscope', - weight = 100, - type = 'item', + name = 'stoast', + weight = 10, + }, + parachute = { + label = 'Parachute', + image = 'parachute.png', useable = true, - image = 'holoscope_attachment.png', + type = 'item', + unique = true, + shouldClose = true, + description = 'The sky is the limit! Woohoo!', + name = 'parachute', + weight = 30000, + }, + weapon_smg = { + label = 'MP5', + image = 'weapon_smg.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SMG', + description = 'Deutsche Ingenieurskunst in Kompaktform, gebaut für Cops, die auf Präzision und Verlässlichkeit zählen.', + name = 'weapon_smg', + weight = 1000, + }, + weapon_pistol_mk2 = { + label = 'Klog 19', + image = 'weapon_pistol_mk2.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'An upgraded small firearm designed to be held in one hand', + name = 'weapon_pistol_mk2', + weight = 1000, + }, + corn_cob = { + label = 'Maiskolben', + image = 'corn_cob.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'corn_cob', + weight = 100, + }, + heimdalls_watch = { + label = 'Heimdall\'s Watch', + image = 'HeimdallsWatch.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Scharf und klar wie Heimdalls Auge, aber mit einem farbenfrohen Twist.', + name = 'heimdalls_watch', + weight = 200, + }, + emptybag = { + label = 'leerer Sack', + image = 'emptybag.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'emptybag', + weight = 10, + }, + weapontint_mk2_16 = { + label = 'Bold Green & Purple Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Bold Green & Purple Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_16', + weight = 1000, + }, + raw_ribs = { + label = 'rohe Rippchen', + image = 'raw_ribs.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'raw_ribs', + weight = 200, + }, + pd_keycard = { + label = 'PD Key Card', + image = 'pd_keycard.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = 'Wenn du kein Cop bist Finger weg!', + name = 'pd_keycard', + weight = 10, + }, + ceramic_barrel = { + label = 'Keramiklauf', + image = 'keramiklauf.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Der Lauf, der sich in jeder Sicherheitskontrolle unsichtbar macht', + name = 'ceramic_barrel', + weight = 200, + }, + blue_phone = { + label = 'iFruit 12XR Blau', + image = 'blue_phone.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '„Ein Akku, der genau so lange hält wie deine Aufmerksamkeitsspanne.“', + name = 'blue_phone', + weight = 0.09999999999999432, + }, + raw_short_ribs = { + label = 'rohe Short Ribs', + image = 'raw_short_ribs.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'raw_short_ribs', + weight = 200, + }, + lean_route = { + label = 'Lean Route', + image = 'lean_route.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + name = 'lean_route', + weight = 10, + }, + grape = { + label = 'Weintrauben', + image = 'grape.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = 'Mmmmh yummie, grapes', + name = 'grape', + weight = 100, + }, + pistol_barrel = { + label = 'Pistolenlauf', + image = 'weapon_batton.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Der einzige Weg, wie du in kürzester Zeit einen bleibenden Eindruck hinterlässt', + name = 'pistol_barrel', + weight = 250, + }, + weapon_smg_mk2 = { + label = 'SMG Mk II', + image = 'highteamsmgmk2-removebg-preview.png', + useable = true, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SMG', + description = 'SMG MK2', + name = 'weapon_smg_mk2', + weight = 1000, + }, + akrinor = { + label = 'Akrinor', + image = 'akrinor.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'akrinor', + weight = 20, + }, + dildo = { + label = 'Dildo', + image = 'dildo.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'passt gut zum Gleitgel ^^', + name = 'dildo', + weight = 200, + }, + medscope_attachment = { + label = 'Medium Scope', + image = 'medscope_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A medium scope for a weapon', + name = 'medscope_attachment', + weight = 1000, + }, + coffee_beans = { + label = 'Packung Kaffeepulver', + image = 'coffee_beans.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'coffee_beans', + weight = 200, + }, + flohmittel = { + label = 'Flohmittel', + image = 'Flohmittel.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'flohmittel', + weight = 25, + }, + midazolam = { + label = 'Midazolam', + image = 'screenshot_696-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'midazolam', + weight = 100, + }, + cottoncandy = { + label = 'Zuckerwatte', + image = 'screenshot_693-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cottoncandy', + weight = 100, + }, + weapon_grenadelauncher = { + label = 'Grenade Launcher', + image = 'weapon_grenadelauncher.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_GRENADELAUNCHER', + description = 'A weapon that fires a specially-designed large-caliber projectile, often with an explosive, smoke or gas warhead', + name = 'weapon_grenadelauncher', + weight = 1000, + }, + boxsalad = { + label = 'Kiste Eisbergsalat', + image = 'saladbox.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'boxsalad', + weight = 1000, + }, + cup_tide = { + label = 'Becher Orange O Tang', + image = 'cup_tide.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cup_tide', + weight = 100, + }, + sand = { + label = 'Eimer mit Sand', + image = 'sand.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'sand', + weight = 1000, + }, + precision_muzzle_brake = { + label = 'Precision Muzzle Brake', + image = 'precision_muzzle_brake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A muzzle brake for a weapon', + name = 'precision_muzzle_brake', + weight = 1000, + }, + ayran = { + label = 'Ayran', + image = 'Ayran.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'erfrischendes Joghurtgetränk', + name = 'ayran', + weight = 200, + }, + urapidil3 = { + label = 'Urapidil 3,0 mg', + image = 'urapidil1.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'urapidil3', + weight = 20, + }, + rifle_suppressor = { + label = 'Gewehr Schalldämpfer', + image = 'suppressor_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'rifle_suppressor', + weight = 100, + }, + ammunition_route = { + label = 'Munitions Route', + image = 'ammunition_route.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + name = 'ammunition_route', + weight = 10, + }, + rohmilk = { + label = 'Eimer mit Rohmilch', + image = 'rohmilk.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'rohmilk', + weight = 1000, + }, + narketan = { + label = 'Narketan', + image = 'screenshot_696-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'narketan', + weight = 250, + }, + blood_750 = { + label = 'Blut (750ml)', + image = 'blood_750.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'blood_750', + weight = 750, + }, + flat_muzzle_brake = { + label = 'Flat Muzzle Brake', + image = 'flat_muzzle_brake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A muzzle brake for a weapon', + name = 'flat_muzzle_brake', + weight = 1000, + }, + rifle_largescope = { + label = 'Mk2 Gewehr Visier groß', + image = 'largescope_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'rifle_largescope', + weight = 100, + }, + ev_coolant = { + label = 'EV_Kühlkit', + image = 'ev_coolant.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'ev_coolant', + weight = 0, + }, + chainsaw = { + label = 'Kettensäge', + image = 'chainsaw.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = 'Fichtenmoped..... Benzinbiber..... ', + name = 'chainsaw', + weight = 600, + }, + smallscope_attachment = { + label = 'Small Scope', + image = 'smallscope_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A small scope for a weapon', + name = 'smallscope_attachment', + weight = 1000, + }, + freyas_blossom = { + label = 'Freyas Blossom', + image = 'FreyasBlossom.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Ein blumiges und fruchtiges Getränk, das die Zartheit und Schönheit, der Göttin Freya widerspiegelt.', + name = 'freyas_blossom', + weight = 250, + }, + awd_drivetrain = { + label = 'AWD', + image = 'awd_drivetrain.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'awd_drivetrain', + weight = 0, + }, + weapon_compactrifle = { + label = 'Compact Rifle', + image = 'weapon_compactrifle.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_RIFLE', + description = 'A compact version of an assault rifle', + name = 'weapon_compactrifle', + weight = 1000, + }, + lahmacun = { + label = 'Lahmacun', + image = 'lahmacun.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Fladenbrot mit einer würzigen Mischung aus Hackfleisch, Zwiebeln, Tomaten und Olivenöl', + name = 'lahmacun', + weight = 200, + }, + weapon_minigun = { + label = 'Minigun', + image = 'weapon_minigun.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_MINIGUN', + description = 'A portable machine gun consisting of a rotating cluster of six barrels and capable of variable rates of fire of up to 6,000 rounds per minute', + name = 'weapon_minigun', + weight = 1000, + }, + fruitpicker = { + label = 'Obstpflücker', + image = 'fruitpicker.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'fruitpicker', + weight = 0.09999999999999432, + }, + freyas_kiss = { + label = 'Freya\'s Kiss', + image = 'FreyasKiss.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Ein verführerischer und zarter Drink, der die Schönheit der Göttin Freya widerspiegelt.', + name = 'freyas_kiss', + weight = 200, + }, + cooked_bbq_thigh = { + label = 'gegrillte Hähnchenkeule', + image = 'cooked_bbq_thigh.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cooked_bbq_thigh', + weight = 200, + }, + weapontint_mk2_9 = { + label = 'Red Contrast Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Red Contrast Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_9', + weight = 1000, + }, + empty_cup = { + label = 'leerer Becher', + image = 'empty_cup.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'empty_cup', + weight = 6, + }, + split_end_muzzle_brake = { + label = 'Split End Muzzle Brake', + image = 'split_end_muzzle_brake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A muzzle brake for a weapon', + name = 'split_end_muzzle_brake', + weight = 1000, + }, + gatecrack = { + label = 'Gatecrack', + image = 'usb_device.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = 'Handy software to tear down some fences', + name = 'gatecrack', + weight = 0, + }, + weapon_handle = { + label = 'Griff', + image = 'snspistol_part_3.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Der perfekte Halt – für dich und deine Waffen-Fantasien', + name = 'weapon_handle', + weight = 200, + }, + tactical_muzzle_brake = { + label = 'Tactical Muzzle Brake', + image = 'tactical_muzzle_brake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A muzzle brakee for a weapon', + name = 'tactical_muzzle_brake', + weight = 1000, }, weapon_battleaxe = { name = 'weapon_battleaxe', - weight = 1000, label = 'Battle Axe', - type = 'weapon', description = 'A large broad-bladed axe used in ancient warfare', + type = 'weapon', image = 'weapon_battleaxe.png', useable = false, + weight = 1000, unique = true, }, - espresso = { - shouldClose = true, - description = 'Hiernach bist du safe wach ^^', - label = 'Tasse Espresso', - unique = true, - name = 'espresso', - weight = 100, - type = 'item', + gg_hunting_cookedmeat = { + label = 'gebratenes Wildfleisch', + image = 'gg_hunting_cookedmeat.png', useable = true, - image = 'espresso.png', - }, - weapon_crossbow = { + type = 'item', + unique = false, shouldClose = true, description = '', - label = 'Jagd Armbrust', - unique = true, - name = 'weapon_crossbow', - weight = 1000, - type = 'weapon', - useable = true, - image = 'weapon_crossbow.png', - }, - fish_and_chips = { - shouldClose = true, - description = 'very british ^^', - label = 'Fish and Chips', - unique = false, - name = 'fish_and_chips', - weight = 200, - type = 'item', - useable = true, - image = 'fish_and_chips.png', - }, - woodcamo_attachment = { - shouldClose = true, - description = 'A woodland camo for a weapon', - label = 'Woodland Camo', - unique = false, - name = 'woodcamo_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'woodcamo_attachment.png', - }, - stonedrill = { - shouldClose = false, - description = '', - label = 'Steinbohrer', - unique = false, - name = 'stonedrill', - weight = 0, - type = 'item', - useable = false, - image = 'stonedrill.png', - }, - gg_hunting_meat = { - shouldClose = true, - description = '', - label = 'rohes Wildfleisch', - unique = false, - name = 'gg_hunting_meat', - weight = 100, - type = 'item', - useable = false, - image = 'gg_hunting_meat.png', - }, - suppressor_attachment = { - shouldClose = true, - description = 'A suppressor for a weapon', - label = 'Suppressor', - unique = false, - name = 'suppressor_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'suppressor_attachment.png', - }, - gg_rabbit_pelt_02 = { - shouldClose = true, - description = '', - label = 'Robustes Kaninchenfell', - unique = true, - name = 'gg_rabbit_pelt_02', - weight = 1000, - type = 'item', - useable = false, - image = 'gg_rabbit_pelt_02.png', - }, - vomex = { - shouldClose = true, - description = '', - label = 'Vomex', - unique = false, - name = 'vomex', - weight = 20, - type = 'item', - useable = true, - image = 'vomex.png', - }, - opium_poppy = { - shouldClose = false, - description = 'Die Blume, die Träume verkauft', - label = 'Schlafmohn', - unique = false, - name = 'opium_poppy', - weight = 100, - type = 'item', - useable = false, - image = 'opium_dry.png', - }, - electronickit = { - 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?', - label = 'Electronic Kit', - unique = false, - name = 'electronickit', - weight = 100, - type = 'item', - useable = true, - image = 'electronickit.png', - }, - copper = { - shouldClose = false, - description = 'Es ist Metall aber Weich ', - label = 'Kupferbarren', - unique = false, - name = 'copper', - weight = 800, - type = 'item', - useable = false, - image = 'cooperbar.png', - }, - extras_kit = { - shouldClose = true, - description = '', - label = 'Fahrzeug Extras', - unique = false, - name = 'extras_kit', - weight = 0, - type = 'item', - useable = true, - image = 'extras_kit.png', - }, - raw_short_ribs = { - shouldClose = true, - description = '', - label = 'rohe Short Ribs', - unique = false, - name = 'raw_short_ribs', - weight = 200, - type = 'item', - useable = true, - image = 'raw_short_ribs.png', - }, - rb_cupcake = { - shouldClose = true, - description = '', - label = 'Rainbow Cupcake', - unique = false, - name = 'rb_cupcake', - weight = 10, - type = 'item', - useable = true, - image = 'rb_cupcake.png', - }, - filament = { - shouldClose = false, - description = '', - label = 'Filament', - unique = false, - name = 'filament', - weight = 100, - type = 'item', - useable = false, - image = 'filament.png', - }, - vehicletrackertablet = { - shouldClose = true, - description = '', - label = 'Fahrzeugtracker Tablet', - unique = true, - name = 'vehicletrackertablet', - weight = 100, - type = 'item', - useable = true, - image = 'vehicletrackertablet.png', - }, - drum_attachment = { - shouldClose = true, - description = 'A drum for a weapon', - label = 'Drum', - unique = false, - name = 'drum_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'drum_attachment.png', - }, - coke_small_brick = { - shouldClose = true, - description = 'Small package of cocaine, mostly used for deals and takes a lot of space', - label = 'Coke Package', - unique = true, - name = 'coke_small_brick', - weight = 350, - type = 'item', - useable = false, - image = 'coke_small_brick.png', - }, - kunfe = { - shouldClose = true, - description = '', - label = 'Künefe', - unique = false, - name = 'kunfe', - weight = 10, - type = 'item', - useable = true, - image = 'kunfe.png', - }, - bandage = { - shouldClose = true, - description = 'A bandage works every time', - label = 'Bandage', - unique = false, - name = 'bandage', - weight = 0, - type = 'item', - useable = true, - image = 'bandage.png', - }, - weapontint_mk2_8 = { - shouldClose = true, - description = 'Classic Brown & Black Weapon Tint for MK2 Weapons', - label = 'Classic Brown & Black Tint', - unique = false, - name = 'weapontint_mk2_8', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - weed_whitewidow_seed = { - shouldClose = false, - description = 'A weed seed of White Widow', - label = 'White Widow Seed', - unique = false, - name = 'weed_whitewidow_seed', - weight = 0, - type = 'item', - useable = true, - image = 'weed_seed.png', - }, - advancedlockpick = { - shouldClose = true, - description = 'If you lose your keys a lot this is very useful... Also useful to open your beers', - label = 'Advanced Lockpick', - unique = false, - name = 'advancedlockpick', - weight = 500, - type = 'item', - useable = true, - image = 'advancedlockpick.png', - }, - salsa_nachos = { - shouldClose = true, - description = 'Knusprige Nachos, serviert mit frischer, würziger Salsa ', - label = 'Nachos mit Salsa', - unique = true, - name = 'salsa_nachos', - weight = 200, - type = 'item', - useable = true, - image = 'ChatGPT_Image_26._Apr._2025__19_00_33-removebg-preview.png', - }, - manti = { - shouldClose = true, - description = '', - label = 'Manti', - unique = false, - name = 'manti', - weight = 10, - type = 'item', - useable = true, - image = 'manti.png', - }, - small_blade = { - shouldClose = false, - description = ' Die Klinge, die nicht auf sich warten lässt', - label = 'kleine Klinge', - unique = false, - name = 'small_blade', - weight = 200, - type = 'item', - useable = false, - image = 'Klinge Springmesser.png', - }, - ammo_beanbag = { - shouldClose = true, - description = 'Munition für die Beanbag Shotgun', - label = 'Beanbag Ammo', - unique = false, - name = 'ammo_beanbag', - weight = 100, - type = 'item', - useable = true, - image = 'beanbag_ammo.png', - }, - plank = { - shouldClose = false, - description = 'Brett vorm Kopf oder so...', - label = 'Brett ', - unique = false, - name = 'plank', - weight = 600, - type = 'item', - useable = false, - image = 'plank.png', - }, - firework1 = { - shouldClose = true, - description = 'Fireworks', - label = '2Brothers', - unique = false, - name = 'firework1', - weight = 1000, - type = 'item', - useable = true, - image = 'firework1.png', - }, - weapon_minigun = { - ammotype = 'AMMO_MINIGUN', - description = 'A portable machine gun consisting of a rotating cluster of six barrels and capable of variable rates of fire of up to 6,000 rounds per minute', - label = 'Minigun', - unique = true, - name = 'weapon_minigun', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_minigun.png', - }, - macrons = { - shouldClose = true, - description = 'bunte Leckerbissen, die den Gaumen mit süßer Freude verzaubern', - label = 'Macrons', - unique = false, - name = 'macrons', + name = 'gg_hunting_cookedmeat', weight = 50, - type = 'item', - useable = true, - image = 'macrons.png', - }, - j_and_js = { - shouldClose = true, - description = 'Kleine, bunte Schockodrops mit knackiger Hülle und weichem Kern', - label = 'J&J’s', - unique = true, - name = 'j_and_js', - weight = 150, - type = 'item', - useable = true, - image = 'ChatGPT_Image_27._Apr._2025__12_06_23-removebg-preview.png', - }, - s_shake = { - shouldClose = true, - description = '', - label = 'Schokoshake', - unique = false, - name = 's_shake', - weight = 10, - type = 'item', - useable = true, - image = 's_shake.png', - }, - whiskeywickel = { - shouldClose = false, - description = '', - label = 'Whiskeywickel', - unique = true, - name = 'whiskeywickel', - weight = 200, - type = 'item', - useable = true, - image = 'whiskeywickel.png', - }, - rifle_ammo = { - shouldClose = true, - description = 'schnelles Peng', - label = 'Gewehr Munition', - unique = false, - name = 'rifle_ammo', - weight = 200, - type = 'item', - useable = true, - image = 'rifle_ammo.png', - }, - odins_nuesse = { - 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.', - label = 'Odins Nüsse', - unique = false, - name = 'Odins_nuesse', - weight = 150, - type = 'item', - useable = true, - image = 'Odins_nuesse.png', - }, - weapontint_mk2_1 = { - shouldClose = true, - description = 'Classic Gray Weapon Tint for MK2 Weapons', - label = 'Classic Gray Tint', - unique = false, - name = 'weapontint_mk2_1', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - firework2 = { - shouldClose = true, - description = 'Fireworks', - label = 'Poppelers', - unique = false, - name = 'firework2', - weight = 1000, - type = 'item', - useable = true, - image = 'firework2.png', - }, - tobbaco = { - shouldClose = false, - description = '', - label = 'Tabak', - unique = false, - name = 'tobbaco', - weight = 100, - type = 'item', - useable = false, - image = 'tobbaco.png', - }, - weapontint_mk2_2 = { - shouldClose = true, - description = 'Classic Two-Tone Weapon Tint for MK2 Weapons', - label = 'Classic Two-Tone Tint', - unique = false, - name = 'weapontint_mk2_2', - weight = 1000, - type = 'item', - useable = true, - image = 'weapontint_black.png', - }, - shisha_tobacco = { - shouldClose = false, - description = '', - label = 'Shisha Tabak', - unique = false, - name = 'shisha_tobacco', - weight = 100, - type = 'item', - useable = false, - image = 'shisha_tobacco.png', - }, - marshmallows = { - shouldClose = true, - description = 'Marshmallows sind wie kleine Wolken, die versehentlich in Zucker gefallen und dann beschlossen haben, für immer süß zu bleiben.', - label = 'Packung Marshmallows', - unique = false, - name = 'marshmallows', - weight = 200, - type = 'item', - useable = true, - image = 'marshmallows.png', - }, - drift_tuning_kit = { - shouldClose = true, - description = '', - label = 'Driftkit', - unique = false, - name = 'drift_tuning_kit', - weight = 0, - type = 'item', - useable = true, - image = 'drift_tuning_kit.png', - }, - perseuscamo_attachment = { - shouldClose = true, - description = 'A perseus camo for a weapon', - label = 'Perseus Camo', - unique = false, - name = 'perseuscamo_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'perseuscamo_attachment.png', - }, - emptybag = { - shouldClose = false, - description = '', - label = 'leerer Sack', - unique = false, - name = 'emptybag', - weight = 10, - type = 'item', - useable = false, - image = 'emptybag.png', - }, - kennzeichen_tool = { - shouldClose = true, - description = '', - label = 'Kennzeichen', - unique = false, - name = 'kennzeichen_tool', - weight = 0, - type = 'item', - useable = true, - image = 'kennzeichen_tool.png', - }, - gg_coyote_fangs_03 = { - shouldClose = true, - description = '', - label = 'Makelloser Kojotenzahn', - unique = true, - name = 'gg_coyote_fangs_03', - weight = 1000, - type = 'item', - useable = false, - image = 'gg_coyote_fangs_03.png', - }, - gg_pug_bait_02 = { - shouldClose = true, - description = '', - label = 'Illegaler Raubtierköder 2', - unique = false, - name = 'gg_pug_bait_02', - weight = 100, - type = 'item', - useable = true, - image = 'gg_pug_bait_02.png', - }, - kaugummi = { - shouldClose = true, - description = 'Damit dein Maul net mehr so Stinkt...', - label = 'Kaugummi ', - unique = false, - name = 'kaugummi', - weight = 40, - type = 'item', - useable = true, - image = 'kaugummi.png', - }, - clip_attachment = { - shouldClose = true, - description = 'A clip for a weapon', - label = 'Clip', - unique = false, - name = 'clip_attachment', - weight = 1000, - type = 'item', - useable = true, - image = 'clip_attachment.png', - }, - weapon_sled = { - shouldClose = false, - description = 'Der flinke Kurier, der das Feuer in Bewegung bringt', - label = 'Pistolenschlitten', - unique = false, - name = 'weapon_sled', - weight = 250, - type = 'item', - useable = false, - image = 'Waffenschlitten.png', - }, - orange_o_tang_zero_dose = { - shouldClose = true, - description = 'Dose Orangen Limo', - label = 'Orange O Tang Zero Dose', - unique = false, - name = 'orange_o_tang_zero_dose', - weight = 50, - type = 'item', - useable = true, - image = 'orange_o_tang_zero_dose.png', - }, - juice = { - shouldClose = true, - description = 'Wenn hier Anna nass macht dann bin ICH das !!!!', - label = 'Saft', - unique = false, - name = 'juice', - weight = 100, - type = 'item', - useable = true, - image = 'juice.png', - }, - gardenshovel = { - shouldClose = false, - description = '', - label = 'Gartenschaufel', - unique = true, - name = 'gardenshovel', - weight = 0.09999999999999432, - type = 'item', - useable = false, - image = 'gardenshovel.png', - }, - gg_hunting_campfire = { - shouldClose = true, - description = '', - label = 'Lagerfeuerkit', - unique = false, - name = 'gg_hunting_campfire', - weight = 1000, - type = 'item', - useable = true, - image = 'gg_hunting_campfire.png', - }, - vehicletrackerscanner = { - shouldClose = true, - description = '', - label = 'Fahrzeugtracker Scanner', - unique = true, - name = 'vehicletrackerscanner', - weight = 100, - type = 'item', - useable = true, - image = 'vehicletrackerscanner.png', - }, - green_phone = { - shouldClose = false, - description = '„Du bist nicht oberflächlich. Du hast einfach ein teures Telefon.“', - label = 'iFruit 12XR Grün', - unique = true, - name = 'green_phone', - weight = 0.09999999999999432, - type = 'item', - useable = false, - image = 'green_phone.png', - }, - bbq_seasoning = { - shouldClose = true, - description = '', - label = 'BBQ Gewürze', - unique = false, - name = 'bbq_seasoning', - weight = 100, - type = 'item', - useable = true, - image = 'bbq_seasoning.png', - }, - ems_card = { - shouldClose = true, - description = '', - label = 'MD Dienstausweis', - unique = true, - name = 'ems_card', - weight = 10, - type = 'item', - useable = true, - image = 'police_card.png', - }, - moneybag = { - shouldClose = true, - description = 'A bag with cash', - label = 'Money Bag', - unique = true, - name = 'moneybag', - weight = 0, - type = 'item', - useable = true, - image = 'moneybag.png', - }, - cup_cola = { - shouldClose = true, - description = '', - label = 'Becher E-Cola', - unique = false, - name = 'cup_cola', - weight = 100, - type = 'item', - useable = true, - image = 'cup_cola.png', - }, - cc_cupcake = { - shouldClose = true, - description = '', - label = 'Cheesecake Cupcake', - unique = false, - name = 'cc_cupcake', - weight = 10, - type = 'item', - useable = true, - image = 'cc_cupcake.png', - }, - pump = { - shouldClose = false, - description = '', - label = 'Akku Pumpe', - unique = true, - name = 'pump', - weight = 2000, - type = 'item', - useable = false, - image = 'pump.png', - }, - veh_xenons = { - shouldClose = true, - description = 'Upgrade vehicle xenons', - label = 'Xenons', - unique = false, - name = 'veh_xenons', - weight = 1000, - type = 'item', - useable = true, - image = 'veh_xenons.png', - }, - gg_cougar_claw_02 = { - shouldClose = true, - description = '', - label = 'Robuste Puma-Klaue', - unique = true, - name = 'gg_cougar_claw_02', - weight = 500, - type = 'item', - useable = false, - image = 'gg_cougar_claw_02.png', - }, - salbutamol = { - shouldClose = true, - description = '', - label = 'Salbutamol', - unique = false, - name = 'salbutamol', - weight = 10, - type = 'item', - useable = true, - image = 'salbutamol.png', - }, - advancedrepairkit = { - shouldClose = true, - description = 'A nice toolbox with stuff to repair your vehicle', - label = 'Advanced Repairkit', - unique = false, - name = 'advancedrepairkit', - weight = 4000, - type = 'item', - useable = true, - image = 'advancedkit.png', - }, - lockpick = { - shouldClose = true, - description = 'Very useful if you lose your keys a lot.. or if you want to use it for something else...', - label = 'Dietrich', - unique = false, - name = 'lockpick', - weight = 300, - type = 'item', - useable = true, - image = 'lockpick.png', - }, - zeckenschutzmittel = { - shouldClose = true, - description = '', - label = 'Zeckenschutzmittel', - unique = false, - name = 'zeckenschutzmittel', - weight = 25, - type = 'item', - useable = true, - image = 'Zeckenschutzmittel.png', - }, - zwiebelsalat = { - shouldClose = true, - description = 'Türkischer Zwiebelsalat', - label = 'Soğan salatası', - unique = true, - name = 'zwiebelsalat', - weight = 200, - type = 'item', - useable = true, - image = 'sogan.png', }, eimdalls_lear_ight = { + label = 'Heimdall\'s Clear Sight', + image = 'HeimdallsClearSight.png', + useable = true, + type = 'item', + unique = false, shouldClose = true, description = 'Ein erfrischendes, klares Getränk, das wie Heimdall’s wachsames Auge rein und belebend wirkt.', - label = 'Heimdall\'s Clear Sight', - unique = false, name = 'heimdalls_clear_sight', weight = 200, - type = 'item', - useable = true, - image = 'HeimdallsClearSight.png', }, - munky_juice_ice_tea = { - shouldClose = true, - description = 'Pfirsich oder Zitrone das hier die Frage...', - label = 'Munky Juice Ice Tea', - unique = false, - name = 'munky_juice_ice_tea', - weight = 100, - type = 'item', + gg_hunting_campfire = { + label = 'Lagerfeuerkit', + image = 'gg_hunting_campfire.png', useable = true, - image = 'munky_juice_ice_tea.png', + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'gg_hunting_campfire', + weight = 1000, + }, + weapon_raypistol = { + label = 'Up-n-Atomizer', + image = 'weapon_raypistol.png', + useable = true, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'Weapon Raypistol', + name = 'weapon_raypistol', + weight = 1000, + }, + juice = { + label = 'Saft', + image = 'juice.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Wenn hier Anna nass macht dann bin ICH das !!!!', + name = 'juice', + weight = 100, + }, + weed_route = { + label = 'Weed Route', + image = 'weed_route.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + name = 'weed_route', + weight = 10, + }, + turbocharger = { + label = 'Premium Turbokit', + image = 'turbocharger.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'turbocharger', + weight = 0, + }, + rwd_drivetrain = { + label = 'RWD', + image = 'rwd_drivetrain.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'rwd_drivetrain', + weight = 0, + }, + weapon_candycane = { + name = 'weapon_candycane', + label = 'Candy Cane', + description = 'Candy Cane', + type = 'weapon', + image = 'weapon_candycane', + useable = true, + weight = 1000, + unique = true, + }, + weapon_bzgas = { + name = 'weapon_bzgas', + label = 'Tränengas Granate', + description = 'Tränen aus der Dose', + type = 'weapon', + image = 'bz_gas.png', + useable = false, + weight = 500, + unique = false, + }, + cc_espresso = { + label = 'Espresso', + image = 'cc_espresso.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cc_espresso', + weight = 10, + }, + gg_pug_bait_02 = { + label = 'Illegaler Raubtierköder 2', + image = 'gg_pug_bait_02.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'gg_pug_bait_02', + weight = 100, + }, + weapon_doubleaction = { + label = ' Revolver', + image = 'revolver2.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'Moderner Revolver um auf Städter zu schießen und was sich sonst noch so bewegt ^^', + name = 'weapon_doubleaction', + weight = 1000, + }, + gussform = { + label = 'Gussform ', + image = 'gussform.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'gussform', + weight = 1000, + }, + rifle_defaultclip = { + label = 'Gewehr Magazin', + image = 'rifle_defaultclip.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'rifle_defaultclip', + weight = 100, + }, + muffin = { + label = 'Muffin', + image = 'ChatGPT_Image_1._Mai_2025__03_50_52-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'der Muffin Mann...', + name = 'muffin', + weight = 100, + }, + newspaper = { + label = 'Zeitung', + image = 'newspaper.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'zum Nachschlagen ^^', + name = 'newspaper', + weight = 100, + }, + katzenfutter = { + label = 'Katzenfutter', + image = 'catfood.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'besser als das was du hier zu essen bekommst XD', + name = 'katzenfutter', + weight = 200, + }, + bruschetta = { + label = 'Bruschetta', + image = 'bruschetta.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'bruschetta', + weight = 10, + }, + jords_cean_reeze_alkoholfrei = { + label = 'Njord\'s Ocean Breeze (alkoholfrei)', + image = 'NjordsOceanBreeze.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Eine kühle Meeresbrise in Form eines Getränks, die erfrischend und exotisch zugleich ist.', + name = 'njords_ocean_breeze_alkoholfrei', + weight = 200, + }, + cooked_short_ribs = { + label = 'gegrillte Short Ribs', + image = 'cooked_short_ribs.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cooked_short_ribs', + weight = 200, + }, + empty_evidence_bag = { + label = 'Empty Evidence Bag', + image = 'evidence.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Used a lot to keep DNA from blood, bullet shells and more', + name = 'empty_evidence_bag', + weight = 0, + }, + reyas_arden_alad = { + label = 'Freya\'s Garden Salad', + image = 'FreyasGardenSalad.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Leicht und verführerisch, mit einer perfekten Balance von süß und herzhaft, genau wie die Göttin der Liebe.', + name = 'reyas_arden_alad', + weight = 200, + }, + snikkel_candy = { + label = 'EarthQuakes', + image = 'snikkel_candy.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Some delicious candy :O', + name = 'snikkel_candy', + weight = 100, + }, + police_stormram = { + label = 'Stormram', + image = 'police_stormram.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'A nice tool to break into doors', + name = 'police_stormram', + weight = 18000, + }, + weapon_heavyshotgun = { + label = 'Heavy Shotgun', + image = 'weapon_heavyshotgun.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SHOTGUN', + description = 'A large smoothbore gun for firing small shot at short range', + name = 'weapon_heavyshotgun', + weight = 1000, + }, + weapon_knuckle = { + name = 'weapon_knuckle', + label = 'Knuckle', + description = 'A metal guard worn over the knuckles in fighting, especially to increase the effect of the blows', + type = 'weapon', + image = 'weapon_knuckle.png', + useable = false, + weight = 1000, + unique = true, + }, + trojan_usb = { + label = 'Trojan USB', + image = 'usb_device.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = 'Handy software to shut down some systems', + name = 'trojan_usb', + weight = 0, + }, + weapon_crossbow = { + label = 'Jagd Armbrust', + image = 'weapon_crossbow.png', + useable = true, + type = 'weapon', + unique = true, + shouldClose = true, + description = '', + name = 'weapon_crossbow', + weight = 1000, + }, + weapontint_mk2_21 = { + label = 'Bold Red & White Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Bold Red & White Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_21', + weight = 1000, + }, + weaponlicense = { + label = 'Weapon License', + image = 'weapon_license.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Weapon License', + name = 'weaponlicense', + weight = 0, + }, + weapon_flare = { + label = 'Flare pistol', + image = 'weapon_flare.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_FLARE', + description = 'A small pyrotechnic devices used for illumination and signalling', + name = 'weapon_flare', + weight = 1000, + }, + tims_instant_nudeln = { + label = 'Tim\'s Instant Nudeln', + image = 'tims_instant_nudeln.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'der Kulinarische Blitzbesuch in Fernost', + name = 'tims_instant_nudeln', + weight = 100, + }, + stickynote = { + label = 'Sticky note', + image = 'stickynote.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = 'Sometimes handy to remember something :)', + name = 'stickynote', + weight = 0, + }, + frittenwbm = { + label = 'Fritten wie bei Muttern', + image = 'Fritten_wie_bei_Muttern.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'frittenwbm', + weight = 100, + }, + ecola_flasche = { + label = 'E-Cola Flasche', + image = 'ecolabottle.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Flasche Cola', + name = 'ecola_flasche', + weight = 80, + }, + kadis_inter_kewers = { + label = 'Skadi\'s Winter Skewers', + image = 'SkadisWinterSkewers.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'skadis_winter_skewers', + weight = 200, + }, + baldurs_light = { + label = 'Baldur\'s Light', + image = 'BaldursLight.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Sanft und erfrischend, wie das reine Licht, das Baldur ausstrahlt.', + name = 'baldurs_light', + weight = 200, + }, + zeckenschutzmittel = { + label = 'Zeckenschutzmittel', + image = 'Zeckenschutzmittel.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'zeckenschutzmittel', + weight = 25, + }, + wurmkur = { + label = 'Wurmkur', + image = 'Wurmkur.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'wurmkur', + weight = 20, + }, + lidocain = { + label = 'Lidocain', + image = 'Lidocain.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'lidocain', + weight = 20, + }, + campers_fuel = { + label = 'Campers Fuel', + image = 'campers_fuel.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'ein Campers am morgen vertreibt Kummer und Sorgen', + name = 'campers_fuel', + weight = 100, + }, + cash = { + label = 'Bargeld', + image = 'cash.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Nur Bares ist wares...', + name = 'cash', + weight = 0, + }, + irishexit = { + label = 'Irish Exit', + image = 'irish_exit.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'irishexit', + weight = 100, + }, + shortened_gunbarrel = { + label = 'verkürzter Waffenlauf', + image = 'shotgun_barrel_compressed_better.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Weniger Lauf, mehr Stil', + name = 'shortened_gunbarrel', + weight = 1000, + }, + paper = {}, + ev_motor = { + label = 'EV_Motor', + image = 'ev_motor.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'ev_motor', + weight = 0, + }, + fat_end_muzzle_brake = { + label = 'Fat End Muzzle Brake', + image = 'fat_end_muzzle_brake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A muzzle brake for a weapon', + name = 'fat_end_muzzle_brake', + weight = 1000, + }, + vodka = { + label = 'Chernokov Vodka', + image = 'vodka.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Nach 4 Flaschen redet man Russisch.', + name = 'vodka', + weight = 500, + }, + kanister = { + label = 'leerer Kanister', + image = 'kanister.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'kanister', + weight = 600, + }, + steel_ingots = { + label = 'Stahlbarren', + image = 'steel_ingot.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Hier trifft pure Masse auf unendliches Potenzial.', + name = 'steel_ingots', + weight = 1000, + }, + rubber = { + label = 'Gummi', + image = 'rubber.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Rubber, I believe you can make your own rubber ducky with it :D', + name = 'rubber', + weight = 600, + }, + pipe = { + label = 'Pfeife', + image = 'pipe.png', + useable = true, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'pipe', + weight = 400, + }, + packlollis = { + label = 'Tüte Lollis', + image = 'packlollis.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'packlollis', + weight = 40, + }, + extras_kit = { + label = 'Fahrzeug Extras', + image = 'extras_kit.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'extras_kit', + weight = 0, + }, + weapon_pumpshotgun = { + label = 'Banalli Schrotflinte', + image = 'screenshot_399-removebg-preview.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SHOTGUN', + description = 'Der Türöffner für Cops, wenn Klopfen keine Option mehr ist.', + name = 'weapon_pumpshotgun', + weight = 1000, + }, + dirt = { + label = 'Erde', + image = 'dirt.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'dirt', + weight = 200, + }, + hundefutter = { + label = 'Hundefutter', + image = 'dogfood.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Futter für Hunde', + name = 'hundefutter', + weight = 200, + }, + dackels = { + label = 'Dackelschreck', + image = 'dacklschreck.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'dackels', + weight = 100, + }, + blood_1000 = { + label = 'Blut (1000ml)', + image = 'blood_100.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'blood_1000', + weight = 1000, + }, + smg_grip = { + label = 'SMG Griff', + image = 'grip_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'smg_grip', + weight = 100, + }, + anglegrinder = { + label = 'Flex', + image = 'anglegrinder.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '„Dein bester Freund, wenn’s darum geht, Dinge zu zerstören – äh, bearbeiten.“', + name = 'anglegrinder', + weight = 1000, + }, + weapon_switchblade = { + name = 'weapon_switchblade', + label = 'Switchblade', + description = 'A knife with a blade that springs out from the handle when a button is pressed', + type = 'weapon', + image = 'weapon_switchblade.png', + useable = false, + weight = 1000, + unique = true, + }, + vehicletrackertablet = { + label = 'Fahrzeugtracker Tablet', + image = 'vehicletrackertablet.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'vehicletrackertablet', + weight = 100, + }, + weapon_wrench = { + name = 'weapon_wrench', + label = 'Wrench', + description = 'A tool used for gripping and turning nuts, bolts, pipes, etc', + type = 'weapon', + image = 'weapon_wrench.png', + useable = false, + weight = 1000, + unique = true, + }, + flour = { + label = 'Packung Mehl ', + image = 'flour.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'flour', + weight = 1000, + }, + gg_coyote_fangs_03 = { + label = 'Makelloser Kojotenzahn', + image = 'gg_coyote_fangs_03.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_coyote_fangs_03', + weight = 1000, + }, + sniper_defaultclip = { + label = 'Sniper Magzin', + image = 'sniper_defaultclip.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'sniper_defaultclip', + weight = 100, + }, + cooked_bbq_sausages = { + label = 'gegrillte Bratwurst', + image = 'cooked_bbq_sausages.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cooked_bbq_sausages', + weight = 200, + }, + cigar = { + label = 'Zigarre', + image = 'cigar.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'cigar', + weight = 100, + }, + milk = { + label = 'Packung Milch', + image = 'milk.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Muuuuhhhh ', + name = 'milk', + weight = 400, + }, + spark_plug = { + label = 'Premium Zündkerzen', + image = 'spark_plug.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'spark_plug', + weight = 0, + }, + veh_suspension = { + label = 'Suspension', + image = 'veh_suspension.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Upgrade vehicle suspension', + name = 'veh_suspension', + weight = 1000, + }, + weapon_huntingrifle = { + label = 'Jagdgewehr', + image = 'weapon_huntingrifle.png', + useable = true, + type = 'weapon', + unique = true, + shouldClose = true, + description = '', + name = 'weapon_huntingrifle', + weight = 1000, + }, + weapon_combatmg_mk2 = { + label = 'Combat MG Mk II', + image = 'weapon_combatmg_mk2.png', + useable = true, + type = 'weapon', + unique = true, + ammotype = 'AMMO_MG', + description = 'Weapon Combatmg MK2', + name = 'weapon_combatmg_mk2', + weight = 1000, + }, + weapon_combatshotgun = { + label = 'Beanbag Shotgun', + image = 'weapon_combatshotgun.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_BEANBAG', + description = 'Weapon Combatshotgun', + name = 'weapon_combatshotgun', + weight = 1000, + }, + veh_engine = { + label = 'Engine', + image = 'veh_engine.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Upgrade vehicle engine', + name = 'veh_engine', + weight = 1000, + }, + kobolbrolle = { + label = 'Kobolbrolle', + image = 'kobolbrolle.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'kobolbrolle', + weight = 100, + }, + dirischebs = { + label = 'Der Irische Beziehungstatus', + image = 'Der_Irische_Beziehungsstatus.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'dirischebs', + weight = 100, + }, + chicken_thigh = { + label = 'rohe Hähnchenkeule', + image = 'chicken_thigh.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'chicken_thigh', + weight = 200, + }, + billokaffee = { + label = 'Billo Kaffee', + image = 'billokaffee.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Die Schande Kolumbiens', + name = 'billokaffee', + weight = 80, + }, + weapontint_mk2_5 = { + label = 'Classic Green Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Classic Green Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_5', + weight = 1000, + }, + wine = { + label = 'Rotwein', + image = 'wine.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Some good wine to drink on a fine evening', + name = 'wine', + weight = 300, + }, + file = { + label = 'SD Karte mit Datei', + image = 'file.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'file', + weight = 100, + }, + weapontint_mk2_13 = { + label = 'Bold Pink Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Bold Pink Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_13', + weight = 1000, + }, + raw_sausages = { + label = 'rohe Bratwurst', + image = 'raw_sausages.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'raw_sausages', + weight = 100, + }, + elastic_bandage = { + label = 'Elastische Binde', + image = 'elastisches-medizinisches-bandageband-komprimierend-geringe-dehnung-80-mm_189499203-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'elastic_bandage', + weight = 100, + }, + marble_pop_limo = { + label = 'Marble Pop Limo', + image = 'marblepop.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Kult-Getränk aus Japan: Erfrischende Limonade mit fruchtigem Geschmack und der typischen Glasmurmel', + name = 'marble_pop_limo', + weight = 200, + }, + weapontint_4 = { + label = 'Army Tint', + image = 'weapontint_army.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Army Weapon Tint', + name = 'weapontint_4', + weight = 1000, + }, + weapontint_mk2_31 = { + label = 'Metallic Orange & Yellow Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Metallic Orange & Yellow Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_31', + weight = 1000, + }, + odins_mead = { + label = ' Odin\'s Mead', + image = 'OdinsMead.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Ein weises Getränk, so alt wie die Geschichten von Asgard selbst.', + name = 'odins_mead', + weight = 200, + }, + simcard = { + label = 'Sim-Karte', + image = 'simcard.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '„Nicht einfach eine SIM. Ein Statement für Stil – in der Welt der Empfangslosen.“', + name = 'simcard', + weight = 1, + }, + espresso = { + label = 'Tasse Espresso', + image = 'espresso.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Hiernach bist du safe wach ^^', + name = 'espresso', + weight = 100, }, raki = { + label = 'Raki', + image = 'raki.png', + useable = true, + type = 'item', + unique = true, shouldClose = true, description = 'türkisches Nationalgetränk, aus Weintrauben oder Rosinen gebrannter Anisée', - label = 'Raki', - unique = true, name = 'raki', weight = 200, + }, + reinforced_handle = { + label = 'Verstärkter Griff', + image = 'Verstaerktergriff.png', + useable = false, type = 'item', + unique = false, + shouldClose = false, + description = 'Der Bodybuilder unter den Griffen', + name = 'reinforced_handle', + weight = 1000, + }, + vehicletrackerscanner = { + label = 'Fahrzeugtracker Scanner', + image = 'vehicletrackerscanner.png', useable = true, - image = 'raki.png', + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'vehicletrackerscanner', + weight = 100, + }, + cappuccino = { + label = 'Tasse Cappuccino', + image = 'cappuccino.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '„Cappucioni – halb Schaum, halb Koffein, 100 % Attitüde. Gebrüht wie ein Drive-By: schnell, heiß und mit ordentlich Einschlag.“', + name = 'cappuccino', + weight = 100, + }, + smg_scope = { + label = 'SMG Visier', + image = 'holoscope_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'smg_scope', + weight = 100, + }, + kas_leberkas_semmal = { + label = 'Kas Leberkas Semmal', + image = 'kas_leberkas_semmal.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Mehr Fleisch als Worte – des is koa Semmel, des is a Lebensgefühl!', + name = 'kas_leberkas_semmal', + weight = 100, + }, + potatobag = { + label = 'Sack Kartoffeln', + image = 'potatobag.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'potatobag', + weight = 1000, + }, + dins_isdom_latter = { + label = 'Odin\'s Wisdom Platter', + image = 'OdinsWisdomPlatter.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Eine herzhafte Mischung, die den Wissensdurst und die Abenteuerlust des Göttervaters befriedigt.', + name = 'dins_isdom_latter', + weight = 200, + }, + kennzeichen_tool = { + label = 'Kennzeichen', + image = 'kennzeichen_tool.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'kennzeichen_tool', + weight = 0, + }, + gg_salt_block_01 = { + label = 'Salzblock', + image = 'gg_salt_block_01.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'gg_salt_block_01', + weight = 100, + }, + worm_bait = { + label = 'Wurm', + image = 'worm_bait.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'worm_bait', + weight = 2, + }, + weapon_briefcase = { + name = 'weapon_briefcase', + label = 'Briefcase', + description = 'A briefcase for storing important documents', + type = 'weapon', + image = 'weapon_briefcase.png', + useable = false, + weight = 1000, + unique = true, + }, + cigbox = { + label = 'Zigarrenkiste', + image = 'cigbox.png', + useable = true, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'cigbox', + weight = 400, + }, + doj_card = { + label = 'DOJ Card', + image = 'doj_card.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'doj_card', + weight = 10, + }, + vitaminloesung_750 = { + label = 'Vitaminlösung 750', + image = 'screenshot_696-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'vitaminloesung_750', + weight = 750, + }, + veh_plates = { + label = 'Plates', + image = 'veh_plates.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Install vehicle plates', + name = 'veh_plates', + weight = 1000, + }, + smg_suppressor = { + label = 'SMG Schalldämpfer', + image = 'suppressor_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'smg_suppressor', + weight = 100, + }, + filled_evidence_bag = { + label = 'Evidence Bag', + image = 'evidence.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = 'A filled evidence bag to see who committed the crime >:(', + name = 'filled_evidence_bag', + weight = 200, + }, + cryptostick = { + label = 'Crypto Stick', + image = 'cryptostick.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Why would someone ever buy money that doesn\'t exist.. How many would it contain..?', + name = 'cryptostick', + weight = 200, + }, + apple = { + label = 'Apfel', + image = 'screenshot_848-removebg-preview.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'apple', + weight = 100, + }, + v6_engine = { + label = 'V6 Motor', + image = 'v6_engine.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'v6_engine', + weight = 0, + }, + patriotcamo_attachment = { + label = 'Patriot Camo', + image = 'patriotcamo_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A patriot camo for a weapon', + name = 'patriotcamo_attachment', + weight = 1000, + }, + veh_armor = { + label = 'Armor', + image = 'veh_armor.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Upgrade vehicle armor', + name = 'veh_armor', + weight = 1000, + }, + weed_skunk = { + label = 'Skunk 2g', + image = 'weed_baggy.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = 'A weed bag with 2g Skunk', + name = 'weed_skunk', + weight = 200, + }, + weapontint_mk2_20 = { + label = 'Bold Yellow Features Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Bold Yellow Features Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_20', + weight = 1000, + }, + pork_joint = { + label = 'roher Schweinebraten', + image = 'pork_joint.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'pork_joint', + weight = 200, + }, + klimo = { + label = 'Kirschlimonade', + image = 'klimo.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'klimo', + weight = 10, + }, + repairkit = { + label = 'Repairkit', + image = 'repairkit.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A nice toolbox with stuff to repair your vehicle', + name = 'repairkit', + weight = 2500, + }, + rawmeat = { + label = 'rohes Fleisch', + image = 'rawmeat.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'rawmeat', + weight = 100, + }, + halbes_haendel = { + label = 'Halbes Händel', + image = 'halbes_haendel.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'zum Finger lecken gut ^^', + name = 'halbes_haendel', + weight = 100, + }, + weapon_heavysniper_mk2 = { + label = 'Heavy Sniper Mk II', + image = 'weapon_heavysniper_mk2.png', + useable = true, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SNIPER', + description = 'Weapon Heavysniper MK2', + name = 'weapon_heavysniper_mk2', + weight = 1000, + }, + water_bottle = { + label = 'Wasser Flasche ', + image = 'wasserflasche.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Gerüchte sagen, es stammt aus einem Gletscher – wahrscheinlich eher aus dem Hahn hinterm Werkstor.', + name = 'water_bottle', + weight = 100, + }, + sniper_flashlight = { + label = 'Sniper Licht', + image = 'flashlight_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'sniper_flashlight', + weight = 100, + }, + bagruben = { + label = 'Sack Zuckerrüben', + image = 'bagruben.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'bagruben', + weight = 2000, + }, + hopfen = { + label = 'Hopfen', + image = 'hopfen.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'hopfen', + weight = 100, + }, + cooked_brisket = { + label = 'gegrilltes Brisket', + image = 'cooked_brisket.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cooked_brisket', + weight = 200, + }, + stancing_kit = { + label = 'Stancing Kit', + image = 'stancing_kit.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'stancing_kit', + weight = 0, + }, + salbutamol = { + label = 'Salbutamol', + image = 'salbutamol.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'salbutamol', + weight = 10, + }, + gg_captured_hen = { + label = 'Gefangenes Huhn', + image = 'gg_captured_hen.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_captured_hen', + weight = 5000, + }, + gg_salt_block_02 = { + label = 'besserer Salzblock', + image = 'gg_salt_block_02.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'gg_salt_block_02', + weight = 100, + }, + wwine = { + label = 'Weißwein', + image = 'wwine.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'wwine', + weight = 300, + }, + weapon_assaultrifle_mk2 = { + label = 'Assault Rifle Mk II', + image = 'weapon_assaultrifle_mk2.png', + useable = true, + type = 'weapon', + unique = true, + ammotype = 'AMMO_RIFLE', + description = 'Assault Rifle MK2', + name = 'weapon_assaultrifle_mk2', + weight = 1000, + }, + cefalexin = { + label = 'Cefalexin', + image = 'Cefalexin.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cefalexin', + weight = 20, + }, + badfruit = { + label = 'Faules Obst', + image = 'badfruit.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'badfruit', + weight = 100, + }, + weapon_stickybomb = { + name = 'weapon_stickybomb', + label = 'C4', + description = 'An explosive charge covered with an adhesive that when thrown against an object sticks until it explodes', + type = 'weapon', + image = 'weapon_stickybomb.png', + useable = false, + weight = 1000, + unique = true, + }, + paracetamol = { + label = 'Paracetamol', + image = 'Paracetamol.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'paracetamol', + weight = 20, + }, + i4_engine = { + label = 'I4 Motor', + image = 'i4_engine.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'i4_engine', + weight = 0, + }, + weapon_ceramicpistol = { + label = 'Ceramic Pistol', + image = 'weapon_ceramicpistol.png', + useable = true, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'Weapon Ceramicpistol', + name = 'weapon_ceramicpistol', + weight = 1000, + }, + weapontint_mk2_17 = { + label = 'Bold Red Features Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Bold Red Features Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_17', + weight = 1000, + }, + gg_hunting_knife_01 = { + label = 'Klassisches Jagdmesser', + image = 'gg_hunting_knife_01.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_hunting_knife_01', + weight = 1000, + }, + armor = { + label = 'Kugelsichere Weste', + image = 'armor.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Some protection won\'t hurt... right?', + name = 'armor', + weight = 4000, + }, + drone = { + label = 'Drohne', + image = 'drone.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'drone', + weight = 1000, + }, + emptybottle = { + label = 'leere Flasche', + image = 'emptybottle.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'emptybottle', + weight = 200, + }, + falafel = { + label = 'Falafel', + image = 'Falafel.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Falafel mit Joghurtsauce', + name = 'falafel', + weight = 200, + }, + radio = { + label = 'Funkgerät', + image = 'radio.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = 'You can communicate with this through a signal', + name = 'radio', + weight = 600, + }, + weapon_assaultrifle = { + label = 'AK 75', + image = 'weapon_assaultrifle.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_RIFLE', + description = 'Russlands Antwort auf jedes Problem: zuverlässig, unkaputtbar und schießt sogar noch, wenn Wodka drüber gekippt wird.', + name = 'weapon_assaultrifle', + weight = 1000, + }, + weapontint_mk2_28 = { + label = 'Metallic Green Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Metallic Green Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_28', + weight = 1000, + }, + eimdalls_uard_read = { + label = 'Heimdall\'s Guard Bread', + image = 'HeimdallsGuardBread.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Stark und nahrhaft, dieses Brot bewacht den Magen und bereitet dich auf den Genuss der kommenden Speisen vor.', + name = 'heimdalls_guard_bread', + weight = 200, + }, + aktexyz = { + label = 'Akte XYZ', + image = 'aktexyz.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'aktexyz', + weight = 100, + }, + attachment_bench = { + label = 'Attachment Workbench', + image = 'attworkbench.png', + useable = true, + type = 'item', + unique = true, + shouldClose = false, + description = 'A workbench for crafting attachments.', + name = 'attachment_bench', + weight = 15000, + }, + pussycat = { + label = 'Pussycat', + image = 'pussycat.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Für die einsamen Nächte.', + name = 'pussycat', + weight = 40, + }, + heavy_duty_muzzle_brake = { + label = 'HD Muzzle Brake', + image = 'heavy_duty_muzzle_brake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A muzzle brake for a weapon', + name = 'heavy_duty_muzzle_brake', + weight = 1000, + }, + spazi_limo = { + label = 'Bergbräu Limo', + image = 'spazi_limo.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Spritzig, lecker, absolut neu und revolutionär. Ähnlichkeiten zu anderen Limos? Niemals. Reinste Zufälle. Wirklich.', + name = 'spazi_limo', + weight = 150, + }, + pistol_compensator = { + label = 'Pistolen Kompensator', + image = 'comp_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'pistol_compensator', + weight = 100, + }, + quickclot = { + label = 'Wundschnellverband', + image = '40053-QuikClot-Combat-Gauze-01-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'quickclot', + weight = 100, + }, + cigs = { + label = 'Zigarette', + image = 'cigs.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cigs', + weight = 200, + }, + amoxicillin = { + label = 'Amoxicillin', + image = 'amoxicillin.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'amoxicillin', + weight = 20, + }, + eis_konfekt = { + label = 'Eis Konfekt', + image = 'ChatGPT_Image_27._Apr._2025__12_24_22-removebg-preview.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Eis Konfekt – der erfrischende Klassiker aus den 70er Jahren!', + name = 'eis_konfekt', + weight = 100, + }, + ggdrasils_oots = { + label = 'Yggdrasil\'s Roots', + image = 'YggdrasilsRootsGemuseChips.png.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Tief verwurzelt in den Gaben der Natur, bieten diese knusprigen Snacks eine Verbindung zu den alten Geschichten.', + name = 'yggdrasils_roots', + weight = 200, + }, + barrel_attachment = { + label = 'Barrel', + image = 'barrel_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A barrel for a weapon', + name = 'barrel_attachment', + weight = 1000, + }, + nordisee_fischfrikadellenbroetchen = { + label = 'Nordisee Fischfrikadellenbrötchen', + image = 'nordisee_fischfrikadellenbroetchen.png', + useable = true, + type = 'item', + unique = false, + 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."', + name = 'nordisee_fischfrikadellenbroetchen', + weight = 100, + }, + tavor1 = { + label = 'Tavor 1,0 mg', + image = 'tavor1.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'tavor1', + weight = 20, + }, + shotgun_suppressor = { + label = 'Shotgun Schalldämpfer', + image = 'suppressor_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'shotgun_suppressor', + weight = 100, + }, + drift_tuning_kit = { + label = 'Driftkit', + image = 'drift_tuning_kit.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'drift_tuning_kit', + weight = 0, + }, + shotgun_scope = { + label = 'MK2 Shotgun Visier', + image = 'smallscope_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'shotgun_scope', + weight = 100, + }, + yggdrasils_root = { + label = 'Yggdrasil\'s Root', + image = 'YggdrasilsRoot.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'yggdrasils_root', + weight = 200, + }, + baklava = { + label = 'Baklava', + image = 'baklava.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'baklava', + weight = 100, + }, + pelmini = { + label = 'Pelmini', + image = 'pelmini.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Kleine Teigtaschen, große Gefühle – Pelmeni lieben dich zurück!', + name = 'pelmini', + weight = 100, + }, + fenystil = { + label = 'Fenistil', + image = 'fenystil.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'fenystil', + weight = 100, + }, + weapontint_5 = { + label = 'LSPD Tint', + image = 'weapontint_lspd.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'LSPD Weapon Tint', + name = 'weapontint_5', + weight = 1000, + }, + weapon_snspistol = { + label = 'Durov Pistole', + image = 'screenshot_401-removebg-preview.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = ' So unauffällig, dass selbst der Agent manchmal vergisst, dass er sie dabei hat.', + name = 'weapon_snspistol', + weight = 1000, + }, + tier_leckerlis = { + label = 'Tier Leckerlis', + image = 'tier_leckerlies.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Freude für deinen Vierbeiner.', + name = 'tier_leckerlis', + weight = 100, + }, + pistol_smallscope = { + label = 'MK2 Revolver Visier', + image = 'smallscope_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'pistol_smallscope', + weight = 100, + }, + raw_turkey_drums = { + label = 'rohe Putenkeulen', + image = 'raw_turkey_drums.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'raw_turkey_drums', + weight = 200, + }, + rolling_paper = { + label = 'Drehpapier', + image = 'rolling_paper2.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = 'Der Stoff, der Gras und Tabak zusammenhält', + name = 'rolling_paper', + weight = 200, + }, + ecola_zero_flasche = { + label = 'E-Cola Zero Flasche', + image = 'ecolazerobottle.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Flasche Cola', + name = 'ecola_zero_flasche', + weight = 80, + }, + bauernsalat = { + label = 'Çorban salatası ', + image = 'corban.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Türkischer Bauernsalat', + name = 'bauernsalat', + weight = 200, + }, + slushi = { + label = 'Slushi', + image = 'slushi.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Erfrischung pur in jedem Schluck – Gönn dir deinen Slushi!', + name = 'slushi', + weight = 150, + }, + metacam = { + label = 'Metacam', + image = 'Metacam.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'metacam', + weight = 20, + }, + cup_beer = { + label = 'Becher Bier', + image = 'cup_beer.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cup_beer', + weight = 100, + }, + thiopental = { + label = 'Thiopental', + image = 'screenshot_696-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'thiopental', + weight = 100, + }, + ready_methpipe = { + label = 'Gefüllte Methpfeife', + image = 'opium_pipe.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Der schnelle Weg ins Nirvana – aber du verpasst den Ausgang', + name = 'ready_methpipe', + weight = 500, + }, + coffee = { + label = 'Kaffee Togo', + image = 'coffee.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Pump 4 Caffeine', + name = 'coffee', + weight = 200, + }, + shotgun_grip = { + label = 'Shotgun Griff', + image = 'grip_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'shotgun_grip', + weight = 100, + }, + flashlight_attachment = { + label = 'Flashlight', + image = 'flashlight_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A flashlight for a weapon', + name = 'flashlight_attachment', + weight = 1000, + }, + vitaminloesung_500 = { + label = 'Vitaminlösung 500', + image = 'screenshot_696-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'vitaminloesung_500', + weight = 500, + }, + field_dressing = { + label = 'Verbandtuch', + image = 'screenshot_477-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'field_dressing', + weight = 100, + }, + tunerlaptop = { + label = 'Tunerchip', + image = 'tunerchip.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'With this tunerchip you can get your car on steroids... If you know what you\'re doing', + name = 'tunerlaptop', + weight = 2000, + }, + weapon_dagger = { + name = 'weapon_dagger', + label = 'Dagger', + description = 'A short knife with a pointed and edged blade, used as a weapon', + type = 'weapon', + image = 'weapon_dagger.png', + useable = false, + weight = 1000, + unique = true, + }, + ecg_monitor = { + label = 'EKG Monitor', + image = '148383-multiparameter-patientenmonitor-pc-3000-lepu-medical-2-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'ecg_monitor', + weight = 2500, + }, + gardenshovel = { + label = 'Gartenschaufel', + image = 'gardenshovel.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'gardenshovel', + weight = 0.09999999999999432, + }, + gg_boar_tusk_01 = { + label = 'Rauer Eberzahn', + image = 'gg_boar_tusk_01.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_boar_tusk_01', + weight = 1000, + }, + weapon_assaultsmg = { + label = 'BDR-C ', + image = 'weapon_assaultsmg.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SMG', + description = 'Voll Scifi ^^', + name = 'weapon_assaultsmg', + weight = 1000, + }, + cigkfte = { + label = 'Cigköfte', + image = 'cigkfte.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cigkfte', + weight = 10, + }, + gunpowder = { + label = 'Schwarzpulver', + image = 'gunpowder.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Schwarzes Pulver kann Schaden machen kann im Verdichten Zustand', + name = 'gunpowder', + weight = 500, + }, + nacl_500 = { + label = 'NACL (500ml)', + image = 'nacl.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'nacl_500', + weight = 500, + }, + ems_card = { + label = 'MD Dienstausweis', + image = 'police_card.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'ems_card', + weight = 10, }, nightvision = { + label = 'Nachtsichtgerät', + image = 'nightvision.png', + useable = false, + type = 'item', + unique = true, shouldClose = true, description = '', - label = 'Nachtsichtgerät', - unique = true, name = 'nightvision', weight = 100, - type = 'item', - useable = false, - image = 'nightvision.png', }, - antipatharia_coral = { - shouldClose = true, - description = 'Its also known as black corals or thorn corals', - label = 'Antipatharia', - unique = false, - name = 'antipatharia_coral', - weight = 1000, + gg_hunting_animaltracker = { + label = 'Tier Ortungsgerät', + image = 'gg_hunting_animaltracker.png', + useable = true, type = 'item', - useable = false, - image = 'antipatharia_coral.png', - }, - olimo = { + unique = true, shouldClose = true, description = '', - label = 'Orangenlimonade', - unique = false, - name = 'olimo', - weight = 10, + name = 'gg_hunting_animaltracker', + weight = 1000, + }, + lighter = { + label = 'Feuerzeug', + image = 'lighter.png', + useable = false, type = 'item', + unique = false, + shouldClose = true, + description = 'Flamme an oder so ....', + name = 'lighter', + weight = 100, + }, + raw_beef_brisket = { + label = 'rohes Beef Brisket', + image = 'raw_beef_brisket.png', useable = true, - image = 'olimo.png', + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'raw_beef_brisket', + weight = 200, + }, + weapon_assaultshotgun = { + label = 'Assault Shotgun', + image = 'weapon_assaultshotgun.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SHOTGUN', + description = 'An assault version of asmoothbore gun for firing small shot at short range', + name = 'weapon_assaultshotgun', + weight = 1000, + }, + vitaminloesung_1000 = { + label = 'Vitaminlösung 1000', + image = 'screenshot_696-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'vitaminloesung_1000', + weight = 1000, + }, + newsbmic = { + label = 'Boom Microphone', + image = 'newsbmic.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'A Useable BoomMic', + name = 'newsbmic', + weight = 100, + }, + ggdrasils_ssence = { + label = 'Yggdrasil\'s Essence', + image = 'YggdrasilsEssence.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Erdend und zugleich erfrischend, dieses Getränk bringt die Essenz des Weltenbaums direkt ins Glas.', + name = 'ggdrasils_ssence', + weight = 200, + }, + kolonya = { + label = 'Kolonya', + image = 'Kolonya.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Duftwasser - Geschenk für Gäste', + name = 'kolonya', + weight = 150, + }, + weapon_vintagepistol = { + label = 'Vintage Pistol', + image = 'weapon_vintagepistol.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'An antique firearm designed to be held in one hand', + name = 'weapon_vintagepistol', + weight = 1000, + }, + weapon_hazardcan = { + label = 'Hazardous Jerry Can', + image = 'weapon_hazardcan.png', + useable = true, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PETROLCAN', + description = 'Weapon Hazardcan', + name = 'weapon_hazardcan', + weight = 1000, + }, + weapon_autoshotgun = { + label = 'Auto Shotgun', + image = 'weapon_autoshotgun.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SHOTGUN', + description = 'A shotgun capable of rapid continous fire', + name = 'weapon_autoshotgun', + weight = 1000, + }, + weapontint_mk2_19 = { + label = 'Bold Cyan Features Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Bold Cyan Features Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_19', + weight = 1000, + }, + bcesandwich = { + label = 'Bacon Cheese Egg Sandwich', + image = 'bcesandwich.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Knuspriger Bacon, geschmolzener Käse und ein saftiges Spiegelei, geschichtet zwischen zwei goldbraun gerösteten Toastscheiben', + name = 'bcesandwich', + weight = 200, + }, + weapon_hatchet = { + name = 'weapon_hatchet', + label = 'Beil', + description = 'A small axe with a short handle for use in one hand', + type = 'weapon', + image = 'weapon_hatchet.png', + useable = false, + weight = 1000, + unique = true, + }, + weapon_crowbar = { + name = 'weapon_crowbar', + label = 'Crowbar', + description = 'An iron bar with a flattened end, used as a lever', + type = 'weapon', + image = 'weapon_crowbar.png', + useable = false, + weight = 1000, + unique = true, + }, + heartstopper = { + label = 'Heart Stopper ', + image = 'heartstopper.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '"Sieben Lagen pures Glück – und ein direkter Weg zum Herzstillstand!"', + name = 'heartstopper', + weight = 600, + }, + stoff = { + label = 'Stoff ', + image = 'stoff.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'stoff', + weight = 100, + }, + weapontint_6 = { + label = 'Orange Tint', + image = 'weapontint_orange.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Orange Weapon Tint', + name = 'weapontint_6', + weight = 1000, + }, + ['5-fach_impfung_hund'] = { + label = '5-fach Impfung Hund', + image = 'hundeimpfstoff.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = '5-fach_impfung_hund', + weight = 20, + }, + nitrous = { + label = 'Nitrous', + image = 'nitrous.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Speed up, gas pedal! :D', + name = 'nitrous', + weight = 1000, + }, + boxorange = { + label = 'Kiste Orangen', + image = 'boxorange.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'boxorange', + weight = 1000, + }, + weapons_route = { + label = 'Waffen Route', + image = 'weaponsroute.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + name = 'weapons_route', + weight = 10, + }, + weapontint_1 = { + label = 'Green Tint', + image = 'weapontint_green.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Green Weapon Tint', + name = 'weapontint_1', + weight = 1000, + }, + firstaid = { + label = 'First Aid', + image = 'firstaid.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'You can use this First Aid kit to get people back on their feet', + name = 'firstaid', + weight = 2500, + }, + bikerack = { + label = 'Fahrradträger', + image = 'bikerack.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'bikerack', + weight = 1000, + }, + trigger_unit = { + label = 'Abzugseinheit', + image = 'snspistol_part_2.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Der Schalter für Action – einmal drücken, und die Welt verändert sich', + name = 'trigger_unit', + weight = 200, + }, + salsa_nachos = { + label = 'Nachos mit Salsa', + image = 'ChatGPT_Image_26._Apr._2025__19_00_33-removebg-preview.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Knusprige Nachos, serviert mit frischer, würziger Salsa ', + name = 'salsa_nachos', + weight = 200, + }, + boxmilk = { + label = 'Karton mit Milch', + image = 'boxmilk.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'boxmilk', + weight = 1200, + }, + tranexamsaure = { + label = 'Tranexamsäure', + image = 'tranexamsaure.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'tranexamsaure', + weight = 20, + }, + walkstick = { + label = 'Walking Stick', + image = 'walkstick.png', + useable = false, + type = 'weapon', + unique = true, + shouldClose = true, + description = 'Walking stick for ya\'ll grannies out there.. HAHA', + name = 'walkstick', + weight = 1000, + }, + c_cake = { + label = 'Chocolate Cake', + image = 'c_cake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'c_cake', + weight = 10, + }, + smg_ammo = { + label = 'SMG Munition', + image = 'smg_ammo.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Kleines schnelles Peng', + name = 'smg_ammo', + weight = 500, + }, + bcso_card = { + label = 'BCSO Dienstausweis', + image = 'police_card.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'bcso_card', + weight = 0, + }, + bread_bait = { + label = 'Stück Brot', + image = 'bread_bait.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'bread_bait', + weight = 10, + }, + vomex = { + label = 'Vomex', + image = 'vomex.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'vomex', + weight = 20, + }, + iron = { + label = 'Iron', + image = 'iron.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Handy piece of metal that you can probably use for something', + name = 'iron', + weight = 100, + }, + machete_blade = { + label = 'Machete Klinge', + image = 'Machetenklinge.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Wenn du mehr als nur ein bisschen Durchblick brauchst – sie räumt den Weg frei', + name = 'machete_blade', + weight = 500, + }, + roofbox_carbon = { + label = 'Carbon Dachbox', + image = 'roofbox_carbon.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'roofbox_carbon', + weight = 1000, + }, + semi_slick_tyres = { + label = 'Reifen semi slick', + image = 'semi_slick_tyres.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'semi_slick_tyres', + weight = 0, + }, + rifle_drum = { + label = 'Gewehr Trommelmagzin', + image = 'drum_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'rifle_drum', + weight = 100, + }, + rifle_holoscope = { + label = '100', + image = 'holoscope_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'MK2 Gewehr Holovisier', + name = 'rifle_holoscope', + weight = 100, + }, + plastic = { + label = 'Kunststoff', + image = 'plastic.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'RECYCLE! - Greta Thunberg 2019', + name = 'plastic', + weight = 100, + }, + nitrous_install_kit = { + label = 'Nitrokit', + image = 'nitrous_install_kit.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'nitrous_install_kit', + weight = 0, + }, + orange_o_tang_flasche = { + label = 'Orange O Tang Flasche', + image = 'orange_o_tang_flasche.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Flasche Orangen Limo', + name = 'orange_o_tang_flasche', + weight = 80, + }, + hotdog = { + label = 'Hot Dog', + image = 'screenshot_691-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'hotdog', + weight = 100, + }, + rolex = { + label = 'Golden Watch', + image = 'rolex.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = 'A golden watch seems like the jackpot to me!', + name = 'rolex', + weight = 1500, + }, + cleaningkit = { + label = 'Cleaning Kit', + image = 'cleaningkit.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A microfiber cloth with some soap will let your car sparkle again!', + name = 'cleaningkit', + weight = 250, + }, + weapon_raycarbine = { + label = 'Unholy Hellbringer', + image = 'weapon_raycarbine.png', + useable = true, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SMG', + description = 'Weapon Raycarbine', + name = 'weapon_raycarbine', + weight = 1000, + }, + binoculars = { + label = 'Fernglas', + image = 'fernglas.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'EY!DU sollst nicht spannern!', + name = 'binoculars', + weight = 600, + }, + korb = { + label = 'Korb', + image = 'korb.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'korb', + weight = 0.09999999999999432, + }, + popcorn = { + label = 'Popcorn', + image = 'ChatGPT Image 26. Apr. 2025, 17_05_56-min.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Frisch aufgepopptes Popcorn ', + name = 'popcorn', + weight = 150, + }, + gg_rabbit_pelt_03 = { + label = 'Makelloses Kaninchenfell', + image = 'gg_rabbit_pelt_03.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_rabbit_pelt_03', + weight = 1000, + }, + dackelk = { + label = 'Dackelklatscher', + image = 'Dackelklatscher.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'dackelk', + weight = 100, + }, + vape = { + label = 'E-Dampfe', + image = 'vape.png', + useable = true, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'vape', + weight = 200, + }, + e_kaffee = { + label = 'Eiskaffee', + image = 'e_kaffee.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'e_kaffee', + weight = 10, + }, + raw_wings = { + label = 'rohe Chickenwings', + image = 'raw_wings.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'raw_wings', + weight = 200, + }, + veh_tint = { + label = 'Tints', + image = 'veh_tint.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Install vehicle tint', + name = 'veh_tint', + weight = 1000, + }, + stevens_apfelmustorte = { + label = 'Stevens Apfelmustorte', + image = 'stevens_apfelmustorte.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'wie bei Oma', + name = 'stevens_apfelmustorte', + weight = 200, + }, + rifle_smallscope = { + label = 'MK2 Gewehr Visier klein', + image = 'smallscope_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'rifle_smallscope', + weight = 100, + }, + fish_and_chips = { + label = 'Fish and Chips', + image = 'fish_and_chips.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'very british ^^', + name = 'fish_and_chips', + weight = 200, + }, + slick_tyres = { + label = 'Reifen slick', + image = 'slick_tyres.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'slick_tyres', + weight = 0, + }, + shotgun_flashlight = { + label = 'Shotgun Licht', + image = 'flashlight_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'shotgun_flashlight', + weight = 100, + }, + oxy = { + label = 'Prescription Oxy', + image = 'oxy.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'The Label Has Been Ripped Off', + name = 'oxy', + weight = 0, + }, + junk_energy = { + label = 'Junk Energy', + image = 'junk_energy.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Dose mit Engery', + name = 'junk_energy', + weight = 100, + }, + weapon_proxmine = { + name = 'weapon_proxmine', + label = 'Proxmine Grenade', + description = 'A bomb placed on the ground that detonates when going within its proximity', + type = 'weapon', + image = 'weapon_proximitymine.png', + useable = false, + weight = 1000, + unique = true, + }, + weapon_colbaton = { + label = 'Teleskopschlagstock', + image = 'weapon_colbaton.png', + useable = true, + type = 'weapon', + unique = true, + shouldClose = true, + description = '', + name = 'weapon_colbaton', + weight = 100, + }, + vehicle_wheels = { + label = 'Felgen', + image = 'vehicle_wheels.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'vehicle_wheels', + weight = 0, + }, + screwdriverset = { + label = 'Schraubendreher Set', + image = 'screwdriverset.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = 'Sehr nützlich zum Schrauben... zu schrauben...', + name = 'screwdriverset', + weight = 1000, + }, + weed = { + label = 'Cannabis Knolle', + image = 'marihuana.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = 'Wächst, riecht, entspannt', + name = 'weed', + weight = 100, + }, + kaugummi = { + label = 'Kaugummi ', + image = 'kaugummi.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Damit dein Maul net mehr so Stinkt...', + name = 'kaugummi', + weight = 40, + }, + bw_cupcake = { + label = 'Black & White Cupcake', + image = 'bw_cupcake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'bw_cupcake', + weight = 10, + }, + fries_with_dip = { + label = 'Pommes mit Dip ', + image = 'ChatGPT_Image_27._Apr._2025__12_41_35-removebg-preview.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Knusprig goldene Pommes, serviert im kleinen Metallkorb – dazu ein cremiger Dip im stilechten Mini-Metalleimer.', + name = 'fries_with_dip', + weight = 200, + }, + amiodaron = { + label = 'Amiodaron', + image = 'amiodaron.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'amiodaron', + weight = 15, }, lolli = { + label = 'Lolli', + image = 'lolli.png', + useable = true, + type = 'item', + unique = false, shouldClose = true, description = 'Du Lutscher ^^', - label = 'Lolli', - unique = false, name = 'lolli', weight = 4, - type = 'item', - useable = true, - image = 'lolli.png', }, - cc_cino = { + packing_bandage = { + label = 'Verbandpäckchen', + image = 'screenshot_478-removebg-preview.png', + useable = true, + type = 'item', + unique = false, shouldClose = true, description = '', - label = 'Cappuccino', - unique = false, - name = 'cc_cino', - weight = 10, - type = 'item', - useable = true, - image = 'cc_cino.png', - }, - weapon_dbshotgun = { - ammotype = 'AMMO_SHOTGUN', - description = 'A shotgun with two parallel barrels, allowing two single shots to be fired in quick succession', - label = 'Double-barrel Shotgun', - unique = true, - name = 'weapon_dbshotgun', - weight = 1000, - type = 'weapon', - useable = false, - image = 'weapon_dbshotgun.png', - }, - wood = { - shouldClose = false, - description = 'Ich und mein Holz....', - label = 'Holz', - unique = false, - name = 'wood', - weight = 1000, - type = 'item', - useable = false, - image = 'wood.png', - }, - duct_tape = { - shouldClose = true, - description = '', - label = 'Klebeband', - unique = false, - name = 'duct_tape', - weight = 0, - type = 'item', - useable = true, - image = 'duct_tape.png', - }, - newsmic = { - shouldClose = true, - description = 'A microphone for the news', - label = 'News Microphone', - unique = true, - name = 'newsmic', + name = 'packing_bandage', weight = 100, - type = 'item', + }, + ecola_zero_dose = { + label = 'E-Cola Zero Dose', + image = 'ecolazerocan.png', useable = true, - image = 'newsmic.png', - }, - marshal_card = { - shouldClose = false, - description = '', - label = 'Marshal Card', - unique = false, - name = 'marshal_card', - weight = 0, type = 'item', - useable = false, - image = 'police_card.png', - }, - police_card = { + unique = false, shouldClose = true, - description = '', - label = 'PD Dienstausweis', + description = 'Dose Cola', + name = 'ecola_zero_dose', + weight = 50, + }, + weapontint_mk2_25 = { + label = 'Metallic Gray & Lilac Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Metallic Gray & Lilac Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_25', + weight = 1000, + }, + sunflowerseeds = { + label = 'Sonnenblumenkerne', + image = 'Sonnenblumenkerne.png', + useable = true, + type = 'item', unique = true, - name = 'police_card', - weight = 10, - type = 'item', - useable = true, - image = 'police_card.png', + shouldClose = true, + description = 'Der Snack zum selber knacken', + name = 'sunflowerseeds', + weight = 100, }, - gg_hunting_arrowammo = { + loaded_fries = { + label = 'Loaded Fries', + image = 'loaded_fries.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Knusprige Pommes, reich belegt mit köstlichen Toppings', + name = 'loaded_fries', + weight = 100, + }, + grip_attachment = { + label = 'Grip', + image = 'grip_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A grip for a weapon', + name = 'grip_attachment', + weight = 1000, + }, + weapontint_0 = { + label = 'Default Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Default/Black Weapon Tint', + name = 'weapontint_0', + weight = 1000, + }, + cooked_lamb_chop = { + label = 'gegrillte Lamkeule', + image = 'cooked_lamb_chops.png', + useable = true, + type = 'item', + unique = false, shouldClose = true, description = '', - label = 'Armbrust Pfeile', - unique = false, - name = 'gg_hunting_arrowammo', - weight = 20, - type = 'item', + name = 'cooked_lamb_chop', + weight = 200, + }, + sprunk_dose = { + label = 'Sprunk Dose', + image = 'sprunk_dose.png', useable = true, - image = 'gg_hunting_arrowammo.png', - }, - bucket = { - shouldClose = false, - description = 'alles im Eimer ^^', - label = 'Eimer', - unique = false, - name = 'bucket', - weight = 600, type = 'item', - useable = false, - image = 'bucket.png', - }, - cokebaggy = { + unique = false, shouldClose = true, - description = 'To get happy real quick', - label = 'Bag of Coke', - unique = false, - name = 'cokebaggy', - weight = 0, + description = 'Dose Zitronen Limo', + name = 'sprunk_dose', + weight = 50, + }, + tobbaco = { + label = 'Tabak', + image = 'tobbaco.png', + useable = false, type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'tobbaco', + weight = 100, + }, + spazi = { + label = 'Bergbräu Spazi ', + image = 'spazi.png', useable = true, - image = 'cocaine_baggy.png', + type = 'item', + unique = false, + shouldClose = true, + description = 'Cola trifft Orange – wie nie zuvor gesehen. Falls dir das bekannt vorkommt: Nein, du bildest dir das nur ein.', + name = 'spazi', + weight = 150, + }, + manti = { + label = 'Manti', + image = 'manti.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'manti', + weight = 10, + }, + rifle_flashlight = { + label = 'Gewehrlicht', + image = 'flashlight_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'rifle_flashlight', + weight = 100, + }, + corn = { + label = 'Getreide', + image = 'corn.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'corn', + weight = 100, + }, + packtobbaco = { + label = 'Packung Tabak', + image = 'packtobbaco.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'packtobbaco', + weight = 100, + }, + weapon_petrolcan = { + label = 'Petrol Can', + image = 'weapon_petrolcan.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PETROLCAN', + description = 'A robust liquid container made from pressed steel', + name = 'weapon_petrolcan', + weight = 1000, + }, + weapon_bread = { + name = 'weapon_bread', + label = 'Baquette', + description = 'Bread...?', + type = 'weapon', + image = 'baquette.png', + useable = false, + weight = 1000, + unique = true, + }, + packtomatos = { + label = 'Packung Tomaten', + image = 'packtomatos.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'packtomatos', + weight = 600, + }, + woodcoal = { + label = 'Sack Holzkohle', + image = 'woodcoal.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'woodcoal', + weight = 1000, + }, + cheese_burger = { + label = 'Bacon Cheese Burger', + image = 'cheese_burger.png', + useable = true, + type = 'item', + unique = false, + 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.', + name = 'cheese_burger', + weight = 150, + }, + weapon_machinepistol = { + label = 'Tec-9', + image = 'weapon_machinepistol.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'A self-loading pistol capable of burst or fully automatic fire', + name = 'weapon_machinepistol', + weight = 1000, + }, + veh_exterior = { + label = 'Exterior', + image = 'veh_exterior.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Upgrade vehicle exterior', + name = 'veh_exterior', + weight = 1000, + }, + etilefrin = { + label = 'Etilefrin', + image = 'screenshot_696-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'etilefrin', + weight = 100, + }, + weapontint_mk2_10 = { + label = 'Blue Contrast Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Blue Contrast Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_10', + weight = 1000, + }, + handcuffs = { + label = 'Handschellen', + image = 'handcuffs.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Comes in handy when people misbehave. Maybe it can be used for something else?', + name = 'handcuffs', + weight = 100, + }, + schnitzelbroetchen = { + label = 'Schnitzelbrötchen', + image = 'schnitzelbroetchen.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Knuspriger Held im Brötchenmantel – das Schnitzel regelt!', + name = 'schnitzelbroetchen', + weight = 100, + }, + pisman = { + label = 'Pismaniye', + image = 'pisman.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'pisman', + weight = 10, + }, + novalmin = { + label = 'Novalmin', + image = 'Novalmin.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'novalmin', + weight = 20, + }, + odins_wisdom_brew = { + label = 'Odin\'s Wisdom Brew (alkoholfrei)', + image = 'OdinsWisdomBrew.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Ein Getränk, das auch ohne Alkohol die Weisheit und Kraft des Allvaters vermittelt – voller Geschmack und leicht süß.', + name = 'odins_wisdom_brew', + weight = 200, + }, + weapon_throwingshoered = { + label = 'Schuh rot', + image = 'weapon_throwingshoered.png', + useable = true, + type = 'weapon', + unique = true, + shouldClose = true, + description = '', + name = 'weapon_throwingshoered', + weight = 100, + }, + glass = { + label = 'Glas', + image = 'glass.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'It is very fragile, watch out', + name = 'glass', + weight = 600, + }, + propofol_250 = { + label = 'Propofol 250', + image = 'Propofol-00409469924-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'propofol_250', + weight = 250, + }, + surgical_kit = { + label = 'Näh-Set', + image = 'surgicalkit.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'surgical_kit', + weight = 500, }, weapon_unarmed = { name = 'weapon_unarmed', - weight = 1000, label = 'Fists', - type = 'weapon', description = 'Fisticuffs', + type = 'weapon', image = 'placeholder.png', useable = false, + weight = 1000, unique = true, }, - tunerlaptop = { - shouldClose = true, - description = 'With this tunerchip you can get your car on steroids... If you know what you\'re doing', - label = 'Tunerchip', - unique = true, - name = 'tunerlaptop', - weight = 2000, + plank = { + label = 'Brett ', + image = 'plank.png', + useable = false, type = 'item', + unique = false, + shouldClose = false, + description = 'Brett vorm Kopf oder so...', + name = 'plank', + weight = 600, + }, + drytobbacoleaf = { + label = 'getrocknetes Tabakblatt', + image = 'drietobbacoleaf.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'drytobbacoleaf', + weight = 10, + }, + okis_rickster_unch = { + label = 'Loki\'s Trickster Punch', + image = 'LokisTricksterPunch.png', useable = true, - image = 'tunerchip.png', + type = 'item', + unique = false, + shouldClose = true, + description = 'Unberechenbar und aufregend, dieser Mocktail hält eine erfrischende Überraschung parat.', + name = 'lokis_trickster_punch', + weight = 200, + }, + kadis_rostbite = { + label = 'Skadi\'s Frostbite', + image = 'SkadisFrostbite.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Erfrischend und frostig, wie die kalte Winterluft in Skadis schneebedeckten Bergen.', + name = 'kadis_rostbite', + weight = 200, + }, + weapon_bullpuprifle_mk2 = { + label = 'Bullpup Rifle Mk II', + image = 'weapon_bullpuprifle_mk2.png', + useable = true, + type = 'weapon', + unique = true, + ammotype = 'AMMO_RIFLE', + description = 'Bull Puprifle MK2', + name = 'weapon_bullpuprifle_mk2', + weight = 1000, + }, + goldchain = { + label = 'Golden Chain', + image = 'goldchain.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = 'A golden chain seems like the jackpot to me!', + name = 'goldchain', + weight = 1500, + }, + gg_hunting_knife_03 = { + label = 'Premium Jagdmesser', + image = 'gg_hunting_knife_03.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_hunting_knife_03', + weight = 1000, + }, + ecola_dose = { + label = 'E-Cola Dose', + image = 'ecola_dose.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Dose Cola', + name = 'ecola_dose', + weight = 50, + }, + nvscope_attachment = { + label = 'Night Vision Scope', + image = 'nvscope_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A night vision scope for a weapon', + name = 'nvscope_attachment', + weight = 1000, + }, + gg_coyote_fangs_02 = { + label = 'Robuster Kojotenzahn', + image = 'gg_coyote_fangs_02.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_coyote_fangs_02', + weight = 1000, + }, + ffries = { + label = 'Freedom Fries', + image = 'screenshot_686-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '"Jetzt mit 0 % Kartoffel, 100 % Patriotismus!"', + name = 'ffries', + weight = 100, + }, + weapon_snowball = { + name = 'weapon_snowball', + label = 'Snowball', + description = 'A ball of packed snow, especially one made for throwing at other people for fun', + type = 'weapon', + image = 'weapon_snowball.png', + useable = false, + weight = 1000, + unique = true, + }, + weapon_golfclub = { + name = 'weapon_golfclub', + label = 'Golfclub', + description = 'A club used to hit the ball in golf', + type = 'weapon', + image = 'weapon_golfclub.png', + useable = false, + weight = 1000, + unique = true, + }, + lysergic_acid = { + label = 'Lysergsäure', + image = 'acid.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Der geheime VIP-Zugang zu einer anderen Realität', + name = 'lysergic_acid', + weight = 1000, + }, + cooked_pork_joint = { + label = 'gegrillter Schweinebraten', + image = 'cooked_pork_joint.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cooked_pork_joint', + weight = 200, + }, + pistol_flashlight = { + label = 'Pistolenlicht', + image = 'flashlight_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'pistol_flashlight', + weight = 100, + }, + kino_keycard = { + label = 'Moonlight Cinema Keycard', + image = 'keycard.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'kino_keycard', + weight = 10, + }, + bleeder = { + label = 'The Bleeder', + image = 'bleeder.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'bleeder', + weight = 100, + }, + gg_coyote_fangs_01 = { + label = 'Robuster Kojotenzahn', + image = 'gg_coyote_fangs_01.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_coyote_fangs_01', + weight = 1000, + }, + ezme = { + label = 'Ezme', + image = 'ezme.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'ezme', + weight = 10, + }, + weapon_sawnoffshotgun = { + label = 'Sawn-off Shotgun', + image = 'weapon_sawnoffshotgun.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SHOTGUN', + description = 'A sawn-off smoothbore gun for firing small shot at short range', + name = 'weapon_sawnoffshotgun', + weight = 1000, + }, + tyre_replacement = { + label = 'Premium Reifen', + image = 'tyre_replacement.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'die Premium Schuhe der Kraftfahrzeuge', + name = 'tyre_replacement', + weight = 0, + }, + deckelblendno5 = { + label = 'Deckel Blend No.5', + image = 'deckelblendno5.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'deckelblendno5', + weight = 100, + }, + lighting_controller = { + label = 'Neon Controller', + image = 'lighting_controller.png', + useable = true, + type = 'item', + unique = true, + shouldClose = false, + description = 'Alle Farben des Regenbogens per Knopfdruck', + name = 'lighting_controller', + weight = 100, + }, + empty_nitrous_bottle = { + label = 'leere Nitro Flasche', + image = 'empty_nitrous_bottle.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'empty_nitrous_bottle', + weight = 0, + }, + stonedrill = { + label = 'Steinbohrer', + image = 'stonedrill.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'stonedrill', + weight = 0, + }, + weapon_rpg = { + label = 'RPG', + image = 'weapon_rpg.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_RPG', + description = 'A rocket-propelled grenade launcher', + name = 'weapon_rpg', + weight = 1000, + }, + weapon_musket = { + label = 'Musket', + image = 'weapon_musket.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SHOTGUN', + description = 'An infantryman\'s light gun with a long barrel, typically smooth-bored, muzzleloading, and fired from the shoulder', + name = 'weapon_musket', + weight = 1000, + }, + zebracamo_attachment = { + label = 'Zebra Camo', + image = 'zebracamo_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A zebra camo for a weapon', + name = 'zebracamo_attachment', + weight = 1000, + }, + offroad_tyres = { + label = 'Reifen offroad', + image = 'offroad_tyres.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'offroad_tyres', + weight = 0, + }, + thermalscope_attachment = { + label = 'Thermal Scope', + image = 'thermalscope_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A thermal scope for a weapon', + name = 'thermalscope_attachment', + weight = 1000, + }, + bellend_muzzle_brake = { + label = 'Bellend Muzzle Brake', + image = 'bellend_muzzle_brake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A muzzle brake for a weapon', + name = 'bellend_muzzle_brake', + weight = 1000, + }, + veh_turbo = { + label = 'Turbo', + image = 'veh_turbo.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Install vehicle turbo', + name = 'veh_turbo', + weight = 1000, + }, + weapon_bullpuprifle = { + label = 'QBX-92-3', + image = 'screenshot_411-removebg-preview.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_RIFLE', + description = 'Dieses Gewehr ist der neueste chinesische Import, der Amerika im Sturm erobert.', + name = 'weapon_bullpuprifle', + weight = 1000, + }, + samsplint = { + label = 'Samsplint', + image = 'samsplint.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'samsplint', + weight = 100, + }, + lockpick = { + label = 'Dietrich', + image = 'lockpick.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Very useful if you lose your keys a lot.. or if you want to use it for something else...', + name = 'lockpick', + weight = 300, + }, + ifs_olden_arvest = { + label = 'Sif\'s Golden Harvest', + image = 'SifsGoldenHarvest.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Eine goldene Ernte, die Sif selbst gesegnet haben könnte – perfekt für eine herzhafte Mahlzeit.', + name = 'sifs_olden_harvest', + weight = 200, + }, + cc_kaffe = { + label = 'Kaffee', + image = 'cc_kaffe.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cc_kaffe', + weight = 10, + }, + engine_oil = { + label = 'Premium Motoröl', + image = 'engine_oil.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Das bier der Kraftfahrzeuge!', + name = 'engine_oil', + weight = 0, + }, + flood_light = { + label = 'Outdoor Lampe', + image = 'flood_light.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'flood_light', + weight = 600, + }, + shoe = { + label = 'Schuh', + image = 'shoe.png', + useable = true, + type = 'item', + unique = true, + shouldClose = false, + description = 'ein Schuh an Kop .... oder so', + name = 'shoe', + weight = 100, + }, + ribeye_steak = { + label = 'Ribeye Steak', + image = 'ribeye_steak.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'ribeye_steak', + weight = 200, + }, + lsd_papers = { + label = 'LSD-Papes', + image = 'lsd.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Miniatur-Kunstwerke, die dir den Kopf verdrehen – aber hey, zumindest sieht alles schöner aus.', + name = 'lsd_papers', + weight = 500, + }, + weed_ogkush_seed = { + label = 'OGKush Seed', + image = 'weed_seed.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A weed seed of OG Kush', + name = 'weed_ogkush_seed', + weight = 0, + }, + ifaks = { + label = 'ifaks', + image = 'ifaks.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'ifaks for healing and a complete stress remover.', + name = 'ifaks', + weight = 200, + }, + weapon_railgunxm3 = { + name = 'weapon_railgunxm3', + label = 'Railgun XM3', + description = 'A weapon that uses electromagnetic force to launch high velocity projectiles', + type = 'weapon', + image = 'weapon_railgunxm3.png', + useable = false, + weight = 1000, + unique = true, + }, + blood_500 = { + label = 'Blut (500ml)', + image = 'blood_500.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'blood_500', + weight = 500, + }, + creditcard = { + label = 'Bankkarte', + image = 'creditcard.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = 'Ich brauch Geld', + name = 'creditcard', + weight = 0, + }, + log = { + label = 'Holzscheit', + image = 'wood_scraps.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'log', + weight = 500, + }, + zlimo = { + label = 'Zitronenlimonade', + image = 'zlimo.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'zlimo', + weight = 10, + }, + veh_neons = { + label = 'Neons', + image = 'veh_neons.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Upgrade vehicle neons', + name = 'veh_neons', + weight = 1000, + }, + smg_extendedclip = { + label = 'erw. SMG Magazin', + image = 'smg_extendedclip.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'smg_extendedclip', + weight = 100, + }, + olimo = { + label = 'Orangenlimonade', + image = 'olimo.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'olimo', + weight = 10, + }, + s_shake = { + label = 'Schokoshake', + image = 's_shake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 's_shake', + weight = 10, + }, + leopardcamo_attachment = { + label = 'Leopard Camo', + image = 'leopardcamo_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A leopard camo for a weapon', + name = 'leopardcamo_attachment', + weight = 1000, + }, + ohrstopsel = { + label = 'Ohrstöpsel', + image = 'oropax.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = 'damit du das Stöhnen der Nachbarn net hören musst', + name = 'ohrstopsel', + weight = 20, + }, + weapon_compactlauncher = { + name = 'weapon_compactlauncher', + label = 'Compact Launcher', + description = 'A compact grenade launcher', + type = 'weapon', + image = 'weapon_compactlauncher.png', + useable = false, + weight = 1000, + unique = true, + }, + raw_kebab = { + label = 'roher Schaschlickspieß', + image = 'raw_kebab.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'raw_kebab', + weight = 200, + }, + big_bottle_lemonade = { + label = 'große Flasche Sprunk', + image = 'big_bottle_lemonade.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'big_bottle_lemonade', + weight = 600, + }, + bodybag = { + label = 'Leichensack', + image = 'bodybag.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'bodybag', + weight = 200, + }, + skullcamo_attachment = { + label = 'Skull Camo', + image = 'skullcamo_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A skull camo for a weapon', + name = 'skullcamo_attachment', + weight = 1000, + }, + cooked_turkey_drum = { + label = 'gegrillte Putenkeule', + image = 'cooked_turkey_drum.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cooked_turkey_drum', + weight = 100, + }, + smg_defaultclip = { + label = 'SMG Magazine', + image = 'clip_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'smg_defaultclip', + weight = 100, + }, + hotdog_deluxe = { + label = 'Deluxe Hotdog', + image = 'hotdogdeluxe-removebg-preview.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Der König unter den Hotdogs', + name = 'hotdog_deluxe', + weight = 100, + }, + sugarbeet = { + label = 'Zuckerrübe', + image = 'rube.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'sugarbeet', + weight = 500, + }, + cooked_ribs = { + label = 'gegrillte Rippchen', + image = 'cooked_ribs.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cooked_ribs', + weight = 200, + }, + shotgun_squaredmuzzle = { + label = 'MK2 Shotgun Squaredmuzzle', + image = 'comp_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'shotgun_squaredmuzzle', + weight = 100, + }, + ecola = { + label = 'E-Cola Softdrink', + image = 'ecola.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', + name = 'ecola', + weight = 100, + }, + big_bottle_tide = { + label = 'große Flasche Orange O Tang', + image = 'big_bottle_tide.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'big_bottle_tide', + weight = 600, + }, + voltaren_salbenverband = { + label = 'Voltaren Salbenverband', + image = 'salbenverband.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'voltaren_salbenverband', + weight = 20, + }, + heavyarmor = { + label = 'Verstärkte Kugelsischere Weste', + image = 'armor.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Some protection won\'t hurt... right?', + name = 'heavyarmor', + weight = 5000, + }, + salad = { + label = 'Eisbergsalat', + image = 'salad.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'salad', + weight = 200, + }, + weapontint_mk2_15 = { + label = 'Bold Orange Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Bold Orange Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_15', + weight = 1000, + }, + football = { + label = 'Football', + image = 'football.png', + useable = true, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'football', + weight = 400, + }, + munky_juice = { + label = 'Munky Juice', + image = 'munky_juice.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Trinkpäckchen mit Saft und ja der Strohhalm ist aus Plastik ^^', + name = 'munky_juice', + weight = 100, + }, + marshal_card = { + label = 'Marshal Card', + image = 'police_card.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'marshal_card', + weight = 0, + }, + fwd_drivetrain = { + label = 'FWD', + image = 'fwd_drivetrain.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'fwd_drivetrain', + weight = 0, + }, + weapon_firework = { + name = 'weapon_firework', + label = 'Firework Launcher', + description = 'A device containing gunpowder and other combustible chemicals that causes a spectacular explosion when ignited', + type = 'weapon', + image = 'weapon_firework.png', + useable = false, + weight = 1000, + unique = true, + }, + sauerstoff = { + label = 'Sauerstoff', + image = 'screenshot_697-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'sauerstoff', + weight = 200, + }, + p_schnecke = { + label = '', + image = 'p_schnecke.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'p_schnecke', + weight = 10, + }, + amarid = { + label = 'Amarid Fasern', + image = 'screenshot_918-removebg-preview.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'amarid', + weight = 200, + }, + zig = { + label = 'selbstgedrehte Zigarette ', + image = 'zig.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'zig', + weight = 100, + }, + ['3-fach_impfung_katze'] = { + label = '3-fach Impfung Katze', + image = 'katzenimpfstoff.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = '3-fach_impfung_katze', + weight = 20, + }, + weapon_appistol = { + label = ' Klog 19 A', + image = 'weapon_appistol.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'Wie die normale Klog nur mit mehr Fuck Yeaaah!', + name = 'weapon_appistol', + weight = 1000, + }, + diving_gear = { + label = 'Diving Gear', + image = 'diving_gear.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'An oxygen tank and a rebreather', + name = 'diving_gear', + weight = 30000, + }, + mg_ammo = { + label = 'MG ammo', + image = 'mg_ammo.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Ammo for Machine Guns', + name = 'mg_ammo', + weight = 1000, + }, + brakepad_replacement = { + label = 'Premium Bremsenteile', + image = 'brakepad_replacement.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'brakepad_replacement', + weight = 0, + }, + urapidil1 = { + label = 'Urapidil 1,0 mg', + image = 'urapidil1.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'urapidil1', + weight = 20, + }, + weed_ak47 = { + label = 'AK47 2g', + image = 'weed_baggy.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = 'A weed bag with 2g AK47', + name = 'weed_ak47', + weight = 200, + }, + shaft = { + label = 'Waffenschaft', + image = 'ar_grip.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Schaft: Der ruhige Held der Waffe – immer da, wenn man ihn braucht, aber nie im Mittelpunkt', + name = 'shaft', + weight = 200, + }, + boxapplejuice = { + label = 'Kiste Apfelsaft', + image = 'boxapplejuice.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'boxapplejuice', + weight = 1000, + }, + weapon_license = { + label = 'Waffenschein', + image = 'weapon_license.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'weapon_license', + weight = 10, + }, + cleaning_kit = { + label = 'Premium Putzlappen ', + image = '', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Für die schnelle Reinigung', + name = 'cleaning_kit', + weight = 0, + }, + xtcbaggy = { + label = 'Bag of XTC', + image = 'xtc_baggy.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Pop those pills baby', + name = 'xtcbaggy', + weight = 0, + }, + veh_xenons = { + label = 'Xenons', + image = 'veh_xenons.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Upgrade vehicle xenons', + name = 'veh_xenons', + weight = 1000, + }, + whiskeywickel = { + label = 'Whiskeywickel', + image = 'whiskeywickel.png', + useable = true, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'whiskeywickel', + weight = 200, + }, + sludgie = { + label = 'Sludgie', + image = 'sludgie.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Gefrorene Chemie zum Trinken ^^', + name = 'sludgie', + weight = 100, + }, + pistol_ammo = { + label = 'Pistolen Munition', + image = 'pistol_ammo.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Peng in klein', + name = 'pistol_ammo', + weight = 200, + }, + weapon_railgun = { + name = 'weapon_railgun', + label = 'Railgun', + description = 'A weapon that uses electromagnetic force to launch high velocity projectiles', + type = 'weapon', + image = 'weapon_railgun.png', + useable = false, + weight = 1000, + unique = true, + }, + potato = { + label = 'Kartoffel', + image = 'potato.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'potato', + weight = 100, + }, + shotgun_holoscope = { + label = 'MK2 Shotgun Holovisier', + image = 'holoscope_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'shotgun_holoscope', + weight = 100, + }, + penicillin = { + label = 'Penicillin', + image = 'penicillin.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'penicillin', + weight = 20, + }, + waffle_ice = { + label = 'Waffel mit Erdbeereis', + image = 'waffle_ice.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'waffle_ice', + weight = 10, + }, + printerdocument = { + label = 'Dokument', + image = 'printerdocument.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'A nice document', + name = 'printerdocument', + weight = 0, + }, + perseuscamo_attachment = { + label = 'Perseus Camo', + image = 'perseuscamo_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A perseus camo for a weapon', + name = 'perseuscamo_attachment', + weight = 1000, + }, + boxorangejuice = { + label = 'Kiste Orangensaft', + image = 'boxorangejuice.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'boxorangejuice', + weight = 1000, + }, + weed_brick = { + label = 'Weed Brick', + image = 'weed_brick.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = '1KG Weed Brick to sell to large customers.', + name = 'weed_brick', + weight = 1000, + }, + cooked_corn_cob = { + label = 'gegrillter Maiskolben', + image = 'cooked_corn_cob.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cooked_corn_cob', + weight = 100, + }, + cc_latte = { + label = 'Latte Macchiato', + image = 'cc_latte.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cc_latte', + weight = 10, + }, + smg_drum = { + label = 'SMG Trommelmagazin', + image = 'drum_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'smg_drum', + weight = 100, + }, + pistol_holoscope = { + label = 'Pistolenvisier', + image = 'holoscope_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'pistol_holoscope', + weight = 100, + }, + jelly_beans = { + label = 'Jelly Beans', + image = 'file_00000000007861f7963805e1f6fecfc5-removebg-preview.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Bunte, kleine Köstlichkeiten mit knackiger Hülle und fruchtig-süßem Kern – ein Farbtupfer voller Geschmack.', + name = 'jelly_beans', + weight = 150, + }, + digicamo_attachment = { + label = 'Digital Camo', + image = 'digicamo_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A digital camo for a weapon', + name = 'digicamo_attachment', + weight = 1000, + }, + diving_fill = { + label = 'Diving Tube', + image = 'diving_tube.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'An oxygen tube and a rebreather', + name = 'diving_fill', + weight = 3000, + }, + veh_toolbox = { + label = 'Toolbox', + image = 'veh_toolbox.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Check vehicle status', + name = 'veh_toolbox', + weight = 1000, + }, + burrito = { + label = 'Burrito', + image = 'screenshot_690-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'burrito', + weight = 100, + }, + cooked_kebab = { + label = 'gegrilltes Schaschlick', + image = 'cooked_kebab.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cooked_kebab', + weight = 200, + }, + orange_o_tang_zero_flasche = { + label = 'Orange O Tang Zero Flasche', + image = 'orange_o_tang_zero_flasche.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Flasche Orangen Limo', + name = 'orange_o_tang_zero_flasche', + weight = 80, + }, + tilidin = { + label = 'Tilidin', + image = 'syringe.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'tilidin', + weight = 20, + }, + cay = { + label = 'Cay', + image = 'Cay.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Türkischer Tee', + name = 'cay', + weight = 200, + }, + tourniquet = { + label = 'Tourniquet', + image = '81khEr+-vcL._AC_SX450_-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'tourniquet', + weight = 20, + }, + gg_captured_rabbit = { + label = 'Gefangenes Kaninchen', + image = 'gg_captured_rabbit.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_captured_rabbit', + weight = 5000, + }, + red_phone = { + label = 'iFruit 12XR Rot', + image = 'red_phone.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '„So smart, es wundert sich selbst, warum es bei dir gelandet ist.“', + name = 'red_phone', + weight = 0.09999999999999432, + }, + mixed_grilled_plate = { + label = 'KARIŞIK IZGARA ', + image = 'Gemischter_grillteller.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'gemischter Grillteller mit Beilagen', + name = 'mixed_grilled_plate', + weight = 200, + }, + propofol_100 = { + label = 'Propofol (100ml)', + image = 'Propofol-00409469924-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'propofol_100', + weight = 100, + }, + freshtobbacoleaf = { + label = 'frisches Tabakblatt', + image = 'freshtobbacoleaf.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'freshtobbacoleaf', + weight = 10, + }, + tuch = { + label = 'Stofftuch', + image = '', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'tuch', + weight = 0, + }, + weapontint_mk2_1 = { + label = 'Classic Gray Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Classic Gray Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_1', + weight = 1000, + }, + donut = { + label = 'Donut', + image = 'donut.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Dooooonuuuuts', + name = 'donut', + weight = 100, + }, + weapon_machete = { + name = 'weapon_machete', + label = 'Machete', + description = 'A broad, heavy knife used as a weapon', + type = 'weapon', + image = 'machete.png', + useable = false, + weight = 1000, + unique = true, + }, + moneybag = { + label = 'Money Bag', + image = 'moneybag.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'A bag with cash', + name = 'moneybag', + weight = 0, + }, + veh_interior = { + label = 'Interior', + image = 'veh_interior.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Upgrade vehicle interior', + name = 'veh_interior', + weight = 1000, + }, + big_bottle_cola = { + label = 'große Flasche E-Cola', + image = 'big_bottle_cola.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'big_bottle_cola', + weight = 600, + }, + gumianimals = { + label = 'Gummitierchen', + image = 'gummanimals.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Zurück in die Kindheit – Deine Retro-Tüte voller bunter Gummi-Tierchen!', + name = 'gumianimals', + weight = 100, + }, + h_choclate = { + label = 'Heiße Schokolade', + image = 'h_choclate.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'h_choclate', + weight = 10, + }, + zwiebelsalat = { + label = 'Soğan salatası', + image = 'sogan.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Türkischer Zwiebelsalat', + name = 'zwiebelsalat', + weight = 200, + }, + roadpods = { + label = 'iFruit Ear Buds', + image = 'roadpods.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '„Klang für Menschen, die sich keine Kompromisse anhören.“', + name = 'roadpods', + weight = 200, + }, + weapon_poolcue = { + name = 'weapon_poolcue', + label = 'Billardque', + description = 'A stick used to strike a ball, usually the cue ball (or other things)', + type = 'weapon', + image = 'weapon_poolcue.png', + useable = false, + weight = 1000, + unique = true, + }, + ammo_grenadelauncher = { + label = 'AMMO_GRENADELAUNCHER', + image = 'grenade_launcher_tokyo_marui_m320a1_6_-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Munition für den Granatwerfer', + name = 'ammo_grenadelauncher', + weight = 200, + }, + veh_wheels = { + label = 'Wheels', + image = 'veh_wheels.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Upgrade vehicle wheels', + name = 'veh_wheels', + weight = 1000, + }, + gg_hunting_animaltrap = { + label = 'Tierfalle', + image = 'gg_hunting_animaltrap.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_hunting_animaltrap', + weight = 1000, + }, + laptop = { + label = 'Laptop', + image = 'laptop.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = 'Expensive laptop', + name = 'laptop', + weight = 4000, + }, + sniper_extendedclip = { + label = 'erw. Sniper Magazin', + image = 'sniper_extendedclip.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'sniper_extendedclip', + weight = 100, + }, + holoscope_attachment = { + label = 'Holo Scope', + image = 'holoscope_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A holo scope for a weapon', + name = 'holoscope_attachment', + weight = 1000, + }, + bbq_seasoning = { + label = 'BBQ Gewürze', + image = 'bbq_seasoning.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'bbq_seasoning', + weight = 100, + }, + filter_papers = { + label = 'Filtertips', + image = 'filter_papers.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Der Joint ist dein Freund und am besten mit Filter', + name = 'filter_papers', + weight = 200, + }, + coke_brick = { + label = 'Coke Brick', + image = 'coke_brick.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = 'Heavy package of cocaine, mostly used for deals and takes a lot of space', + name = 'coke_brick', + weight = 1000, + }, + dwurstmskraut = { + label = 'Dackelwurst mit Sauerkraut', + image = 'Deckelwurst_mit_Sauerkraft-removebg-preview.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'dwurstmskraut', + weight = 100, + }, + weapon_marksmanrifle_mk2 = { + label = 'Marksman Rifle Mk II', + image = 'huntingrifle2.png', + useable = true, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SNIPER', + description = 'Weapon Marksmanrifle MK2', + name = 'weapon_marksmanrifle_mk2', + weight = 1000, + }, + sprunk_zero_flasche = { + label = 'Sprunk Zero Flasche', + image = 'sprunk_zero_flasche.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Flasche Zero Zitronen Limo', + name = 'sprunk_zero_flasche', + weight = 80, + }, + privcard01 = { + label = 'Schlüsselkarte-0100a', + image = '', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Registriert auf Mark Petrol', + name = 'privcard01', + weight = 0, + }, + lsd_route = { + label = 'LSD Route', + image = 'lsd_route.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + name = 'lsd_route', + weight = 10, + }, + weed_ogkush = { + label = 'OGKush 2g', + image = 'weed_baggy.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = 'A weed bag with 2g OG Kush', + name = 'weed_ogkush', + weight = 200, + }, + sprunk = { + label = 'Sprunk Softdrink', + image = 'sprunk.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', + name = 'sprunk', + weight = 100, + }, + repair_kit = { + label = 'Werkzeug', + image = 'repair_kit.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Für Schnelle & Kleinere Reparaturen ', + name = 'repair_kit', + weight = 0, + }, + weapontint_mk2_2 = { + label = 'Classic Two-Tone Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Classic Two-Tone Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_2', + weight = 1000, + }, + meth_route = { + label = 'Meth Route', + image = 'meth_route.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + name = 'meth_route', + weight = 10, + }, + kunfe = { + label = 'Künefe', + image = 'kunfe.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'kunfe', + weight = 10, + }, + tirerepairkit = { + label = 'Tire Repair Kit', + image = 'tirerepairkit.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A kit to repair your tires', + name = 'tirerepairkit', + weight = 1000, + }, + weapon_remotesniper = { + label = 'Remote Sniper', + image = 'weapon_remotesniper.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SNIPER_REMOTE', + description = 'A portable high-precision, long-range rifle', + name = 'weapon_remotesniper', + weight = 1000, + }, + whiskey = { + label = 'Whiskey', + image = 'whiskey.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'For all the thirsty out there', + name = 'whiskey', + weight = 500, + }, + packung = { + label = 'leere Verpackung', + image = 'packung.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'packung', + weight = 400, + }, + weapon_pocketlight = { + label = 'kleine Taschenlampe', + image = 'w_me_pocketlight.png', + useable = true, + type = 'weapon', + unique = true, + shouldClose = true, + description = '', + name = 'weapon_pocketlight', + weight = 100, + }, + meth = { + label = 'Meth', + image = 'meth_baggy.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A baggie of Meth', + name = 'meth', + weight = 100, + }, + crack_baggy = { + label = 'Bag of Crack', + image = 'crack_baggy.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'To get happy faster', + name = 'crack_baggy', + weight = 0, + }, + duct_tape = { + label = 'Klebeband', + image = 'duct_tape.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'duct_tape', + weight = 0, + }, + v8_engine = { + label = 'V8 Motor', + image = 'v8_engine.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'v8_engine', + weight = 0, + }, + saldprezels = { + label = 'Salzbrezeln', + image = 'ChatGPT_Image_27._Apr._2025__00_12_06-removebg-preview.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Knusprige Mini-Salzbrezeln', + name = 'saldprezels', + weight = 150, + }, + ['kspieß'] = { + label = '', + image = 'kspieß.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'kspieß', + weight = 10, + }, + firework2 = { + label = 'Poppelers', + image = 'firework2.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Fireworks', + name = 'firework2', + weight = 1000, + }, + sniper_holoscope = { + label = 'MK2 Sniper Holoscope', + image = 'holoscope_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'sniper_holoscope', + weight = 100, + }, + pralinen = { + label = 'Pralinen', + image = 'pralinen.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Damit Sie dich mal wieder ranlässt...', + name = 'pralinen', + weight = 100, + }, + vehicletracker = { + label = 'GPS Modul', + image = 'vehicletracker.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'vehicletracker', + weight = 100, + }, + respray_kit = { + label = 'Lack Spraydose', + image = 'respray_kit.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Perfekt für die schnelle Ausbesserung des Kleides', + name = 'respray_kit', + weight = 0, + }, + spikestrips = { + label = 'Nagelband', + image = 'spikestripes.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'spikestrips', + weight = 200, + }, + weapon_snspistol_mk2 = { + label = 'Softair Pistole', + image = 'weapon_snspistol_mk2.png', + useable = true, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'Sie sieht gefährlich aus, macht Krach – und verursacht blaue Flecken.', + name = 'weapon_snspistol_mk2', + weight = 1000, + }, + black_phone = { + label = 'iFruit 12XR Schwarz', + image = 'black_phone.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '„Mach Schluss mit echten Gesprächen – es gibt jetzt bessere Ablenkungen.“', + name = 'black_phone', + weight = 0.09999999999999432, + }, + frenchfries = { + label = 'French Fries', + image = 'screenshot_692-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'frenchfries', + weight = 100, + }, + weapon_minismg = { + label = 'Mini SMG', + image = 'weapon_minismg.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SMG', + description = 'A mini handheld light weight machine gun', + name = 'weapon_minismg', + weight = 1000, + }, + fentanyl = { + label = 'Fentanyl', + image = 'fentanyl-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'fentanyl', + weight = 10, + }, + weed_amnesia = { + label = 'Amnesia 2g', + image = 'weed_baggy.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = 'A weed bag with 2g Amnesia', + name = 'weed_amnesia', + weight = 200, + }, + weapontint_mk2_7 = { + label = 'Classic Earth Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Classic Earth Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_7', + weight = 1000, + }, + thermite = { + label = 'Thermite', + image = 'thermite.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Sometimes you\'d wish for everything to burn', + name = 'thermite', + weight = 1000, + }, + barrel = { + label = 'leeres Metallfass', + image = 'barrel.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'barrel', + weight = 2000, + }, + gg_hunting_knife_02 = { + label = 'verbessertes Jagdmesser', + image = 'gg_hunting_knife_02.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_hunting_knife_02', + weight = 1000, + }, + cocoa = { + label = 'Packung Kakaopulver', + image = 'cacao.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Kakaopulver ist Schokolade im Tarnanzug – bereit, jede Tasse in Wohlfühlzauber zu verwandeln.', + name = 'cocoa', + weight = 200, + }, + gazoz = { + label = 'Gazoz', + image = 'Gazoz.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'kohlensäurehaltiges, süßes Erfrischungsgetränk ', + name = 'gazoz', + weight = 200, + }, + firework3 = { + label = 'WipeOut', + image = 'firework3.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Fireworks', + name = 'firework3', + weight = 1000, + }, + lamb_chops = { + label = 'Lammkoteletts', + image = 'lamb_chops.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'lamb_chops', + weight = 200, + }, + lokis_trickster_punch = { + label = 'Lokis Trickster Punch', + image = 'LokisTricksterPunch.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'lokis_trickster_punch', + weight = 10, + }, + ifs_olden_ectar = { + label = 'Sif\'s Golden Nectar', + image = 'SifGoldenNectar.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Fruchtig und süß, wie die goldene Ernte auf den Feldern – ein perfekter Genuss für jede Gelegenheit.', + name = 'ifs_olden_ectar', + weight = 200, + }, + drill = { + label = 'Bohrmaschine', + image = 'drill.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = 'The real deal...', + name = 'drill', + weight = 0, + }, + codeine_syrup = { + label = 'Codein-Sirup', + image = 'crackmixingagent.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Der Sirup, der dich von „A“ nach „Z“ schickt – aber ohne Zwischenstopps', + name = 'codeine_syrup', + weight = 500, + }, + sugar = { + label = 'Packung Zucker ', + image = 'sugaar.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'sugar', + weight = 1000, + }, + lutschfinger_eis = { + label = 'Lutschfinger Eis', + image = 'lutschfinger_eis.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'wie aus deiner Kindheit', + name = 'lutschfinger_eis', + weight = 100, + }, + weapon_handcuffs = { + name = 'weapon_handcuffs', + label = 'Handcuffs', + description = 'A pair of lockable linked metal rings for securing a prisoner\'s wrists', + type = 'weapon', + image = 'weapon_handcuffs.png', + useable = false, + weight = 1000, + unique = true, + }, + aldurs_right_ites = { + label = 'Baldur\'s Bright Bites', + image = 'BaldursBrightBites.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Leicht und erfrischend, diese Bissen erhellen den Geist und lassen den Geschmack erstrahlen.', + name = 'aldurs_right_ites', + weight = 200, + }, + pistol_suppressor = { + label = 'Pistolen Schalldämpfer', + image = 'suppressor_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'pistol_suppressor', + weight = 100, + }, + gg_deer_hide_03 = { + label = 'Makelloses Hirschfell', + image = 'gg_deer_hide_03.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_deer_hide_03', + weight = 1000, + }, + kuzu_sis = { + label = 'Kuzu Sis', + image = 'Kuzu_sis.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Lammkebab mit Beilagen', + name = 'kuzu_sis', + weight = 200, + }, + vitaminloesung_250 = { + label = 'Vitaminlösung 250', + image = 'screenshot_696-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'vitaminloesung_250', + weight = 250, + }, + weapontint_mk2_6 = { + label = 'Classic Blue Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Classic Blue Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_6', + weight = 1000, + }, + bucket = { + label = 'Eimer', + image = 'bucket.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'alles im Eimer ^^', + name = 'bucket', + weight = 600, + }, + glucoseg40 = { + label = 'Glucose 40%', + image = 'glucoseg40.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'glucoseg40', + weight = 10, + }, + cup_lemonade = { + label = 'Becher Sprunk', + image = 'cup_lemonade.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cup_lemonade', + weight = 100, + }, + ammo_beanbag = { + label = 'Beanbag Ammo', + image = 'beanbag_ammo.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Munition für die Beanbag Shotgun', + name = 'ammo_beanbag', + weight = 100, + }, + diamond = { + label = 'Diamond', + image = 'diamond.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = 'A diamond seems like the jackpot to me!', + name = 'diamond', + weight = 1000, + }, + coke_small_brick = { + label = 'Coke Package', + image = 'coke_small_brick.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = 'Small package of cocaine, mostly used for deals and takes a lot of space', + name = 'coke_small_brick', + weight = 350, + }, + weapon_flashlight = { + name = 'weapon_flashlight', + label = 'Flashlight', + description = 'Heller als Du ^^', + type = 'weapon', + image = 'weapon_flashlight.png', + useable = false, + weight = 1000, + unique = true, + }, + weapontint_mk2_12 = { + label = 'Orange Contrast Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Orange Contrast Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_12', + weight = 1000, + }, + cc_cino = { + label = 'Cappuccino', + image = 'cc_cino.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cc_cino', + weight = 10, + }, + orange_o_tang_zero_dose = { + label = 'Orange O Tang Zero Dose', + image = 'orange_o_tang_zero_dose.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Dose Orangen Limo', + name = 'orange_o_tang_zero_dose', + weight = 50, + }, + labkey = { + label = 'Key', + image = 'labkey.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Key for a lock...?', + name = 'labkey', + weight = 500, + }, + heimdalls_clear_sight = { + label = 'Heimdalls Clear Sight', + image = 'HeimdallsClearSight.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'heimdalls_clear_sight', + weight = 100, + }, + basketball = { + label = 'Basketball', + image = 'basketball.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'basketball', + weight = 400, + }, + firework4 = { + label = 'Weeping Willow', + image = 'firework4.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Fireworks', + name = 'firework4', + weight = 1000, + }, + thors_thunder_storm = { + label = 'Thors Thunder Storm', + image = 'ThorsThunderStorm.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'thors_thunder_storm', + weight = 100, + }, + tyre_smoke_kit = { + label = 'Reifenrauch Kit', + image = 'tyre_smoke_kit.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'tyre_smoke_kit', + weight = 0, + }, + aluminumoxide = { + label = 'Aluminium Powder', + image = 'aluminumoxide.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Some powder to mix with', + name = 'aluminumoxide', + weight = 100, + }, + brushcamo_attachment = { + label = 'Brushstroke Camo', + image = 'brushcamo_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A brushstroke camo for a weapon', + name = 'brushcamo_attachment', + weight = 1000, + }, + manual_gearbox = { + label = 'Schaltgetriebe', + image = 'manual_gearbox.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Handgerissen, so gehört sich das', + name = 'manual_gearbox', + weight = 0, + }, + weapon_fireextinguisher = { + name = 'weapon_fireextinguisher', + label = 'Fire Extinguisher', + description = 'A portable device that discharges a jet of water, foam, gas, or other material to extinguish a fire', + type = 'weapon', + image = 'weapon_fireextinguisher.png', + useable = false, + weight = 1000, + unique = true, + }, + mmorgenlicht = { + label = 'Meiers Morgenlicht', + image = 'mmorgenlicht.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'mmorgenlicht', + weight = 100, + }, + wood = { + label = 'Holz', + image = 'wood.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Ich und mein Holz....', + name = 'wood', + weight = 1000, + }, + weapon_hammer = { + name = 'weapon_hammer', + label = 'Hammer', + description = 'Used for jobs such as breaking things (legs) and driving in nails', + type = 'weapon', + image = 'weapon_hammer.png', + useable = false, + weight = 1000, + unique = true, + }, + weapontint_mk2_29 = { + label = 'Metallic Blue Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Metallic Blue Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_29', + weight = 1000, + }, + weed_purplehaze = { + label = 'Purple Haze 2g', + image = 'weed_baggy.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = 'A weed bag with 2g Purple Haze', + name = 'weed_purplehaze', + weight = 200, + }, + sd_card = { + label = 'SD Karte', + image = 'sd_card.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'sd_card', + weight = 100, + }, + weapon_pumpshotgun_mk2 = { + label = 'Pumpshotgun Mk II', + image = 'weapon_pumpshotgun_mk2.png', + useable = true, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SHOTGUN', + description = 'Pumpshotgun MK2', + name = 'weapon_pumpshotgun_mk2', + weight = 1000, + }, + chair = { + label = 'Stuhl', + image = 'chair.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'chair', + weight = 600, + }, + sweets_candies = { + label = 'Bonbons', + image = 'candy1.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Bunt, süß und manchmal klebrig', + name = 'sweets_candies', + weight = 500, + }, + twerks_candy = { + label = 'Ego Chaser Schockriegel', + image = 'twerks_candy.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'It\'s all about you.', + name = 'twerks_candy', + weight = 100, + }, + gg_deer_hide_02 = { + label = 'Robustes Hirschleder', + image = 'gg_deer_hide_02.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_deer_hide_02', + weight = 1000, + }, + cuttingdisc = { + label = 'Trennscheibe', + image = 'cuttingdisc.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'cuttingdisc', + weight = 200, + }, + gazebo = { + label = 'Pavillon', + image = 'gazebo.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'gazebo', + weight = 600, + }, + advancedlockpick = { + label = 'Advanced Lockpick', + image = 'advancedlockpick.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'If you lose your keys a lot this is very useful... Also useful to open your beers', + name = 'advancedlockpick', + weight = 500, + }, + macrons = { + label = 'Macrons', + image = 'macrons.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'bunte Leckerbissen, die den Gaumen mit süßer Freude verzaubern', + name = 'macrons', + weight = 50, + }, + id_card = { + label = 'ID Card', + image = 'id_card.png', + useable = true, + type = 'item', + unique = true, + shouldClose = false, + description = 'A card containing all your information to identify yourself', + name = 'id_card', + weight = 0, + }, + weapon_microsmg = { + label = 'Micro SMG', + image = 'weapon_microsmg.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SMG', + description = 'A handheld light weight machine gun', + name = 'weapon_microsmg', + weight = 1000, + }, + heroin_injection = { + label = 'Heroinspritze', + image = 'dirtyneedle.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Der schnellste Weg ins Nirwana, aber der Ausgang ist unsichtbar', + name = 'heroin_injection', + weight = 750, + }, + orangejuice = { + label = 'Flasche Orangensaft', + image = 'orangejuice.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'orangejuice', + weight = 100, + }, + steel = { + label = 'Stahl', + image = 'steel.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Nice piece of metal that you can probably use for something', + name = 'steel', + weight = 100, + }, + weapon_specialcarbine_mk2 = { + label = 'Special Carbine Mk II', + image = 'highteamspecialcarbinemk2.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_RIFLE', + description = 'Weapon Wpecialcarbine MK2', + name = 'weapon_specialcarbine_mk2', + weight = 1000, + }, + vapejuice = { + label = 'E-Liquid', + image = 'vapejuice.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'vapejuice', + weight = 100, + }, + esketamin = { + label = 'Esketamin', + image = 'esketamin.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'esketamin', + weight = 20, + }, + kayas_rotwein = { + label = 'Kırmızı şarap ', + image = 'kirimzi.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Türkischer Rotwein', + name = 'kayas_rotwein', + weight = 200, + }, + driver_license = { + label = 'Drivers License', + image = 'driver_license.png', + useable = true, + type = 'item', + unique = true, + shouldClose = false, + description = 'Permit to show you can drive a vehicle', + name = 'driver_license', + weight = 0, + }, + gg_rabbit_pelt_01 = { + label = 'Raues Kaninchenfell', + image = 'gg_rabbit_pelt_01.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_rabbit_pelt_01', + weight = 1000, + }, + weapon_militaryrifle = { + label = 'Weapon Militaryrifle', + image = 'weapon_assaultrifle.png', + useable = true, + type = 'weapon', + unique = true, + ammotype = 'AMMO_RIFLE', + description = 'Weapon Militaryrifle', + name = 'weapon_militaryrifle', + weight = 1000, + }, + weapon_sniperrifle = { + label = 'ABM Sniper Rifle', + image = 'screenshot_414-removebg-preview.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SNIPER', + description = 'Wenn man mal das Gesetzt von weiter weg vertreten muss.', + name = 'weapon_sniperrifle', + weight = 1000, + }, + waffle_icream = { + label = 'Sandwich Eis', + image = 'waffle_icream.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Cremiges Vanilleeis, umhüllt von zwei zarten Waffelschichten – der Klassiker im Retro-Look für echte Eisliebhaber.', + name = 'waffle_icream', + weight = 100, + }, + lokis_trickery = { + label = 'Loki\'s Trickery', + image = 'LokisTrickery.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Unvorhersehbar und gefährlich, genau wie der Gott der Streiche selbst.', + name = 'lokis_trickery', + weight = 200, + }, + cup_cola = { + label = 'Becher E-Cola', + image = 'cup_cola.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cup_cola', + weight = 100, + }, + casinochips = { + label = 'Casino Chips', + image = 'casinochips.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Chips For Casino Gambling', + name = 'casinochips', + weight = 0, + }, + weapon_pipebomb = { + name = 'weapon_pipebomb', + label = 'Pipe Bomb', + description = 'A homemade bomb, the components of which are contained in a pipe', + type = 'weapon', + image = 'weapon_pipebomb.png', + useable = false, + weight = 1000, + unique = true, + }, + weapontint_mk2_32 = { + label = 'Metallic Red and Yellow Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Metallic Red and Yellow Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_32', + weight = 1000, + }, + pizza_piece = { + name = 'pizza_piece', + shouldClose = true, + description = 'Ein Stück Glück auf deinem Teller – Genieße unser köstliches Stück Pizza!', + type = 'item', + label = 'Stück Pizza', + useable = true, + weight = 150, + unique = false, + }, + soda_machine = { + label = 'Abfüllstation', + image = 'soda_machine.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'soda_machine', + weight = 1000, + }, + ornageo = { + label = 'Orange O Tang Softdrink', + image = 'ornageo.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', + name = 'ornageo', + weight = 100, + }, + joint = { + label = 'Joint', + image = 'joint7.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Die Friedenspfeife 2.0', + name = 'joint', + weight = 500, + }, + performance_part = { + label = 'Performance Kit', + image = 'performance_part.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'performance_part', + weight = 0, + }, + gg_rabbit_pelt_02 = { + label = 'Robustes Kaninchenfell', + image = 'gg_rabbit_pelt_02.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_rabbit_pelt_02', + weight = 1000, + }, + weapontint_mk2_26 = { + label = 'Metallic Purple & Lime Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Metallic Purple & Lime Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_26', + weight = 1000, + }, + weapontint_2 = { + label = 'Gold Tint', + image = 'weapontint_gold.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Gold Weapon Tint', + name = 'weapontint_2', + weight = 1000, + }, + newscam = { + label = 'News Camera', + image = 'newscam.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'A camera for the news', + name = 'newscam', + weight = 100, + }, + rifle_scope = { + label = 'Gewehrvisier', + image = 'smallscope_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'rifle_scope', + weight = 100, + }, + drum_mechanism = { + label = 'Trommel Mechanismus', + image = 'Trommel.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Der Dreh, der alles verändert – Spannung in jeder Umdrehung', + name = 'drum_mechanism', + weight = 200, + }, + weapon_mg = { + label = 'Machinegun', + image = 'weapon_mg.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_MG', + description = 'An automatic gun that fires bullets in rapid succession for as long as the trigger is pressed', + name = 'weapon_mg', + weight = 1000, + }, + veh_transmission = { + label = 'Transmission', + image = 'veh_transmission.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Upgrade vehicle transmission', + name = 'veh_transmission', + weight = 1000, + }, + oilbarrel = { + label = 'Erdölfass', + image = 'oilbarrel.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'oilbarrel', + weight = 6000, + }, + kevlar = { + label = 'Kevlar ', + image = 'kevlar.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'kevlar', + weight = 200, + }, + metalscrap = { + label = 'Metallschrott', + image = 'scrap-iron.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Der Stoff, aus dem DIY-Träume sind', + name = 'metalscrap', + weight = 500, + }, + blackmoney_route = { + label = 'Schwarzgeld Route', + image = 'blackmoney_route.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + name = 'blackmoney_route', + weight = 10, + }, + aluminum = { + label = 'Aluminium', + image = 'aluminum.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Nice piece of metal that you can probably use for something', + name = 'aluminum', + weight = 100, + }, + painkillers = { + label = 'Painkillers', + image = 'painkillers.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'For pain you can\'t stand anymore, take this pill that\'d make you feel great again', + name = 'painkillers', + weight = 0, + }, + handle = { + label = 'Holzgriff', + image = 'hammerhandle.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Der Klassiker der Griffe', + name = 'handle', + weight = 200, + }, + chemiebarrel = { + label = 'Chemie Fass', + image = 'chemie.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'chemiebarrel', + weight = 1000, + }, + beer = { + label = 'Pißwasser Bier', + image = 'beer.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Nothing like a good cold beer!', + name = 'beer', + weight = 500, + }, + weapon_briefcase_02 = { + name = 'weapon_briefcase_02', + label = 'Suitcase', + description = 'Wonderfull for nice vacation to Liberty City', + type = 'weapon', + image = 'weapon_briefcase2.png', + useable = false, + weight = 1000, + unique = true, + }, + weapontint_3 = { + label = 'Pink Tint', + image = 'weapontint_pink.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Pink Weapon Tint', + name = 'weapontint_3', + weight = 1000, + }, + weapon_revolver = { + label = 'Tac. Revolver', + image = 'revolver.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'A pistol with revolving chambers enabling several shots to be fired without reloading', + name = 'weapon_revolver', + weight = 1000, + }, + weapon_heavypistol = { + label = 'FM 510', + image = 'screenshot_405-removebg-preview.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'Wenn die Klog nicht mehr reicht.', + name = 'weapon_heavypistol', + weight = 1000, + }, + weapon_grenade = { + name = 'weapon_grenade', + label = 'Grenade', + description = 'A handheld throwable bomb', + type = 'weapon', + image = 'weapon_grenade.png', + useable = false, + weight = 1000, + unique = true, + }, + sifs_olden_harvest = { + label = 'Sifs Golden Harvest', + image = 'SifsGoldenHarvest.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'sifs_olden_harvest', + weight = 100, + }, + lawyerpass = { + label = 'Lawyer Pass', + image = 'lawyerpass.png', + useable = true, + type = 'item', + unique = true, + shouldClose = false, + description = 'Pass exclusive to lawyers to show they can represent a suspect', + name = 'lawyerpass', + weight = 0, + }, + gg_cougar_claw_03 = { + label = 'Makellose Puma-Klaue', + image = 'gg_cougar_claw_03.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_cougar_claw_03', + weight = 500, + }, + sniper_largescope = { + label = 'Sniper Visier groß', + image = 'advscope_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'sniper_largescope', + weight = 100, + }, + cerveza_barracho = { + label = 'Cerveza Barracho', + image = 'ChatGPT Image 26. Apr. 2025, 15_29_53-min.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Erfrischendes mexikanisches Bier mit vollmundigem Geschmack', + name = 'cerveza_barracho', + weight = 200, + }, + clutch_replacement = { + label = 'Premium Kupplungssatz', + image = 'clutch_replacement.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'clutch_replacement', + weight = 0, + }, + gg_salt_block_03 = { + label = 'Premium Salzblock', + image = 'gg_salt_block_03.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'gg_salt_block_03', + weight = 100, + }, + rb_cupcake = { + label = 'Rainbow Cupcake', + image = 'rb_cupcake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'rb_cupcake', + weight = 10, + }, + tosti = { + label = 'Grilled Cheese Sandwich', + image = 'tosti.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Schmeckt fast wie selbst gemacht – wenn man sich selbst keine Mühe gibt.', + name = 'tosti', + weight = 200, + }, + snp_ammo = { + label = 'Sniper Munition', + image = 'snp_ammo.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Ammo for Sniper Rifles', + name = 'snp_ammo', + weight = 1000, + }, + heimdalls_guard_bread = { + label = 'Heimdalls Guard Bread', + image = 'HeimdallsGuardBread.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'heimdalls_guard_bread', + weight = 100, + }, + weapontint_mk2_11 = { + label = 'Yellow Contrast Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Yellow Contrast Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_11', + weight = 1000, + }, + weapon_stungun = { + name = 'weapon_stungun', + label = 'Taser X6', + description = 'manchmal ist es einfach praktischer, jemanden mit Stromschlägen zu „überzeugen“, anstatt ein vernünftiges Gespräch zu führen.', + type = 'weapon', + image = 'weapon_stungun.png', + useable = true, + weight = 1000, + unique = true, + }, + weapontint_mk2_3 = { + label = 'Classic White Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Classic White Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_3', + weight = 1000, + }, + njords_sea_platter = { + label = 'Njords Sea Platter', + image = 'NjordsSeaPlatter.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'njords_sea_platter', + weight = 100, + }, + aspirin = { + label = 'Aspirin', + image = 'aspirin.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'aspirin', + weight = 20, + }, + revolver_barrel = { + label = 'Revolverlauf', + image = 'axehandle.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Revolver-Abzug: Ein kurzer Zug, der großen Knall bringt', + name = 'revolver_barrel', + weight = 250, + }, + thors_sandwich = { + label = 'Thors Sandwich', + image = 'thors_sandwich.png', + useable = true, + type = 'item', + unique = false, + 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.', + name = 'thors_sandwich', + weight = 150, + }, + weapon_pistol50 = { + label = 'Tropical Eagle', + image = 'tropical_eagle.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'Für alle, die denken, normale Pistolen fühlen sich einfach zu sehr nach Spielzeug an.', + name = 'weapon_pistol50', + weight = 1000, + }, + nacl_1000 = { + label = 'NACL (1000ml)', + image = 'nacl.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'nacl_1000', + weight = 1000, + }, + sniper_grip = { + label = 'Marksmangewehr Griff', + image = 'ar_grip.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'sniper_grip', + weight = 100, + }, + orange_o_tang_dose = { + label = 'Orange O Tang Dose', + image = 'orange_o_tang_dose.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Dose Orangen Limo', + name = 'orange_o_tang_dose', + weight = 50, + }, + cosmetic_part = { + label = 'Cosmetickit', + image = 'cosmetic_part.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cosmetic_part', + weight = 0, + }, + air_filter = { + label = 'Premium Luftfilter', + image = 'air_filter.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'sollte das Baby wieder nach Luft schreien, einmal wechseln', + name = 'air_filter', + weight = 0, + }, + bubble_tea = { + label = 'Bubble Tea', + image = 'bubble_tea.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Bubble Tea – das einzige Getränk, bei dem man sich fragt, ob man gerade trinkt, snackt oder ein Kinderspielzeug schlürft!', + name = 'bubble_tea', + weight = 100, + }, + weed_amnesia_seed = { + label = 'Amnesia Seed', + image = 'weed_seed.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A weed seed of Amnesia', + name = 'weed_amnesia_seed', + weight = 0, + }, + tablet = { + label = 'Tablet', + image = 'tablet.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = 'Expensive tablet', + name = 'tablet', + weight = 2000, + }, + odins_nuesse = { + label = 'Odins Nüsse', + image = 'Odins_nuesse.png', + useable = true, + type = 'item', + unique = false, + 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.', + name = 'Odins_nuesse', + weight = 150, + }, + ev_battery = { + label = 'EV Battery', + image = 'ev_battery.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'ev_battery', + weight = 0, + }, + newsmic = { + label = 'News Microphone', + image = 'newsmic.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'A microphone for the news', + name = 'newsmic', + weight = 100, + }, + weapon_hominglauncher = { + label = 'Homing Launcher', + image = 'weapon_hominglauncher.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_STINGER', + description = 'A weapon fitted with an electronic device that enables it to find and hit a target', + name = 'weapon_hominglauncher', + weight = 1000, + }, + pump = { + label = 'Akku Pumpe', + image = 'pump.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'pump', + weight = 2000, + }, + small_triggersystem = { + label = 'kleines Abzugssystem', + image = 'trigger2.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Winzig, aber mächtig – ein kleiner Klick und die Action geht los', + name = 'small_triggersystem', + weight = 100, + }, + gg_hunting_meat = { + label = 'rohes Wildfleisch', + image = 'gg_hunting_meat.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'gg_hunting_meat', + weight = 100, + }, + weed_purplehaze_seed = { + label = 'Purple Haze Seed', + image = 'weed_seed.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A weed seed of Purple Haze', + name = 'weed_purplehaze_seed', + weight = 0, + }, + erz = { + label = 'Metallerz', + image = 'erz.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'erz', + weight = 2000, + }, + smg_holoscope = { + label = 'SMG Holoscope', + image = 'holoscope_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'smg_holoscope', + weight = 100, + }, + pistol_extendedclip = { + label = 'pistol_extendedclip', + image = 'clip_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'erw. Pistolen Magazin', + name = 'pistol_extendedclip', + weight = 100, + }, + advscope_attachment = { + label = 'Advanced Scope', + image = 'advscope_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'An advanced scope for a weapon', + name = 'advscope_attachment', + weight = 1000, + }, + weapon_combatpistol = { + label = 'Bretta Storm', + image = 'screenshot_434-removebg-preview.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'Eine kompakte, zuverlässige 9mm-Dienstpistole mit 17 Schuss Magazin.', + name = 'weapon_combatpistol', + weight = 1000, + }, + leberkas_semmal = { + label = 'Leberkas Semmal', + image = 'leberkas_semmal.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Mehr Fleisch als Worte – des is koa Semmel, des is a Lebensgefühl!', + name = 'leberkas_semmal', + weight = 100, + }, + skadis_hunt = { + label = 'Skadi\'s Hunt', + image = 'SkadisHunt.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'So erfrischend und eisig wie Skadis frostige Heimat.', + name = 'skadis_hunt', + weight = 200, + }, + grapejuice = { + label = 'Flasche Traubensaft', + image = 'traubensaft.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = 'Grape juice is said to be healthy', + name = 'grapejuice', + weight = 200, + }, + beerkeg = { + label = 'Bierfass', + image = 'beerkeg.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'beerkeg', + weight = 600, + }, + goezleme = { + label = 'Gözleme', + image = 'Goezleme.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'würzig gefülltes Fladenbrot', + name = 'goezleme', + weight = 200, + }, + nitrous_bottle = { + label = 'Nitro Flasche', + image = '', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'nitrous_bottle', + weight = 0, + }, + applejuice = { + label = 'Flasche Apfelsaft', + image = 'applejuice.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'applejuice', + weight = 400, + }, + njords_tide = { + label = 'Njord\'s Tide', + image = 'NjordsTide.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Frisch wie die Seebrise und kraftvoll wie die Gezeiten des Meeres.', + name = 'njords_tide', + weight = 200, + }, + weapon_grenadelauncher_smoke = { + label = 'Smoke Grenade Launcher', + image = 'weapon_grenadelauncher_smoke.PNG', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_GRENADELAUNCHER', + description = 'A bomb that produces a lot of smoke when it explodes', + name = 'weapon_grenadelauncher_smoke', + weight = 1000, + }, + shisha_tobacco = { + label = 'Shisha Tabak', + image = 'shisha_tobacco.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'shisha_tobacco', + weight = 100, + }, + woodbug = { + label = 'Borkenkäfer', + image = 'woodbug.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Deutsche Borkenkäfer dürfen dies....', + name = 'woodbug', + weight = 4, + }, + cotton = { + label = 'Baumwolle', + image = 'cotton.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'cotton', + weight = 100, + }, + gg_cougar_claw_02 = { + label = 'Robuste Puma-Klaue', + image = 'gg_cougar_claw_02.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_cougar_claw_02', + weight = 500, + }, + gg_cougar_claw_01 = { + label = 'Raue Puma-Klaue', + image = 'gg_cougar_claw_01.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_cougar_claw_01', + weight = 500, + }, + placebo = { + label = 'Placebo', + image = 'placebo.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'placebo', + weight = 20, + }, + bb_cupcake = { + label = 'Blueberry Cupcake', + image = 'bb_cupcake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'bb_cupcake', + weight = 10, + }, + empty_weed_bag = { + label = 'Empty Weed Bag', + image = 'weed_baggy_empty.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A small empty bag', + name = 'empty_weed_bag', + weight = 0, + }, + copper = { + label = 'Kupferbarren', + image = 'cooperbar.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Es ist Metall aber Weich ', + name = 'copper', + weight = 800, + }, + weapon_nightstick = { + name = 'weapon_nightstick', + label = 'Nightstick', + description = 'A police officer\'s club or billy', + type = 'weapon', + image = 'weapon_nightstick.png', + useable = false, + weight = 1000, + unique = true, + }, + wc_cupcake = { + label = 'White Chocolate Raspberry Cupcake', + image = 'wc_cupcake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'wc_cupcake', + weight = 10, + }, + vitaminloesung = { + label = 'Vitaminlösung 100', + image = 'screenshot_696-removebg-preview.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'vitaminloesung', + weight = 100, + }, + pinger = { + label = 'Pinger', + image = 'pinger.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = 'With a pinger and your phone you can send out your location', + name = 'pinger', + weight = 1000, + }, + weapontint_mk2_0 = { + label = 'Classic Black Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Classic Black Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_0', + weight = 1000, + }, + mmkc = { + label = 'Mercimek Çorbasi', + image = 'mmkc.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'mmkc', + weight = 10, + }, + lean = { + label = 'Lean', + image = 'lean.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Der Drink, der dich so langsam macht wie eine Schnecke auf Valium', + name = 'lean', + weight = 500, + }, + electronickit = { + label = 'Electronic Kit', + image = 'electronickit.png', + useable = true, + type = 'item', + unique = false, + 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?', + name = 'electronickit', + weight = 100, + }, + jerry_can = { + label = 'Jerrycan 20L', + image = 'jerry_can.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A can full of Fuel', + name = 'jerry_can', + weight = 20000, + }, + chemical_set = { + label = 'Chemikalien-Set', + image = 'lab.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Dein persönliches Labor für Experimente, die besser nicht in der Küche stattfinden.', + name = 'chemical_set', + weight = 1000, + }, + gg_captured_chickenhawk = { + label = 'Gefangener Falke', + image = 'gg_captured_chickenhawk.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_captured_chickenhawk', + weight = 5000, + }, + bulletproof_tyres = { + label = 'Reifen Gebanzert', + image = 'bulletproof_tyres.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'bulletproof_tyres', + weight = 0, + }, + weapon_revolver_mk2 = { + label = 'Blood in and out Gun', + image = 'screenshot_419-removebg-preview.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'da Violence', + name = 'weapon_revolver_mk2', + weight = 1000, + }, + riverwater = { + label = 'Kanister mit Wasser', + image = 'kanister.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'riverwater', + weight = 3000, + }, + heroin_route = { + label = 'Heroin Route', + image = 'heroin_route.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + name = 'heroin_route', + weight = 10, + }, + weapontint_mk2_30 = { + label = 'Metallic White & Aqua Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Metallic White & Aqua Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_30', + weight = 1000, + }, + mettbroetchen = { + label = 'Mettbrötchen', + image = 'mettbroetchen.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'mhmm deutsches Sushi', + name = 'mettbroetchen', + weight = 100, + }, + small_blade = { + label = 'kleine Klinge', + image = 'Klinge Springmesser.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = ' Die Klinge, die nicht auf sich warten lässt', + name = 'small_blade', + weight = 200, + }, + jords_ea_latter = { + label = 'Njord\'s Sea Platter', + image = 'NjordsSeaPlatter.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Frisch aus dem Meer, diese Meeresfrüchte erinnern an Njords Verbindung zu den stürmischen Wellen der nordischen Meere.', + name = 'njords_sea_platter', + weight = 200, + }, + weapon_specialcarbine = { + label = 'KH 450', + image = 'weapon_specialcarbine.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_RIFLE', + description = 'Wenn die Ar 15 nicht mehr reicht.', + name = 'weapon_specialcarbine', + weight = 1000, + }, + weed_whitewidow = { + label = 'White Widow 2g', + image = 'weed_baggy.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = 'A weed bag with 2g White Widow', + name = 'weed_whitewidow', + weight = 200, + }, + weapontint_mk2_8 = { + label = 'Classic Brown & Black Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Classic Brown & Black Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_8', + weight = 1000, + }, + weapon_navyrevolver = { + label = 'Navy Revolver', + image = 'weapon_navyrevolver.png', + useable = true, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'Weapon Navyrevolver', + name = 'weapon_navyrevolver', + weight = 1000, + }, + weapon_combatpdw = { + label = 'Zig MPX', + image = 'weapon_combatpdw.png', + useable = true, + type = 'weapon', + unique = true, + shouldClose = true, + description = 'Ab Werk leise', + name = 'weapon_combatpdw', + weight = 1000, + }, + weapon_ball = { + label = 'Ball', + image = 'weapon_ball.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_BALL', + description = 'A solid or hollow spherical or egg-shaped object that is kicked, thrown, or hit in a game', + name = 'weapon_ball', + weight = 1000, + }, + j_and_js = { + label = 'J&J’s', + image = 'ChatGPT_Image_27._Apr._2025__12_06_23-removebg-preview.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Kleine, bunte Schockodrops mit knackiger Hülle und weichem Kern', + name = 'j_and_js', + weight = 150, + }, + dc_cupcake = { + label = 'Double-Chocolate Cupcake', + image = 'dc_cupcake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'dc_cupcake', + weight = 10, + }, + battery = { + label = 'Akku', + image = 'battery.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'battery', + weight = 1000, + }, + njords_ocean_breeze_alkoholfrei = { + label = 'Njords Ocean Breeze', + image = 'NjordsOceanBreeze.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'njords_ocean_breeze_alkoholfrei', + weight = 100, + }, + cc_cupcake = { + label = 'Cheesecake Cupcake', + image = 'cc_cupcake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cc_cupcake', + weight = 10, + }, + opium = { + label = 'Opium', + image = 'opium_dry2.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Chillfilter fürs Leben – aber Vorsicht, klebrig', + name = 'opium', + weight = 100, + }, + weapon_bat = { + name = 'weapon_bat', + label = 'Bat', + description = 'Used for hitting a ball in sports (or other things)', + type = 'weapon', + image = 'weapon_bat.png', + useable = false, + weight = 1000, + unique = true, + }, + emp_ammo = { + label = 'EMP Ammo', + image = 'emp_ammo.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Ammo for EMP Launcher', + name = 'emp_ammo', + weight = 200, + }, + rifle_extendedclip = { + label = 'erw. Gewehr Magazin', + image = 'rifle_extendedclip.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'rifle_extendedclip', + weight = 100, + }, + redwoodpack = { + label = 'Packung Redwood Zigaretten', + image = 'redwoodpack.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'redwoodpack', + weight = 200, + }, + boxgrapes = { + label = 'Packung Weintrauben', + image = 'boxgrapes.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'boxgrapes', + weight = 400, + }, + kakao2 = { + label = 'Tasse Heiße Schokolade', + image = 'kakao2.png', + useable = true, + type = 'item', + unique = true, + 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.', + name = 'kakao2', + weight = 100, + }, + dagger_blade = { + label = 'Dolchklinge', + image = 'P1026942-3-scaled-removebg-preview.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'So klein, du siehst sie fast nicht – aber sie hinterlässt Eindruck', + name = 'dagger_blade', + weight = 500, + }, + gleitgel = { + label = 'Gleitgel', + image = 'gleitgel.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = 'Falls es mal zu Trocken ist ^^', + name = 'gleitgel', + weight = 100, + }, + axe_head = { + label = 'Axt Kopf', + image = 'Axtkopf.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Der schneidige Bruder der Säge', + name = 'axe_head', + weight = 1000, + }, + weapon_pistol = { + label = 'Bretta', + image = 'screenshot_398-removebg-preview.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'Das Multitool zum Löcher machen.', + name = 'weapon_pistol', + weight = 1000, + }, + cc_cake = { + label = 'Cheesecake', + image = 'cc_cake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cc_cake', + weight = 10, + }, + weapontint_mk2_14 = { + label = 'Bold Purple & Yellow Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Bold Purple & Yellow Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_14', + weight = 1000, + }, + salami_b = { + label = '', + image = 'salami_b.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'salami_b', + weight = 10, + }, + kakao = { + label = 'Kakao Togo', + image = 'kakao.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Eine heiße, süße Tasse Schokolade – perfekt zum Entspannen oder Aufwärmen an kühlen Tagen.', + name = 'kakao', + weight = 100, + }, + cheeseanachos = { + label = 'Nachos mit Käsesauce', + image = 'ChatGPT_Image_26._Apr._2025__18_25_48-removebg-preview.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Knusprige Nachos, überzogen mit cremiger, würziger Käsesauce', + name = 'cheeseanachos', + weight = 200, + }, + rifle_ammo = { + label = 'Gewehr Munition', + image = 'rifle_ammo.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'schnelles Peng', + name = 'rifle_ammo', + weight = 200, + }, + gg_deer_hide_01 = { + label = 'Raues Hirschleder', + image = 'gg_deer_hide_01.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_deer_hide_01', + weight = 1000, + }, + seed = { + label = 'Samen', + image = 'seed.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'seed', + weight = 5, + }, + emergency_revive_kit = { + label = 'Wiederbelebungs-Kit', + image = 'medbox.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'emergency_revive_kit', + weight = 1500, + }, + remote = { + label = 'TV Fernbedienung', + image = 'remote.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'remote', + weight = 100, + }, + tomato = { + label = 'Tomate', + image = 'tomato.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'tomato', + weight = 100, + }, + firework1 = { + label = '2Brothers', + image = 'firework1.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Fireworks', + name = 'firework1', + weight = 1000, + }, + slanted_muzzle_brake = { + label = 'Slanted Muzzle Brake', + image = 'slanted_muzzle_brake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A muzzle brake for a weapon', + name = 'slanted_muzzle_brake', + weight = 1000, + }, + weapon_gadgetpistol = { + label = 'Perico Pistol', + image = 'weapon_gadgetpistol.png', + useable = true, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'Weapon Gadgetpistol', + name = 'weapon_gadgetpistol', + weight = 1000, + }, + meth_pipe = { + label = 'Leere Methpfeife', + image = 'Meth pfeife.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Leere Pfeife zum möglichen Glück was keins ist', + name = 'meth_pipe', + weight = 500, + }, + kbrotmcr = { + label = 'Koboldbrot mit Cheedar', + image = 'Koboldbrot_mit_Cheddar.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'kbrotmcr', + weight = 100, + }, + magic_mushroom = { + label = 'Mutterkorn', + image = 'magic_mushroom.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Der Pilz, der dir das Gefühl gibt, du könntest mit deinen Gedanken den Regenbogen malen.', + name = 'magic_mushroom', + weight = 500, + }, + weed_nutrition = { + label = 'Plant Fertilizer', + image = 'weed_nutrition.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Plant nutrition', + name = 'weed_nutrition', + weight = 2000, + }, + weapon_knife = { + name = 'weapon_knife', + label = 'Messer', + description = 'An instrument composed of a blade fixed into a handle, used for cutting or as a weapon', + type = 'weapon', + image = 'weapon_knife.png', + useable = true, + weight = 1000, + unique = true, + }, + emergencydrone = { + label = 'Einsatz Drohne', + image = 'emergencydrone.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'emergencydrone', + weight = 1000, + }, + weapon_smokegrenade = { + name = 'weapon_smokegrenade', + label = 'Rauchgranate', + description = 'An explosive charge that can be remotely detonated', + type = 'weapon', + image = 'screenshot_425-removebg-preview.png', + useable = false, + weight = 1000, + unique = true, + }, + deployable_light = { + label = 'Aufsetzt Rundumleuchte', + image = 'deployable_light.png', + useable = true, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'deployable_light', + weight = 250, + }, + box = { + label = 'Kiste', + image = 'box.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'box', + weight = 600, + }, + burger = { + label = 'Hamburger mit Käse', + image = 'burger.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'burger', + weight = 100, + }, + table = { + label = 'Klapptisch', + image = 'table.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'table', + weight = 400, + }, + weed_skunk_seed = { + label = 'Skunk Seed', + image = 'weed_seed.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A weed seed of Skunk', + name = 'weed_skunk_seed', + weight = 0, + }, + certificate = { + label = 'Certificate', + image = 'certificate.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = 'Certificate that proves you own certain stuff', + name = 'certificate', + weight = 0, + }, + ceramic_brakes = { + label = 'Ceramic Bremsen', + image = 'ceramic_brakes.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'ceramic_brakes', + weight = 0, + }, + weapon_batton = { + label = 'Waffenlauf Lang', + image = 'weapon_batton.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Ein Lauf auf Stahl mit einer hohen Genauigkeit ', + name = 'weapon_batton', + weight = 1000, + }, + harness = { + label = 'Race Harness', + image = 'harness.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Racing Harness so no matter what you stay in the car', + name = 'harness', + weight = 1000, + }, + blood_100 = { + label = 'Blut (100ml)', + image = 'blood_100.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'blood_100', + weight = 100, + }, + weapontint_mk2_22 = { + label = 'Bold Blue & White Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Bold Blue & White Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_22', + weight = 1000, + }, + blood_250 = { + label = 'Blut (250ml)', + image = 'blood_250.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'blood_250', + weight = 250, + }, + defibrillator = { + label = 'Defibrillator', + image = 'aed.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'defibrillator', + weight = 3000, + }, + rohkaffee = { + label = 'Rohkaffee', + image = 'rohkaffee.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'rohkaffee', + weight = 4, + }, + aldurs_ight_lixir = { + label = 'Baldur\'s Light Elixir', + image = 'BaldursLightElixir.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.', + name = 'baldurs_light_elixir', + weight = 200, + }, + radioscanner = { + label = 'Radio Scanner', + image = 'radioscanner.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = 'With this you can get some police alerts. Not 100% effective however', + name = 'radioscanner', + weight = 1000, + }, + weapontint_mk2_27 = { + label = 'Metallic Red Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Metallic Red Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_27', + weight = 1000, + }, + weapon_heavysniper = { + label = 'Heavy Sniper', + image = 'weapon_heavysniper.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SNIPER', + description = 'An upgraded high-precision, long-range rifle', + name = 'weapon_heavysniper', + weight = 1000, + }, + weapon_molotov = { + name = 'weapon_molotov', + label = 'Molotov', + description = 'A crude bomb made of a bottle filled with a flammable liquid and fitted with a wick for lighting', + type = 'weapon', + image = 'weapon_molotov.png', + useable = false, + weight = 1000, + unique = true, + }, + cooked_bbq_wings = { + label = 'gegrillte BBQ Wings', + image = 'cooked_bbq_wings.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cooked_bbq_wings', + weight = 200, + }, + veh_brakes = { + label = 'Brakes', + image = 'veh_brakes.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Upgrade vehicle brakes', + name = 'veh_brakes', + weight = 1000, + }, + thermalvision = { + label = 'Thermalvisier', + image = 'thermalvision.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = 'i can seeee you ^^', + name = 'thermalvision', + weight = 100, + }, + bbq_grill = { + label = 'BBQ Grill', + image = 'bbq_grill.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'bbq_grill', + weight = 1000, + }, + drum_attachment = { + label = 'Drum', + image = 'drum_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A drum for a weapon', + name = 'drum_attachment', + weight = 1000, + }, + diamond_ring = { + label = 'Diamond Ring', + image = 'diamond_ring.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = 'A diamond ring seems like the jackpot to me!', + name = 'diamond_ring', + weight = 1500, + }, + ironbar = { + label = 'Eisenbarren', + image = 'ironbar.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'ironbar', + weight = 2000, + }, + orange = { + label = 'Orange', + image = 'orange.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'orange', + weight = 100, + }, + munky_juice_ice_tea = { + label = 'Munky Juice Ice Tea', + image = 'munky_juice_ice_tea.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Pfirsich oder Zitrone das hier die Frage...', + name = 'munky_juice_ice_tea', + weight = 100, + }, + baldurslightelixir = { + label = 'Baldurs Light Elixir', + image = 'BaldursLightElixir.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.', + name = 'baldurslightelixir', + weight = 100, + }, + roofbox_color = { + label = 'Farbige Dachbox', + image = 'roofbox_color.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'roofbox_color', + weight = 1000, + }, + markedbills = { + label = 'Marked Money', + image = 'markedbills.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = 'Money?', + name = 'markedbills', + weight = 1000, + }, + weapon_marksmanrifle = { + label = 'Besseres Jagdgewehr', + image = 'screenshot_395-removebg-preview.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SNIPER', + description = '... die Sonntagsjäger fahrn in den Touristenwald ...', + name = 'weapon_marksmanrifle', + weight = 1000, + }, + pistol_defaultclip = { + label = 'Pistolen Magazin', + image = 'clip_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'pistol_defaultclip', + weight = 100, + }, + ephedrin = { + label = 'Ephedrin Tabletten', + image = 'ephedrine.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Deine Eintrittskarte zu einem Adrenalinschub', + name = 'ephedrin', + weight = 500, + }, + gardensicorr = { + label = 'Gartenschere', + image = 'gardensicorr.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'gardensicorr', + weight = 0.09999999999999432, + }, + boxwater = { + label = 'Kiste Wasser', + image = 'boxwater.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'boxwater', + weight = 2000, + }, + ironoxide = { + label = 'Iron Powder', + image = 'ironoxide.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Some powder to mix with.', + name = 'ironoxide', + weight = 100, + }, + weapon_gusenberg = { + label = 'Gusenberg Sweeper', + image = 'screenshot_412-removebg-preview.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_MG', + description = ' das Original aus der goldenen Ära der Gangster', + name = 'weapon_gusenberg', + weight = 1000, + }, + tenkgoldchain = { + label = '10k Gold Chain', + image = '10kgoldchain.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = '10 carat golden chain', + name = 'tenkgoldchain', + weight = 2000, + }, + weapontint_7 = { + label = 'Platinum Tint', + image = 'weapontint_plat.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Platinum Weapon Tint', + name = 'weapontint_7', + weight = 1000, + }, + filament = { + label = 'Filament', + image = 'filament.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'filament', + weight = 100, + }, + boxapples = { + label = 'Kiste Äpfel', + image = 'applebox.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'boxapples', + weight = 1000, + }, + weed_whitewidow_seed = { + label = 'White Widow Seed', + image = 'weed_seed.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = 'A weed seed of White Widow', + name = 'weed_whitewidow_seed', + weight = 0, + }, + coffeemug = { + label = 'Tasse Kaffee', + image = 'coffeemug.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '„Kaffee? Nein, das ist flüssiger Wahnsinn in \'ner Keramikgranate. Perfekt zum Durchziehen von Überfällen, Steuererklärungen oder Montagen.“', + name = 'coffeemug', + weight = 100, + }, + item_bench = { + label = 'Workbench', + image = 'workbench.png', + useable = true, + type = 'item', + unique = true, + shouldClose = false, + description = 'A workbench to craft items.', + name = 'item_bench', + weight = 15000, + }, + morphine = { + label = 'Morphiumspritze', + image = 'syringe.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'morphine', + weight = 10, + }, + weapon_combatmg = { + label = 'Combat MG', + image = 'weapon_combatmg.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_MG', + description = 'A combat version of an automatic gun that fires bullets in rapid succession for as long as the trigger is pressed', + name = 'weapon_combatmg', + weight = 1000, + }, + weapon_bottle = { + name = 'weapon_bottle', + label = 'Broken Bottle', + description = 'A broken bottle', + type = 'weapon', + image = 'weapon_bottle.png', + useable = false, + weight = 1000, + unique = true, + }, + doener = { + label = 'Döner', + image = 'doner.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Döner macht schöner...', + name = 'doener', + weight = 200, + }, + rare_earths = { + label = 'seltene Erden', + image = 'rare_earths.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'rare_earths', + weight = 100, + }, + weapontint_mk2_24 = { + label = 'Metallic Platinum Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Metallic Platinum Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_24', + weight = 1000, + }, + sandwich = { + label = '3 Tage altes Sandwich', + image = 'sandwich.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'bist du dir sicher das du das essen willst?', + name = 'sandwich', + weight = 200, + }, + dendrogyra_coral = { + label = 'Dendrogyra', + image = 'dendrogyra_coral.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = 'Its also known as pillar coral', + name = 'dendrogyra_coral', + weight = 1000, + }, + weapon_carbinerifle_mk2 = { + label = 'Softair Gewehr', + image = 'screenshot_455-removebg-preview.png', + useable = true, + type = 'weapon', + unique = true, + ammotype = 'AMMO_RIFLE', + description = 'Carbine Rifle MK2', + name = 'weapon_carbinerifle_mk2', + weight = 1000, + }, + koboldkotze = { + label = 'Koboldkotze', + image = 'Koboldkotze.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'koboldkotze', + weight = 100, + }, + salep = { + label = 'Salep', + image = 'salep.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = ' Zimt Heißgetränk', + name = 'salep', + weight = 200, + }, + dueruem = { + label = 'Dürüm', + image = 'durum.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Wrap, mit typischen Döner-Kebab-Zutaten gefüllt', + name = 'dueruem', + weight = 200, + }, + tavor25 = { + label = 'Tavor 2,5 mg', + image = 'tavor25.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'tavor25', + weight = 20, + }, + cooked_bbq_ribeye = { + label = 'gegrilltes Ribeye Steak', + image = 'cooked_bbq_ribeye.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'cooked_bbq_ribeye', + weight = 200, + }, + kq_outfitbag = { + label = 'Outfit Rucksack', + image = 'kq_outfitbag.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = 'Der Kleiderschrank für unterwegs', + name = 'kq_outfitbag', + weight = 5, + }, + boomcamo_attachment = { + label = 'Boom Camo', + image = 'boomcamo_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A boom camo for a weapon', + name = 'boomcamo_attachment', + weight = 1000, + }, + butcherknife = { + label = 'Schlachtermesser', + image = 'butcherknife.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'butcherknife', + weight = 400, + }, + weapon_rayminigun = { + label = 'Widowmaker', + image = 'weapon_rayminigun.png', + useable = true, + type = 'weapon', + unique = true, + ammotype = 'AMMO_MINIGUN', + description = 'Weapon Rayminigun', + name = 'weapon_rayminigun', + weight = 1000, + }, + weapon_advancedrifle = { + label = 'Advanced Rifle', + image = 'weapon_advancedrifle.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_RIFLE', + description = 'An assault version of a rapid-fire, magazine-fed automatic rifle designed for infantry use', + name = 'weapon_advancedrifle', + weight = 1000, + }, + weapon_flaregun = { + label = 'Flare Gun', + image = 'weapon_flaregun.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_FLARE', + description = 'A handgun for firing signal rockets', + name = 'weapon_flaregun', + weight = 1000, + }, + purple_phone = { + label = 'iFruit 12XR Lila', + image = 'purple_phone.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '„Jetzt mit noch mehr Features, die du nie brauchst, aber jedem zeigen musst.“', + name = 'purple_phone', + weight = 0.09999999999999432, + }, + sarma = { + label = 'Sarma', + image = 'sarma.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'sarma', + weight = 10, + }, + kakao3 = { + label = 'Tasse Heiße Schokolade mit Marshmallows', + image = 'kakao3.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Eine Tasse heiße Schokolade mit Marshmallows ist wie ein Kuschelabend in flüssiger Form – süß, warm und himmlisch übertrieben.', + name = 'kakao3', + weight = 100, + }, + pizza_burger = { + label = 'Pizza Burger', + image = 'pizza_burger.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Zartes Wagyu-Patty, würzige Salami, fruchtige Tomatensauce und geschmolzener Mozzarella, serviert in fluffigen Brioche Buns', + name = 'pizza_burger', + weight = 200, + }, + switchblade_mechanism = { + label = 'Mechanismus für Springmesser', + image = 'weapon_parts2.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Der flinke Schalter – ein Klick, und das Messer ist blitzschnell auf dem Sprung', + name = 'switchblade_mechanism', + weight = 500, + }, + ['sifs_golden-ale'] = { + label = 'Sif\'s Golden Ale', + image = 'SifGoldenAle.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Golden und nahrhaft, wie das Feld unter der Obhut der Göttin Sif.', + name = 'sifs_golden-ale', + weight = 200, + }, + gg_pug_bait_03 = { + label = 'Illegaler Raubtierköder 3', + image = 'gg_pug_bait_03.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'gg_pug_bait_03', + weight = 100, + }, + weapon_pistolxm3 = { + label = 'Pistol XM3', + image = 'highteampistol.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'Pistol XM3', + name = 'weapon_pistolxm3', + weight = 1000, + }, + sawdust = { + label = 'Sägemehl', + image = 'sawdust.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = '', + name = 'sawdust', + weight = 20, + }, + mechanic_tablet = { + label = 'Petrol Head Tablet', + image = 'mechanic_tablet.png', + useable = true, + type = 'item', + unique = false, + shouldClose = false, + description = 'Das wichtigste Werkzeug', + name = 'mechanic_tablet', + weight = 0, + }, + geocamo_attachment = { + label = 'Geometric Camo', + image = 'geocamo_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A geometric camo for a weapon', + name = 'geocamo_attachment', + weight = 1000, + }, + ecola_light = { + label = 'E-Cola Light Softdrink', + image = 'ecola_light.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', + name = 'ecola_light', + weight = 100, + }, + weed_ak47_seed = { + label = 'AK47 Seed', + image = 'weed_seed.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A weed seed of AK47', + name = 'weed_ak47_seed', + weight = 0, + }, + ibuprophen = { + label = 'Ibuprophen', + image = 'Ibuprophen.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'ibuprophen', + weight = 20, + }, + skadis_winter_skewers = { + label = 'Skadis Winter Skewers', + image = 'sws.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'skadis_winter_skewers', + weight = 100, + }, + gg_hunting_rifleammo = { + label = 'Jagdgewehr Munition', + image = 'gg_hunting_rifleammo.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'gg_hunting_rifleammo', + weight = 200, + }, + rostedcoffee = { + label = 'Sack geröstete Kaffeebohnen', + image = 'rostedcoffee.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'rostedcoffee', + weight = 2000, + }, + bank_card = { + label = 'Bank Card', + image = 'bank_card.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Used to access ATM', + name = 'bank_card', + weight = 0, + }, + weapontint_mk2_4 = { + label = 'Classic Beige Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Classic Beige Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_4', + weight = 1000, + }, + heparin = { + label = 'Heparin', + image = 'heparin.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'heparin', + weight = 10, + }, + opium_poppy = { + label = 'Schlafmohn', + image = 'opium_dry.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Die Blume, die Träume verkauft', + name = 'opium_poppy', + weight = 100, + }, + woodcamo_attachment = { + label = 'Woodland Camo', + image = 'woodcamo_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A woodland camo for a weapon', + name = 'woodcamo_attachment', + weight = 1000, + }, + hors_hunder_ings = { + label = 'Thor\'s Thunder Wings', + image = 'ThorsThunderWings.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Knusprig, würzig und mit einem feurigen Biss – diese Flügel schlagen ein wie ein Donnerblitz.', + name = 'hors_hunder_ings', + weight = 200, + }, + boxgrapejuice = { + label = 'Kiste Traubensaft', + image = 'boxgrapejuice.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'boxgrapejuice', + weight = 1000, + }, + weapon_garbagebag = { + name = 'weapon_garbagebag', + label = 'Garbage Bag', + description = 'A garbage bag', + type = 'weapon', + image = 'weapon_garbagebag.png', + useable = false, + weight = 1000, + unique = true, + }, + epinephrine = { + label = 'Adrenalinspritze', + image = 'epi_pen.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'epinephrine', + weight = 10, + }, + sniper_scope = { + label = 'Sniper Visier', + image = 'largescope_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'sniper_scope', + weight = 100, + }, + suspension_parts = { + label = 'Premium Fahrwerksteile', + image = 'suspension_parts.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'suspension_parts', + weight = 0, + }, + smg_flashlight = { + label = 'SMG Licht', + image = 'flashlight_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'smg_flashlight', + weight = 100, + }, + squared_muzzle_brake = { + label = 'Squared Muzzle Brake', + image = 'squared_muzzle_brake.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A muzzle brake for a weapon', + name = 'squared_muzzle_brake', + weight = 1000, + }, + gg_boar_tusk_03 = { + label = 'Makelloser Eberzahn', + image = 'gg_boar_tusk_03.png', + useable = false, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'gg_boar_tusk_03', + weight = 1000, + }, + v12_engine = { + label = 'V12 Motor', + image = 'v12_engine.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'v12_engine', + weight = 0, + }, + weapontint_mk2_23 = { + label = 'Metallic Gold Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Metallic Gold Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_23', + weight = 1000, + }, + blotter_paper = { + label = 'Blotterpapier', + image = 'paperroll.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Das Papier, das dich nicht nur trocknen lässt, sondern auch deine Gedanken', + name = 'blotter_paper', + weight = 500, + }, + acetic = { + label = 'Essiganhydrid', + image = 'acetone2.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Küchenessenz für Chemieprofis', + name = 'acetic', + weight = 1000, + }, + latte = { + label = 'Glas Latte Macchiato', + image = 'latte.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Er hat Latte gesagt XD', + name = 'latte', + weight = 100, + }, + largescope_attachment = { + label = 'Large Scope', + image = 'largescope_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A large scope for a weapon', + name = 'largescope_attachment', + weight = 1000, + }, + security_card_02 = { + label = 'Security Card B', + image = 'security_card_02.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A security card... I wonder what it goes to', + name = 'security_card_02', + weight = 0, + }, + marshmallows = { + label = 'Packung Marshmallows', + image = 'marshmallows.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Marshmallows sind wie kleine Wolken, die versehentlich in Zucker gefallen und dann beschlossen haben, für immer süß zu bleiben.', + name = 'marshmallows', + weight = 200, + }, + shotgun_ammo = { + label = 'Shotgun Munition', + image = 'shotgun_ammo.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'viel Peng', + name = 'shotgun_ammo', + weight = 500, + }, + weapon_marksmanpistol = { + label = 'Marksman Pistol', + image = 'weapon_marksmanpistol.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_PISTOL', + description = 'A very accurate small firearm designed to be held in one hand', + name = 'weapon_marksmanpistol', + weight = 1000, + }, + sprunk_flasche = { + label = 'Sprunk Flasche', + image = 'sprunk_flasche.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Flasche Zitronen Limo', + name = 'sprunk_flasche', + weight = 80, + }, + soocer = { + label = 'Fußball', + image = 'soccer.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'soocer', + weight = 400, + }, + bandage = { + label = 'Bandage', + image = 'bandage.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A bandage works every time', + name = 'bandage', + weight = 0, + }, + sprunk_zero_dose = { + label = 'Sprunk Zero Dose', + image = 'sprunk_zero_dose.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Dose Zitronen Limo', + name = 'sprunk_zero_dose', + weight = 50, + }, + weapon_carbinerifle = { + label = 'AR 15', + image = 'ar15.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_RIFLE', + description = 'Der beste Freund eines Cops, wenn Funk und Pfefferspray nicht mehr reichen.', + name = 'weapon_carbinerifle', + weight = 1000, + }, + thors_hammer = { + label = 'Thor\'s Hammer', + image = 'ThorsHammerBeer.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'So kraftvoll wie der Schlag von Mjölnir, Thors legendärem Hammer.', + name = 'thors_hammer', + weight = 200, + }, + weapon_sled = { + label = 'Pistolenschlitten', + image = 'Waffenschlitten.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Der flinke Kurier, der das Feuer in Bewegung bringt', + name = 'weapon_sled', + weight = 250, + }, + security_card_01 = { + label = 'Security Card A', + image = 'security_card_01.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A security card... I wonder what it goes to', + name = 'security_card_01', + weight = 0, + }, + shovel = { + label = 'Schaufel', + image = 'shovel.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '', + name = 'shovel', + weight = 0.09999999999999432, + }, + injection = { + label = 'Spritze', + image = 'syringe.png', + useable = false, + type = 'item', + unique = false, + shouldClose = false, + description = 'Bereit für alles, aber hat nix zu sagen.', + name = 'injection', + weight = 500, + }, + green_phone = { + label = 'iFruit 12XR Grün', + image = 'green_phone.png', + useable = false, + type = 'item', + unique = true, + shouldClose = false, + description = '„Du bist nicht oberflächlich. Du hast einfach ein teures Telefon.“', + name = 'green_phone', + weight = 0.09999999999999432, + }, + weapontint_mk2_18 = { + label = 'Bold Green Features Tint', + image = 'weapontint_black.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Bold Green Features Weapon Tint for MK2 Weapons', + name = 'weapontint_mk2_18', + weight = 1000, + }, + lokum = { + label = 'Lokum', + image = 'lokum.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'lokum', + weight = 10, + }, + advancedrepairkit = { + label = 'Advanced Repairkit', + image = 'advancedkit.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A nice toolbox with stuff to repair your vehicle', + name = 'advancedrepairkit', + weight = 4000, + }, + antipatharia_coral = { + label = 'Antipatharia', + image = 'antipatharia_coral.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = 'Its also known as black corals or thorn corals', + name = 'antipatharia_coral', + weight = 1000, + }, + cokebaggy = { + label = 'Bag of Coke', + image = 'cocaine_baggy.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'To get happy real quick', + name = 'cokebaggy', + weight = 0, + }, + police_card = { + label = 'PD Dienstausweis', + image = 'police_card.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'police_card', + weight = 10, + }, + weapon_stone_hatchet = { + name = 'weapon_stone_hatchet', + label = 'Stone Hatchet', + description = 'Stone Hatchet', + type = 'weapon', + image = 'weapon_stone_hatchet.png', + useable = true, + weight = 1000, + unique = true, + }, + fitbit = { + label = 'Fitbit', + image = 'fitbit.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'I like fitbit', + name = 'fitbit', + weight = 500, + }, + goldbar = { + label = 'Gold Bar', + image = 'goldbar.png', + useable = false, + type = 'item', + unique = false, + shouldClose = true, + description = 'Looks pretty expensive to me', + name = 'goldbar', + weight = 7000, + }, + luxuryfinish_attachment = { + label = 'Luxury Finish', + image = 'luxuryfinish_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A luxury finish for a weapon', + name = 'luxuryfinish_attachment', + weight = 1000, + }, + weapon_dbshotgun = { + label = 'Double-barrel Shotgun', + image = 'weapon_dbshotgun.png', + useable = false, + type = 'weapon', + unique = true, + ammotype = 'AMMO_SHOTGUN', + description = 'A shotgun with two parallel barrels, allowing two single shots to be fired in quick succession', + name = 'weapon_dbshotgun', + weight = 1000, }, weapon_bullpupshotgun = { + label = 'Bullpup Shotgun', + image = 'weapon_bullpupshotgun.png', + useable = false, + type = 'weapon', + unique = true, ammotype = 'AMMO_SHOTGUN', description = 'A compact smoothbore gun for firing small shot at short range', - label = 'Bullpup Shotgun', - unique = true, name = 'weapon_bullpupshotgun', weight = 1000, - type = 'weapon', + }, + gg_pug_bait_01 = { + label = 'Illegaler Raubtierköder 1', + image = 'gg_pug_bait_01.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = '', + name = 'gg_pug_bait_01', + weight = 100, + }, + suppressor_attachment = { + label = 'Suppressor', + image = 'suppressor_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A suppressor for a weapon', + name = 'suppressor_attachment', + weight = 1000, + }, + scookie = { + label = 'Soft Cookie', + image = 'softccookie.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = 'Ein Softcookie ist ein weicher, saftiger Keks mit einer zarten Textur, der oft noch leicht warm und innen herrlich chewy ist.', + name = 'scookie', + weight = 100, + }, + clip_attachment = { + label = 'Clip', + image = 'clip_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A clip for a weapon', + name = 'clip_attachment', + weight = 1000, + }, + hors_hunder_torm = { + label = 'Thor\'s Thunder Storm (alkoholfrei)', + image = 'ThorsThunderStorm.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'Ein spritziges Getränk mit einem überraschenden Kick, das wie ein Donnerschlag erfrischt.', + name = 'thors_thunder_storm', + weight = 200, + }, + sniper_suppressor = { + label = 'Sniper Schalldämpfer', + image = 'suppressor_attachment.png', + useable = true, + type = 'item', + unique = true, + shouldClose = true, + description = '', + name = 'sniper_suppressor', + weight = 100, + }, + comp_attachment = { + label = 'Compensator', + image = 'comp_attachment.png', + useable = true, + type = 'item', + unique = false, + shouldClose = true, + description = 'A compensator for a weapon', + name = 'comp_attachment', + weight = 1000, + }, + artificial_lure = { + shouldClose = false, + type = 'item', + description = '', + weight = 100, + label = 'Kunstköder', + unique = false, useable = false, - image = 'weapon_bullpupshotgun.png', + image = 'pb.png', + name = 'artificial_lure', + }, + fishbait = { + shouldClose = false, + type = 'item', + description = '', + weight = 0, + label = 'Köder', + unique = false, + useable = false, + image = 'fishbait.png', + name = 'fishbait', + }, + young_salmon = { + shouldClose = false, + type = 'item', + description = '', + weight = 100, + label = 'junger Lachs', + unique = false, + useable = false, + image = 'young_salmon.png', + name = 'young_salmon', + }, + pufferfish = { + shouldClose = false, + type = 'item', + description = '', + weight = 100, + label = 'Kugelfisch', + unique = false, + useable = false, + image = 'putterfish.png', + name = 'pufferfish', + }, + salmon = { + shouldClose = true, + type = 'item', + description = '', + weight = 100, + label = 'Lachs', + unique = false, + useable = true, + image = 'salmon.png', + name = 'salmon', + }, + tuna = { + shouldClose = false, + type = 'item', + description = '', + weight = 100, + label = 'Tunfisch', + unique = false, + useable = true, + image = 'tuna.png', + name = 'tuna', + }, + trout = { + shouldClose = false, + type = 'item', + description = '', + weight = 100, + label = 'Forelle', + unique = false, + useable = true, + image = 'trout.png', + name = 'trout', + }, + anchovy = { + shouldClose = false, + type = 'item', + description = '', + weight = 100, + label = 'Anchovy', + unique = false, + useable = true, + image = 'anchovy.png', + name = 'anchovy', + }, + caviar = { + shouldClose = false, + type = 'item', + description = '', + weight = 100, + label = 'Kaviar', + unique = false, + useable = false, + image = 'caviar.png', + name = 'caviar', + }, + fish_fillet = { + shouldClose = false, + type = 'item', + description = '', + weight = 100, + label = 'Fischfillet', + unique = false, + useable = false, + image = 'fish_fillet.png', + name = 'fish_fillet', + }, + fishingrod = { + shouldClose = true, + type = 'item', + description = '', + weight = 400, + label = 'Angelroute', + unique = true, + useable = true, + image = 'fishingrod.png', + name = 'fishingrod', }, } \ No newline at end of file diff --git a/resources/[tools]/unlimited-spectre/log.log b/resources/[tools]/unlimited-spectre/log.log index 2f2f8e42b..63ca3f1e5 100644 --- a/resources/[tools]/unlimited-spectre/log.log +++ b/resources/[tools]/unlimited-spectre/log.log @@ -6623,3 +6623,21 @@ [info][UnlSpectre][2025/07/01 10:11:53]: HTTP Server started on port 3000. [info][UnlSpectre][2025/07/01 10:18:23]: The data.json file was modified or deleted by an external source, Unlimited - Spectre will try to restore it. [info][UnlSpectre][2025/07/01 10:22:24]: The data.json file was modified or deleted by an external source, Unlimited - Spectre will try to restore it. +[info][UnlSpectre][2025/07/01 10:24:26]: Successfully registered Exports +[info][UnlSpectre][2025/07/01 10:24:26]: Successfully loaded Items +[info][UnlSpectre][2025/07/01 10:24:26]: Successfully loaded Jobs +[info][UnlSpectre][2025/07/01 10:24:26]: Successfully loaded Gangs +[info][UnlSpectre][2025/07/01 10:24:26]: Successfully loaded Vehicles +[info][UnlSpectre][2025/07/01 10:24:26]: Successfully started GameController +[info][UnlSpectre][2025/07/01 10:24:26]: Successfully started PlayerController +[info][UnlSpectre][2025/07/01 10:24:26]: Successfully started VehicleController +[info][UnlSpectre][2025/07/01 10:24:36]: HTTP Server started on port 3000. +[info][UnlSpectre][2025/07/01 10:50:01]: Successfully registered Exports +[info][UnlSpectre][2025/07/01 10:50:01]: Successfully loaded Items +[info][UnlSpectre][2025/07/01 10:50:01]: Successfully loaded Jobs +[info][UnlSpectre][2025/07/01 10:50:01]: Successfully loaded Gangs +[info][UnlSpectre][2025/07/01 10:50:01]: Successfully loaded Vehicles +[info][UnlSpectre][2025/07/01 10:50:01]: Successfully started GameController +[info][UnlSpectre][2025/07/01 10:50:01]: Successfully started PlayerController +[info][UnlSpectre][2025/07/01 10:50:01]: Successfully started VehicleController +[info][UnlSpectre][2025/07/01 10:50:09]: HTTP Server started on port 3000. diff --git a/resources/[tools]/unlimited-spectre/unlWeb/data.json b/resources/[tools]/unlimited-spectre/unlWeb/data.json index 79e4df255..7d880557b 100644 --- a/resources/[tools]/unlimited-spectre/unlWeb/data.json +++ b/resources/[tools]/unlimited-spectre/unlWeb/data.json @@ -8,13 +8,6 @@ "roleId": "Serverwaltung", "fxname": "" }, - { - "name": "tim", - "password": "IIvhok6hFXt+KIhwWXhJAbvEzetaFY9oeDkV1jii2mk=", - "isMaster": false, - "roleId": "Supporter", - "fxname": "" - }, { "name": "nordi", "password": "ytDAKxtTL4FJrtzKuSRgkec3SFLDX4XpVnpxzi56svI=", @@ -4148,6 +4141,6 @@ } ], "waypoints": [], - "tokenSecret": "gedz9URf3VjJG7MhEGDD", + "tokenSecret": "7HByrHrBnY8YTMm6pbbn", "supporterStash": [] -} +} \ No newline at end of file diff --git a/resources/[tools]/unlimited-spectre/unlWeb/logs/dev.log b/resources/[tools]/unlimited-spectre/unlWeb/logs/dev.log index 9af19ad8f..536eb4a1a 100644 --- a/resources/[tools]/unlimited-spectre/unlWeb/logs/dev.log +++ b/resources/[tools]/unlimited-spectre/unlWeb/logs/dev.log @@ -8735,3 +8735,83 @@ [info][2025/07/01 10:16:35]: nordi successfully saved item weapon_colbaton. [info][2025/07/01 10:19:53]: nordi requested all items. [info][2025/07/01 10:20:00]: nordi requested item weapon_throwingshoered. +[info][2025/07/01 10:42:04]: nordi requested all items. +[info][2025/07/01 10:42:08]: nordi requested all items. +[info][2025/07/01 10:42:22]: nordi requested item list. +[info][2025/07/01 10:44:16]: nordi uplaoded item image worm_bait.png. +[info][2025/07/01 10:44:17]: nordi requested create item worm_bait. +[info][2025/07/01 10:44:18]: nordi successfully created item worm_bait. +[info][2025/07/01 10:44:18]: nordi requested all items. +[info][2025/07/01 10:44:36]: nordi requested item list. +[info][2025/07/01 10:48:35]: nordi uplaoded item image bread_bait.png. +[info][2025/07/01 10:48:37]: nordi requested create item bread_bait. +[info][2025/07/01 10:48:37]: nordi successfully created item bread_bait. +[info][2025/07/01 10:48:38]: nordi requested all items. +[info][2025/07/01 10:57:01]: nordi requested item list. +[info][2025/07/01 10:57:40]: nordi requested all items. +[info][2025/07/01 10:57:48]: nordi requested item list. +[info][2025/07/01 10:58:10]: nordi uplaoded item image artificial_lure.png. +[info][2025/07/01 10:58:12]: nordi requested create item artificial_lure. +[info][2025/07/01 10:58:12]: nordi successfully created item artificial_lure. +[info][2025/07/01 10:58:12]: nordi requested all items. +[info][2025/07/01 10:58:25]: nordi requested item list. +[info][2025/07/01 11:02:31]: nordi requested create item fishbait. +[info][2025/07/01 11:02:31]: nordi successfully created item fishbait. +[info][2025/07/01 11:02:32]: nordi requested all items. +[info][2025/07/01 11:02:38]: nordi requested item artificial_lure. +[info][2025/07/01 11:02:51]: nordi uplaoded item image pb.png. +[info][2025/07/01 11:02:55]: nordi requested save item artificial_lure. +[info][2025/07/01 11:02:55]: nordi successfully saved item artificial_lure. +[info][2025/07/01 11:05:21]: nordi requested save item artificial_lure. +[info][2025/07/01 11:05:21]: nordi successfully saved item artificial_lure. +[info][2025/07/01 11:05:22]: nordi requested all items. +[info][2025/07/01 11:05:27]: nordi requested item list. +[info][2025/07/01 11:05:43]: nordi uplaoded item image young_salmon.png. +[info][2025/07/01 11:05:48]: nordi requested create item young_salmon. +[info][2025/07/01 11:05:48]: nordi successfully created item young_salmon. +[info][2025/07/01 11:05:48]: nordi requested all items. +[info][2025/07/01 11:06:08]: nordi requested item list. +[info][2025/07/01 11:07:18]: nordi uplaoded item image putterfish.png. +[info][2025/07/01 11:07:21]: nordi requested create item pufferfish. +[info][2025/07/01 11:07:21]: nordi successfully created item pufferfish. +[info][2025/07/01 11:07:22]: nordi requested all items. +[info][2025/07/01 11:09:31]: nordi requested item list. +[info][2025/07/01 11:10:04]: nordi uplaoded item image salmon.png. +[info][2025/07/01 11:10:05]: nordi requested create item salmon. +[info][2025/07/01 11:10:05]: nordi successfully created item salmon. +[info][2025/07/01 11:10:06]: nordi requested all items. +[info][2025/07/01 11:10:20]: nordi requested item list. +[info][2025/07/01 11:11:50]: nordi uplaoded item image tuna.png. +[info][2025/07/01 11:11:53]: nordi requested create item tuna. +[info][2025/07/01 11:11:53]: nordi successfully created item tuna. +[info][2025/07/01 11:11:54]: nordi requested all items. +[info][2025/07/01 11:12:03]: nordi requested item list. +[info][2025/07/01 11:12:58]: nordi uplaoded item image trout.png. +[info][2025/07/01 11:13:01]: nordi requested create item trout. +[info][2025/07/01 11:13:01]: nordi successfully created item trout. +[info][2025/07/01 11:13:02]: nordi requested all items. +[info][2025/07/01 11:13:08]: nordi requested item list. +[info][2025/07/01 11:14:02]: nordi uplaoded item image anchovy.png. +[info][2025/07/01 11:14:04]: nordi requested create item anchovy. +[info][2025/07/01 11:14:04]: nordi successfully created item anchovy. +[info][2025/07/01 11:14:05]: nordi requested all items. +[info][2025/07/01 11:14:16]: nordi requested item list. +[info][2025/07/01 11:16:05]: nordi uplaoded item image caviar.png. +[info][2025/07/01 11:16:06]: nordi requested create item caviar. +[info][2025/07/01 11:16:06]: nordi successfully created item caviar. +[info][2025/07/01 11:16:07]: nordi requested all items. +[info][2025/07/01 11:16:52]: nordi requested item list. +[info][2025/07/01 11:17:13]: nordi uplaoded item image fish_fillet.png. +[info][2025/07/01 11:17:15]: nordi requested create item fish_fillet. +[info][2025/07/01 11:17:15]: nordi successfully created item fish_fillet. +[info][2025/07/01 11:17:15]: nordi requested all items. +[info][2025/07/01 11:17:32]: nordi requested item list. +[info][2025/07/01 11:18:00]: nordi requested create item fishingrod. +[info][2025/07/01 11:18:00]: nordi successfully created item fishingrod. +[info][2025/07/01 11:18:01]: nordi requested all items. +[info][2025/07/01 11:18:33]: nordi requested item weapon_knife. +[info][2025/07/01 11:18:49]: nordi requested save item weapon_knife. +[info][2025/07/01 11:18:50]: nordi successfully saved item weapon_knife. +[info][2025/07/01 11:18:53]: nordi requested save item weapon_knife. +[info][2025/07/01 11:18:53]: nordi successfully saved item weapon_knife. +[info][2025/07/01 11:18:55]: nordi requested all items. diff --git a/resources/[tools]/unlimited-spectre/unlWeb/logs/web.log b/resources/[tools]/unlimited-spectre/unlWeb/logs/web.log index 3842033c3..4085d0d43 100644 --- a/resources/[tools]/unlimited-spectre/unlWeb/logs/web.log +++ b/resources/[tools]/unlimited-spectre/unlWeb/logs/web.log @@ -6788,3 +6788,12 @@ [info][2025/07/01 10:23:07]: mark requested all users. [info][2025/07/01 10:23:21]: Login attempt on Campers from 178.200.177.65 [info][2025/07/01 10:23:23]: campers requested all users. +[info][2025/07/01 10:24:40]: Login attempt on Mark from 178.24.230.51 +[info][2025/07/01 10:24:44]: mark requested all users. +[info][2025/07/01 10:24:51]: mark requested user tim. +[info][2025/07/01 10:24:54]: mark requested delete user tim. +[info][2025/07/01 10:24:54]: mark requested all users. +[info][2025/07/01 10:42:04]: Login attempt on Nordi from 85.16.109.61 +[info][2025/07/01 10:42:06]: Login attempt on Nordi from 85.16.109.61 +[info][2025/07/01 10:57:01]: Login attempt on Nordi from 85.16.109.61 +[info][2025/07/01 10:57:01]: Login attempt on Nordi from 85.16.109.61