diff --git a/resources/[jobs]/[civ]/nordi_tipjar/tipjars.json b/resources/[jobs]/[civ]/nordi_tipjar/tipjars.json index aeb0888ac..2ade915de 100755 --- a/resources/[jobs]/[civ]/nordi_tipjar/tipjars.json +++ b/resources/[jobs]/[civ]/nordi_tipjar/tipjars.json @@ -1 +1 @@ -{"coffe_cute":100,"kayas":0,"ambulance":0,"police":100,"cinema":0,"dackel":0,"odin":0,"ammu":1000,"Zum Durstigen Dackel":200} \ No newline at end of file +{"police":100,"coffe_cute":100,"Zum Durstigen Dackel":200,"dackel":0,"odin":0,"cinema":0,"ambulance":0,"kayas":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 99e5fc811..4ae6c2203 100644 --- a/resources/[qb]/qb-core/shared/items.lua +++ b/resources/[qb]/qb-core/shared/items.lua @@ -1,9877 +1,9888 @@ QBShared = QBShared or {} QBShared.Items = { - fat_end_muzzle_brake = { - type = 'item', - label = 'Fat End Muzzle Brake', - unique = false, + joint = { useable = true, - weight = 1000, - shouldClose = true, - description = 'A muzzle brake for a weapon', - name = 'fat_end_muzzle_brake', - image = 'fat_end_muzzle_brake.png', - }, - digicamo_attachment = { - type = 'item', - label = 'Digital Camo', unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A digital camo for a weapon', - name = 'digicamo_attachment', - image = 'digicamo_attachment.png', - }, - weapon_huntingrifle = { - type = 'weapon', - label = 'Jagdgewehr', - unique = true, - useable = true, - weight = 1000, - shouldClose = true, - description = '', - name = 'weapon_huntingrifle', - image = 'weapon_huntingrifle.png', - }, - meth_route = { - type = 'item', - label = 'Meth Route', - unique = true, - useable = false, - weight = 10, - 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', - image = 'meth_route.png', - }, - weapon_firework = { - description = 'A device containing gunpowder and other combustible chemicals that causes a spectacular explosion when ignited', - useable = false, - name = 'weapon_firework', - label = 'Firework Launcher', - unique = true, - image = 'weapon_firework.png', - weight = 1000, - type = 'weapon', - }, - cup_beer = { - type = 'item', - label = 'Becher Bier', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'cup_beer', - image = 'cup_beer.png', - }, - weapontint_mk2_1 = { - type = 'item', - label = 'Classic Gray Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Classic Gray Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_1', - image = 'weapontint_black.png', - }, - ceramic_barrel = { - type = 'item', - label = 'Keramiklauf', - unique = false, - useable = false, - weight = 200, - shouldClose = false, - description = 'Der Lauf, der sich in jeder Sicherheitskontrolle unsichtbar macht', - name = 'ceramic_barrel', - image = 'keramiklauf.png', - }, - cooked_bbq_wings = { - type = 'item', - label = 'gegrillte BBQ Wings', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'cooked_bbq_wings', - image = 'cooked_bbq_wings.png', - }, - pistol_suppressor = { - type = 'item', - label = 'Pistolen Schalldämpfer', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'pistol_suppressor', - image = 'suppressor_attachment.png', - }, - sugarbeet = { - type = 'item', - label = 'Zuckerrübe', - unique = false, - useable = false, + label = 'Joint', weight = 500, - shouldClose = false, - description = '', - name = 'sugarbeet', - image = 'rube.png', - }, - thermalscope_attachment = { type = 'item', - label = 'Thermal Scope', - unique = false, - useable = true, - weight = 1000, + image = 'joint7.png', shouldClose = true, - description = 'A thermal scope for a weapon', - name = 'thermalscope_attachment', - image = 'thermalscope_attachment.png', - }, - weapon_stickybomb = { - description = 'An explosive charge covered with an adhesive that when thrown against an object sticks until it explodes', - useable = false, - name = 'weapon_stickybomb', - label = 'C4', - unique = true, - image = 'weapon_stickybomb.png', - weight = 1000, - type = 'weapon', - }, - woodcoal = { - type = 'item', - label = 'Sack Holzkohle', - unique = false, - useable = false, - weight = 1000, - shouldClose = false, - description = '', - name = 'woodcoal', - image = 'woodcoal.png', - }, - rostedcoffee = { - type = 'item', - label = 'Sack geröstete Kaffeebohnen', - unique = true, - useable = false, - weight = 2000, - shouldClose = false, - description = '', - name = 'rostedcoffee', - image = 'rostedcoffee.png', - }, - barrel = { - type = 'item', - label = 'leeres Metallfass', - unique = true, - useable = false, - weight = 2000, - shouldClose = false, - description = '', - name = 'barrel', - image = 'barrel.png', - }, - extras_kit = { - type = 'item', - label = 'Fahrzeug Extras', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'extras_kit', - image = 'extras_kit.png', - }, - police_stormram = { - type = 'item', - label = 'Stormram', - unique = true, - useable = true, - weight = 18000, - shouldClose = true, - description = 'A nice tool to break into doors', - name = 'police_stormram', - image = 'police_stormram.png', - }, - weapon_combatpistol = { - type = 'weapon', - label = 'Bretta Storm', - unique = true, - useable = false, - weight = 1000, - description = 'Eine kompakte, zuverlässige 9mm-Dienstpistole mit 17 Schuss Magazin.', - name = 'weapon_combatpistol', - ammotype = 'AMMO_PISTOL', - image = 'screenshot_434-removebg-preview.png', - }, - weed_ak47 = { - type = 'item', - label = 'AK47 2g', - unique = false, - useable = true, - weight = 200, - shouldClose = false, - description = 'A weed bag with 2g AK47', - name = 'weed_ak47', - image = 'weed_baggy.png', - }, - kuzu_sis = { - type = 'item', - label = 'Kuzu Sis', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'Lammkebab mit Beilagen', - name = 'kuzu_sis', - image = 'Kuzu_sis.png', - }, - cooked_kebab = { - type = 'item', - label = 'gegrilltes Schaschlick', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'cooked_kebab', - image = 'cooked_kebab.png', - }, - bleeder = { - type = 'item', - label = 'The Bleeder', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'bleeder', - image = 'bleeder.png', - }, - table = { - type = 'item', - label = 'Klapptisch', - unique = false, - useable = true, - weight = 400, - shouldClose = true, - description = '', - name = 'table', - image = 'table.png', - }, - gg_boar_tusk_03 = { - type = 'item', - label = 'Makelloser Eberzahn', - unique = true, - useable = false, - weight = 1000, - shouldClose = true, - description = '', - name = 'gg_boar_tusk_03', - image = 'gg_boar_tusk_03.png', - }, - weapon_assaultrifle_mk2 = { - type = 'weapon', - label = 'Assault Rifle Mk II', - unique = true, - useable = true, - weight = 1000, - description = 'Assault Rifle MK2', - name = 'weapon_assaultrifle_mk2', - ammotype = 'AMMO_RIFLE', - image = 'weapon_assaultrifle_mk2.png', - }, - boxwater = { - type = 'item', - label = 'Kiste Wasser', - unique = true, - useable = false, - weight = 2000, - shouldClose = false, - description = '', - name = 'boxwater', - image = 'boxwater.png', - }, - vitaminloesung_250 = { - type = 'item', - label = 'Vitaminlösung 250', - unique = false, - useable = true, - weight = 250, - shouldClose = true, - description = '', - name = 'vitaminloesung_250', - image = 'screenshot_696-removebg-preview.png', - }, - plastic = { - type = 'item', - label = 'Kunststoff', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = 'RECYCLE! - Greta Thunberg 2019', - name = 'plastic', - image = 'plastic.png', - }, - vapejuice = { - type = 'item', - label = 'E-Liquid', - unique = false, - useable = true, - weight = 100, - shouldClose = false, - description = '', - name = 'vapejuice', - image = 'vapejuice.png', - }, - weapon_stone_hatchet = { - description = 'Stone Hatchet', - useable = true, - name = 'weapon_stone_hatchet', - label = 'Stone Hatchet', - unique = true, - image = 'weapon_stone_hatchet.png', - weight = 1000, - type = 'weapon', - }, - pistol_compensator = { - type = 'item', - label = 'Pistolen Kompensator', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'pistol_compensator', - image = 'comp_attachment.png', - }, - tourniquet = { - type = 'item', - label = 'Tourniquet', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'tourniquet', - image = '81khEr+-vcL._AC_SX450_-removebg-preview.png', - }, - weapontint_mk2_24 = { - type = 'item', - label = 'Metallic Platinum Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Metallic Platinum Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_24', - image = 'weapontint_black.png', - }, - heparin = { - type = 'item', - label = 'Heparin', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'heparin', - image = 'heparin.png', - }, - weapontint_mk2_10 = { - type = 'item', - label = 'Blue Contrast Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Blue Contrast Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_10', - image = 'weapontint_black.png', - }, - weed_whitewidow = { - type = 'item', - label = 'White Widow 2g', - unique = false, - useable = true, - weight = 200, - shouldClose = false, - description = 'A weed bag with 2g White Widow', - name = 'weed_whitewidow', - image = 'weed_baggy.png', - }, - kayas_rotwein = { - type = 'item', - label = 'Kırmızı şarap ', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'Türkischer Rotwein', - name = 'kayas_rotwein', - image = 'kirimzi.png', - }, - tuch = { - type = 'item', - label = 'Stofftuch', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'tuch', - image = '', - }, - green_phone = { - type = 'item', - label = 'iFruit 12XR Grün', - unique = true, - useable = false, - weight = 0.09999999999999432, - shouldClose = false, - description = '„Du bist nicht oberflächlich. Du hast einfach ein teures Telefon.“', - name = 'green_phone', - image = 'green_phone.png', - }, - morphine = { - type = 'item', - label = 'Morphiumspritze', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'morphine', - image = 'syringe.png', - }, - veh_engine = { - type = 'item', - label = 'Engine', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Upgrade vehicle engine', - name = 'veh_engine', - image = 'veh_engine.png', - }, - spikestrips = { - type = 'item', - label = 'Nagelband', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'spikestrips', - image = 'spikestripes.png', - }, - weapon_advancedrifle = { - type = 'weapon', - label = 'Advanced Rifle', - unique = true, - useable = false, - weight = 1000, - description = 'An assault version of a rapid-fire, magazine-fed automatic rifle designed for infantry use', - name = 'weapon_advancedrifle', - ammotype = 'AMMO_RIFLE', - image = 'weapon_advancedrifle.png', - }, - ['3-fach_impfung_katze'] = { - type = 'item', - label = '3-fach Impfung Katze', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = '3-fach_impfung_katze', - image = 'katzenimpfstoff.png', - }, - epinephrine = { - type = 'item', - label = 'Adrenalinspritze', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'epinephrine', - image = 'epi_pen.png', - }, - blue_phone = { - type = 'item', - label = 'iFruit 12XR Blau', - unique = true, - useable = false, - weight = 0.09999999999999432, - shouldClose = false, - description = '„Ein Akku, der genau so lange hält wie deine Aufmerksamkeitsspanne.“', - name = 'blue_phone', - image = 'blue_phone.png', - }, - odins_nuesse = { - type = 'item', - label = 'Odins Nüsse', - unique = false, - useable = true, - weight = 150, - 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', - image = 'Odins_nuesse.png', - }, - gg_coyote_fangs_03 = { - type = 'item', - label = 'Makelloser Kojotenzahn', - unique = true, - useable = false, - weight = 1000, - shouldClose = true, - description = '', - name = 'gg_coyote_fangs_03', - image = 'gg_coyote_fangs_03.png', - }, - mmkc = { - type = 'item', - label = 'Mercimek Çorbasi', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'mmkc', - image = 'mmkc.png', - }, - cc_kaffe = { - type = 'item', - label = 'Kaffee', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'cc_kaffe', - image = 'cc_kaffe.png', - }, - weapon_rayminigun = { - type = 'weapon', - label = 'Widowmaker', - unique = true, - useable = true, - weight = 1000, - description = 'Weapon Rayminigun', - name = 'weapon_rayminigun', - ammotype = 'AMMO_MINIGUN', - image = 'weapon_rayminigun.png', - }, - dackels = { - type = 'item', - label = 'Dackelschreck', - unique = true, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'dackels', - image = 'dacklschreck.png', - }, - weapon_autoshotgun = { - type = 'weapon', - label = 'Auto Shotgun', - unique = true, - useable = false, - weight = 1000, - description = 'A shotgun capable of rapid continous fire', - name = 'weapon_autoshotgun', - ammotype = 'AMMO_SHOTGUN', - image = 'weapon_autoshotgun.png', - }, - sprunk = { - type = 'item', - label = 'Sprunk Softdrink', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', - name = 'sprunk', - image = 'sprunk.png', - }, - drill = { - type = 'item', - label = 'Bohrmaschine', - unique = true, - useable = false, - weight = 0, - shouldClose = false, - description = 'The real deal...', - name = 'drill', - image = 'drill.png', - }, - diving_gear = { - type = 'item', - label = 'Diving Gear', - unique = true, - useable = true, - weight = 30000, - shouldClose = true, - description = 'An oxygen tank and a rebreather', - name = 'diving_gear', - image = 'diving_gear.png', - }, - v12_engine = { - type = 'item', - label = 'V12 Motor', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'v12_engine', - image = 'v12_engine.png', - }, - lean_route = { - type = 'item', - label = 'Lean Route', - unique = true, - useable = false, - weight = 10, - 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', - image = 'lean_route.png', - }, - weapons_route = { - type = 'item', - label = 'Waffen Route', - unique = true, - useable = false, - weight = 10, - 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', - image = 'weaponsroute.png', - }, - surgical_kit = { - type = 'item', - label = 'Näh-Set', - unique = false, - useable = true, - weight = 500, - shouldClose = true, - description = '', - name = 'surgical_kit', - image = 'surgicalkit.png', - }, - moneybag = { - type = 'item', - label = 'Money Bag', - unique = true, - useable = true, - weight = 0, - shouldClose = true, - description = 'A bag with cash', - name = 'moneybag', - image = 'moneybag.png', - }, - chemical_set = { - type = 'item', - label = 'Chemikalien-Set', - unique = false, - useable = false, - weight = 1000, - shouldClose = false, - description = 'Dein persönliches Labor für Experimente, die besser nicht in der Küche stattfinden.', - name = 'chemical_set', - image = 'lab.png', - }, - deckelblendno5 = { - type = 'item', - label = 'Deckel Blend No.5', - unique = false, - useable = true, - weight = 100, - shouldClose = false, - description = '', - name = 'deckelblendno5', - image = 'deckelblendno5.png', - }, - cooked_turkey_drum = { - type = 'item', - label = 'gegrillte Putenkeule', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'cooked_turkey_drum', - image = 'cooked_turkey_drum.png', - }, - weapon_ball = { - type = 'weapon', - label = 'Ball', - unique = true, - useable = false, - weight = 1000, - description = 'A solid or hollow spherical or egg-shaped object that is kicked, thrown, or hit in a game', - name = 'weapon_ball', - ammotype = 'AMMO_BALL', - image = 'weapon_ball.png', - }, - bauernsalat = { - type = 'item', - label = 'Çorban salatası ', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'Türkischer Bauernsalat', - name = 'bauernsalat', - image = 'corban.png', - }, - sniper_largescope = { - type = 'item', - label = 'Sniper Visier groß', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'sniper_largescope', - image = 'advscope_attachment.png', - }, - shisha_tobacco = { - type = 'item', - label = 'Shisha Tabak', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'shisha_tobacco', - image = 'shisha_tobacco.png', - }, - cup_tide = { - type = 'item', - label = 'Becher Orange O Tang', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'cup_tide', - image = 'cup_tide.png', - }, - blackmoney_route = { - type = 'item', - label = 'Schwarzgeld Route', - unique = true, - useable = false, - weight = 10, - 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', - image = 'blackmoney_route.png', - }, - meth_pipe = { - type = 'item', - label = 'Leere Methpfeife', - unique = false, - useable = false, - weight = 500, - shouldClose = false, - description = 'Leere Pfeife zum möglichen Glück was keins ist', - name = 'meth_pipe', - image = 'Meth pfeife.png', - }, - weapon_marksmanpistol = { - type = 'weapon', - label = 'Marksman Pistol', - unique = true, - useable = false, - weight = 1000, - description = 'A very accurate small firearm designed to be held in one hand', - name = 'weapon_marksmanpistol', - ammotype = 'AMMO_PISTOL', - image = 'weapon_marksmanpistol.png', - }, - zig = { - type = 'item', - label = 'selbstgedrehte Zigarette ', - unique = false, - useable = true, - weight = 100, - shouldClose = false, - description = '', - name = 'zig', - image = 'zig.png', - }, - cooked_bbq_ribeye = { - type = 'item', - label = 'gegrilltes Ribeye Steak', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'cooked_bbq_ribeye', - image = 'cooked_bbq_ribeye.png', - }, - thors_hammer = { - type = 'item', - label = 'Thor\'s Hammer', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'So kraftvoll wie der Schlag von Mjölnir, Thors legendärem Hammer.', - name = 'thors_hammer', - image = 'ThorsHammerBeer.png', - }, - weapontint_mk2_16 = { - type = 'item', - label = 'Bold Green & Purple Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Bold Green & Purple Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_16', - image = 'weapontint_black.png', - }, - gg_hunting_campfire = { - type = 'item', - label = 'Lagerfeuerkit', - unique = false, - useable = false, - weight = 1000, - shouldClose = false, - description = '', - name = 'gg_hunting_campfire', - image = 'gg_hunting_campfire.png', - }, - bulletproof_tyres = { - type = 'item', - label = 'Reifen Gebanzert', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'bulletproof_tyres', - image = 'bulletproof_tyres.png', - }, - snikkel_candy = { - type = 'item', - label = 'EarthQuakes', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Some delicious candy :O', - name = 'snikkel_candy', - image = 'snikkel_candy.png', - }, - clip_attachment = { - type = 'item', - label = 'Clip', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A clip for a weapon', - name = 'clip_attachment', - image = 'clip_attachment.png', - }, - weapon_minigun = { - type = 'weapon', - label = 'Minigun', - unique = true, - useable = false, - weight = 1000, - 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', - ammotype = 'AMMO_MINIGUN', - image = 'weapon_minigun.png', - }, - aldurs_ight_lixir = { - type = 'item', - label = 'Baldur\'s Light Elixir', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.', - name = 'baldurs_light_elixir', - image = 'BaldursLightElixir.png', - }, - nitrous_install_kit = { - type = 'item', - label = 'Nitrokit', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'nitrous_install_kit', - image = 'nitrous_install_kit.png', - }, - weapon_unarmed = { - description = 'Fisticuffs', - useable = false, - name = 'weapon_unarmed', - label = 'Fists', - unique = true, - image = 'placeholder.png', - weight = 1000, - type = 'weapon', - }, - weapon_minismg = { - type = 'weapon', - label = 'Mini SMG', - unique = true, - useable = false, - weight = 1000, - description = 'A mini handheld light weight machine gun', - name = 'weapon_minismg', - ammotype = 'AMMO_SMG', - image = 'weapon_minismg.png', - }, - beer = { - type = 'item', - label = 'Pißwasser Bier', - unique = false, - useable = true, - weight = 500, - shouldClose = true, - description = 'Nothing like a good cold beer!', - name = 'beer', - image = 'beer.png', - }, - veh_xenons = { - type = 'item', - label = 'Xenons', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Upgrade vehicle xenons', - name = 'veh_xenons', - image = 'veh_xenons.png', - }, - shotgun_squaredmuzzle = { - type = 'item', - label = 'MK2 Shotgun Squaredmuzzle', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'shotgun_squaredmuzzle', - image = 'comp_attachment.png', - }, - irishexit = { - type = 'item', - label = 'Irish Exit', - unique = true, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'irishexit', - image = 'irish_exit.png', - }, - tablet = { - type = 'item', - label = 'Tablet', - unique = false, - useable = false, - weight = 2000, - shouldClose = true, - description = 'Expensive tablet', - name = 'tablet', - image = 'tablet.png', - }, - sawdust = { - type = 'item', - label = 'Sägemehl', - unique = false, - useable = false, - weight = 20, - shouldClose = false, - description = '', - name = 'sawdust', - image = 'sawdust.png', - }, - skadis_winter_skewers = { - type = 'item', - label = 'Skadis Winter Skewers', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'skadis_winter_skewers', - image = 'sws.png', - }, - weapon_militaryrifle = { - type = 'weapon', - label = 'Weapon Militaryrifle', - unique = true, - useable = true, - weight = 1000, - description = 'Weapon Militaryrifle', - name = 'weapon_militaryrifle', - ammotype = 'AMMO_RIFLE', - image = 'weapon_assaultrifle.png', - }, - slick_tyres = { - type = 'item', - label = 'Reifen slick', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'slick_tyres', - image = 'slick_tyres.png', - }, - ammunition_route = { - type = 'item', - label = 'Munitions Route', - unique = true, - useable = false, - weight = 10, - 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', - image = 'ammunition_route.png', - }, - shaft = { - type = 'item', - label = 'Waffenschaft', - unique = false, - useable = false, - weight = 200, - shouldClose = false, - description = 'Schaft: Der ruhige Held der Waffe – immer da, wenn man ihn braucht, aber nie im Mittelpunkt', - name = 'shaft', - image = 'ar_grip.png', - }, - weapon_knuckle = { - description = 'A metal guard worn over the knuckles in fighting, especially to increase the effect of the blows', - useable = false, - name = 'weapon_knuckle', - label = 'Knuckle', - unique = true, - image = 'weapon_knuckle.png', - weight = 1000, - type = 'weapon', - }, - propofol_100 = { - type = 'item', - label = 'Propofol (100ml)', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'propofol_100', - image = 'Propofol-00409469924-removebg-preview.png', - }, - heroin_injection = { - type = 'item', - label = 'Heroinspritze', - unique = false, - useable = true, - weight = 750, - shouldClose = true, - description = 'Der schnellste Weg ins Nirwana, aber der Ausgang ist unsichtbar', - name = 'heroin_injection', - image = 'dirtyneedle.png', - }, - paper = {}, - weed_ogkush_seed = { - type = 'item', - label = 'OGKush Seed', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'A weed seed of OG Kush', - name = 'weed_ogkush_seed', - image = 'weed_seed.png', - }, - boxsalad = { - type = 'item', - label = 'Kiste Eisbergsalat', - unique = true, - useable = false, - weight = 1000, - shouldClose = false, - description = '', - name = 'boxsalad', - image = 'saladbox.png', - }, - sniper_grip = { - type = 'item', - label = 'Marksmangewehr Griff', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'sniper_grip', - image = 'ar_grip.png', - }, - ecola_dose = { - type = 'item', - label = 'E-Cola Dose', - unique = false, - useable = true, - weight = 50, - shouldClose = true, - description = 'Dose Cola', - name = 'ecola_dose', - image = 'ecola_dose.png', - }, - gg_deer_hide_03 = { - type = 'item', - label = 'Makelloses Hirschfell', - unique = true, - useable = false, - weight = 1000, - shouldClose = true, - description = '', - name = 'gg_deer_hide_03', - image = 'gg_deer_hide_03.png', - }, - ephedrin = { - type = 'item', - label = 'Ephedrin Tabletten', - unique = false, - useable = true, - weight = 500, - shouldClose = true, - description = 'Deine Eintrittskarte zu einem Adrenalinschub', - name = 'ephedrin', - image = 'ephedrine.png', - }, - weapon_battleaxe = { - description = 'A large broad-bladed axe used in ancient warfare', - useable = false, - name = 'weapon_battleaxe', - label = 'Battle Axe', - unique = true, - image = 'weapon_battleaxe.png', - weight = 1000, - type = 'weapon', - }, - weapon_golfclub = { - description = 'A club used to hit the ball in golf', - useable = false, - name = 'weapon_golfclub', - label = 'Golfclub', - unique = true, - image = 'weapon_golfclub.png', - weight = 1000, - type = 'weapon', - }, - lidocain = { - type = 'item', - label = 'Lidocain', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'lidocain', - image = 'Lidocain.png', - }, - gg_cougar_claw_02 = { - type = 'item', - label = 'Robuste Puma-Klaue', - unique = true, - useable = false, - weight = 500, - shouldClose = true, - description = '', - name = 'gg_cougar_claw_02', - image = 'gg_cougar_claw_02.png', - }, - pinger = { - type = 'item', - label = 'Pinger', - unique = false, - useable = false, - weight = 1000, - shouldClose = true, - description = 'With a pinger and your phone you can send out your location', - name = 'pinger', - image = 'pinger.png', - }, - vehicle_wheels = { - type = 'item', - label = 'Felgen', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'vehicle_wheels', - image = 'vehicle_wheels.png', - }, - weapon_assaultsmg = { - type = 'weapon', - label = 'BDR-C ', - unique = true, - useable = false, - weight = 1000, - description = 'Voll Scifi ^^', - name = 'weapon_assaultsmg', - ammotype = 'AMMO_SMG', - image = 'weapon_assaultsmg.png', - }, - j_and_js = { - type = 'item', - label = 'J&J’s', - unique = true, - useable = true, - weight = 150, - shouldClose = true, - description = 'Kleine, bunte Schockodrops mit knackiger Hülle und weichem Kern', - name = 'j_and_js', - image = 'ChatGPT_Image_27._Apr._2025__12_06_23-removebg-preview.png', - }, - munky_juice_ice_tea = { - type = 'item', - label = 'Munky Juice Ice Tea', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Pfirsich oder Zitrone das hier die Frage...', - name = 'munky_juice_ice_tea', - image = 'munky_juice_ice_tea.png', - }, - hors_hunder_torm = { - type = 'item', - label = 'Thor\'s Thunder Storm (alkoholfrei)', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Ein spritziges Getränk mit einem überraschenden Kick, das wie ein Donnerschlag erfrischt.', - name = 'thors_thunder_storm', - image = 'ThorsThunderStorm.png', - }, - packtomatos = { - type = 'item', - label = 'Packung Tomaten', - unique = true, - useable = false, - weight = 600, - shouldClose = false, - description = '', - name = 'packtomatos', - image = 'packtomatos.png', - }, - nacl_500 = { - type = 'item', - label = 'NACL (500ml)', - unique = false, - useable = true, - weight = 500, - shouldClose = true, - description = '', - name = 'nacl_500', - image = 'nacl.png', - }, - black_phone = { - type = 'item', - label = 'iFruit 12XR Schwarz', - unique = true, - useable = false, - weight = 0.09999999999999432, - shouldClose = false, - description = '„Mach Schluss mit echten Gesprächen – es gibt jetzt bessere Ablenkungen.“', - name = 'black_phone', - image = 'black_phone.png', - }, - gg_rabbit_pelt_03 = { - type = 'item', - label = 'Makelloses Kaninchenfell', - unique = true, - useable = false, - weight = 1000, - shouldClose = true, - description = '', - name = 'gg_rabbit_pelt_03', - image = 'gg_rabbit_pelt_03.png', - }, - weapontint_mk2_27 = { - type = 'item', - label = 'Metallic Red Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Metallic Red Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_27', - image = 'weapontint_black.png', - }, - aluminum = { - type = 'item', - label = 'Aluminium', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = 'Nice piece of metal that you can probably use for something', - name = 'aluminum', - image = 'aluminum.png', - }, - newspaper = { - type = 'item', - label = 'Zeitung', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = 'zum Nachschlagen ^^', - name = 'newspaper', - image = 'newspaper.png', - }, - ayran = { - type = 'item', - label = 'Ayran', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'erfrischendes Joghurtgetränk', - name = 'ayran', - image = 'Ayran.png', - }, - weapontint_mk2_7 = { - type = 'item', - label = 'Classic Earth Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Classic Earth Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_7', - image = 'weapontint_black.png', - }, - weapon_switchblade = { - description = 'A knife with a blade that springs out from the handle when a button is pressed', - useable = false, - name = 'weapon_switchblade', - label = 'Switchblade', - unique = true, - image = 'weapon_switchblade.png', - weight = 1000, - type = 'weapon', - }, - security_card_01 = { - type = 'item', - label = 'Security Card A', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'A security card... I wonder what it goes to', - name = 'security_card_01', - image = 'security_card_01.png', - }, - creditcard = { - type = 'item', - label = 'Bankkarte', - unique = true, - useable = false, - weight = 0, - shouldClose = true, - description = 'Ich brauch Geld', - name = 'creditcard', - image = 'creditcard.png', - }, - hotdog_deluxe = { - type = 'item', - label = 'Deluxe Hotdog', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = 'Der König unter den Hotdogs', - name = 'hotdog_deluxe', - image = 'hotdogdeluxe-removebg-preview.png', - }, - muffin = { - type = 'item', - label = 'Muffin', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'der Muffin Mann...', - name = 'muffin', - image = 'ChatGPT_Image_1._Mai_2025__03_50_52-removebg-preview.png', - }, - weapontint_mk2_15 = { - type = 'item', - label = 'Bold Orange Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Bold Orange Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_15', - image = 'weapontint_black.png', - }, - ironbar = { - type = 'item', - label = 'Eisenbarren', - unique = false, - useable = false, - weight = 2000, - shouldClose = false, - description = '', - name = 'ironbar', - image = 'ironbar.png', - }, - tavor25 = { - type = 'item', - label = 'Tavor 2,5 mg', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'tavor25', - image = 'tavor25.png', - }, - weapon_handcuffs = { - description = 'A pair of lockable linked metal rings for securing a prisoner\'s wrists', - useable = false, - name = 'weapon_handcuffs', - label = 'Handcuffs', - unique = true, - image = 'weapon_handcuffs.png', - weight = 1000, - type = 'weapon', - }, - cappuccino = { - type = 'item', - label = 'Tasse Cappuccino', - unique = true, - useable = true, - weight = 100, - 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', - image = 'cappuccino.png', - }, - weapon_pumpshotgun_mk2 = { - type = 'weapon', - label = 'Pumpshotgun Mk II', - unique = true, - useable = true, - weight = 1000, - description = 'Pumpshotgun MK2', - name = 'weapon_pumpshotgun_mk2', - ammotype = 'AMMO_SHOTGUN', - image = 'weapon_pumpshotgun_mk2.png', - }, - metacam = { - type = 'item', - label = 'Metacam', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'metacam', - image = 'Metacam.png', - }, - diving_fill = { - type = 'item', - label = 'Diving Tube', - unique = true, - useable = true, - weight = 3000, - shouldClose = true, - description = 'An oxygen tube and a rebreather', - name = 'diving_fill', - image = 'diving_tube.png', - }, - voltaren_salbenverband = { - type = 'item', - label = 'Voltaren Salbenverband', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'voltaren_salbenverband', - image = 'salbenverband.png', - }, - grapejuice = { - type = 'item', - label = 'Flasche Traubensaft', - unique = false, - useable = true, - weight = 200, - shouldClose = false, - description = 'Grape juice is said to be healthy', - name = 'grapejuice', - image = 'traubensaft.png', - }, - zebracamo_attachment = { - type = 'item', - label = 'Zebra Camo', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A zebra camo for a weapon', - name = 'zebracamo_attachment', - image = 'zebracamo_attachment.png', - }, - badfruit = { - type = 'item', - label = 'Faules Obst', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'badfruit', - image = 'badfruit.png', - }, - rifle_largescope = { - type = 'item', - label = 'Mk2 Gewehr Visier groß', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'rifle_largescope', - image = 'largescope_attachment.png', - }, - gg_pug_bait_01 = { - type = 'item', - label = 'Illegaler Raubtierköder 1', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'gg_pug_bait_01', - image = 'gg_pug_bait_01.png', - }, - cash = { - type = 'item', - label = 'Bargeld', - unique = false, - useable = false, - weight = 0, - shouldClose = false, - description = 'Nur Bares ist wares...', - name = 'cash', - image = 'cash.png', - }, - njords_sea_platter = { - type = 'item', - label = 'Njords Sea Platter', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'njords_sea_platter', - image = 'NjordsSeaPlatter.png', - }, - kakao2 = { - type = 'item', - label = 'Tasse Heiße Schokolade', - unique = true, - useable = true, - weight = 100, - 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', - image = 'kakao2.png', - }, - cooked_lamb_chop = { - type = 'item', - label = 'gegrillte Lamkeule', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'cooked_lamb_chop', - image = 'cooked_lamb_chops.png', - }, - gg_deer_hide_01 = { - type = 'item', - label = 'Raues Hirschleder', - unique = true, - useable = false, - weight = 1000, - shouldClose = true, - description = '', - name = 'gg_deer_hide_01', - image = 'gg_deer_hide_01.png', - }, - ammo_grenadelauncher = { - type = 'item', - label = 'AMMO_GRENADELAUNCHER', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Munition für den Granatwerfer', - name = 'ammo_grenadelauncher', - image = 'grenade_launcher_tokyo_marui_m320a1_6_-removebg-preview.png', - }, - weapontint_mk2_4 = { - type = 'item', - label = 'Classic Beige Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Classic Beige Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_4', - image = 'weapontint_black.png', - }, - weapon_grenadelauncher = { - type = 'weapon', - label = 'Grenade Launcher', - unique = true, - useable = false, - weight = 1000, - description = 'A weapon that fires a specially-designed large-caliber projectile, often with an explosive, smoke or gas warhead', - name = 'weapon_grenadelauncher', - ammotype = 'AMMO_GRENADELAUNCHER', - image = 'weapon_grenadelauncher.png', - }, - weapontint_0 = { - type = 'item', - label = 'Default Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Default/Black Weapon Tint', - name = 'weapontint_0', - image = 'weapontint_black.png', - }, - iron = { - type = 'item', - label = 'Iron', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = 'Handy piece of metal that you can probably use for something', - name = 'iron', - image = 'iron.png', - }, - weapontint_mk2_17 = { - type = 'item', - label = 'Bold Red Features Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Bold Red Features Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_17', - image = 'weapontint_black.png', - }, - snp_ammo = { - type = 'item', - label = 'Sniper Munition', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Ammo for Sniper Rifles', - name = 'snp_ammo', - image = 'snp_ammo.png', - }, - stickynote = { - type = 'item', - label = 'Sticky note', - unique = true, - useable = false, - weight = 0, - shouldClose = false, - description = 'Sometimes handy to remember something :)', - name = 'stickynote', - image = 'stickynote.png', - }, - wwine = { - type = 'item', - label = 'Weißwein', - unique = false, - useable = true, - weight = 300, - shouldClose = true, - description = '', - name = 'wwine', - image = 'wwine.png', - }, - veh_interior = { - type = 'item', - label = 'Interior', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Upgrade vehicle interior', - name = 'veh_interior', - image = 'veh_interior.png', - }, - weapon_gadgetpistol = { - type = 'weapon', - label = 'Perico Pistol', - unique = true, - useable = true, - weight = 1000, - description = 'Weapon Gadgetpistol', - name = 'weapon_gadgetpistol', - ammotype = 'AMMO_PISTOL', - image = 'weapon_gadgetpistol.png', - }, - gardenshovel = { - type = 'item', - label = 'Gartenschaufel', - unique = true, - useable = false, - weight = 0.09999999999999432, - shouldClose = false, - description = '', - name = 'gardenshovel', - image = 'gardenshovel.png', - }, - wc_cupcake = { - type = 'item', - label = 'White Chocolate Raspberry Cupcake', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'wc_cupcake', - image = 'wc_cupcake.png', - }, - cotton = { - type = 'item', - label = 'Baumwolle', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'cotton', - image = 'cotton.png', - }, - veh_plates = { - type = 'item', - label = 'Plates', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Install vehicle plates', - name = 'veh_plates', - image = 'veh_plates.png', - }, - vodka = { - type = 'item', - label = 'Chernokov Vodka', - unique = false, - useable = true, - weight = 500, - shouldClose = true, - description = 'Nach 4 Flaschen redet man Russisch.', - name = 'vodka', - image = 'vodka.png', - }, - kbrotmcr = { - type = 'item', - label = 'Koboldbrot mit Cheedar', - unique = true, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'kbrotmcr', - image = 'Koboldbrot_mit_Cheddar.png', - }, - sand = { - type = 'item', - label = 'Eimer mit Sand', - unique = false, - useable = false, - weight = 1000, - shouldClose = false, - description = '', - name = 'sand', - image = 'sand.png', - }, - stoff = { - type = 'item', - label = 'Stoff ', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'stoff', - image = 'stoff.png', - }, - dc_cupcake = { - type = 'item', - label = 'Double-Chocolate Cupcake', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'dc_cupcake', - image = 'dc_cupcake.png', - }, - cc_cupcake = { - type = 'item', - label = 'Cheesecake Cupcake', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'cc_cupcake', - image = 'cc_cupcake.png', - }, - weapon_wrench = { - description = 'A tool used for gripping and turning nuts, bolts, pipes, etc', - useable = false, - name = 'weapon_wrench', - label = 'Wrench', - unique = true, - image = 'weapon_wrench.png', - weight = 1000, - type = 'weapon', - }, - ggdrasils_oots = { - type = 'item', - label = 'Yggdrasil\'s Roots', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Tief verwurzelt in den Gaben der Natur, bieten diese knusprigen Snacks eine Verbindung zu den alten Geschichten.', - name = 'yggdrasils_roots', - image = 'YggdrasilsRootsGemuseChips.png.png', - }, - blotter_paper = { - type = 'item', - label = 'Blotterpapier', - unique = false, - useable = false, - weight = 500, - shouldClose = false, - description = 'Das Papier, das dich nicht nur trocknen lässt, sondern auch deine Gedanken', - name = 'blotter_paper', - image = 'paperroll.png', - }, - smg_suppressor = { - type = 'item', - label = 'SMG Schalldämpfer', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'smg_suppressor', - image = 'suppressor_attachment.png', - }, - twerks_candy = { - type = 'item', - label = 'Ego Chaser Schockriegel', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'It\'s all about you.', - name = 'twerks_candy', - image = 'twerks_candy.png', - }, - weapontint_mk2_20 = { - type = 'item', - label = 'Bold Yellow Features Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Bold Yellow Features Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_20', - image = 'weapontint_black.png', - }, - sunflowerseeds = { - type = 'item', - label = 'Sonnenblumenkerne', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = 'Der Snack zum selber knacken', - name = 'sunflowerseeds', - image = 'Sonnenblumenkerne.png', - }, - weapontint_mk2_31 = { - type = 'item', - label = 'Metallic Orange & Yellow Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Metallic Orange & Yellow Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_31', - image = 'weapontint_black.png', - }, - binoculars = { - type = 'item', - label = 'Fernglas', - unique = true, - useable = true, - weight = 600, - shouldClose = true, - description = 'EY!DU sollst nicht spannern!', - name = 'binoculars', - image = 'fernglas.png', - }, - smg_extendedclip = { - type = 'item', - label = 'erw. SMG Magazin', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'smg_extendedclip', - image = 'smg_extendedclip.png', - }, - weed_ak47_seed = { - type = 'item', - label = 'AK47 Seed', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'A weed seed of AK47', - name = 'weed_ak47_seed', - image = 'weed_seed.png', - }, - weapon_fireextinguisher = { - description = 'A portable device that discharges a jet of water, foam, gas, or other material to extinguish a fire', - useable = false, - name = 'weapon_fireextinguisher', - label = 'Fire Extinguisher', - unique = true, - image = 'weapon_fireextinguisher.png', - weight = 1000, - type = 'weapon', - }, - bbq_grill = { - type = 'item', - label = 'BBQ Grill', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = '', - name = 'bbq_grill', - image = 'bbq_grill.png', - }, - coffeemug = { - type = 'item', - label = 'Tasse Kaffee', - unique = true, - useable = true, - weight = 100, - 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', - image = 'coffeemug.png', - }, - lokis_trickster_punch = { - type = 'item', - label = 'Lokis Trickster Punch', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'lokis_trickster_punch', - image = 'LokisTricksterPunch.png', - }, - big_bottle_lemonade = { - type = 'item', - label = 'große Flasche Sprunk', - unique = false, - useable = true, - weight = 600, - shouldClose = true, - description = '', - name = 'big_bottle_lemonade', - image = 'big_bottle_lemonade.png', - }, - thermalvision = { - type = 'item', - label = 'Thermalvisier', - unique = true, - useable = false, - weight = 100, - shouldClose = true, - name = 'thermalvision', - image = 'thermalvision.png', - description = 'i can seeee you ^^', - }, - lighter = { - type = 'item', - label = 'Feuerzeug', - unique = false, - useable = false, - weight = 100, - shouldClose = true, - description = 'Flamme an oder so ....', - name = 'lighter', - image = 'lighter.png', - }, - rifle_grip = { - type = 'item', - label = 'Gewehrgriff', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'rifle_grip', - image = 'ar_grip.png', - }, - weapon_assaultshotgun = { - type = 'weapon', - label = 'Assault Shotgun', - unique = true, - useable = false, - weight = 1000, - description = 'An assault version of asmoothbore gun for firing small shot at short range', - name = 'weapon_assaultshotgun', - ammotype = 'AMMO_SHOTGUN', - image = 'weapon_assaultshotgun.png', - }, - weapontint_mk2_19 = { - type = 'item', - label = 'Bold Cyan Features Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Bold Cyan Features Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_19', - image = 'weapontint_black.png', - }, - veh_exterior = { - type = 'item', - label = 'Exterior', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Upgrade vehicle exterior', - name = 'veh_exterior', - image = 'veh_exterior.png', - }, - weapontint_1 = { - type = 'item', - label = 'Green Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Green Weapon Tint', - name = 'weapontint_1', - image = 'weapontint_green.png', - }, - perseuscamo_attachment = { - type = 'item', - label = 'Perseus Camo', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A perseus camo for a weapon', - name = 'perseuscamo_attachment', - image = 'perseuscamo_attachment.png', - }, - weed_amnesia = { - type = 'item', - label = 'Amnesia 2g', - unique = false, - useable = true, - weight = 200, - shouldClose = false, - description = 'A weed bag with 2g Amnesia', - name = 'weed_amnesia', - image = 'weed_baggy.png', - }, - weapon_heavyshotgun = { - type = 'weapon', - label = 'Heavy Shotgun', - unique = true, - useable = false, - weight = 1000, - description = 'A large smoothbore gun for firing small shot at short range', - name = 'weapon_heavyshotgun', - ammotype = 'AMMO_SHOTGUN', - image = 'weapon_heavyshotgun.png', - }, - zlimo = { - type = 'item', - label = 'Zitronenlimonade', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'zlimo', - image = 'zlimo.png', - }, - roofbox_color = { - type = 'item', - label = 'Farbige Dachbox', - unique = true, - useable = true, - weight = 1000, - shouldClose = true, - description = '', - name = 'roofbox_color', - image = 'roofbox_color.png', - }, - reyas_arden_alad = { - type = 'item', - label = 'Freya\'s Garden Salad', - unique = true, - useable = true, - weight = 200, - 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', - image = 'FreyasGardenSalad.png', - }, - c_cake = { - type = 'item', - label = 'Chocolate Cake', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'c_cake', - image = 'c_cake.png', - }, - weapon_combatmg = { - type = 'weapon', - label = 'Combat MG', - unique = true, - useable = false, - weight = 1000, - 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', - ammotype = 'AMMO_MG', - image = 'weapon_combatmg.png', - }, - opium_poppy = { - type = 'item', - label = 'Schlafmohn', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = 'Die Blume, die Träume verkauft', - name = 'opium_poppy', - image = 'opium_dry.png', - }, - vitaminloesung_1000 = { - type = 'item', - label = 'Vitaminlösung 1000', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = '', - name = 'vitaminloesung_1000', - image = 'screenshot_696-removebg-preview.png', - }, - weapon_heavysniper_mk2 = { - type = 'weapon', - label = 'Heavy Sniper Mk II', - unique = true, - useable = true, - weight = 1000, - description = 'Weapon Heavysniper MK2', - name = 'weapon_heavysniper_mk2', - ammotype = 'AMMO_SNIPER', - image = 'weapon_heavysniper_mk2.png', - }, - ecola_light = { - type = 'item', - label = 'E-Cola Light Softdrink', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', - name = 'ecola_light', - image = 'ecola_light.png', - }, - weapon_railgunxm3 = { - description = 'A weapon that uses electromagnetic force to launch high velocity projectiles', - useable = false, - name = 'weapon_railgunxm3', - label = 'Railgun XM3', - unique = true, - image = 'weapon_railgunxm3.png', - weight = 1000, - type = 'weapon', - }, - ecola_zero_dose = { - type = 'item', - label = 'E-Cola Zero Dose', - unique = false, - useable = true, - weight = 50, - shouldClose = true, - description = 'Dose Cola', - name = 'ecola_zero_dose', - image = 'ecolazerocan.png', - }, - sprunk_zero_dose = { - type = 'item', - label = 'Sprunk Zero Dose', - unique = false, - useable = true, - weight = 50, - shouldClose = true, - description = 'Dose Zitronen Limo', - name = 'sprunk_zero_dose', - image = 'sprunk_zero_dose.png', - }, - trojan_usb = { - type = 'item', - label = 'Trojan USB', - unique = false, - useable = false, - weight = 0, - shouldClose = true, - description = 'Handy software to shut down some systems', - name = 'trojan_usb', - image = 'usb_device.png', - }, - raw_turkey_drums = { - type = 'item', - label = 'rohe Putenkeulen', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'raw_turkey_drums', - image = 'raw_turkey_drums.png', - }, - sniper_holoscope = { - type = 'item', - label = 'MK2 Sniper Holoscope', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'sniper_holoscope', - image = 'holoscope_attachment.png', - }, - raw_ribs = { - type = 'item', - label = 'rohe Rippchen', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'raw_ribs', - image = 'raw_ribs.png', - }, - beerkeg = { - type = 'item', - label = 'Bierfass', - unique = true, - useable = true, - weight = 600, - shouldClose = true, - description = '', - name = 'beerkeg', - image = 'beerkeg.png', - }, - ev_battery = { - type = 'item', - label = 'EV Battery', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'ev_battery', - image = 'ev_battery.png', - }, - bellend_muzzle_brake = { - type = 'item', - label = 'Bellend Muzzle Brake', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A muzzle brake for a weapon', - name = 'bellend_muzzle_brake', - image = 'bellend_muzzle_brake.png', - }, - cay = { - type = 'item', - label = 'Cay', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Türkischer Tee', - name = 'cay', - image = 'Cay.png', - }, - dendrogyra_coral = { - type = 'item', - label = 'Dendrogyra', - unique = false, - useable = false, - weight = 1000, - shouldClose = true, - description = 'Its also known as pillar coral', - name = 'dendrogyra_coral', - image = 'dendrogyra_coral.png', - }, - weapon_flashlight = { - description = 'Heller als Du ^^', - useable = false, - name = 'weapon_flashlight', - label = 'Flashlight', - unique = true, - image = 'weapon_flashlight.png', - weight = 1000, - type = 'weapon', - }, - salad = { - type = 'item', - label = 'Eisbergsalat', - unique = true, - useable = false, - weight = 200, - shouldClose = false, - description = '', - name = 'salad', - image = 'salad.png', - }, - weapon_snspistol_mk2 = { - type = 'weapon', - label = 'Softair Pistole', - unique = true, - useable = true, - weight = 1000, - description = 'Sie sieht gefährlich aus, macht Krach – und verursacht blaue Flecken.', - name = 'weapon_snspistol_mk2', - ammotype = 'AMMO_PISTOL', - image = 'weapon_snspistol_mk2.png', - }, - empty_cup = { - type = 'item', - label = 'leerer Becher', - unique = false, - useable = true, - weight = 6, - shouldClose = true, - description = '', - name = 'empty_cup', - image = 'empty_cup.png', - }, - parachute = { - type = 'item', - label = 'Parachute', - unique = true, - useable = true, - weight = 30000, - shouldClose = true, - description = 'The sky is the limit! Woohoo!', - name = 'parachute', - image = 'parachute.png', - }, - gg_captured_chickenhawk = { - type = 'item', - label = 'Gefangener Falke', - unique = true, - useable = true, - weight = 5000, - shouldClose = true, - description = '', - name = 'gg_captured_chickenhawk', - image = 'gg_captured_chickenhawk.png', - }, - codeine_syrup = { - type = 'item', - label = 'Codein-Sirup', - unique = false, - useable = false, - weight = 500, - shouldClose = false, - description = 'Der Sirup, der dich von „A“ nach „Z“ schickt – aber ohne Zwischenstopps', - name = 'codeine_syrup', - image = 'crackmixingagent.png', - }, - cuttingdisc = { - type = 'item', - label = 'Trennscheibe', - unique = true, - useable = false, - weight = 200, - shouldClose = false, - description = '', - name = 'cuttingdisc', - image = 'cuttingdisc.png', - }, - bikerack = { - type = 'item', - label = 'Fahrradträger', - unique = true, - useable = true, - weight = 1000, - shouldClose = true, - description = '', - name = 'bikerack', - image = 'bikerack.png', - }, - veh_turbo = { - type = 'item', - label = 'Turbo', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Install vehicle turbo', - name = 'veh_turbo', - image = 'veh_turbo.png', - }, - veh_transmission = { - type = 'item', - label = 'Transmission', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Upgrade vehicle transmission', - name = 'veh_transmission', - image = 'veh_transmission.png', - }, - kakao = { - type = 'item', - label = 'Kakao Togo', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Eine heiße, süße Tasse Schokolade – perfekt zum Entspannen oder Aufwärmen an kühlen Tagen.', - name = 'kakao', - image = 'kakao.png', - }, - soocer = { - type = 'item', - label = 'Fußball', - unique = true, - useable = false, - weight = 400, - shouldClose = false, - description = '', - name = 'soocer', - image = 'soccer.png', - }, - privcard01 = { - type = 'item', - label = 'Schlüsselkarte-0100a', - unique = false, - useable = false, - weight = 0, - shouldClose = false, - description = 'Registriert auf Mark Petrol', - name = 'privcard01', - image = '', - }, - sniper_scope = { - type = 'item', - label = 'Sniper Visier', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'sniper_scope', - image = 'largescope_attachment.png', - }, - glucoseg40 = { - type = 'item', - label = 'Glucose 40%', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'glucoseg40', - image = 'glucoseg40.png', - }, - smallscope_attachment = { - type = 'item', - label = 'Small Scope', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A small scope for a weapon', - name = 'smallscope_attachment', - image = 'smallscope_attachment.png', - }, - semi_slick_tyres = { - type = 'item', - label = 'Reifen semi slick', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'semi_slick_tyres', - image = 'semi_slick_tyres.png', - }, - eimdalls_uard_read = { - type = 'item', - label = 'Heimdall\'s Guard Bread', - unique = false, - useable = true, - weight = 200, - 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', - image = 'HeimdallsGuardBread.png', - }, - water_bottle = { - type = 'item', - label = 'Wasser Flasche ', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Gerüchte sagen, es stammt aus einem Gletscher – wahrscheinlich eher aus dem Hahn hinterm Werkstor.', - name = 'water_bottle', - image = 'wasserflasche.png', - }, - brushcamo_attachment = { - type = 'item', - label = 'Brushstroke Camo', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A brushstroke camo for a weapon', - name = 'brushcamo_attachment', - image = 'brushcamo_attachment.png', - }, - field_dressing = { - type = 'item', - label = 'Verbandtuch', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'field_dressing', - image = 'screenshot_477-removebg-preview.png', - }, - rifle_drum = { - type = 'item', - label = 'Gewehr Trommelmagzin', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'rifle_drum', - image = 'drum_attachment.png', - }, - weapon_appistol = { - type = 'weapon', - label = ' Klog 19 A', - unique = true, - useable = false, - weight = 1000, - description = 'Wie die normale Klog nur mit mehr Fuck Yeaaah!', - name = 'weapon_appistol', - ammotype = 'AMMO_PISTOL', - image = 'weapon_appistol.png', - }, - macrons = { - type = 'item', - label = 'Macrons', - unique = false, - useable = true, - weight = 50, - shouldClose = true, - description = 'bunte Leckerbissen, die den Gaumen mit süßer Freude verzaubern', - name = 'macrons', - image = 'macrons.png', - }, - frenchfries = { - type = 'item', - label = 'French Fries', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'frenchfries', - image = 'screenshot_692-removebg-preview.png', - }, - defibrillator = { - type = 'item', - label = 'Defibrillator', - unique = false, - useable = true, - weight = 3000, - shouldClose = true, - description = '', - name = 'defibrillator', - image = 'aed.png', - }, - cooked_bbq_thigh = { - type = 'item', - label = 'gegrillte Hähnchenkeule', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'cooked_bbq_thigh', - image = 'cooked_bbq_thigh.png', - }, - weapontint_mk2_21 = { - type = 'item', - label = 'Bold Red & White Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Bold Red & White Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_21', - image = 'weapontint_black.png', - }, - weapon_gusenberg = { - type = 'weapon', - label = 'Gusenberg Sweeper', - unique = true, - useable = false, - weight = 1000, - description = ' das Original aus der goldenen Ära der Gangster', - name = 'weapon_gusenberg', - ammotype = 'AMMO_MG', - image = 'screenshot_412-removebg-preview.png', - }, - smg_ammo = { - type = 'item', - label = 'SMG Munition', - unique = false, - useable = true, - weight = 500, - shouldClose = true, - description = 'Kleines schnelles Peng', - name = 'smg_ammo', - image = 'smg_ammo.png', - }, - injection = { - type = 'item', - label = 'Spritze', - unique = false, - useable = false, - weight = 500, - shouldClose = false, - description = 'Bereit für alles, aber hat nix zu sagen.', - name = 'injection', - image = 'syringe.png', - }, - gg_pug_bait_03 = { - type = 'item', - label = 'Illegaler Raubtierköder 3', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'gg_pug_bait_03', - image = 'gg_pug_bait_03.png', - }, - kas_leberkas_semmal = { - type = 'item', - label = 'Kas Leberkas Semmal', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Mehr Fleisch als Worte – des is koa Semmel, des is a Lebensgefühl!', - name = 'kas_leberkas_semmal', - image = 'kas_leberkas_semmal.png', - }, - kevlar = { - type = 'item', - label = 'Kevlar ', - unique = false, - useable = false, - weight = 200, - shouldClose = false, - description = '', - name = 'kevlar', - image = 'kevlar.png', - }, - weed_purplehaze = { - type = 'item', - label = 'Purple Haze 2g', - unique = false, - useable = true, - weight = 200, - shouldClose = false, - description = 'A weed bag with 2g Purple Haze', - name = 'weed_purplehaze', - image = 'weed_baggy.png', - }, - switchblade_mechanism = { - type = 'item', - label = 'Mechanismus für Springmesser', - unique = false, - useable = false, - weight = 500, - shouldClose = false, - description = 'Der flinke Schalter – ein Klick, und das Messer ist blitzschnell auf dem Sprung', - name = 'switchblade_mechanism', - image = 'weapon_parts2.png', - }, - vitaminloesung_750 = { - type = 'item', - label = 'Vitaminlösung 750', - unique = false, - useable = true, - weight = 750, - shouldClose = true, - description = '', - name = 'vitaminloesung_750', - image = 'screenshot_696-removebg-preview.png', - }, - advscope_attachment = { - type = 'item', - label = 'Advanced Scope', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'An advanced scope for a weapon', - name = 'advscope_attachment', - image = 'advscope_attachment.png', - }, - gg_captured_hen = { - type = 'item', - label = 'Gefangenes Huhn', - unique = true, - useable = true, - weight = 5000, - shouldClose = true, - description = '', - name = 'gg_captured_hen', - image = 'gg_captured_hen.png', - }, - ev_coolant = { - type = 'item', - label = 'EV_Kühlkit', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'ev_coolant', - image = 'ev_coolant.png', - }, - anglegrinder = { - type = 'item', - label = 'Flex', - unique = true, - useable = false, - weight = 1000, - shouldClose = false, - description = '„Dein bester Freund, wenn’s darum geht, Dinge zu zerstören – äh, bearbeiten.“', - name = 'anglegrinder', - image = 'anglegrinder.png', - }, - kakao3 = { - type = 'item', - label = 'Tasse Heiße Schokolade mit Marshmallows', - unique = true, - useable = true, - weight = 100, - 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', - image = 'kakao3.png', - }, - weapontint_mk2_25 = { - type = 'item', - label = 'Metallic Gray & Lilac Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Metallic Gray & Lilac Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_25', - image = 'weapontint_black.png', - }, - gg_salt_block_02 = { - type = 'item', - label = 'besserer Salzblock', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'gg_salt_block_02', - image = 'gg_salt_block_02.png', - }, - gg_hunting_rifleammo = { - type = 'item', - label = 'Jagdgewehr Munition', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'gg_hunting_rifleammo', - image = 'gg_hunting_rifleammo.png', - }, - raw_short_ribs = { - type = 'item', - label = 'rohe Short Ribs', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'raw_short_ribs', - image = 'raw_short_ribs.png', - }, - weapontint_mk2_12 = { - type = 'item', - label = 'Orange Contrast Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Orange Contrast Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_12', - image = 'weapontint_black.png', - }, - id_card = { - type = 'item', - label = 'ID Card', - unique = true, - useable = true, - weight = 0, - shouldClose = false, - description = 'A card containing all your information to identify yourself', - name = 'id_card', - image = 'id_card.png', - }, - doener = { - type = 'item', - label = 'Döner', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Döner macht schöner...', - name = 'doener', - image = 'doner.png', - }, - weapon_molotov = { - description = 'A crude bomb made of a bottle filled with a flammable liquid and fitted with a wick for lighting', - useable = false, - name = 'weapon_molotov', - label = 'Molotov', - unique = true, - image = 'weapon_molotov.png', - weight = 1000, - type = 'weapon', - }, - clutch_replacement = { - type = 'item', - label = 'Premium Kupplungssatz', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'clutch_replacement', - image = 'clutch_replacement.png', - }, - nitrous_bottle = { - type = 'item', - label = 'Nitro Flasche', - unique = false, - useable = false, - weight = 0, - shouldClose = false, - description = '', - name = 'nitrous_bottle', - image = '', - }, - stonedrill = { - type = 'item', - label = 'Steinbohrer', - unique = false, - useable = false, - weight = 0, - shouldClose = false, - description = '', - name = 'stonedrill', - image = 'stonedrill.png', - }, - orange = { - type = 'item', - label = 'Orange', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'orange', - image = 'orange.png', - }, - emergencydrone = { - type = 'item', - label = 'Einsatz Drohne', - unique = true, - useable = true, - weight = 1000, - shouldClose = true, - description = '', - name = 'emergencydrone', - image = 'emergencydrone.png', - }, - weapontint_mk2_32 = { - type = 'item', - label = 'Metallic Red and Yellow Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Metallic Red and Yellow Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_32', - image = 'weapontint_black.png', - }, - file = { - type = 'item', - label = 'SD Karte mit Datei', - unique = true, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'file', - image = 'file.png', - }, - potato = { - type = 'item', - label = 'Kartoffel', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'potato', - image = 'potato.png', - }, - gg_boar_tusk_02 = { - type = 'item', - label = 'Robuster Eberzahn', - unique = true, - useable = false, - weight = 1000, - shouldClose = true, - description = '', - name = 'gg_boar_tusk_02', - image = 'gg_boar_tusk_02.png', - }, - thiopental = { - type = 'item', - label = 'Thiopental', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'thiopental', - image = 'screenshot_696-removebg-preview.png', - }, - hundefutter = { - type = 'item', - label = 'Hundefutter', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Futter für Hunde', - name = 'hundefutter', - image = 'dogfood.png', - }, - rare_earths = { - type = 'item', - label = 'seltene Erden', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'rare_earths', - image = 'rare_earths.png', - }, - boxapples = { - type = 'item', - label = 'Kiste Äpfel', - unique = true, - useable = false, - weight = 1000, - shouldClose = false, - description = '', - name = 'boxapples', - image = 'applebox.png', - }, - dwurstmskraut = { - type = 'item', - label = 'Dackelwurst mit Sauerkraut', - unique = true, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'dwurstmskraut', - image = 'Deckelwurst_mit_Sauerkraft-removebg-preview.png', - }, - red_phone = { - type = 'item', - label = 'iFruit 12XR Rot', - unique = true, - useable = false, - weight = 0.09999999999999432, - shouldClose = false, - description = '„So smart, es wundert sich selbst, warum es bei dir gelandet ist.“', - name = 'red_phone', - image = 'red_phone.png', - }, - dildo = { - type = 'item', - label = 'Dildo', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'passt gut zum Gleitgel ^^', - name = 'dildo', - image = 'dildo.png', - }, - brakepad_replacement = { - type = 'item', - label = 'Premium Bremsenteile', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'brakepad_replacement', - image = 'brakepad_replacement.png', - }, - ornageo = { - type = 'item', - label = 'Orange O Tang Softdrink', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', - name = 'ornageo', - image = 'ornageo.png', - }, - baklava = { - type = 'item', - label = 'Baklava', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'baklava', - image = 'baklava.png', - }, - salsa_nachos = { - type = 'item', - label = 'Nachos mit Salsa', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'Knusprige Nachos, serviert mit frischer, würziger Salsa ', - name = 'salsa_nachos', - image = 'ChatGPT_Image_26._Apr._2025__19_00_33-removebg-preview.png', - }, - blood_250 = { - type = 'item', - label = 'Blut (250ml)', - unique = false, - useable = true, - weight = 250, - shouldClose = true, - description = '', - name = 'blood_250', - image = 'blood_250.png', - }, - seed = { - type = 'item', - label = 'Samen', - unique = false, - useable = true, - weight = 5, - shouldClose = true, - description = '', - name = 'seed', - image = 'seed.png', - }, - katzenfutter = { - type = 'item', - label = 'Katzenfutter', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'besser als das was du hier zu essen bekommst XD', - name = 'katzenfutter', - image = 'catfood.png', - }, - pussycat = { - type = 'item', - label = 'Pussycat', - unique = false, - useable = true, - weight = 40, - shouldClose = true, - description = 'Für die einsamen Nächte.', - name = 'pussycat', - image = 'pussycat.png', - }, - glass = { - type = 'item', - label = 'Glas', - unique = false, - useable = false, - weight = 600, - shouldClose = false, - description = 'It is very fragile, watch out', - name = 'glass', - image = 'glass.png', - }, - weapon_machinepistol = { - type = 'weapon', - label = 'Tec-9', - unique = true, - useable = false, - weight = 1000, - description = 'A self-loading pistol capable of burst or fully automatic fire', - name = 'weapon_machinepistol', - ammotype = 'AMMO_PISTOL', - image = 'weapon_machinepistol.png', - }, - weapon_license = { - type = 'item', - label = 'Waffenschein', - unique = true, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'weapon_license', - image = 'weapon_license.png', - }, - weapon_pistolxm3 = { - type = 'weapon', - label = 'Pistol XM3', - unique = true, - useable = false, - weight = 1000, - description = 'Pistol XM3', - name = 'weapon_pistolxm3', - ammotype = 'AMMO_PISTOL', - image = 'highteampistol.png', - }, - weapon_carbinerifle = { - type = 'weapon', - label = 'AR 15', - unique = true, - useable = false, - weight = 1000, - description = 'Der beste Freund eines Cops, wenn Funk und Pfefferspray nicht mehr reichen.', - name = 'weapon_carbinerifle', - ammotype = 'AMMO_RIFLE', - image = 'ar15.png', - }, - pelmini = { - type = 'item', - label = 'Pelmini', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Kleine Teigtaschen, große Gefühle – Pelmeni lieben dich zurück!', - name = 'pelmini', - image = 'pelmini.png', - }, - whiskeywickel = { - type = 'item', - label = 'Whiskeywickel', - unique = true, - useable = true, - weight = 200, - shouldClose = false, - description = '', - name = 'whiskeywickel', - image = 'whiskeywickel.png', - }, - packtobbaco = { - type = 'item', - label = 'Packung Tabak', - unique = false, - useable = true, - weight = 100, - shouldClose = false, - description = '', - name = 'packtobbaco', - image = 'packtobbaco.png', - }, - bcesandwich = { - type = 'item', - label = 'Bacon Cheese Egg Sandwich', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Knuspriger Bacon, geschmolzener Käse und ein saftiges Spiegelei, geschichtet zwischen zwei goldbraun gerösteten Toastscheiben', - name = 'bcesandwich', - image = 'bcesandwich.png', - }, - weapon_colbaton = { - type = 'weapon', - label = 'Teleskopschlagstock', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'weapon_colbaton', - image = 'w_me_colbaton.png', - }, - burger = { - type = 'item', - label = 'Hamburger mit Käse', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'burger', - image = 'burger.png', - }, - pralinen = { - type = 'item', - label = 'Pralinen', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Damit Sie dich mal wieder ranlässt...', - name = 'pralinen', - image = 'pralinen.png', - }, - weapon_heavysniper = { - type = 'weapon', - label = 'Heavy Sniper', - unique = true, - useable = false, - weight = 1000, - description = 'An upgraded high-precision, long-range rifle', - name = 'weapon_heavysniper', - ammotype = 'AMMO_SNIPER', - image = 'weapon_heavysniper.png', - }, - raki = { - type = 'item', - label = 'Raki', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'türkisches Nationalgetränk, aus Weintrauben oder Rosinen gebrannter Anisée', - name = 'raki', - image = 'raki.png', - }, - weed_route = { - type = 'item', - label = 'Weed Route', - unique = true, - useable = false, - weight = 10, - 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', - image = 'weed_route.png', - }, - nvscope_attachment = { - type = 'item', - label = 'Night Vision Scope', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A night vision scope for a weapon', - name = 'nvscope_attachment', - image = 'nvscope_attachment.png', - }, - shotgun_flashlight = { - type = 'item', - label = 'Shotgun Licht', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'shotgun_flashlight', - image = 'flashlight_attachment.png', - }, - advancedrepairkit = { - type = 'item', - label = 'Advanced Repairkit', - unique = false, - useable = true, - weight = 4000, - shouldClose = true, - description = 'A nice toolbox with stuff to repair your vehicle', - name = 'advancedrepairkit', - image = 'advancedkit.png', - }, - vomex = { - type = 'item', - label = 'Vomex', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'vomex', - image = 'vomex.png', - }, - sd_card = { - type = 'item', - label = 'SD Karte', - unique = true, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'sd_card', - image = 'sd_card.png', - }, - tilidin = { - type = 'item', - label = 'Tilidin', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'tilidin', - image = 'syringe.png', - }, - weapontint_mk2_3 = { - type = 'item', - label = 'Classic White Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Classic White Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_3', - image = 'weapontint_black.png', - }, - raw_sausages = { - type = 'item', - label = 'rohe Bratwurst', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'raw_sausages', - image = 'raw_sausages.png', - }, - weed_nutrition = { - type = 'item', - label = 'Plant Fertilizer', - unique = false, - useable = true, - weight = 2000, - shouldClose = true, - description = 'Plant nutrition', - name = 'weed_nutrition', - image = 'weed_nutrition.png', - }, - weapon_smg = { - type = 'weapon', - label = 'MP5', - unique = true, - useable = false, - weight = 1000, - description = 'Deutsche Ingenieurskunst in Kompaktform, gebaut für Cops, die auf Präzision und Verlässlichkeit zählen.', - name = 'weapon_smg', - ammotype = 'AMMO_SMG', - image = 'screenshot_409-removebg-preview.png', - }, - sniper_flashlight = { - type = 'item', - label = 'Sniper Licht', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'sniper_flashlight', - image = 'flashlight_attachment.png', - }, - raw_beef_brisket = { - type = 'item', - label = 'rohes Beef Brisket', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'raw_beef_brisket', - image = 'raw_beef_brisket.png', - }, - blood_100 = { - type = 'item', - label = 'Blut (100ml)', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'blood_100', - image = 'blood_100.png', - }, - aspirin = { - type = 'item', - label = 'Aspirin', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'aspirin', - image = 'aspirin.png', - }, - shovel = { - type = 'item', - label = 'Schaufel', - unique = true, - useable = false, - weight = 0.09999999999999432, - shouldClose = false, - description = '', - name = 'shovel', - image = 'shovel.png', - }, - aldurs_right_ites = { - type = 'item', - label = 'Baldur\'s Bright Bites', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Leicht und erfrischend, diese Bissen erhellen den Geist und lassen den Geschmack erstrahlen.', - name = 'aldurs_right_ites', - image = 'BaldursBrightBites.png', - }, - loaded_fries = { - type = 'item', - label = 'Loaded Fries', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Knusprige Pommes, reich belegt mit köstlichen Toppings', - name = 'loaded_fries', - image = 'loaded_fries.png', - }, - tyre_replacement = { - type = 'item', - label = 'Premium Reifen', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'die Premium Schuhe der Kraftfahrzeuge', - name = 'tyre_replacement', - image = 'tyre_replacement.png', - }, - lokum = { - type = 'item', - label = 'Lokum', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'lokum', - image = 'lokum.png', - }, - aluminumoxide = { - type = 'item', - label = 'Aluminium Powder', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = 'Some powder to mix with', - name = 'aluminumoxide', - image = 'aluminumoxide.png', - }, - corn_cob = { - type = 'item', - label = 'Maiskolben', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'corn_cob', - image = 'corn_cob.png', - }, - eimdalls_lear_ight = { - type = 'item', - label = 'Heimdall\'s Clear Sight', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Ein erfrischendes, klares Getränk, das wie Heimdall’s wachsames Auge rein und belebend wirkt.', - name = 'heimdalls_clear_sight', - image = 'HeimdallsClearSight.png', - }, - baldurs_light = { - type = 'item', - label = 'Baldur\'s Light', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Sanft und erfrischend, wie das reine Licht, das Baldur ausstrahlt.', - name = 'baldurs_light', - image = 'BaldursLight.png', - }, - spazi_limo = { - type = 'item', - label = 'Bergbräu Limo', - unique = false, - useable = true, - weight = 150, - shouldClose = true, - description = 'Spritzig, lecker, absolut neu und revolutionär. Ähnlichkeiten zu anderen Limos? Niemals. Reinste Zufälle. Wirklich.', - name = 'spazi_limo', - image = 'spazi_limo.png', - }, - attachment_bench = { - type = 'item', - label = 'Attachment Workbench', - unique = true, - useable = true, - weight = 15000, - shouldClose = false, - description = 'A workbench for crafting attachments.', - name = 'attachment_bench', - image = 'attworkbench.png', - }, - dagger_blade = { - type = 'item', - label = 'Dolchklinge', - unique = false, - useable = false, - weight = 500, - shouldClose = false, - description = 'So klein, du siehst sie fast nicht – aber sie hinterlässt Eindruck', - name = 'dagger_blade', - image = 'P1026942-3-scaled-removebg-preview.png', - }, - tyre_smoke_kit = { - type = 'item', - label = 'Reifenrauch Kit', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'tyre_smoke_kit', - image = 'tyre_smoke_kit.png', - }, - cheese_burger = { - type = 'item', - label = 'Bacon Cheese Burger', - unique = false, - useable = true, - weight = 150, - 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', - image = 'cheese_burger.png', - }, - luxuryfinish_attachment = { - type = 'item', - label = 'Luxury Finish', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A luxury finish for a weapon', - name = 'luxuryfinish_attachment', - image = 'luxuryfinish_attachment.png', - }, - nordisee_fischfrikadellenbroetchen = { - type = 'item', - label = 'Nordisee Fischfrikadellenbrötchen', - unique = false, - useable = true, - weight = 100, - 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', - image = 'nordisee_fischfrikadellenbroetchen.png', - }, - suppressor_attachment = { - type = 'item', - label = 'Suppressor', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A suppressor for a weapon', - name = 'suppressor_attachment', - image = 'suppressor_attachment.png', - }, - weapon_combatshotgun = { - type = 'weapon', - label = 'Beanbag Shotgun', - unique = true, - useable = false, - weight = 1000, - description = 'Weapon Combatshotgun', - name = 'weapon_combatshotgun', - ammotype = 'AMMO_BEANBAG', - image = 'weapon_combatshotgun.png', - }, - tenkgoldchain = { - type = 'item', - label = '10k Gold Chain', - unique = false, - useable = false, - weight = 2000, - shouldClose = true, - description = '10 carat golden chain', - name = 'tenkgoldchain', - image = '10kgoldchain.png', - }, - lsd_papers = { - type = 'item', - label = 'LSD-Papes', - unique = false, - useable = true, - weight = 500, - shouldClose = true, - description = 'Miniatur-Kunstwerke, die dir den Kopf verdrehen – aber hey, zumindest sieht alles schöner aus.', - name = 'lsd_papers', - image = 'lsd.png', - }, - pump = { - type = 'item', - label = 'Akku Pumpe', - unique = true, - useable = false, - weight = 2000, - shouldClose = false, - description = '', - name = 'pump', - image = 'pump.png', - }, - lamb_chops = { - type = 'item', - label = 'Lammkoteletts', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'lamb_chops', - image = 'lamb_chops.png', - }, - small_blade = { - type = 'item', - label = 'kleine Klinge', - unique = false, - useable = false, - weight = 200, - shouldClose = false, - description = ' Die Klinge, die nicht auf sich warten lässt', - name = 'small_blade', - image = 'Klinge Springmesser.png', - }, - schnitzelbroetchen = { - type = 'item', - label = 'Schnitzelbrötchen', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Knuspriger Held im Brötchenmantel – das Schnitzel regelt!', - name = 'schnitzelbroetchen', - image = 'schnitzelbroetchen.png', - }, - trigger_unit = { - type = 'item', - label = 'Abzugseinheit', - unique = false, - useable = false, - weight = 200, - shouldClose = false, - description = 'Der Schalter für Action – einmal drücken, und die Welt verändert sich', - name = 'trigger_unit', - image = 'snspistol_part_2.png', - }, - weapon_garbagebag = { - description = 'A garbage bag', - useable = false, - name = 'weapon_garbagebag', - label = 'Garbage Bag', - unique = true, - image = 'weapon_garbagebag.png', - weight = 1000, - type = 'weapon', - }, - kennzeichen_tool = { - type = 'item', - label = 'Kennzeichen', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'kennzeichen_tool', - image = 'kennzeichen_tool.png', - }, - bruschetta = { - type = 'item', - label = 'Bruschetta', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'bruschetta', - image = 'bruschetta.png', - }, - weapon_railgun = { - description = 'A weapon that uses electromagnetic force to launch high velocity projectiles', - useable = false, - name = 'weapon_railgun', - label = 'Railgun', - unique = true, - image = 'weapon_railgun.png', - weight = 1000, - type = 'weapon', - }, - fish_and_chips = { - type = 'item', - label = 'Fish and Chips', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'very british ^^', - name = 'fish_and_chips', - image = 'fish_and_chips.png', - }, - goldbar = { - type = 'item', - label = 'Gold Bar', - unique = false, - useable = false, - weight = 7000, - shouldClose = true, - description = 'Looks pretty expensive to me', - name = 'goldbar', - image = 'goldbar.png', - }, - weapon_bat = { - description = 'Used for hitting a ball in sports (or other things)', - useable = false, - name = 'weapon_bat', - label = 'Bat', - unique = true, - image = 'weapon_bat.png', - weight = 1000, - type = 'weapon', - }, - wurmkur = { - type = 'item', - label = 'Wurmkur', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'wurmkur', - image = 'Wurmkur.png', - }, - klimo = { - type = 'item', - label = 'Kirschlimonade', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'klimo', - image = 'klimo.png', - }, - firstaid = { - type = 'item', - label = 'First Aid', - unique = false, - useable = true, - weight = 2500, - shouldClose = true, - description = 'You can use this First Aid kit to get people back on their feet', - name = 'firstaid', - image = 'firstaid.png', - }, - leopardcamo_attachment = { - type = 'item', - label = 'Leopard Camo', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A leopard camo for a weapon', - name = 'leopardcamo_attachment', - image = 'leopardcamo_attachment.png', - }, - sessantacamo_attachment = { - type = 'item', - label = 'Sessanta Nove Camo', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A sessanta nove camo for a weapon', - name = 'sessantacamo_attachment', - image = 'sessantacamo_attachment.png', - }, - holoscope_attachment = { - type = 'item', - label = 'Holo Scope', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A holo scope for a weapon', - name = 'holoscope_attachment', - image = 'holoscope_attachment.png', - }, - rifle_suppressor = { - type = 'item', - label = 'Gewehr Schalldämpfer', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'rifle_suppressor', - image = 'suppressor_attachment.png', - }, - cc_cake = { - type = 'item', - label = 'Cheesecake', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'cc_cake', - image = 'cc_cake.png', - }, - fitbit = { - type = 'item', - label = 'Fitbit', - unique = true, - useable = true, - weight = 500, - shouldClose = true, - description = 'I like fitbit', - name = 'fitbit', - image = 'fitbit.png', - }, - tobbaco = { - type = 'item', - label = 'Tabak', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'tobbaco', - image = 'tobbaco.png', - }, - mechanic_tablet = { - type = 'item', - label = 'Petrol Head Tablet', - unique = false, - useable = true, - weight = 0, - shouldClose = false, - description = 'Das wichtigste Werkzeug', - name = 'mechanic_tablet', - image = 'mechanic_tablet.png', - }, - gleitgel = { - type = 'item', - label = 'Gleitgel', - unique = true, - useable = false, - weight = 100, - shouldClose = false, - description = 'Falls es mal zu Trocken ist ^^', - name = 'gleitgel', - image = 'gleitgel.png', - }, - gg_hunting_arrowammo = { - type = 'item', - label = 'Armbrust Pfeile', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'gg_hunting_arrowammo', - image = 'gg_hunting_arrowammo.png', - }, - tosti = { - type = 'item', - label = 'Grilled Cheese Sandwich', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Schmeckt fast wie selbst gemacht – wenn man sich selbst keine Mühe gibt.', - name = 'tosti', - image = 'tosti.png', - }, - popcorn = { - type = 'item', - label = 'Popcorn', - unique = true, - useable = true, - weight = 150, - shouldClose = true, - description = 'Frisch aufgepopptes Popcorn ', - name = 'popcorn', - image = 'ChatGPT Image 26. Apr. 2025, 17_05_56-min.png', - }, - weapon_revolver_mk2 = { - type = 'weapon', - label = 'Blood in and out Gun', - unique = true, - useable = false, - weight = 1000, - description = 'da Violence', - name = 'weapon_revolver_mk2', - ammotype = 'AMMO_PISTOL', - image = 'screenshot_419-removebg-preview.png', - }, - lsd_route = { - type = 'item', - label = 'LSD Route', - unique = true, - useable = false, - weight = 10, - 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', - image = 'lsd_route.png', - }, - driver_license = { - type = 'item', - label = 'Drivers License', - unique = true, - useable = true, - weight = 0, - shouldClose = false, - description = 'Permit to show you can drive a vehicle', - name = 'driver_license', - image = 'driver_license.png', - }, - sweets_candies = { - type = 'item', - label = 'Bonbons', - unique = false, - useable = true, - weight = 500, - shouldClose = true, - description = 'Bunt, süß und manchmal klebrig', - name = 'sweets_candies', - image = 'candy1.png', - }, - waffle_icream = { - type = 'item', - label = 'Sandwich Eis', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = 'Cremiges Vanilleeis, umhüllt von zwei zarten Waffelschichten – der Klassiker im Retro-Look für echte Eisliebhaber.', - name = 'waffle_icream', - image = 'waffle_icream.png', - }, - dueruem = { - type = 'item', - label = 'Dürüm', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Wrap, mit typischen Döner-Kebab-Zutaten gefüllt', - name = 'dueruem', - image = 'durum.png', - }, - weapon_hammer = { - description = 'Used for jobs such as breaking things (legs) and driving in nails', - useable = false, - name = 'weapon_hammer', - label = 'Hammer', - unique = true, - image = 'weapon_hammer.png', - weight = 1000, - type = 'weapon', - }, - smg_flashlight = { - type = 'item', - label = 'SMG Licht', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'smg_flashlight', - image = 'flashlight_attachment.png', - }, - akrinor = { - type = 'item', - label = 'Akrinor', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'akrinor', - image = 'akrinor.png', - }, - woodbug = { - type = 'item', - label = 'Borkenkäfer', - unique = false, - useable = false, - weight = 4, - shouldClose = false, - description = 'Deutsche Borkenkäfer dürfen dies....', - name = 'woodbug', - image = 'woodbug.png', - }, - njords_ocean_breeze_alkoholfrei = { - type = 'item', - label = 'Njords Ocean Breeze', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'njords_ocean_breeze_alkoholfrei', - image = 'NjordsOceanBreeze.png', - }, - shortened_gunbarrel = { - type = 'item', - label = 'verkürzter Waffenlauf', - unique = false, - useable = false, - weight = 1000, - shouldClose = false, - description = 'Weniger Lauf, mehr Stil', - name = 'shortened_gunbarrel', - image = 'shotgun_barrel_compressed_better.png', - }, - weapon_snowball = { - description = 'A ball of packed snow, especially one made for throwing at other people for fun', - useable = false, - name = 'weapon_snowball', - label = 'Snowball', - unique = true, - image = 'weapon_snowball.png', - weight = 1000, - type = 'weapon', - }, - rubber = { - type = 'item', - label = 'Gummi', - unique = false, - useable = false, - weight = 600, - shouldClose = false, - description = 'Rubber, I believe you can make your own rubber ducky with it :D', - name = 'rubber', - image = 'rubber.png', - }, - weapon_bullpupshotgun = { - type = 'weapon', - label = 'Bullpup Shotgun', - unique = true, - useable = false, - weight = 1000, - description = 'A compact smoothbore gun for firing small shot at short range', - name = 'weapon_bullpupshotgun', - ammotype = 'AMMO_SHOTGUN', - image = 'weapon_bullpupshotgun.png', - }, - veh_neons = { - type = 'item', - label = 'Neons', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Upgrade vehicle neons', - name = 'veh_neons', - image = 'veh_neons.png', - }, - gg_boar_tusk_01 = { - type = 'item', - label = 'Rauer Eberzahn', - unique = true, - useable = false, - weight = 1000, - shouldClose = true, - description = '', - name = 'gg_boar_tusk_01', - image = 'gg_boar_tusk_01.png', - }, - weapontint_mk2_0 = { - type = 'item', - label = 'Classic Black Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Classic Black Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_0', - image = 'weapontint_black.png', - }, - weapon_pistol = { - type = 'weapon', - label = 'Bretta', - unique = true, - useable = false, - weight = 1000, - description = 'Das Multitool zum Löcher machen.', - name = 'weapon_pistol', - ammotype = 'AMMO_PISTOL', - image = 'screenshot_398-removebg-preview.png', - }, - cooked_brisket = { - type = 'item', - label = 'gegrilltes Brisket', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'cooked_brisket', - image = 'cooked_brisket.png', - }, - boxorange = { - type = 'item', - label = 'Kiste Orangen', - unique = true, - useable = false, - weight = 1000, - shouldClose = false, - description = '', - name = 'boxorange', - image = 'boxorange.png', - }, - weaponlicense = { - type = 'item', - label = 'Weapon License', - unique = true, - useable = true, - weight = 0, - shouldClose = true, - description = 'Weapon License', - name = 'weaponlicense', - image = 'weapon_license.png', - }, - cerveza_barracho = { - type = 'item', - label = 'Cerveza Barracho', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Erfrischendes mexikanisches Bier mit vollmundigem Geschmack', - name = 'cerveza_barracho', - image = 'ChatGPT Image 26. Apr. 2025, 15_29_53-min.png', - }, - lysergic_acid = { - type = 'item', - label = 'Lysergsäure', - unique = false, - useable = false, - weight = 1000, - shouldClose = false, - description = 'Der geheime VIP-Zugang zu einer anderen Realität', - name = 'lysergic_acid', - image = 'acid.png', - }, - empty_weed_bag = { - type = 'item', - label = 'Empty Weed Bag', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'A small empty bag', - name = 'empty_weed_bag', - image = 'weed_baggy_empty.png', - }, - dirischebs = { - type = 'item', - label = 'Der Irische Beziehungstatus', - unique = true, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'dirischebs', - image = 'Der_Irische_Beziehungsstatus.png', - }, - ecola_zero_flasche = { - type = 'item', - label = 'E-Cola Zero Flasche', - unique = false, - useable = true, - weight = 80, - shouldClose = true, - description = 'Flasche Cola', - name = 'ecola_zero_flasche', - image = 'ecolazerobottle.png', - }, - opium = { - type = 'item', - label = 'Opium', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = 'Chillfilter fürs Leben – aber Vorsicht, klebrig', - name = 'opium', - image = 'opium_dry2.png', - }, - weapon_revolver = { - type = 'weapon', - label = 'Tac. Revolver', - unique = true, - useable = false, - weight = 1000, - description = 'A pistol with revolving chambers enabling several shots to be fired without reloading', - name = 'weapon_revolver', - ammotype = 'AMMO_PISTOL', - image = 'revolver.png', - }, - tunerlaptop = { - type = 'item', - label = 'Tunerchip', - unique = true, - useable = true, - weight = 2000, - shouldClose = true, - description = 'With this tunerchip you can get your car on steroids... If you know what you\'re doing', - name = 'tunerlaptop', - image = 'tunerchip.png', - }, - radio = { - type = 'item', - label = 'Funkgerät', - unique = true, - useable = false, - weight = 600, - shouldClose = true, - description = 'You can communicate with this through a signal', - name = 'radio', - image = 'radio.png', - }, - shotgun_suppressor = { - type = 'item', - label = 'Shotgun Schalldämpfer', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'shotgun_suppressor', - image = 'suppressor_attachment.png', - }, - mg_ammo = { - type = 'item', - label = 'MG ammo', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Ammo for Machine Guns', - name = 'mg_ammo', - image = 'mg_ammo.png', - }, - weapontint_mk2_13 = { - type = 'item', - label = 'Bold Pink Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Bold Pink Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_13', - image = 'weapontint_black.png', - }, - rolex = { - type = 'item', - label = 'Golden Watch', - unique = false, - useable = false, - weight = 1500, - shouldClose = true, - description = 'A golden watch seems like the jackpot to me!', - name = 'rolex', - image = 'rolex.png', - }, - heartstopper = { - type = 'item', - label = 'Heart Stopper ', - unique = false, - useable = true, - weight = 600, - shouldClose = true, - description = '"Sieben Lagen pures Glück – und ein direkter Weg zum Herzstillstand!"', - name = 'heartstopper', - image = 'heartstopper.png', - }, - mixed_grilled_plate = { - type = 'item', - label = 'KARIŞIK IZGARA ', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'gemischter Grillteller mit Beilagen', - name = 'mixed_grilled_plate', - image = 'Gemischter_grillteller.png', - }, - repair_kit = { - type = 'item', - label = 'Werkzeug', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'Für Schnelle & Kleinere Reparaturen ', - name = 'repair_kit', - image = 'repair_kit.png', - }, - weapon_hominglauncher = { - type = 'weapon', - label = 'Homing Launcher', - unique = true, - useable = false, - weight = 1000, - description = 'A weapon fitted with an electronic device that enables it to find and hit a target', - name = 'weapon_hominglauncher', - ammotype = 'AMMO_STINGER', - image = 'weapon_hominglauncher.png', - }, - coffee = { - type = 'item', - label = 'Kaffee Togo', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Pump 4 Caffeine', - name = 'coffee', - image = 'coffee.png', - }, - weed_purplehaze_seed = { - type = 'item', - label = 'Purple Haze Seed', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'A weed seed of Purple Haze', - name = 'weed_purplehaze_seed', - image = 'weed_seed.png', - }, - weapon_specialcarbine = { - type = 'weapon', - label = 'KH 450', - unique = true, - useable = false, - weight = 1000, - description = 'Wenn die Ar 15 nicht mehr reicht.', - name = 'weapon_specialcarbine', - ammotype = 'AMMO_RIFLE', - image = 'weapon_specialcarbine.png', - }, - weed_brick = { - type = 'item', - label = 'Weed Brick', - unique = false, - useable = false, - weight = 1000, - shouldClose = true, - description = '1KG Weed Brick to sell to large customers.', - name = 'weed_brick', - image = 'weed_brick.png', - }, - drytobbacoleaf = { - type = 'item', - label = 'getrocknetes Tabakblatt', - unique = false, - useable = false, - weight = 10, - shouldClose = false, - description = '', - name = 'drytobbacoleaf', - image = 'drietobbacoleaf.png', - }, - gg_coyote_fangs_01 = { - type = 'item', - label = 'Robuster Kojotenzahn', - unique = true, - useable = false, - weight = 1000, - shouldClose = true, - description = '', - name = 'gg_coyote_fangs_01', - image = 'gg_coyote_fangs_01.png', - }, - smg_defaultclip = { - type = 'item', - label = 'SMG Magazine', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'smg_defaultclip', - image = 'clip_attachment.png', - }, - empty_evidence_bag = { - type = 'item', - label = 'Empty Evidence Bag', - unique = false, - useable = false, - weight = 0, - shouldClose = false, - description = 'Used a lot to keep DNA from blood, bullet shells and more', - name = 'empty_evidence_bag', - image = 'evidence.png', - }, - lawyerpass = { - type = 'item', - label = 'Lawyer Pass', - unique = true, - useable = true, - weight = 0, - shouldClose = false, - description = 'Pass exclusive to lawyers to show they can represent a suspect', - name = 'lawyerpass', - image = 'lawyerpass.png', - }, - tirerepairkit = { - type = 'item', - label = 'Tire Repair Kit', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A kit to repair your tires', - name = 'tirerepairkit', - image = 'tirerepairkit.png', - }, - weapon_combatpdw = { - type = 'weapon', - label = 'Zig MPX', - unique = true, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Ab Werk leise', - name = 'weapon_combatpdw', - image = 'weapon_combatpdw.png', - }, - hotdog = { - type = 'item', - label = 'Hot Dog', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'hotdog', - image = 'screenshot_691-removebg-preview.png', - }, - rohkaffee = { - type = 'item', - label = 'Rohkaffee', - unique = false, - useable = false, - weight = 4, - shouldClose = false, - description = '', - name = 'rohkaffee', - image = 'rohkaffee.png', - }, - kunfe = { - type = 'item', - label = 'Künefe', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'kunfe', - image = 'kunfe.png', - }, - cigs = { - type = 'item', - label = 'Zigarette', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'cigs', - image = 'cigs.png', - }, - filter_papers = { - type = 'item', - label = 'Filtertips', - unique = false, - useable = false, - weight = 200, - shouldClose = false, - description = 'Der Joint ist dein Freund und am besten mit Filter', - name = 'filter_papers', - image = 'filter_papers.png', - }, - etilefrin = { - type = 'item', - label = 'Etilefrin', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'etilefrin', - image = 'screenshot_696-removebg-preview.png', - }, - gg_hunting_meat = { - type = 'item', - label = 'rohes Wildfleisch', - unique = false, - useable = false, - weight = 100, - shouldClose = true, - description = '', - name = 'gg_hunting_meat', - image = 'gg_hunting_meat.png', - }, - weapon_knife = { - description = 'An instrument composed of a blade fixed into a handle, used for cutting or as a weapon', - useable = false, - name = 'weapon_knife', - label = 'Messer', - unique = true, - image = 'weapon_knife.png', - weight = 1000, - type = 'weapon', - }, - cheeseanachos = { - type = 'item', - label = 'Nachos mit Käsesauce', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'Knusprige Nachos, überzogen mit cremiger, würziger Käsesauce', - name = 'cheeseanachos', - image = 'ChatGPT_Image_26._Apr._2025__18_25_48-removebg-preview.png', - }, - gg_hunting_cookedmeat = { - type = 'item', - label = 'gebratenes Wildfleisch', - unique = false, - useable = true, - weight = 50, - shouldClose = true, - description = '', - name = 'gg_hunting_cookedmeat', - image = 'gg_hunting_cookedmeat.png', - }, - ceramic_brakes = { - type = 'item', - label = 'Ceramic Bremsen', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'ceramic_brakes', - image = 'ceramic_brakes.png', - }, - markedbills = { - type = 'item', - label = 'Marked Money', - unique = true, - useable = false, - weight = 1000, - shouldClose = true, - description = 'Money?', - name = 'markedbills', - image = 'markedbills.png', - }, - orange_o_tang_dose = { - type = 'item', - label = 'Orange O Tang Dose', - unique = false, - useable = true, - weight = 50, - shouldClose = true, - description = 'Dose Orangen Limo', - name = 'orange_o_tang_dose', - image = 'orange_o_tang_dose.png', - }, - weapon_specialcarbine_mk2 = { - type = 'weapon', - label = 'Special Carbine Mk II', - unique = true, - useable = false, - weight = 1000, - description = 'Weapon Wpecialcarbine MK2', - name = 'weapon_specialcarbine_mk2', - ammotype = 'AMMO_RIFLE', - image = 'highteamspecialcarbinemk2.png', - }, - emptybottle = { - type = 'item', - label = 'leere Flasche', - unique = false, - useable = false, - weight = 200, - shouldClose = false, - description = '', - name = 'emptybottle', - image = 'emptybottle.png', - }, - sugar = { - type = 'item', - label = 'Packung Zucker ', - unique = false, - useable = false, - weight = 1000, - shouldClose = false, - description = '', - name = 'sugar', - image = 'sugaar.png', - }, - weapontint_mk2_18 = { - type = 'item', - label = 'Bold Green Features Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Bold Green Features Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_18', - image = 'weapontint_black.png', - }, - ibuprophen = { - type = 'item', - label = 'Ibuprophen', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'ibuprophen', - image = 'Ibuprophen.png', - }, - weapontint_mk2_8 = { - type = 'item', - label = 'Classic Brown & Black Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Classic Brown & Black Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_8', - image = 'weapontint_black.png', - }, - pd_keycard = { - type = 'item', - label = 'PD Key Card', - unique = true, - useable = false, - weight = 10, - shouldClose = false, - description = 'Wenn du kein Cop bist Finger weg!', - name = 'pd_keycard', - image = 'pd_keycard.png', - }, - orange_o_tang_flasche = { - type = 'item', - label = 'Orange O Tang Flasche', - unique = false, - useable = true, - weight = 80, - shouldClose = true, - description = 'Flasche Orangen Limo', - name = 'orange_o_tang_flasche', - image = 'orange_o_tang_flasche.png', - }, - aktexyz = { - type = 'item', - label = 'Akte XYZ', - unique = true, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'aktexyz', - image = 'aktexyz.png', - }, - bbq_seasoning = { - type = 'item', - label = 'BBQ Gewürze', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'bbq_seasoning', - image = 'bbq_seasoning.png', - }, - armor = { - type = 'item', - label = 'Kugelsichere Weste', - unique = false, - useable = true, - weight = 4000, - shouldClose = true, - description = 'Some protection won\'t hurt... right?', - name = 'armor', - image = 'armor.png', - }, - emptybag = { - type = 'item', - label = 'leerer Sack', - unique = false, - useable = false, - weight = 10, - shouldClose = false, - description = '', - name = 'emptybag', - image = 'emptybag.png', - }, - halbes_haendel = { - type = 'item', - label = 'Halbes Händel', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'zum Finger lecken gut ^^', - name = 'halbes_haendel', - image = 'halbes_haendel.png', - }, - bcso_card = { - type = 'item', - label = 'BCSO Dienstausweis', - unique = true, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'bcso_card', - image = 'police_card.png', - }, - nacl_1000 = { - type = 'item', - label = 'NACL (1000ml)', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = '', - name = 'nacl_1000', - image = 'nacl.png', - }, - antipatharia_coral = { - type = 'item', - label = 'Antipatharia', - unique = false, - useable = false, - weight = 1000, - shouldClose = true, - description = 'Its also known as black corals or thorn corals', - name = 'antipatharia_coral', - image = 'antipatharia_coral.png', - }, - thors_sandwich = { - type = 'item', - label = 'Thors Sandwich', - unique = false, - useable = true, - weight = 150, - 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', - image = 'thors_sandwich.png', - }, - zeckenschutzmittel = { - type = 'item', - label = 'Zeckenschutzmittel', - unique = false, - useable = true, - weight = 25, - shouldClose = true, - description = '', - name = 'zeckenschutzmittel', - image = 'Zeckenschutzmittel.png', - }, - sauerstoff = { - type = 'item', - label = 'Sauerstoff', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'sauerstoff', - image = 'screenshot_697-removebg-preview.png', - }, - weapon_hatchet = { - description = 'A small axe with a short handle for use in one hand', - useable = false, - name = 'weapon_hatchet', - label = 'Beil', - unique = true, - image = 'weapon_hatchet.png', - weight = 1000, - type = 'weapon', - }, - weapon_briefcase_02 = { - description = 'Wonderfull for nice vacation to Liberty City', - useable = false, - name = 'weapon_briefcase_02', - label = 'Suitcase', - unique = true, - image = 'weapon_briefcase2.png', - weight = 1000, - type = 'weapon', - }, - pistol_flashlight = { - type = 'item', - label = 'Pistolenlicht', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'pistol_flashlight', - image = 'flashlight_attachment.png', - }, - roadpods = { - type = 'item', - label = 'iFruit Ear Buds', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = '„Klang für Menschen, die sich keine Kompromisse anhören.“', - name = 'roadpods', - image = 'roadpods.png', - }, - slushi = { - type = 'item', - label = 'Slushi', - unique = false, - useable = true, - weight = 150, - shouldClose = true, - description = 'Erfrischung pur in jedem Schluck – Gönn dir deinen Slushi!', - name = 'slushi', - image = 'slushi.png', - }, - doj_card = { - type = 'item', - label = 'DOJ Card', - unique = true, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'doj_card', - image = 'doj_card.png', - }, - steel = { - type = 'item', - label = 'Stahl', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = 'Nice piece of metal that you can probably use for something', - name = 'steel', - image = 'steel.png', - }, - yggdrasils_root = { - type = 'item', - label = 'Yggdrasil\'s Root', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'yggdrasils_root', - image = 'YggdrasilsRoot.png', - }, - rwd_drivetrain = { - type = 'item', - label = 'RWD', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'rwd_drivetrain', - image = 'rwd_drivetrain.png', - }, - goldchain = { - type = 'item', - label = 'Golden Chain', - unique = false, - useable = false, - weight = 1500, - shouldClose = true, - description = 'A golden chain seems like the jackpot to me!', - name = 'goldchain', - image = 'goldchain.png', - }, - cigar = { - type = 'item', - label = 'Zigarre', - unique = false, - useable = true, - weight = 100, - shouldClose = false, - description = '', - name = 'cigar', - image = 'cigar.png', - }, - smg_grip = { - type = 'item', - label = 'SMG Griff', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'smg_grip', - image = 'grip_attachment.png', - }, - purple_phone = { - type = 'item', - label = 'iFruit 12XR Lila', - unique = true, - useable = false, - weight = 0.09999999999999432, - shouldClose = false, - description = '„Jetzt mit noch mehr Features, die du nie brauchst, aber jedem zeigen musst.“', - name = 'purple_phone', - image = 'purple_phone.png', - }, - turbocharger = { - type = 'item', - label = 'Premium Turbokit', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'turbocharger', - image = 'turbocharger.png', - }, - weed_ogkush = { - type = 'item', - label = 'OGKush 2g', - unique = false, - useable = true, - weight = 200, - shouldClose = false, - description = 'A weed bag with 2g OG Kush', - name = 'weed_ogkush', - image = 'weed_baggy.png', - }, - elastic_bandage = { - type = 'item', - label = 'Elastische Binde', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'elastic_bandage', - image = 'elastisches-medizinisches-bandageband-komprimierend-geringe-dehnung-80-mm_189499203-removebg-preview.png', - }, - shotgun_scope = { - type = 'item', - label = 'MK2 Shotgun Visier', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'shotgun_scope', - image = 'smallscope_attachment.png', - }, - ammo_beanbag = { - type = 'item', - label = 'Beanbag Ammo', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Munition für die Beanbag Shotgun', - name = 'ammo_beanbag', - image = 'beanbag_ammo.png', - }, - redwoodpack = { - type = 'item', - label = 'Packung Redwood Zigaretten', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'redwoodpack', - image = 'redwoodpack.png', - }, - kino_keycard = { - type = 'item', - label = 'Moonlight Cinema Keycard', - unique = true, - useable = false, - weight = 10, - shouldClose = false, - description = '', - name = 'kino_keycard', - image = 'keycard.png', - }, - box = { - type = 'item', - label = 'Kiste', - unique = true, - useable = false, - weight = 600, - shouldClose = false, - description = '', - name = 'box', - image = 'box.png', - }, - cleaningkit = { - type = 'item', - label = 'Cleaning Kit', - unique = false, - useable = true, - weight = 250, - shouldClose = true, - description = 'A microfiber cloth with some soap will let your car sparkle again!', - name = 'cleaningkit', - image = 'cleaningkit.png', - }, - weapon_bottle = { - description = 'A broken bottle', - useable = false, - name = 'weapon_bottle', - label = 'Broken Bottle', - unique = true, - image = 'weapon_bottle.png', - weight = 1000, - type = 'weapon', - }, - weapon_batton = { - type = 'item', - label = 'Waffenlauf Lang', - unique = false, - useable = false, - weight = 1000, - shouldClose = false, - description = 'Ein Lauf auf Stahl mit einer hohen Genauigkeit ', - name = 'weapon_batton', - image = 'weapon_batton.png', - }, - dirt = { - type = 'item', - label = 'Erde', - unique = false, - useable = false, - weight = 200, - shouldClose = false, - description = '', - name = 'dirt', - image = 'dirt.png', - }, - rifle_defaultclip = { - type = 'item', - label = 'Gewehr Magazin', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'rifle_defaultclip', - image = 'rifle_defaultclip.png', - }, - oilbarrel = { - type = 'item', - label = 'Erdölfass', - unique = true, - useable = false, - weight = 6000, - shouldClose = false, - description = '', - name = 'oilbarrel', - image = 'oilbarrel.png', - }, - bw_cupcake = { - type = 'item', - label = 'Black & White Cupcake', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'bw_cupcake', - image = 'bw_cupcake.png', - }, - empty_nitrous_bottle = { - type = 'item', - label = 'leere Nitro Flasche', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'empty_nitrous_bottle', - image = 'empty_nitrous_bottle.png', - }, - smg_holoscope = { - type = 'item', - label = 'SMG Holoscope', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'smg_holoscope', - image = 'holoscope_attachment.png', - }, - billokaffee = { - type = 'item', - label = 'Billo Kaffee', - unique = false, - useable = true, - weight = 80, - shouldClose = true, - description = 'Die Schande Kolumbiens', - name = 'billokaffee', - image = 'billokaffee.png', - }, - korb = { - type = 'item', - label = 'Korb', - unique = true, - useable = false, - weight = 0.09999999999999432, - shouldClose = false, - description = '', - name = 'korb', - image = 'korb.png', - }, - weapon_ceramicpistol = { - type = 'weapon', - label = 'Ceramic Pistol', - unique = true, - useable = true, - weight = 1000, - description = 'Weapon Ceramicpistol', - name = 'weapon_ceramicpistol', - ammotype = 'AMMO_PISTOL', - image = 'weapon_ceramicpistol.png', - }, - vitaminloesung_500 = { - type = 'item', - label = 'Vitaminlösung 500', - unique = false, - useable = true, - weight = 500, - shouldClose = true, - description = '', - name = 'vitaminloesung_500', - image = 'screenshot_696-removebg-preview.png', - }, - drift_tuning_kit = { - type = 'item', - label = 'Driftkit', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'drift_tuning_kit', - image = 'drift_tuning_kit.png', - }, - weapon_raycarbine = { - type = 'weapon', - label = 'Unholy Hellbringer', - unique = true, - useable = true, - weight = 1000, - description = 'Weapon Raycarbine', - name = 'weapon_raycarbine', - ammotype = 'AMMO_SMG', - image = 'weapon_raycarbine.png', - }, - weapon_briefcase = { - description = 'A briefcase for storing important documents', - useable = false, - name = 'weapon_briefcase', - label = 'Briefcase', - unique = true, - image = 'weapon_briefcase.png', - weight = 1000, - type = 'weapon', - }, - ifs_olden_ectar = { - type = 'item', - label = 'Sif\'s Golden Nectar', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Fruchtig und süß, wie die goldene Ernte auf den Feldern – ein perfekter Genuss für jede Gelegenheit.', - name = 'ifs_olden_ectar', - image = 'SifGoldenNectar.png', - }, - cosmetic_part = { - type = 'item', - label = 'Cosmetickit', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'cosmetic_part', - image = 'cosmetic_part.png', - }, - cocoa = { - type = 'item', - label = 'Packung Kakaopulver', - unique = false, - useable = false, - weight = 200, - shouldClose = false, - description = 'Kakaopulver ist Schokolade im Tarnanzug – bereit, jede Tasse in Wohlfühlzauber zu verwandeln.', - name = 'cocoa', - image = 'cacao.png', - }, - marshal_card = { - type = 'item', - label = 'Marshal Card', - unique = false, - useable = false, - weight = 0, - shouldClose = false, - description = '', - name = 'marshal_card', - image = 'police_card.png', - }, - blood_1000 = { - type = 'item', - label = 'Blut (1000ml)', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = '', - name = 'blood_1000', - image = 'blood_100.png', - }, - deployable_light = { - type = 'item', - label = 'Aufsetzt Rundumleuchte', - unique = true, - useable = true, - weight = 250, - shouldClose = false, - description = '', - name = 'deployable_light', - image = 'deployable_light.png', - }, - drum_attachment = { - type = 'item', - label = 'Drum', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A drum for a weapon', - name = 'drum_attachment', - image = 'drum_attachment.png', - }, - weapon_compactlauncher = { - description = 'A compact grenade launcher', - useable = false, - name = 'weapon_compactlauncher', - label = 'Compact Launcher', - unique = true, - image = 'weapon_compactlauncher.png', - weight = 1000, - type = 'weapon', - }, - pork_joint = { - type = 'item', - label = 'roher Schweinebraten', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'pork_joint', - image = 'pork_joint.png', - }, - cc_latte = { - type = 'item', - label = 'Latte Macchiato', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'cc_latte', - image = 'cc_latte.png', - }, - packing_bandage = { - type = 'item', - label = 'Verbandpäckchen', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'packing_bandage', - image = 'screenshot_478-removebg-preview.png', - }, - heavyarmor = { - type = 'item', - label = 'Verstärkte Kugelsischere Weste', - unique = false, - useable = true, - weight = 5000, - shouldClose = true, - description = 'Some protection won\'t hurt... right?', - name = 'heavyarmor', - image = 'armor.png', - }, - weapon_bread = { - description = 'Bread...?', - useable = false, - name = 'weapon_bread', - label = 'Baquette', - unique = true, - image = 'baquette.png', - weight = 1000, - type = 'weapon', - }, - dins_isdom_latter = { - type = 'item', - label = 'Odin\'s Wisdom Platter', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Eine herzhafte Mischung, die den Wissensdurst und die Abenteuerlust des Göttervaters befriedigt.', - name = 'dins_isdom_latter', - image = 'OdinsWisdomPlatter.png', - }, - weapon_pistol_mk2 = { - type = 'weapon', - label = 'Klog 19', - unique = true, - useable = false, - weight = 1000, - description = 'An upgraded small firearm designed to be held in one hand', - name = 'weapon_pistol_mk2', - ammotype = 'AMMO_PISTOL', - image = 'weapon_pistol_mk2.png', - }, - pistol_smallscope = { - type = 'item', - label = 'MK2 Revolver Visier', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'pistol_smallscope', - image = 'smallscope_attachment.png', - }, - awd_drivetrain = { - type = 'item', - label = 'AWD', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'awd_drivetrain', - image = 'awd_drivetrain.png', - }, - laptop = { - type = 'item', - label = 'Laptop', - unique = false, - useable = false, - weight = 4000, - shouldClose = true, - description = 'Expensive laptop', - name = 'laptop', - image = 'laptop.png', - }, - skadis_hunt = { - type = 'item', - label = 'Skadi\'s Hunt', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'So erfrischend und eisig wie Skadis frostige Heimat.', - name = 'skadis_hunt', - image = 'SkadisHunt.png', - }, - urapidil1 = { - type = 'item', - label = 'Urapidil 1,0 mg', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'urapidil1', - image = 'urapidil1.png', - }, - njords_tide = { - type = 'item', - label = 'Njord\'s Tide', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'Frisch wie die Seebrise und kraftvoll wie die Gezeiten des Meeres.', - name = 'njords_tide', - image = 'NjordsTide.png', - }, - advancedlockpick = { - type = 'item', - label = 'Advanced Lockpick', - unique = false, - useable = true, - weight = 500, - shouldClose = true, - description = 'If you lose your keys a lot this is very useful... Also useful to open your beers', - name = 'advancedlockpick', - image = 'advancedlockpick.png', - }, - emergency_revive_kit = { - type = 'item', - label = 'Wiederbelebungs-Kit', - unique = false, - useable = true, - weight = 1500, - shouldClose = true, - description = '', - name = 'emergency_revive_kit', - image = 'medbox.png', - }, - weapon_grenadelauncher_smoke = { - type = 'weapon', - label = 'Smoke Grenade Launcher', - unique = true, - useable = false, - weight = 1000, - description = 'A bomb that produces a lot of smoke when it explodes', - name = 'weapon_grenadelauncher_smoke', - ammotype = 'AMMO_GRENADELAUNCHER', - image = 'weapon_grenadelauncher_smoke.PNG', - }, - electronickit = { - type = 'item', - label = 'Electronic Kit', - unique = false, - useable = true, - weight = 100, - 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', - image = 'electronickit.png', - }, - chemiebarrel = { - type = 'item', - label = 'Chemie Fass', - unique = false, - useable = false, - weight = 1000, - shouldClose = false, - description = '', - name = 'chemiebarrel', - image = 'chemie.png', - }, - weapon_pocketlight = { - type = 'weapon', - label = 'kleine Taschenlampe', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'weapon_pocketlight', - image = 'w_me_pocketlight.png', - }, - stevens_apfelmustorte = { - type = 'item', - label = 'Stevens Apfelmustorte', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'wie bei Oma', - name = 'stevens_apfelmustorte', - image = 'stevens_apfelmustorte.png', - }, - firework2 = { - type = 'item', - label = 'Poppelers', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Fireworks', - name = 'firework2', - image = 'firework2.png', - }, - weapon_mg = { - type = 'weapon', - label = 'Machinegun', - unique = true, - useable = false, - weight = 1000, - description = 'An automatic gun that fires bullets in rapid succession for as long as the trigger is pressed', - name = 'weapon_mg', - ammotype = 'AMMO_MG', - image = 'weapon_mg.png', - }, - gg_hunting_animaltrap = { - type = 'item', - label = 'Tierfalle', - unique = true, - useable = true, - weight = 1000, - shouldClose = true, - description = '', - name = 'gg_hunting_animaltrap', - image = 'gg_hunting_animaltrap.png', - }, - rifle_extendedclip = { - type = 'item', - label = 'erw. Gewehr Magazin', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'rifle_extendedclip', - image = 'rifle_extendedclip.png', - }, - jerry_can = { - type = 'item', - label = 'Jerrycan 20L', - unique = false, - useable = true, - weight = 20000, - shouldClose = true, - description = 'A can full of Fuel', - name = 'jerry_can', - image = 'jerry_can.png', - }, - jelly_beans = { - type = 'item', - label = 'Jelly Beans', - unique = true, - useable = true, - weight = 150, - shouldClose = true, - description = 'Bunte, kleine Köstlichkeiten mit knackiger Hülle und fruchtig-süßem Kern – ein Farbtupfer voller Geschmack.', - name = 'jelly_beans', - image = 'file_00000000007861f7963805e1f6fecfc5-removebg-preview.png', - }, - fruitpicker = { - type = 'item', - label = 'Obstpflücker', - unique = true, - useable = false, - weight = 0.09999999999999432, - shouldClose = false, - description = '', - name = 'fruitpicker', - image = 'fruitpicker.png', - }, - erz = { - type = 'item', - label = 'Metallerz', - unique = false, - useable = false, - weight = 2000, - shouldClose = false, - description = '', - name = 'erz', - image = 'erz.png', - }, - firework3 = { - type = 'item', - label = 'WipeOut', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Fireworks', - name = 'firework3', - image = 'firework3.png', - }, - gg_salt_block_03 = { - type = 'item', - label = 'Premium Salzblock', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'gg_salt_block_03', - image = 'gg_salt_block_03.png', - }, - heimdalls_watch = { - type = 'item', - label = 'Heimdall\'s Watch', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Scharf und klar wie Heimdalls Auge, aber mit einem farbenfrohen Twist.', - name = 'heimdalls_watch', - image = 'HeimdallsWatch.png', - }, - chicken_thigh = { - type = 'item', - label = 'rohe Hähnchenkeule', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'chicken_thigh', - image = 'chicken_thigh.png', - }, - leberkas_semmal = { - type = 'item', - label = 'Leberkas Semmal', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Mehr Fleisch als Worte – des is koa Semmel, des is a Lebensgefühl!', - name = 'leberkas_semmal', - image = 'leberkas_semmal.png', - }, - marshmallows = { - type = 'item', - label = 'Packung Marshmallows', - unique = false, - useable = true, - weight = 200, - 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', - image = 'marshmallows.png', - }, - weapon_sawnoffshotgun = { - type = 'weapon', - label = 'Sawn-off Shotgun', - unique = true, - useable = false, - weight = 1000, - description = 'A sawn-off smoothbore gun for firing small shot at short range', - name = 'weapon_sawnoffshotgun', - ammotype = 'AMMO_SHOTGUN', - image = 'weapon_sawnoffshotgun.png', - }, - weapon_petrolcan = { - type = 'weapon', - label = 'Petrol Can', - unique = true, - useable = false, - weight = 1000, - description = 'A robust liquid container made from pressed steel', - name = 'weapon_petrolcan', - ammotype = 'AMMO_PETROLCAN', - image = 'weapon_petrolcan.png', - }, - ready_methpipe = { - type = 'item', - label = 'Gefüllte Methpfeife', - unique = false, - useable = true, - weight = 500, - shouldClose = true, - description = 'Der schnelle Weg ins Nirvana – aber du verpasst den Ausgang', - name = 'ready_methpipe', - image = 'opium_pipe.png', - }, - olimo = { - type = 'item', - label = 'Orangenlimonade', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'olimo', - image = 'olimo.png', - }, - stancing_kit = { - type = 'item', - label = 'Stancing Kit', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'stancing_kit', - image = 'stancing_kit.png', - }, - precision_muzzle_brake = { - type = 'item', - label = 'Precision Muzzle Brake', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A muzzle brake for a weapon', - name = 'precision_muzzle_brake', - image = 'precision_muzzle_brake.png', - }, - weapon_handle = { - type = 'item', - label = 'Griff', - unique = false, - useable = false, - weight = 200, - shouldClose = false, - description = 'Der perfekte Halt – für dich und deine Waffen-Fantasien', - name = 'weapon_handle', - image = 'snspistol_part_3.png', - }, - weapontint_7 = { - type = 'item', - label = 'Platinum Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Platinum Weapon Tint', - name = 'weapontint_7', - image = 'weapontint_plat.png', - }, - marble_pop_limo = { - type = 'item', - label = 'Marble Pop Limo', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'Kult-Getränk aus Japan: Erfrischende Limonade mit fruchtigem Geschmack und der typischen Glasmurmel', - name = 'marble_pop_limo', - image = 'marblepop.png', - }, - harness = { - type = 'item', - label = 'Race Harness', - unique = true, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Racing Harness so no matter what you stay in the car', - name = 'harness', - image = 'harness.png', - }, - spark_plug = { - type = 'item', - label = 'Premium Zündkerzen', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'spark_plug', - image = 'spark_plug.png', - }, - veh_tint = { - type = 'item', - label = 'Tints', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Install vehicle tint', - name = 'veh_tint', - image = 'veh_tint.png', - }, - pistol_ammo = { - type = 'item', - label = 'Pistolen Munition', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Peng in klein', - name = 'pistol_ammo', - image = 'pistol_ammo.png', - }, - samsplint = { - type = 'item', - label = 'Samsplint', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'samsplint', - image = 'samsplint.png', - }, - pizza_burger = { - type = 'item', - label = 'Pizza Burger', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Zartes Wagyu-Patty, würzige Salami, fruchtige Tomatensauce und geschmolzener Mozzarella, serviert in fluffigen Brioche Buns', - name = 'pizza_burger', - image = 'pizza_burger.png', - }, - weapon_machete = { - description = 'A broad, heavy knife used as a weapon', - useable = false, - name = 'weapon_machete', - label = 'Machete', - unique = true, - image = 'machete.png', - weight = 1000, - type = 'weapon', - }, - weapon_doubleaction = { - type = 'weapon', - label = ' Revolver', - unique = true, - useable = false, - weight = 1000, - description = 'Moderner Revolver um auf Städter zu schießen und was sich sonst noch so bewegt ^^', - name = 'weapon_doubleaction', - ammotype = 'AMMO_PISTOL', - image = 'revolver2.png', - }, - weapon_microsmg = { - type = 'weapon', - label = 'Micro SMG', - unique = true, - useable = false, - weight = 1000, - description = 'A handheld light weight machine gun', - name = 'weapon_microsmg', - ammotype = 'AMMO_SMG', - image = 'weapon_microsmg.png', - }, - vape = { - type = 'item', - label = 'E-Dampfe', - unique = true, - useable = true, - weight = 200, - shouldClose = false, - description = '', - name = 'vape', - image = 'vape.png', - }, - cooked_pork_joint = { - type = 'item', - label = 'gegrillter Schweinebraten', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'cooked_pork_joint', - image = 'cooked_pork_joint.png', - }, - ohrstopsel = { - type = 'item', - label = 'Ohrstöpsel', - unique = true, - useable = false, - weight = 20, - shouldClose = false, - description = 'damit du das Stöhnen der Nachbarn net hören musst', - name = 'ohrstopsel', - image = 'oropax.png', - }, - blood_500 = { - type = 'item', - label = 'Blut (500ml)', - unique = false, - useable = true, - weight = 500, - shouldClose = true, - description = '', - name = 'blood_500', - image = 'blood_500.png', - }, - ribeye_steak = { - type = 'item', - label = 'Ribeye Steak', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'ribeye_steak', - image = 'ribeye_steak.png', - }, - weapon_snspistol = { - type = 'weapon', - label = 'Durov Pistole', - unique = true, - useable = false, - weight = 1000, - description = ' So unauffällig, dass selbst der Agent manchmal vergisst, dass er sie dabei hat.', - name = 'weapon_snspistol', - ammotype = 'AMMO_PISTOL', - image = 'screenshot_401-removebg-preview.png', - }, - gg_hunting_knife_01 = { - type = 'item', - label = 'Klassisches Jagdmesser', - unique = true, - useable = true, - weight = 1000, - shouldClose = true, - description = '', - name = 'gg_hunting_knife_01', - image = 'gg_hunting_knife_01.png', - }, - v6_engine = { - type = 'item', - label = 'V6 Motor', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'v6_engine', - image = 'v6_engine.png', - }, - dackelk = { - type = 'item', - label = 'Dackelklatscher', - unique = true, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'dackelk', - image = 'Dackelklatscher.png', - }, - p_schnecke = { - type = 'item', - label = '', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'p_schnecke', - image = 'p_schnecke.png', - }, - lahmacun = { - type = 'item', - label = 'Lahmacun', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'Fladenbrot mit einer würzigen Mischung aus Hackfleisch, Zwiebeln, Tomaten und Olivenöl', - name = 'lahmacun', - image = 'lahmacun.png', - }, - plank = { - type = 'item', - label = 'Brett ', - unique = false, - useable = false, - weight = 600, - shouldClose = false, - description = 'Brett vorm Kopf oder so...', - name = 'plank', - image = 'plank.png', - }, - soda_machine = { - type = 'item', - label = 'Abfüllstation', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = '', - name = 'soda_machine', - image = 'soda_machine.png', - }, - donut = { - type = 'item', - label = 'Donut', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Dooooonuuuuts', - name = 'donut', - image = 'donut.png', - }, - jords_ea_latter = { - type = 'item', - label = 'Njord\'s Sea Platter', - unique = false, - useable = true, - weight = 200, - 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', - image = 'NjordsSeaPlatter.png', - }, - boxgrapejuice = { - type = 'item', - label = 'Kiste Traubensaft', - unique = true, - useable = false, - weight = 1000, - shouldClose = false, - description = '', - name = 'boxgrapejuice', - image = 'boxgrapejuice.png', - }, - ecg_monitor = { - type = 'item', - label = 'EKG Monitor', - unique = false, - useable = true, - weight = 2500, - shouldClose = true, - description = '', - name = 'ecg_monitor', - image = '148383-multiparameter-patientenmonitor-pc-3000-lepu-medical-2-removebg-preview.png', - }, - shotgun_ammo = { - type = 'item', - label = 'Shotgun Munition', - unique = false, - useable = true, - weight = 500, - shouldClose = true, - description = 'viel Peng', - name = 'shotgun_ammo', - image = 'shotgun_ammo.png', - }, - geocamo_attachment = { - type = 'item', - label = 'Geometric Camo', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A geometric camo for a weapon', - name = 'geocamo_attachment', - image = 'geocamo_attachment.png', - }, - urapidil3 = { - type = 'item', - label = 'Urapidil 3,0 mg', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'urapidil3', - image = 'urapidil1.png', - }, - quickclot = { - type = 'item', - label = 'Wundschnellverband', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'quickclot', - image = '40053-QuikClot-Combat-Gauze-01-removebg-preview.png', - }, - rb_cupcake = { - type = 'item', - label = 'Rainbow Cupcake', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'rb_cupcake', - image = 'rb_cupcake.png', - }, - oxy = { - type = 'item', - label = 'Prescription Oxy', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'The Label Has Been Ripped Off', - name = 'oxy', - image = 'oxy.png', - }, - campers_fuel = { - type = 'item', - label = 'Campers Fuel', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'ein Campers am morgen vertreibt Kummer und Sorgen', - name = 'campers_fuel', - image = 'campers_fuel.png', - }, - flohmittel = { - type = 'item', - label = 'Flohmittel', - unique = false, - useable = true, - weight = 25, - shouldClose = true, - description = '', - name = 'flohmittel', - image = 'Flohmittel.png', - }, - handle = { - type = 'item', - label = 'Holzgriff', - unique = false, - useable = false, - weight = 200, - shouldClose = false, - description = 'Der Klassiker der Griffe', - name = 'handle', - image = 'hammerhandle.png', - }, - axe_head = { - type = 'item', - label = 'Axt Kopf', - unique = false, - useable = false, - weight = 1000, - shouldClose = false, - description = 'Der schneidige Bruder der Säge', - name = 'axe_head', - image = 'Axtkopf.png', - }, - gg_pug_bait_02 = { - type = 'item', - label = 'Illegaler Raubtierköder 2', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'gg_pug_bait_02', - image = 'gg_pug_bait_02.png', - }, - woodcamo_attachment = { - type = 'item', - label = 'Woodland Camo', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A woodland camo for a weapon', - name = 'woodcamo_attachment', - image = 'woodcamo_attachment.png', - }, - weapon_vintagepistol = { - type = 'weapon', - label = 'Vintage Pistol', - unique = true, - useable = false, - weight = 1000, - description = 'An antique firearm designed to be held in one hand', - name = 'weapon_vintagepistol', - ammotype = 'AMMO_PISTOL', - image = 'weapon_vintagepistol.png', - }, - lean = { - type = 'item', - label = 'Lean', - unique = false, - useable = true, - weight = 500, - shouldClose = true, - description = 'Der Drink, der dich so langsam macht wie eine Schnecke auf Valium', - name = 'lean', - image = 'lean.png', - }, - cc_espresso = { - type = 'item', - label = 'Espresso', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'cc_espresso', - image = 'cc_espresso.png', - }, - rohmilk = { - type = 'item', - label = 'Eimer mit Rohmilch', - unique = false, - useable = false, - weight = 1000, - shouldClose = false, - description = '', - name = 'rohmilk', - image = 'rohmilk.png', - }, - veh_brakes = { - type = 'item', - label = 'Brakes', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Upgrade vehicle brakes', - name = 'veh_brakes', - image = 'veh_brakes.png', - }, - weapontint_2 = { - type = 'item', - label = 'Gold Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Gold Weapon Tint', - name = 'weapontint_2', - image = 'weapontint_gold.png', - }, - filament = { - type = 'item', - label = 'Filament', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'filament', - image = 'filament.png', - }, - weapontint_mk2_30 = { - type = 'item', - label = 'Metallic White & Aqua Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Metallic White & Aqua Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_30', - image = 'weapontint_black.png', - }, - coke_brick = { - type = 'item', - label = 'Coke Brick', - unique = true, - useable = false, - weight = 1000, - shouldClose = true, - description = 'Heavy package of cocaine, mostly used for deals and takes a lot of space', - name = 'coke_brick', - image = 'coke_brick.png', - }, - boomcamo_attachment = { - type = 'item', - label = 'Boom Camo', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A boom camo for a weapon', - name = 'boomcamo_attachment', - image = 'boomcamo_attachment.png', - }, - bodybag = { - type = 'item', - label = 'Leichensack', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'bodybag', - image = 'bodybag.png', - }, - sarma = { - type = 'item', - label = 'Sarma', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'sarma', - image = 'sarma.png', - }, - suspension_parts = { - type = 'item', - label = 'Premium Fahrwerksteile', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'suspension_parts', - image = 'suspension_parts.png', - }, - zwiebelsalat = { - type = 'item', - label = 'Soğan salatası', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'Türkischer Zwiebelsalat', - name = 'zwiebelsalat', - image = 'sogan.png', - }, - weapon_heavypistol = { - type = 'weapon', - label = 'FM 510', - unique = true, - useable = false, - weight = 1000, - description = 'Wenn die Klog nicht mehr reicht.', - name = 'weapon_heavypistol', - ammotype = 'AMMO_PISTOL', - image = 'screenshot_405-removebg-preview.png', - }, - firework4 = { - type = 'item', - label = 'Weeping Willow', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Fireworks', - name = 'firework4', - image = 'firework4.png', - }, - walkstick = { - type = 'weapon', - label = 'Walking Stick', - unique = true, - useable = false, - weight = 1000, - shouldClose = true, - description = 'Walking stick for ya\'ll grannies out there.. HAHA', - name = 'walkstick', - image = 'walkstick.png', - }, - shotgun_holoscope = { - type = 'item', - label = 'MK2 Shotgun Holovisier', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'shotgun_holoscope', - image = 'holoscope_attachment.png', - }, - bank_card = { - type = 'item', - label = 'Bank Card', - unique = true, - useable = true, - weight = 0, - shouldClose = true, - description = 'Used to access ATM', - name = 'bank_card', - image = 'bank_card.png', - }, - screwdriverset = { - type = 'item', - label = 'Schraubendreher Set', - unique = true, - useable = false, - weight = 1000, - shouldClose = false, - description = 'Sehr nützlich zum Schrauben... zu schrauben...', - name = 'screwdriverset', - image = 'screwdriverset.png', - }, - fwd_drivetrain = { - type = 'item', - label = 'FWD', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'fwd_drivetrain', - image = 'fwd_drivetrain.png', - }, - ['kspieß'] = { - type = 'item', - label = '', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'kspieß', - image = 'kspieß.png', - }, - weed_whitewidow_seed = { - type = 'item', - label = 'White Widow Seed', - unique = false, - useable = true, - weight = 0, - shouldClose = false, - description = 'A weed seed of White Widow', - name = 'weed_whitewidow_seed', - image = 'weed_seed.png', - }, - odins_wisdom_brew = { - type = 'item', - label = 'Odin\'s Wisdom Brew (alkoholfrei)', - unique = false, - useable = true, - weight = 200, - 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', - image = 'OdinsWisdomBrew.png', - }, - drum_mechanism = { - type = 'item', - label = 'Trommel Mechanismus', - unique = false, - useable = false, - weight = 200, - shouldClose = false, - description = 'Der Dreh, der alles verändert – Spannung in jeder Umdrehung', - name = 'drum_mechanism', - image = 'Trommel.png', - }, - chair = { - type = 'item', - label = 'Stuhl', - unique = false, - useable = true, - weight = 600, - shouldClose = true, - description = '', - name = 'chair', - image = 'chair.png', - }, - pisman = { - type = 'item', - label = 'Pismaniye', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'pisman', - image = 'pisman.png', - }, - air_filter = { - type = 'item', - label = 'Premium Luftfilter', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'sollte das Baby wieder nach Luft schreien, einmal wechseln', - name = 'air_filter', - image = 'air_filter.png', - }, - freyas_kiss = { - type = 'item', - label = 'Freya\'s Kiss', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'Ein verführerischer und zarter Drink, der die Schönheit der Göttin Freya widerspiegelt.', - name = 'freyas_kiss', - image = 'FreyasKiss.png', - }, - coffee_beans = { - type = 'item', - label = 'Packung Kaffeepulver', - unique = false, - useable = false, - weight = 200, - shouldClose = false, - description = '', - name = 'coffee_beans', - image = 'coffee_beans.png', - }, - weapon_marksmanrifle_mk2 = { - type = 'weapon', - label = 'Marksman Rifle Mk II', - unique = true, - useable = true, - weight = 1000, - description = 'Weapon Marksmanrifle MK2', - name = 'weapon_marksmanrifle_mk2', - ammotype = 'AMMO_SNIPER', - image = 'huntingrifle2.png', - }, - medscope_attachment = { - type = 'item', - label = 'Medium Scope', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A medium scope for a weapon', - name = 'medscope_attachment', - image = 'medscope_attachment.png', - }, - sniper_defaultclip = { - type = 'item', - label = 'Sniper Magzin', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'sniper_defaultclip', - image = 'sniper_defaultclip.png', - }, - crack_baggy = { - type = 'item', - label = 'Bag of Crack', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'To get happy faster', - name = 'crack_baggy', - image = 'crack_baggy.png', - }, - veh_wheels = { - type = 'item', - label = 'Wheels', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Upgrade vehicle wheels', - name = 'veh_wheels', - image = 'veh_wheels.png', - }, - kaugummi = { - type = 'item', - label = 'Kaugummi ', - unique = false, - useable = true, - weight = 40, - shouldClose = true, - description = 'Damit dein Maul net mehr so Stinkt...', - name = 'kaugummi', - image = 'kaugummi.png', - }, - certificate = { - type = 'item', - label = 'Certificate', - unique = false, - useable = false, - weight = 0, - shouldClose = true, - description = 'Certificate that proves you own certain stuff', - name = 'certificate', - image = 'certificate.png', - }, - filled_evidence_bag = { - type = 'item', - label = 'Evidence Bag', - unique = true, - useable = false, - weight = 200, - shouldClose = false, - description = 'A filled evidence bag to see who committed the crime >:(', - name = 'filled_evidence_bag', - image = 'evidence.png', - }, - weed_skunk = { - type = 'item', - label = 'Skunk 2g', - unique = false, - useable = true, - weight = 200, - shouldClose = false, - description = 'A weed bag with 2g Skunk', - name = 'weed_skunk', - image = 'weed_baggy.png', - }, - applejuice = { - type = 'item', - label = 'Flasche Apfelsaft', - unique = false, - useable = true, - weight = 400, - shouldClose = false, - description = '', - name = 'applejuice', - image = 'applejuice.png', - }, - gg_cougar_claw_03 = { - type = 'item', - label = 'Makellose Puma-Klaue', - unique = true, - useable = false, - weight = 500, - shouldClose = true, - description = '', - name = 'gg_cougar_claw_03', - image = 'gg_cougar_claw_03.png', - }, - cc_cino = { - type = 'item', - label = 'Cappuccino', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'cc_cino', - image = 'cc_cino.png', - }, - weapon_assaultrifle = { - type = 'weapon', - label = 'AK 75', - unique = true, - useable = false, - weight = 1000, - description = 'Russlands Antwort auf jedes Problem: zuverlässig, unkaputtbar und schießt sogar noch, wenn Wodka drüber gekippt wird.', - name = 'weapon_assaultrifle', - ammotype = 'AMMO_RIFLE', - image = 'weapon_assaultrifle.png', - }, - largescope_attachment = { - type = 'item', - label = 'Large Scope', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A large scope for a weapon', - name = 'largescope_attachment', - image = 'largescope_attachment.png', - }, - v8_engine = { - type = 'item', - label = 'V8 Motor', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'v8_engine', - image = 'v8_engine.png', - }, - amoxicillin = { - type = 'item', - label = 'Amoxicillin', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'amoxicillin', - image = 'amoxicillin.png', - }, - hors_hunder_ings = { - type = 'item', - label = 'Thor\'s Thunder Wings', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'Knusprig, würzig und mit einem feurigen Biss – diese Flügel schlagen ein wie ein Donnerblitz.', - name = 'hors_hunder_ings', - image = 'ThorsThunderWings.png', - }, - boxgrapes = { - type = 'item', - label = 'Packung Weintrauben', - unique = false, - useable = false, - weight = 400, - shouldClose = false, - description = '', - name = 'boxgrapes', - image = 'boxgrapes.png', - }, - weapon_flaregun = { - type = 'weapon', - label = 'Flare Gun', - unique = true, - useable = false, - weight = 1000, - description = 'A handgun for firing signal rockets', - name = 'weapon_flaregun', - ammotype = 'AMMO_FLARE', - image = 'weapon_flaregun.png', - }, - respray_kit = { - type = 'item', - label = 'Lack Spraydose', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'Perfekt für die schnelle Ausbesserung des Kleides', - name = 'respray_kit', - image = 'respray_kit.png', - }, - ecola_flasche = { - type = 'item', - label = 'E-Cola Flasche', - unique = false, - useable = true, - weight = 80, - shouldClose = true, - description = 'Flasche Cola', - name = 'ecola_flasche', - image = 'ecolabottle.png', - }, - weapon_dagger = { - description = 'A short knife with a pointed and edged blade, used as a weapon', - useable = false, - name = 'weapon_dagger', - label = 'Dagger', - unique = true, - image = 'weapon_dagger.png', - weight = 1000, - type = 'weapon', - }, - mettbroetchen = { - type = 'item', - label = 'Mettbrötchen', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'mhmm deutsches Sushi', - name = 'mettbroetchen', - image = 'mettbroetchen.png', - }, - weapon_dbshotgun = { - type = 'weapon', - label = 'Double-barrel Shotgun', - unique = true, - useable = false, - weight = 1000, - description = 'A shotgun with two parallel barrels, allowing two single shots to be fired in quick succession', - name = 'weapon_dbshotgun', - ammotype = 'AMMO_SHOTGUN', - image = 'weapon_dbshotgun.png', + name = 'joint', + description = 'Die Friedenspfeife 2.0', }, lutschfinger_eis = { - type = 'item', + useable = true, + unique = false, label = 'Lutschfinger Eis', - unique = false, - useable = true, weight = 100, - shouldClose = true, - description = 'wie aus deiner Kindheit', - name = 'lutschfinger_eis', + type = 'item', image = 'lutschfinger_eis.png', - }, - rolling_paper = { - type = 'item', - label = 'Drehpapier', - unique = false, - useable = false, - weight = 200, shouldClose = true, - description = 'Der Stoff, der Gras und Tabak zusammenhält', - name = 'rolling_paper', - image = 'rolling_paper2.png', + name = 'lutschfinger_eis', + description = 'wie aus deiner Kindheit', }, - kobolbrolle = { - type = 'item', - label = 'Kobolbrolle', + cc_latte = { + useable = true, unique = false, - useable = true, - weight = 100, - shouldClose = false, - description = '', - name = 'kobolbrolle', - image = 'kobolbrolle.png', - }, - tranexamsaure = { - type = 'item', - label = 'Tranexamsäure', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'tranexamsaure', - image = 'tranexamsaure.png', - }, - emp_ammo = { - type = 'item', - label = 'EMP Ammo', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Ammo for EMP Launcher', - name = 'emp_ammo', - image = 'emp_ammo.png', - }, - sprunk_zero_flasche = { - type = 'item', - label = 'Sprunk Zero Flasche', - unique = false, - useable = true, - weight = 80, - shouldClose = true, - description = 'Flasche Zero Zitronen Limo', - name = 'sprunk_zero_flasche', - image = 'sprunk_zero_flasche.png', - }, - butcherknife = { - type = 'item', - label = 'Schlachtermesser', - unique = true, - useable = false, - weight = 400, - shouldClose = false, - description = '', - name = 'butcherknife', - image = 'butcherknife.png', - }, - pistol_defaultclip = { - type = 'item', - label = 'Pistolen Magazin', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'pistol_defaultclip', - image = 'clip_attachment.png', - }, - weapontint_mk2_26 = { - type = 'item', - label = 'Metallic Purple & Lime Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Metallic Purple & Lime Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_26', - image = 'weapontint_black.png', - }, - weapon_proxmine = { - description = 'A bomb placed on the ground that detonates when going within its proximity', - useable = false, - name = 'weapon_proxmine', - label = 'Proxmine Grenade', - unique = true, - image = 'weapon_proximitymine.png', - weight = 1000, - type = 'weapon', - }, - cigkfte = { - type = 'item', - label = 'Cigköfte', - unique = false, - useable = true, + label = 'Latte Macchiato', weight = 10, + type = 'item', + image = 'cc_latte.png', shouldClose = true, + name = 'cc_latte', description = '', - name = 'cigkfte', - image = 'cigkfte.png', }, - fries_with_dip = { - type = 'item', - label = 'Pommes mit Dip ', - unique = true, + smg_ammo = { useable = true, - weight = 200, - shouldClose = true, - description = 'Knusprig goldene Pommes, serviert im kleinen Metallkorb – dazu ein cremiger Dip im stilechten Mini-Metalleimer.', - name = 'fries_with_dip', - image = 'ChatGPT_Image_27._Apr._2025__12_41_35-removebg-preview.png', - }, - rifle_flashlight = { - type = 'item', - label = 'Gewehrlicht', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'rifle_flashlight', - image = 'flashlight_attachment.png', - }, - cryptostick = { - type = 'item', - label = 'Crypto Stick', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'Why would someone ever buy money that doesn\'t exist.. How many would it contain..?', - name = 'cryptostick', - image = 'cryptostick.png', - }, - lokis_trickery = { - type = 'item', - label = 'Loki\'s Trickery', unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Unvorhersehbar und gefährlich, genau wie der Gott der Streiche selbst.', - name = 'lokis_trickery', - image = 'LokisTrickery.png', - }, - ['sifs_golden-ale'] = { - type = 'item', - label = 'Sif\'s Golden Ale', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'Golden und nahrhaft, wie das Feld unter der Obhut der Göttin Sif.', - name = 'sifs_golden-ale', - image = 'SifGoldenAle.png', - }, - gg_salt_block_01 = { - type = 'item', - label = 'Salzblock', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'gg_salt_block_01', - image = 'gg_salt_block_01.png', - }, - smg_drum = { - type = 'item', - label = 'SMG Trommelmagazin', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'smg_drum', - image = 'drum_attachment.png', - }, - log = { - type = 'item', - label = 'Holzscheit', - unique = false, - useable = false, + label = 'SMG Munition', weight = 500, - shouldClose = false, - description = '', - name = 'log', - image = 'wood_scraps.png', - }, - latte = { type = 'item', - label = 'Glas Latte Macchiato', - unique = true, - useable = true, - weight = 100, + image = 'smg_ammo.png', shouldClose = true, - description = 'Er hat Latte gesagt XD', - name = 'latte', - image = 'latte.png', + name = 'smg_ammo', + description = 'Kleines schnelles Peng', }, - sprunk_flasche = { - type = 'item', - label = 'Sprunk Flasche', - unique = false, + deployable_light = { useable = true, - weight = 80, - shouldClose = true, - description = 'Flasche Zitronen Limo', - name = 'sprunk_flasche', - image = 'sprunk_flasche.png', - }, - gg_captured_rabbit = { - type = 'item', - label = 'Gefangenes Kaninchen', unique = true, - useable = true, - weight = 5000, - shouldClose = true, - description = '', - name = 'gg_captured_rabbit', - image = 'gg_captured_rabbit.png', - }, - firework1 = { - type = 'item', - label = '2Brothers', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Fireworks', - name = 'firework1', - image = 'firework1.png', - }, - weapon_nightstick = { - description = 'A police officer\'s club or billy', - useable = false, - name = 'weapon_nightstick', - label = 'Nightstick', - unique = true, - image = 'weapon_nightstick.png', - weight = 1000, - type = 'weapon', - }, - football = { - type = 'item', - label = 'Football', - unique = true, - useable = true, - weight = 400, - shouldClose = false, - description = '', - name = 'football', - image = 'football.png', - }, - rawmeat = { - type = 'item', - label = 'rohes Fleisch', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'rawmeat', - image = 'rawmeat.png', - }, - weapon_candycane = { - description = 'Candy Cane', - useable = true, - name = 'weapon_candycane', - label = 'Candy Cane', - unique = true, - image = 'weapon_candycane', - weight = 1000, - type = 'weapon', - }, - rifle_holoscope = { - type = 'item', - label = '100', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = 'MK2 Gewehr Holovisier', - name = 'rifle_holoscope', - image = 'holoscope_attachment.png', - }, - propofol_250 = { - type = 'item', - label = 'Propofol 250', - unique = false, - useable = true, + label = 'Aufsetzt Rundumleuchte', weight = 250, - shouldClose = true, - description = '', - name = 'propofol_250', - image = 'Propofol-00409469924-removebg-preview.png', - }, - diamond_ring = { type = 'item', - label = 'Diamond Ring', - unique = false, - useable = false, - weight = 1500, - shouldClose = true, - description = 'A diamond ring seems like the jackpot to me!', - name = 'diamond_ring', - image = 'diamond_ring.png', - }, - gardensicorr = { - type = 'item', - label = 'Gartenschere', - unique = true, - useable = false, - weight = 0.09999999999999432, + image = 'deployable_light.png', shouldClose = false, + name = 'deployable_light', description = '', - name = 'gardensicorr', - image = 'gardensicorr.png', - }, - weed = { - type = 'item', - label = 'Cannabis Knolle', - unique = false, - useable = true, - weight = 100, - shouldClose = false, - description = 'Wächst, riecht, entspannt', - name = 'weed', - image = 'marihuana.png', - }, - comp_attachment = { - type = 'item', - label = 'Compensator', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A compensator for a weapon', - name = 'comp_attachment', - image = 'comp_attachment.png', - }, - duct_tape = { - type = 'item', - label = 'Klebeband', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'duct_tape', - image = 'duct_tape.png', - }, - magic_mushroom = { - type = 'item', - label = 'Mutterkorn', - unique = false, - useable = false, - weight = 500, - shouldClose = false, - description = 'Der Pilz, der dir das Gefühl gibt, du könntest mit deinen Gedanken den Regenbogen malen.', - name = 'magic_mushroom', - image = 'magic_mushroom.png', - }, - weed_skunk_seed = { - type = 'item', - label = 'Skunk Seed', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'A weed seed of Skunk', - name = 'weed_skunk_seed', - image = 'weed_seed.png', - }, - mmorgenlicht = { - type = 'item', - label = 'Meiers Morgenlicht', - unique = false, - useable = true, - weight = 100, - shouldClose = false, - description = '', - name = 'mmorgenlicht', - image = 'mmorgenlicht.png', - }, - manti = { - type = 'item', - label = 'Manti', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'manti', - image = 'manti.png', - }, - ironoxide = { - type = 'item', - label = 'Iron Powder', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = 'Some powder to mix with.', - name = 'ironoxide', - image = 'ironoxide.png', - }, - frittenwbm = { - type = 'item', - label = 'Fritten wie bei Muttern', - unique = true, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'frittenwbm', - image = 'Fritten_wie_bei_Muttern.png', - }, - ecola = { - type = 'item', - label = 'E-Cola Softdrink', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', - name = 'ecola', - image = 'ecola.png', - }, - boxorangejuice = { - type = 'item', - label = 'Kiste Orangensaft', - unique = true, - useable = false, - weight = 1000, - shouldClose = false, - description = '', - name = 'boxorangejuice', - image = 'boxorangejuice.png', - }, - joint = { - type = 'item', - label = 'Joint', - unique = false, - useable = true, - weight = 500, - shouldClose = true, - description = 'Die Friedenspfeife 2.0', - name = 'joint', - image = 'joint7.png', - }, - tier_leckerlis = { - type = 'item', - label = 'Tier Leckerlis', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Freude für deinen Vierbeiner.', - name = 'tier_leckerlis', - image = 'tier_leckerlies.png', - }, - weapon_pistol50 = { - type = 'weapon', - label = 'Tropical Eagle', - unique = true, - useable = false, - weight = 1000, - description = 'Für alle, die denken, normale Pistolen fühlen sich einfach zu sehr nach Spielzeug an.', - name = 'weapon_pistol50', - ammotype = 'AMMO_PISTOL', - image = 'tropical_eagle.png', - }, - tims_instant_nudeln = { - type = 'item', - label = 'Tim\'s Instant Nudeln', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'der Kulinarische Blitzbesuch in Fernost', - name = 'tims_instant_nudeln', - image = 'tims_instant_nudeln.png', - }, - sniper_extendedclip = { - type = 'item', - label = 'erw. Sniper Magazin', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'sniper_extendedclip', - image = 'sniper_extendedclip.png', - }, - xtcbaggy = { - type = 'item', - label = 'Bag of XTC', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'Pop those pills baby', - name = 'xtcbaggy', - image = 'xtc_baggy.png', - }, - weapon_raypistol = { - type = 'weapon', - label = 'Up-n-Atomizer', - unique = true, - useable = true, - weight = 1000, - description = 'Weapon Raypistol', - name = 'weapon_raypistol', - ammotype = 'AMMO_PISTOL', - image = 'weapon_raypistol.png', - }, - weapon_poolcue = { - description = 'A stick used to strike a ball, usually the cue ball (or other things)', - useable = false, - name = 'weapon_poolcue', - label = 'Billardque', - unique = true, - image = 'weapon_poolcue.png', - weight = 1000, - type = 'weapon', - }, - weapon_crossbow = { - type = 'weapon', - label = 'Jagd Armbrust', - unique = true, - useable = true, - weight = 1000, - shouldClose = true, - description = '', - name = 'weapon_crossbow', - image = 'weapon_crossbow.png', - }, - okis_rickster_unch = { - type = 'item', - label = 'Loki\'s Trickster Punch', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Unberechenbar und aufregend, dieser Mocktail hält eine erfrischende Überraschung parat.', - name = 'lokis_trickster_punch', - image = 'LokisTricksterPunch.png', - }, - repairkit = { - type = 'item', - label = 'Repairkit', - unique = false, - useable = true, - weight = 2500, - shouldClose = true, - description = 'A nice toolbox with stuff to repair your vehicle', - name = 'repairkit', - image = 'repairkit.png', - }, - goezleme = { - type = 'item', - label = 'Gözleme', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'würzig gefülltes Fladenbrot', - name = 'goezleme', - image = 'Goezleme.png', - }, - amiodaron = { - type = 'item', - label = 'Amiodaron', - unique = false, - useable = true, - weight = 15, - shouldClose = true, - description = '', - name = 'amiodaron', - image = 'amiodaron.png', - }, - flat_muzzle_brake = { - type = 'item', - label = 'Flat Muzzle Brake', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A muzzle brake for a weapon', - name = 'flat_muzzle_brake', - image = 'flat_muzzle_brake.png', - }, - wine = { - type = 'item', - label = 'Rotwein', - unique = false, - useable = true, - weight = 300, - shouldClose = true, - description = 'Some good wine to drink on a fine evening', - name = 'wine', - image = 'wine.png', - }, - novalmin = { - type = 'item', - label = 'Novalmin', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'novalmin', - image = 'Novalmin.png', - }, - split_end_muzzle_brake = { - type = 'item', - label = 'Split End Muzzle Brake', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A muzzle brake for a weapon', - name = 'split_end_muzzle_brake', - image = 'split_end_muzzle_brake.png', - }, - kanister = { - type = 'item', - label = 'leerer Kanister', - unique = false, - useable = false, - weight = 600, - shouldClose = false, - description = '', - name = 'kanister', - image = 'kanister.png', - }, - gg_hunting_knife_02 = { - type = 'item', - label = 'verbessertes Jagdmesser', - unique = true, - useable = true, - weight = 1000, - shouldClose = true, - description = '', - name = 'gg_hunting_knife_02', - image = 'gg_hunting_knife_02.png', - }, - weapontint_mk2_23 = { - type = 'item', - label = 'Metallic Gold Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Metallic Gold Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_23', - image = 'weapontint_black.png', - }, - nightvision = { - type = 'item', - label = 'Nachtsichtgerät', - unique = true, - useable = false, - weight = 100, - shouldClose = true, - description = '', - name = 'nightvision', - image = 'nightvision.png', - }, - kolonya = { - type = 'item', - label = 'Kolonya', - unique = false, - useable = true, - weight = 150, - shouldClose = true, - description = 'Duftwasser - Geschenk für Gäste', - name = 'kolonya', - image = 'Kolonya.png', - }, - flashlight_attachment = { - type = 'item', - label = 'Flashlight', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A flashlight for a weapon', - name = 'flashlight_attachment', - image = 'flashlight_attachment.png', - }, - freshtobbacoleaf = { - type = 'item', - label = 'frisches Tabakblatt', - unique = false, - useable = false, - weight = 10, - shouldClose = false, - description = '', - name = 'freshtobbacoleaf', - image = 'freshtobbacoleaf.png', - }, - stoast = { - type = 'item', - label = 'Sucuktoast', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'stoast', - image = 'stoast.png', - }, - gg_cougar_claw_01 = { - type = 'item', - label = 'Raue Puma-Klaue', - unique = true, - useable = false, - weight = 500, - shouldClose = true, - description = '', - name = 'gg_cougar_claw_01', - image = 'gg_cougar_claw_01.png', - }, - e_kaffee = { - type = 'item', - label = 'Eiskaffee', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'e_kaffee', - image = 'e_kaffee.png', - }, - bagruben = { - type = 'item', - label = 'Sack Zuckerrüben', - unique = true, - useable = false, - weight = 2000, - shouldClose = false, - description = '', - name = 'bagruben', - image = 'bagruben.png', - }, - scookie = { - type = 'item', - label = 'Soft Cookie', - unique = true, - useable = true, - weight = 100, - 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', - image = 'softccookie.png', - }, - boxmilk = { - type = 'item', - label = 'Karton mit Milch', - unique = true, - useable = false, - weight = 1200, - shouldClose = false, - description = '', - name = 'boxmilk', - image = 'boxmilk.png', - }, - drone = { - type = 'item', - label = 'Drohne', - unique = true, - useable = true, - weight = 1000, - shouldClose = true, - description = '', - name = 'drone', - image = 'drone.png', - }, - cooked_corn_cob = { - type = 'item', - label = 'gegrillter Maiskolben', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'cooked_corn_cob', - image = 'cooked_corn_cob.png', - }, - security_card_02 = { - type = 'item', - label = 'Security Card B', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'A security card... I wonder what it goes to', - name = 'security_card_02', - image = 'security_card_02.png', - }, - eis_konfekt = { - type = 'item', - label = 'Eis Konfekt', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = 'Eis Konfekt – der erfrischende Klassiker aus den 70er Jahren!', - name = 'eis_konfekt', - image = 'ChatGPT_Image_27._Apr._2025__12_24_22-removebg-preview.png', - }, - pistol_barrel = { - type = 'item', - label = 'Pistolenlauf', - unique = false, - useable = false, - weight = 250, - shouldClose = false, - description = 'Der einzige Weg, wie du in kürzester Zeit einen bleibenden Eindruck hinterlässt', - name = 'pistol_barrel', - image = 'weapon_batton.png', - }, - jords_cean_reeze_alkoholfrei = { - type = 'item', - label = 'Njord\'s Ocean Breeze (alkoholfrei)', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Eine kühle Meeresbrise in Form eines Getränks, die erfrischend und exotisch zugleich ist.', - name = 'njords_ocean_breeze_alkoholfrei', - image = 'NjordsOceanBreeze.png', - }, - amarid = { - type = 'item', - label = 'Amarid Fasern', - unique = false, - useable = false, - weight = 200, - shouldClose = false, - description = '', - name = 'amarid', - image = 'screenshot_918-removebg-preview.png', - }, - flood_light = { - type = 'item', - label = 'Outdoor Lampe', - unique = false, - useable = true, - weight = 600, - shouldClose = true, - description = '', - name = 'flood_light', - image = 'flood_light.png', - }, - manual_gearbox = { - type = 'item', - label = 'Schaltgetriebe', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'Handgerissen, so gehört sich das', - name = 'manual_gearbox', - image = 'manual_gearbox.png', - }, - painkillers = { - type = 'item', - label = 'Painkillers', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'For pain you can\'t stand anymore, take this pill that\'d make you feel great again', - name = 'painkillers', - image = 'painkillers.png', - }, - rifle_ammo = { - type = 'item', - label = 'Gewehr Munition', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'schnelles Peng', - name = 'rifle_ammo', - image = 'rifle_ammo.png', - }, - weapontint_mk2_5 = { - type = 'item', - label = 'Classic Green Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Classic Green Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_5', - image = 'weapontint_black.png', - }, - small_triggersystem = { - type = 'item', - label = 'kleines Abzugssystem', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = 'Winzig, aber mächtig – ein kleiner Klick und die Action geht los', - name = 'small_triggersystem', - image = 'trigger2.png', - }, - big_bottle_cola = { - type = 'item', - label = 'große Flasche E-Cola', - unique = false, - useable = true, - weight = 600, - shouldClose = true, - description = '', - name = 'big_bottle_cola', - image = 'big_bottle_cola.png', - }, - freyas_blossom = { - type = 'item', - label = 'Freyas Blossom', - unique = true, - useable = true, - weight = 250, - shouldClose = true, - description = 'Ein blumiges und fruchtiges Getränk, das die Zartheit und Schönheit, der Göttin Freya widerspiegelt.', - name = 'freyas_blossom', - image = 'FreyasBlossom.png', - }, - cooked_short_ribs = { - type = 'item', - label = 'gegrillte Short Ribs', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'cooked_short_ribs', - image = 'cooked_short_ribs.png', - }, - weapon_sniperrifle = { - type = 'weapon', - label = 'ABM Sniper Rifle', - unique = true, - useable = false, - weight = 1000, - description = 'Wenn man mal das Gesetzt von weiter weg vertreten muss.', - name = 'weapon_sniperrifle', - ammotype = 'AMMO_SNIPER', - image = 'screenshot_414-removebg-preview.png', - }, - sifs_olden_harvest = { - type = 'item', - label = 'Sifs Golden Harvest', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'sifs_olden_harvest', - image = 'SifsGoldenHarvest.png', - }, - penicillin = { - type = 'item', - label = 'Penicillin', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'penicillin', - image = 'penicillin.png', }, weapontint_6 = { - type = 'item', + useable = true, + unique = false, label = 'Orange Tint', - unique = false, - useable = true, weight = 1000, - shouldClose = true, - description = 'Orange Weapon Tint', - name = 'weapontint_6', + type = 'item', image = 'weapontint_orange.png', - }, - patriotcamo_attachment = { - type = 'item', - label = 'Patriot Camo', - unique = false, - useable = true, - weight = 1000, shouldClose = true, - description = 'A patriot camo for a weapon', - name = 'patriotcamo_attachment', - image = 'patriotcamo_attachment.png', - }, - corn = { - type = 'item', - label = 'Getreide', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'corn', - image = 'corn.png', - }, - newsbmic = { - type = 'item', - label = 'Boom Microphone', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = 'A Useable BoomMic', - name = 'newsbmic', - image = 'newsbmic.png', - }, - revolver_barrel = { - type = 'item', - label = 'Revolverlauf', - unique = false, - useable = false, - weight = 250, - shouldClose = false, - description = 'Revolver-Abzug: Ein kurzer Zug, der großen Knall bringt', - name = 'revolver_barrel', - image = 'axehandle.png', - }, - big_bottle_tide = { - type = 'item', - label = 'große Flasche Orange O Tang', - unique = false, - useable = true, - weight = 600, - shouldClose = true, - description = '', - name = 'big_bottle_tide', - image = 'big_bottle_tide.png', - }, - gg_deer_hide_02 = { - type = 'item', - label = 'Robustes Hirschleder', - unique = true, - useable = false, - weight = 1000, - shouldClose = true, - description = '', - name = 'gg_deer_hide_02', - image = 'gg_deer_hide_02.png', - }, - gazoz = { - type = 'item', - label = 'Gazoz', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'kohlensäurehaltiges, süßes Erfrischungsgetränk ', - name = 'gazoz', - image = 'Gazoz.png', - }, - juice = { - type = 'item', - label = 'Saft', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Wenn hier Anna nass macht dann bin ICH das !!!!', - name = 'juice', - image = 'juice.png', - }, - weapon_musket = { - type = 'weapon', - label = 'Musket', - unique = true, - useable = false, - weight = 1000, - description = 'An infantryman\'s light gun with a long barrel, typically smooth-bored, muzzleloading, and fired from the shoulder', - name = 'weapon_musket', - ammotype = 'AMMO_SHOTGUN', - image = 'weapon_musket.png', - }, - flour = { - type = 'item', - label = 'Packung Mehl ', - unique = false, - useable = false, - weight = 1000, - shouldClose = false, - description = '', - name = 'flour', - image = 'flour.png', - }, - hopfen = { - type = 'item', - label = 'Hopfen', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'hopfen', - image = 'hopfen.png', - }, - reinforced_handle = { - type = 'item', - label = 'Verstärkter Griff', - unique = false, - useable = false, - weight = 1000, - shouldClose = false, - description = 'Der Bodybuilder unter den Griffen', - name = 'reinforced_handle', - image = 'Verstaerktergriff.png', - }, - printerdocument = { - type = 'item', - label = 'Dokument', - unique = true, - useable = true, - weight = 0, - shouldClose = true, - description = 'A nice document', - name = 'printerdocument', - image = 'printerdocument.png', - }, - cooked_ribs = { - type = 'item', - label = 'gegrillte Rippchen', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'cooked_ribs', - image = 'cooked_ribs.png', - }, - newsmic = { - type = 'item', - label = 'News Microphone', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = 'A microphone for the news', - name = 'newsmic', - image = 'newsmic.png', - }, - s_shake = { - type = 'item', - label = 'Schokoshake', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 's_shake', - image = 's_shake.png', - }, - bucket = { - type = 'item', - label = 'Eimer', - unique = false, - useable = false, - weight = 600, - shouldClose = false, - description = 'alles im Eimer ^^', - name = 'bucket', - image = 'bucket.png', - }, - kq_outfitbag = { - type = 'item', - label = 'Outfit Rucksack', - unique = false, - useable = true, - weight = 5, - shouldClose = false, - description = 'Der Kleiderschrank für unterwegs', - name = 'kq_outfitbag', - image = 'kq_outfitbag.png', - }, - weapon_bzgas = { - description = 'Tränen aus der Dose', - useable = false, - name = 'weapon_bzgas', - label = 'Tränengas Granate', - unique = false, - image = 'bz_gas.png', - weight = 500, - type = 'weapon', - }, - shotgun_grip = { - type = 'item', - label = 'Shotgun Griff', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'shotgun_grip', - image = 'grip_attachment.png', - }, - pizza_piece = { - description = 'Ein Stück Glück auf deinem Teller – Genieße unser köstliches Stück Pizza!', - useable = true, - type = 'item', - label = 'Stück Pizza', - unique = false, - weight = 150, - shouldClose = true, - name = 'pizza_piece', - }, - gumianimals = { - type = 'item', - label = 'Gummitierchen', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = 'Zurück in die Kindheit – Deine Retro-Tüte voller bunter Gummi-Tierchen!', - name = 'gumianimals', - image = 'gummanimals.png', - }, - weapontint_mk2_6 = { - type = 'item', - label = 'Classic Blue Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Classic Blue Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_6', - image = 'weapontint_black.png', - }, - weapon_rpg = { - type = 'weapon', - label = 'RPG', - unique = true, - useable = false, - weight = 1000, - description = 'A rocket-propelled grenade launcher', - name = 'weapon_rpg', - ammotype = 'AMMO_RPG', - image = 'weapon_rpg.png', - }, - heroin_route = { - type = 'item', - label = 'Heroin Route', - unique = true, - useable = false, - weight = 10, - 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', - image = 'heroin_route.png', - }, - copper = { - type = 'item', - label = 'Kupferbarren', - unique = false, - useable = false, - weight = 800, - shouldClose = false, - description = 'Es ist Metall aber Weich ', - name = 'copper', - image = 'cooperbar.png', - }, - bubble_tea = { - type = 'item', - label = 'Bubble Tea', - unique = false, - useable = true, - weight = 100, - 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', - image = 'bubble_tea.png', - }, - offroad_tyres = { - type = 'item', - label = 'Reifen offroad', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'offroad_tyres', - image = 'offroad_tyres.png', - }, - veh_suspension = { - type = 'item', - label = 'Suspension', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Upgrade vehicle suspension', - name = 'veh_suspension', - image = 'veh_suspension.png', - }, - weapon_pipebomb = { - description = 'A homemade bomb, the components of which are contained in a pipe', - useable = false, - name = 'weapon_pipebomb', - label = 'Pipe Bomb', - unique = true, - image = 'weapon_pipebomb.png', - weight = 1000, - type = 'weapon', - }, - weapontint_mk2_29 = { - type = 'item', - label = 'Metallic Blue Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Metallic Blue Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_29', - image = 'weapontint_black.png', - }, - odins_mead = { - type = 'item', - label = ' Odin\'s Mead', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Ein weises Getränk, so alt wie die Geschichten von Asgard selbst.', - name = 'odins_mead', - image = 'OdinsMead.png', - }, - cigbox = { - type = 'item', - label = 'Zigarrenkiste', - unique = true, - useable = true, - weight = 400, - shouldClose = false, - description = '', - name = 'cigbox', - image = 'cigbox.png', - }, - lockpick = { - type = 'item', - label = 'Dietrich', - unique = false, - useable = true, - weight = 300, - shouldClose = true, - description = 'Very useful if you lose your keys a lot.. or if you want to use it for something else...', - name = 'lockpick', - image = 'lockpick.png', - }, - sprunk_dose = { - type = 'item', - label = 'Sprunk Dose', - unique = false, - useable = true, - weight = 50, - shouldClose = true, - description = 'Dose Zitronen Limo', - name = 'sprunk_dose', - image = 'sprunk_dose.png', - }, - simcard = { - type = 'item', - label = 'Sim-Karte', - unique = true, - useable = false, - weight = 1, - shouldClose = false, - description = '„Nicht einfach eine SIM. Ein Statement für Stil – in der Welt der Empfangslosen.“', - name = 'simcard', - image = 'simcard.png', - }, - fentanyl = { - type = 'item', - label = 'Fentanyl', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'fentanyl', - image = 'fentanyl-removebg-preview.png', - }, - coke_small_brick = { - type = 'item', - label = 'Coke Package', - unique = true, - useable = false, - weight = 350, - shouldClose = true, - description = 'Small package of cocaine, mostly used for deals and takes a lot of space', - name = 'coke_small_brick', - image = 'coke_small_brick.png', - }, - h_choclate = { - type = 'item', - label = 'Heiße Schokolade', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'h_choclate', - image = 'h_choclate.png', - }, - weapon_pumpshotgun = { - type = 'weapon', - label = 'Banalli Schrotflinte', - unique = true, - useable = false, - weight = 1000, - description = 'Der Türöffner für Cops, wenn Klopfen keine Option mehr ist.', - name = 'weapon_pumpshotgun', - ammotype = 'AMMO_SHOTGUN', - image = 'screenshot_399-removebg-preview.png', - }, - sniper_suppressor = { - type = 'item', - label = 'Sniper Schalldämpfer', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'sniper_suppressor', - image = 'suppressor_attachment.png', - }, - item_bench = { - type = 'item', - label = 'Workbench', - unique = true, - useable = true, - weight = 15000, - shouldClose = false, - description = 'A workbench to craft items.', - name = 'item_bench', - image = 'workbench.png', - }, - weapontint_mk2_11 = { - type = 'item', - label = 'Yellow Contrast Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Yellow Contrast Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_11', - image = 'weapontint_black.png', - }, - gussform = { - type = 'item', - label = 'Gussform ', - unique = true, - useable = false, - weight = 1000, - shouldClose = false, - description = '', - name = 'gussform', - image = 'gussform.png', - }, - fenystil = { - type = 'item', - label = 'Fenistil', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'fenystil', - image = 'fenystil.png', - }, - nitrous = { - type = 'item', - label = 'Nitrous', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Speed up, gas pedal! :D', - name = 'nitrous', - image = 'nitrous.png', - }, - weapon_smokegrenade = { - description = 'An explosive charge that can be remotely detonated', - useable = false, - name = 'weapon_smokegrenade', - label = 'Rauchgranate', - unique = true, - image = 'screenshot_425-removebg-preview.png', - weight = 1000, - type = 'weapon', - }, - sludgie = { - type = 'item', - label = 'Sludgie', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Gefrorene Chemie zum Trinken ^^', - name = 'sludgie', - image = 'sludgie.png', - }, - tactical_muzzle_brake = { - type = 'item', - label = 'Tactical Muzzle Brake', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A muzzle brakee for a weapon', - name = 'tactical_muzzle_brake', - image = 'tactical_muzzle_brake.png', - }, - wood = { - type = 'item', - label = 'Holz', - unique = false, - useable = false, - weight = 1000, - shouldClose = false, - description = 'Ich und mein Holz....', - name = 'wood', - image = 'wood.png', - }, - i4_engine = { - type = 'item', - label = 'I4 Motor', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'i4_engine', - image = 'i4_engine.png', - }, - weapon_remotesniper = { - type = 'weapon', - label = 'Remote Sniper', - unique = true, - useable = false, - weight = 1000, - description = 'A portable high-precision, long-range rifle', - name = 'weapon_remotesniper', - ammotype = 'AMMO_SNIPER_REMOTE', - image = 'weapon_remotesniper.png', - }, - weapon_sled = { - type = 'item', - label = 'Pistolenschlitten', - unique = false, - useable = false, - weight = 250, - shouldClose = false, - description = 'Der flinke Kurier, der das Feuer in Bewegung bringt', - name = 'weapon_sled', - image = 'Waffenschlitten.png', - }, - remote = { - type = 'item', - label = 'TV Fernbedienung', - unique = true, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'remote', - image = 'remote.png', - }, - veh_armor = { - type = 'item', - label = 'Armor', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Upgrade vehicle armor', - name = 'veh_armor', - image = 'veh_armor.png', - }, - metalscrap = { - type = 'item', - label = 'Metallschrott', - unique = false, - useable = false, - weight = 500, - shouldClose = false, - description = 'Der Stoff, aus dem DIY-Träume sind', - name = 'metalscrap', - image = 'scrap-iron.png', - }, - ifs_olden_arvest = { - type = 'item', - label = 'Sif\'s Golden Harvest', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Eine goldene Ernte, die Sif selbst gesegnet haben könnte – perfekt für eine herzhafte Mahlzeit.', - name = 'sifs_olden_harvest', - image = 'SifsGoldenHarvest.png', - }, - barrel_attachment = { - type = 'item', - label = 'Barrel', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A barrel for a weapon', - name = 'barrel_attachment', - image = 'barrel_attachment.png', - }, - cottoncandy = { - type = 'item', - label = 'Zuckerwatte', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'cottoncandy', - image = 'screenshot_693-removebg-preview.png', - }, - ['5-fach_impfung_hund'] = { - type = 'item', - label = '5-fach Impfung Hund', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = '5-fach_impfung_hund', - image = 'hundeimpfstoff.png', - }, - slanted_muzzle_brake = { - type = 'item', - label = 'Slanted Muzzle Brake', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A muzzle brake for a weapon', - name = 'slanted_muzzle_brake', - image = 'slanted_muzzle_brake.png', - }, - weed_amnesia_seed = { - type = 'item', - label = 'Amnesia Seed', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'A weed seed of Amnesia', - name = 'weed_amnesia_seed', - image = 'weed_seed.png', - }, - apple = { - type = 'item', - label = 'Apfel', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'apple', - image = 'screenshot_848-removebg-preview.png', - }, - tomato = { - type = 'item', - label = 'Tomate', - unique = false, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'tomato', - image = 'tomato.png', - }, - tavor1 = { - type = 'item', - label = 'Tavor 1,0 mg', - unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'tavor1', - image = 'tavor1.png', - }, - koboldkotze = { - type = 'item', - label = 'Koboldkotze', - unique = true, - useable = false, - weight = 100, - shouldClose = false, - description = '', - name = 'koboldkotze', - image = 'Koboldkotze.png', - }, - acetic = { - type = 'item', - label = 'Essiganhydrid', - unique = false, - useable = false, - weight = 1000, - shouldClose = false, - description = 'Küchenessenz für Chemieprofis', - name = 'acetic', - image = 'acetone2.png', - }, - raw_wings = { - type = 'item', - label = 'rohe Chickenwings', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'raw_wings', - image = 'raw_wings.png', - }, - spazi = { - type = 'item', - label = 'Bergbräu Spazi ', - unique = false, - useable = true, - weight = 150, - shouldClose = true, - description = 'Cola trifft Orange – wie nie zuvor gesehen. Falls dir das bekannt vorkommt: Nein, du bildest dir das nur ein.', - name = 'spazi', - image = 'spazi.png', - }, - heimdalls_guard_bread = { - type = 'item', - label = 'Heimdalls Guard Bread', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'heimdalls_guard_bread', - image = 'HeimdallsGuardBread.png', - }, - orangejuice = { - type = 'item', - label = 'Flasche Orangensaft', - unique = false, - useable = true, - weight = 100, - shouldClose = false, - description = '', - name = 'orangejuice', - image = 'orangejuice.png', - }, - handcuffs = { - type = 'item', - label = 'Handschellen', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = 'Comes in handy when people misbehave. Maybe it can be used for something else?', - name = 'handcuffs', - image = 'handcuffs.png', - }, - ev_motor = { - type = 'item', - label = 'EV_Motor', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'ev_motor', - image = 'ev_motor.png', - }, - okis_ischief_ites = { - type = 'item', - label = 'Loki\'s Mischief Bites', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'Knusprige Bissen, die mit einer scharfen Überraschung im Inneren den Gästen einen schelmischen Spaß bereiten.', - name = 'okis_ischief_ites', - image = 'LokisMischiefBites.png', - }, - weapontint_mk2_14 = { - type = 'item', - label = 'Bold Purple & Yellow Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Bold Purple & Yellow Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_14', - image = 'weapontint_black.png', - }, - weapon_bullpuprifle_mk2 = { - type = 'weapon', - label = 'Bullpup Rifle Mk II', - unique = true, - useable = true, - weight = 1000, - description = 'Bull Puprifle MK2', - name = 'weapon_bullpuprifle_mk2', - ammotype = 'AMMO_RIFLE', - image = 'weapon_bullpuprifle_mk2.png', - }, - riverwater = { - type = 'item', - label = 'Kanister mit Wasser', - unique = true, - useable = false, - weight = 3000, - shouldClose = false, - description = '', - name = 'riverwater', - image = 'kanister.png', - }, - weapontint_3 = { - type = 'item', - label = 'Pink Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Pink Weapon Tint', - name = 'weapontint_3', - image = 'weapontint_pink.png', - }, - heavy_duty_muzzle_brake = { - type = 'item', - label = 'HD Muzzle Brake', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A muzzle brake for a weapon', - name = 'heavy_duty_muzzle_brake', - image = 'heavy_duty_muzzle_brake.png', - }, - raw_kebab = { - type = 'item', - label = 'roher Schaschlickspieß', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'raw_kebab', - image = 'raw_kebab.png', - }, - heimdalls_clear_sight = { - type = 'item', - label = 'Heimdalls Clear Sight', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'heimdalls_clear_sight', - image = 'HeimdallsClearSight.png', - }, - weapon_compactrifle = { - type = 'weapon', - label = 'Compact Rifle', - unique = true, - useable = false, - weight = 1000, - description = 'A compact version of an assault rifle', - name = 'weapon_compactrifle', - ammotype = 'AMMO_RIFLE', - image = 'weapon_compactrifle.png', - }, - cup_lemonade = { - type = 'item', - label = 'Becher Sprunk', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'cup_lemonade', - image = 'cup_lemonade.png', - }, - chainsaw = { - type = 'item', - label = 'Kettensäge', - unique = true, - useable = false, - weight = 600, - shouldClose = false, - description = 'Fichtenmoped..... Benzinbiber..... ', - name = 'chainsaw', - image = 'chainsaw.png', - }, - potatobag = { - type = 'item', - label = 'Sack Kartoffeln', - unique = true, - useable = false, - weight = 1000, - shouldClose = false, - description = '', - name = 'potatobag', - image = 'potatobag.png', - }, - ezme = { - type = 'item', - label = 'Ezme', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'ezme', - image = 'ezme.png', - }, - weapon_grenade = { - description = 'A handheld throwable bomb', - useable = false, - name = 'weapon_grenade', - label = 'Grenade', - unique = true, - image = 'weapon_grenade.png', - weight = 1000, - type = 'weapon', - }, - weapon_flare = { - type = 'weapon', - label = 'Flare pistol', - unique = true, - useable = false, - weight = 1000, - description = 'A small pyrotechnic devices used for illumination and signalling', - name = 'weapon_flare', - ammotype = 'AMMO_FLARE', - image = 'weapon_flare.png', - }, - cooked_bbq_sausages = { - type = 'item', - label = 'gegrillte Bratwurst', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = '', - name = 'cooked_bbq_sausages', - image = 'cooked_bbq_sausages.png', - }, - lighting_controller = { - type = 'item', - label = 'Neon Controller', - unique = true, - useable = true, - weight = 100, - shouldClose = false, - description = 'Alle Farben des Regenbogens per Knopfdruck', - name = 'lighting_controller', - image = 'lighting_controller.png', - }, - weapontint_mk2_2 = { - type = 'item', - label = 'Classic Two-Tone Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Classic Two-Tone Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_2', - image = 'weapontint_black.png', - }, - milk = { - type = 'item', - label = 'Packung Milch', - unique = false, - useable = true, - weight = 400, - shouldClose = true, - description = 'Muuuuhhhh ', - name = 'milk', - image = 'milk.png', - }, - weapon_crowbar = { - description = 'An iron bar with a flattened end, used as a lever', - useable = false, - name = 'weapon_crowbar', - label = 'Crowbar', - unique = true, - image = 'weapon_crowbar.png', - weight = 1000, - type = 'weapon', - }, - burrito = { - type = 'item', - label = 'Burrito', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'burrito', - image = 'screenshot_690-removebg-preview.png', - }, - weapontint_4 = { - type = 'item', - label = 'Army Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Army Weapon Tint', - name = 'weapontint_4', - image = 'weapontint_army.png', - }, - weapontint_mk2_22 = { - type = 'item', - label = 'Bold Blue & White Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Bold Blue & White Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_22', - image = 'weapontint_black.png', - }, - weapontint_mk2_28 = { - type = 'item', - label = 'Metallic Green Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Metallic Green Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_28', - image = 'weapontint_black.png', - }, - machete_blade = { - type = 'item', - label = 'Machete Klinge', - unique = false, - useable = false, - weight = 500, - shouldClose = false, - description = 'Wenn du mehr als nur ein bisschen Durchblick brauchst – sie räumt den Weg frei', - name = 'machete_blade', - image = 'Machetenklinge.png', + name = 'weapontint_6', + description = 'Orange Weapon Tint', }, placebo = { - type = 'item', + useable = true, + unique = false, label = 'Placebo', - unique = false, - useable = true, weight = 20, - shouldClose = true, - description = '', - name = 'placebo', + type = 'item', image = 'placebo.png', - }, - weapon_navyrevolver = { - type = 'weapon', - label = 'Navy Revolver', - unique = true, - useable = true, - weight = 1000, - description = 'Weapon Navyrevolver', - name = 'weapon_navyrevolver', - ammotype = 'AMMO_PISTOL', - image = 'weapon_navyrevolver.png', - }, - meth = { - type = 'item', - label = 'Meth', - unique = false, - useable = true, - weight = 100, shouldClose = true, - description = 'A baggie of Meth', - name = 'meth', - image = 'meth_baggy.png', - }, - pipe = { - type = 'item', - label = 'Pfeife', - unique = true, - useable = true, - weight = 400, - shouldClose = false, + name = 'placebo', description = '', - name = 'pipe', - image = 'pipe.png', }, - kadis_inter_kewers = { - type = 'item', - label = 'Skadi\'s Winter Skewers', - unique = false, + pistol_defaultclip = { useable = true, + unique = true, + label = 'Pistolen Magazin', + weight = 100, + type = 'item', + image = 'clip_attachment.png', + shouldClose = true, + name = 'pistol_defaultclip', + description = '', + }, + goezleme = { + useable = true, + unique = false, + label = 'Gözleme', weight = 200, - shouldClose = true, - description = '', - name = 'skadis_winter_skewers', - image = 'SkadisWinterSkewers.png', - }, - weapontint_5 = { type = 'item', - label = 'LSPD Tint', + image = 'Goezleme.png', + shouldClose = true, + name = 'goezleme', + description = 'würzig gefülltes Fladenbrot', + }, + tilidin = { + useable = true, unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'LSPD Weapon Tint', - name = 'weapontint_5', - image = 'weapontint_lspd.png', - }, - gazebo = { - type = 'item', - label = 'Pavillon', - unique = false, - useable = true, - weight = 600, - shouldClose = true, - description = '', - name = 'gazebo', - image = 'gazebo.png', - }, - grape = { - type = 'item', - label = 'Weintrauben', - unique = false, - useable = true, - weight = 100, - shouldClose = false, - description = 'Mmmmh yummie, grapes', - name = 'grape', - image = 'grape.png', - }, - basketball = { - type = 'item', - label = 'Basketball', - unique = true, - useable = false, - weight = 400, - shouldClose = false, - description = '', - name = 'basketball', - image = 'basketball.png', - }, - pistol_holoscope = { - type = 'item', - label = 'Pistolenvisier', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'pistol_holoscope', - image = 'holoscope_attachment.png', - }, - blood_750 = { - type = 'item', - label = 'Blut (750ml)', - unique = false, - useable = true, - weight = 750, - shouldClose = true, - description = '', - name = 'blood_750', - image = 'blood_750.png', - }, - kadis_rostbite = { - type = 'item', - label = 'Skadi\'s Frostbite', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = 'Erfrischend und frostig, wie die kalte Winterluft in Skadis schneebedeckten Bergen.', - name = 'kadis_rostbite', - image = 'SkadisFrostbite.png', - }, - ffries = { - type = 'item', - label = 'Freedom Fries', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '"Jetzt mit 0 % Kartoffel, 100 % Patriotismus!"', - name = 'ffries', - image = 'screenshot_686-removebg-preview.png', - }, - rifle_scope = { - type = 'item', - label = 'Gewehrvisier', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'rifle_scope', - image = 'smallscope_attachment.png', - }, - weapon_bullpuprifle = { - type = 'weapon', - label = 'QBX-92-3', - unique = true, - useable = false, - weight = 1000, - description = 'Dieses Gewehr ist der neueste chinesische Import, der Amerika im Sturm erobert.', - name = 'weapon_bullpuprifle', - ammotype = 'AMMO_RIFLE', - image = 'screenshot_411-removebg-preview.png', - }, - police_card = { - type = 'item', - label = 'PD Dienstausweis', - unique = true, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'police_card', - image = 'police_card.png', - }, - waffle_ice = { - type = 'item', - label = 'Waffel mit Erdbeereis', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'waffle_ice', - image = 'waffle_ice.png', - }, - rifle_smallscope = { - type = 'item', - label = 'MK2 Gewehr Visier klein', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'rifle_smallscope', - image = 'smallscope_attachment.png', - }, - weapon_stungun = { - description = 'manchmal ist es einfach praktischer, jemanden mit Stromschlägen zu „überzeugen“, anstatt ein vernünftiges Gespräch zu führen.', - useable = true, - name = 'weapon_stungun', - label = 'Taser X6', - unique = true, - image = 'weapon_stungun.png', - weight = 1000, - type = 'weapon', - }, - performance_part = { - type = 'item', - label = 'Performance Kit', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = '', - name = 'performance_part', - image = 'performance_part.png', - }, - skullcamo_attachment = { - type = 'item', - label = 'Skull Camo', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A skull camo for a weapon', - name = 'skullcamo_attachment', - image = 'skullcamo_attachment.png', - }, - diamond = { - type = 'item', - label = 'Diamond', - unique = false, - useable = false, - weight = 1000, - shouldClose = true, - description = 'A diamond seems like the jackpot to me!', - name = 'diamond', - image = 'diamond.png', - }, - shoe = { - type = 'item', - label = 'Schuh', - unique = true, - useable = true, - weight = 100, - shouldClose = false, - description = 'ein Schuh an Kop .... oder so', - name = 'shoe', - image = 'shoe.png', - }, - baldurslightelixir = { - type = 'item', - label = 'Baldurs Light Elixir', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.', - name = 'baldurslightelixir', - image = 'BaldursLightElixir.png', - }, - casinochips = { - type = 'item', - label = 'Casino Chips', - unique = false, - useable = false, - weight = 0, - shouldClose = false, - description = 'Chips For Casino Gambling', - name = 'casinochips', - image = 'casinochips.png', - }, - gg_hunting_knife_03 = { - type = 'item', - label = 'Premium Jagdmesser', - unique = true, - useable = true, - weight = 1000, - shouldClose = true, - description = '', - name = 'gg_hunting_knife_03', - image = 'gg_hunting_knife_03.png', - }, - steel_ingots = { - type = 'item', - label = 'Stahlbarren', - unique = false, - useable = false, - weight = 1000, - shouldClose = false, - description = 'Hier trifft pure Masse auf unendliches Potenzial.', - name = 'steel_ingots', - image = 'steel_ingot.png', - }, - cleaning_kit = { - type = 'item', - label = 'Premium Putzlappen ', - unique = false, - useable = false, - weight = 0, - shouldClose = false, - description = 'Für die schnelle Reinigung', - name = 'cleaning_kit', - image = '', - }, - junk_energy = { - type = 'item', - label = 'Junk Energy', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Dose mit Engery', - name = 'junk_energy', - image = 'junk_energy.png', - }, - engine_oil = { - type = 'item', - label = 'Premium Motoröl', - unique = false, - useable = true, - weight = 0, - shouldClose = true, - description = 'Das bier der Kraftfahrzeuge!', - name = 'engine_oil', - image = 'engine_oil.png', - }, - gunpowder = { - type = 'item', - label = 'Schwarzpulver', - unique = false, - useable = false, - weight = 500, - shouldClose = false, - description = 'Schwarzes Pulver kann Schaden machen kann im Verdichten Zustand', - name = 'gunpowder', - image = 'gunpowder.png', - }, - weapontint_mk2_9 = { - type = 'item', - label = 'Red Contrast Tint', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Red Contrast Weapon Tint for MK2 Weapons', - name = 'weapontint_mk2_9', - image = 'weapontint_black.png', - }, - gg_coyote_fangs_02 = { - type = 'item', - label = 'Robuster Kojotenzahn', - unique = true, - useable = false, - weight = 1000, - shouldClose = true, - description = '', - name = 'gg_coyote_fangs_02', - image = 'gg_coyote_fangs_02.png', - }, - midazolam = { - type = 'item', - label = 'Midazolam', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'midazolam', - image = 'screenshot_696-removebg-preview.png', - }, - gun_handle = { - type = 'item', - label = 'Griffstück', - unique = false, - useable = false, - weight = 200, - shouldClose = false, - description = 'Dein persönlicher Halt – stärker als jeder Nervenkitzel', - name = 'gun_handle', - image = 'empu.png', - }, - cup_cola = { - type = 'item', - label = 'Becher E-Cola', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'cup_cola', - image = 'cup_cola.png', - }, - squared_muzzle_brake = { - type = 'item', - label = 'Squared Muzzle Brake', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'A muzzle brake for a weapon', - name = 'squared_muzzle_brake', - image = 'squared_muzzle_brake.png', - }, - gg_hunting_animaltracker = { - type = 'item', - label = 'Tier Ortungsgerät', - unique = true, - useable = true, - weight = 1000, - shouldClose = true, - description = '', - name = 'gg_hunting_animaltracker', - image = 'gg_hunting_animaltracker.png', - }, - labkey = { - type = 'item', - label = 'Key', - unique = true, - useable = true, - weight = 500, - shouldClose = true, - description = 'Key for a lock...?', - name = 'labkey', - image = 'labkey.png', - }, - gatecrack = { - type = 'item', - label = 'Gatecrack', - unique = false, - useable = false, - weight = 0, - shouldClose = true, - description = 'Handy software to tear down some fences', - name = 'gatecrack', - image = 'usb_device.png', - }, - thermite = { - type = 'item', - label = 'Thermite', - unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Sometimes you\'d wish for everything to burn', - name = 'thermite', - image = 'thermite.png', - }, - weapon_marksmanrifle = { - type = 'weapon', - label = 'Besseres Jagdgewehr', - unique = true, - useable = false, - weight = 1000, - description = '... die Sonntagsjäger fahrn in den Touristenwald ...', - name = 'weapon_marksmanrifle', - ammotype = 'AMMO_SNIPER', - image = 'screenshot_395-removebg-preview.png', - }, - esketamin = { - type = 'item', - label = 'Esketamin', - unique = false, - useable = true, + label = 'Tilidin', weight = 20, - shouldClose = true, - description = '', - name = 'esketamin', - image = 'esketamin.png', - }, - gg_rabbit_pelt_01 = { type = 'item', - label = 'Raues Kaninchenfell', - unique = true, - useable = false, - weight = 1000, + image = 'syringe.png', shouldClose = true, + name = 'tilidin', description = '', - name = 'gg_rabbit_pelt_01', - image = 'gg_rabbit_pelt_01.png', }, - espresso = { - type = 'item', - label = 'Tasse Espresso', - unique = true, + sunflowerseeds = { useable = true, + unique = true, + label = 'Sonnenblumenkerne', weight = 100, - shouldClose = true, - description = 'Hiernach bist du safe wach ^^', - name = 'espresso', - image = 'espresso.png', - }, - grip_attachment = { type = 'item', - label = 'Grip', + image = 'Sonnenblumenkerne.png', + shouldClose = true, + name = 'sunflowerseeds', + description = 'Der Snack zum selber knacken', + }, + patriotcamo_attachment = { + useable = true, unique = false, - useable = true, + label = 'Patriot Camo', weight = 1000, - shouldClose = true, - description = 'A grip for a weapon', - name = 'grip_attachment', - image = 'grip_attachment.png', - }, - veh_toolbox = { type = 'item', - label = 'Toolbox', + image = 'patriotcamo_attachment.png', + shouldClose = true, + name = 'patriotcamo_attachment', + description = 'A patriot camo for a weapon', + }, + ecg_monitor = { + useable = true, unique = false, - useable = true, - weight = 1000, - shouldClose = true, - description = 'Check vehicle status', - name = 'veh_toolbox', - image = 'veh_toolbox.png', - }, - salep = { + label = 'EKG Monitor', + weight = 2500, type = 'item', - label = 'Salep', - unique = true, - useable = true, - weight = 200, - shouldClose = true, - description = ' Zimt Heißgetränk', - name = 'salep', - image = 'salep.png', - }, - weapon_combatmg_mk2 = { - type = 'weapon', - label = 'Combat MG Mk II', - unique = true, - useable = true, - weight = 1000, - description = 'Weapon Combatmg MK2', - name = 'weapon_combatmg_mk2', - ammotype = 'AMMO_MG', - image = 'weapon_combatmg_mk2.png', - }, - paracetamol = { - type = 'item', - label = 'Paracetamol', - unique = false, - useable = true, - weight = 20, + image = '148383-multiparameter-patientenmonitor-pc-3000-lepu-medical-2-removebg-preview.png', shouldClose = true, + name = 'ecg_monitor', description = '', - name = 'paracetamol', - image = 'Paracetamol.png', }, - ifaks = { - type = 'item', - label = 'ifaks', - unique = false, + raw_sausages = { useable = true, - weight = 200, - shouldClose = true, - description = 'ifaks for healing and a complete stress remover.', - name = 'ifaks', - image = 'ifaks.png', - }, - packung = { - type = 'item', - label = 'leere Verpackung', unique = false, + label = 'rohe Bratwurst', + weight = 100, + type = 'item', + image = 'raw_sausages.png', + shouldClose = true, + name = 'raw_sausages', + description = '', + }, + manti = { + useable = true, + unique = false, + label = 'Manti', + weight = 10, + type = 'item', + image = 'manti.png', + shouldClose = true, + name = 'manti', + description = '', + }, + hotdog = { + useable = true, + unique = false, + label = 'Hot Dog', + weight = 100, + type = 'item', + image = 'screenshot_691-removebg-preview.png', + shouldClose = true, + name = 'hotdog', + description = '', + }, + potatobag = { useable = false, - weight = 400, + unique = true, + label = 'Sack Kartoffeln', + weight = 1000, + type = 'item', + image = 'potatobag.png', shouldClose = false, + name = 'potatobag', description = '', - name = 'packung', - image = 'packung.png', - }, - smg_scope = { - type = 'item', - label = 'SMG Visier', - unique = true, - useable = true, - weight = 100, - shouldClose = true, - description = '', - name = 'smg_scope', - image = 'holoscope_attachment.png', - }, - weapon_smg_mk2 = { - type = 'weapon', - label = 'SMG Mk II', - unique = true, - useable = true, - weight = 1000, - description = 'SMG MK2', - name = 'weapon_smg_mk2', - ammotype = 'AMMO_SMG', - image = 'highteamsmgmk2-removebg-preview.png', - }, - sandwich = { - type = 'item', - label = '3 Tage altes Sandwich', - unique = false, - useable = true, - weight = 200, - shouldClose = true, - description = 'bist du dir sicher das du das essen willst?', - name = 'sandwich', - image = 'sandwich.png', - }, - salbutamol = { - type = 'item', - label = 'Salbutamol', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'salbutamol', - image = 'salbutamol.png', - }, - salami_b = { - type = 'item', - label = '', - unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'salami_b', - image = 'salami_b.png', - }, - narketan = { - type = 'item', - label = 'Narketan', - unique = false, - useable = true, - weight = 250, - shouldClose = true, - description = '', - name = 'narketan', - image = 'screenshot_696-removebg-preview.png', - }, - orange_o_tang_zero_flasche = { - type = 'item', - label = 'Orange O Tang Zero Flasche', - unique = false, - useable = true, - weight = 80, - shouldClose = true, - description = 'Flasche Orangen Limo', - name = 'orange_o_tang_zero_flasche', - image = 'orange_o_tang_zero_flasche.png', }, weapon_carbinerifle_mk2 = { - type = 'weapon', + useable = true, + unique = true, label = 'Softair Gewehr', - unique = true, - useable = true, weight = 1000, - description = 'Carbine Rifle MK2', - name = 'weapon_carbinerifle_mk2', - ammotype = 'AMMO_RIFLE', + type = 'weapon', image = 'screenshot_455-removebg-preview.png', + ammotype = 'AMMO_RIFLE', + name = 'weapon_carbinerifle_mk2', + description = 'Carbine Rifle MK2', }, - bb_cupcake = { - type = 'item', - label = 'Blueberry Cupcake', + precision_muzzle_brake = { + useable = true, unique = false, - useable = true, - weight = 10, - shouldClose = true, - description = '', - name = 'bb_cupcake', - image = 'bb_cupcake.png', - }, - munky_juice = { - type = 'item', - label = 'Munky Juice', - unique = false, - useable = true, - weight = 100, - shouldClose = true, - description = 'Trinkpäckchen mit Saft und ja der Strohhalm ist aus Plastik ^^', - name = 'munky_juice', - image = 'munky_juice.png', - }, - roofbox_carbon = { - type = 'item', - label = 'Carbon Dachbox', - unique = true, - useable = true, + label = 'Precision Muzzle Brake', weight = 1000, - shouldClose = true, - description = '', - name = 'roofbox_carbon', - image = 'roofbox_carbon.png', - }, - bandage = { type = 'item', - label = 'Bandage', - unique = false, - useable = true, - weight = 0, + image = 'precision_muzzle_brake.png', shouldClose = true, - description = 'A bandage works every time', - name = 'bandage', - image = 'bandage.png', + name = 'precision_muzzle_brake', + description = 'A muzzle brake for a weapon', }, - orange_o_tang_zero_dose = { - type = 'item', - label = 'Orange O Tang Zero Dose', - unique = false, + grip_attachment = { useable = true, - weight = 50, + unique = false, + label = 'Grip', + weight = 1000, + type = 'item', + image = 'grip_attachment.png', shouldClose = true, - description = 'Dose Orangen Limo', - name = 'orange_o_tang_zero_dose', - image = 'orange_o_tang_zero_dose.png', + name = 'grip_attachment', + description = 'A grip for a weapon', + }, + aluminumoxide = { + useable = false, + unique = false, + label = 'Aluminium Powder', + weight = 100, + type = 'item', + image = 'aluminumoxide.png', + shouldClose = false, + name = 'aluminumoxide', + description = 'Some powder to mix with', }, falafel = { - type = 'item', + useable = true, + unique = true, label = 'Falafel', - unique = true, - useable = true, weight = 200, - shouldClose = true, - description = 'Falafel mit Joghurtsauce', - name = 'falafel', - image = 'Falafel.png', - }, - saldprezels = { type = 'item', - label = 'Salzbrezeln', - unique = true, - useable = true, - weight = 150, + image = 'Falafel.png', shouldClose = true, - description = 'Knusprige Mini-Salzbrezeln', - name = 'saldprezels', - image = 'ChatGPT_Image_27._Apr._2025__00_12_06-removebg-preview.png', + name = 'falafel', + description = 'Falafel mit Joghurtsauce', + }, + weapontint_mk2_25 = { + useable = true, + unique = false, + label = 'Metallic Gray & Lilac Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_25', + description = 'Metallic Gray & Lilac Weapon Tint for MK2 Weapons', + }, + armor = { + useable = true, + unique = false, + label = 'Kugelsichere Weste', + weight = 4000, + type = 'item', + image = 'armor.png', + shouldClose = true, + name = 'armor', + description = 'Some protection won\'t hurt... right?', + }, + gardensicorr = { + useable = false, + unique = true, + label = 'Gartenschere', + weight = 0.09999999999999432, + type = 'item', + image = 'gardensicorr.png', + shouldClose = false, + name = 'gardensicorr', + description = '', + }, + weapontint_mk2_24 = { + useable = true, + unique = false, + label = 'Metallic Platinum Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_24', + description = 'Metallic Platinum Weapon Tint for MK2 Weapons', + }, + acetic = { + useable = false, + unique = false, + label = 'Essiganhydrid', + weight = 1000, + type = 'item', + image = 'acetone2.png', + shouldClose = false, + name = 'acetic', + description = 'Küchenessenz für Chemieprofis', + }, + weapon_specialcarbine_mk2 = { + useable = false, + unique = true, + label = 'Special Carbine Mk II', + weight = 1000, + type = 'weapon', + image = 'highteamspecialcarbinemk2.png', + ammotype = 'AMMO_RIFLE', + name = 'weapon_specialcarbine_mk2', + description = 'Weapon Wpecialcarbine MK2', + }, + chemical_set = { + useable = false, + unique = false, + label = 'Chemikalien-Set', + weight = 1000, + type = 'item', + image = 'lab.png', + shouldClose = false, + name = 'chemical_set', + description = 'Dein persönliches Labor für Experimente, die besser nicht in der Küche stattfinden.', + }, + elastic_bandage = { + useable = true, + unique = false, + label = 'Elastische Binde', + weight = 100, + type = 'item', + image = 'elastisches-medizinisches-bandageband-komprimierend-geringe-dehnung-80-mm_189499203-removebg-preview.png', + shouldClose = true, + name = 'elastic_bandage', + description = '', + }, + gg_pug_bait_02 = { + useable = true, + unique = false, + label = 'Illegaler Raubtierköder 2', + weight = 100, + type = 'item', + image = 'gg_pug_bait_02.png', + shouldClose = true, + name = 'gg_pug_bait_02', + description = '', + }, + weapon_bread = { + useable = false, + description = 'Bread...?', + label = 'Baquette', + unique = true, + name = 'weapon_bread', + weight = 1000, + type = 'weapon', + image = 'baquette.png', + }, + metacam = { + useable = true, + unique = false, + label = 'Metacam', + weight = 20, + type = 'item', + image = 'Metacam.png', + shouldClose = true, + name = 'metacam', + description = '', + }, + weapon_hammer = { + useable = false, + description = 'Used for jobs such as breaking things (legs) and driving in nails', + label = 'Hammer', + unique = true, + name = 'weapon_hammer', + weight = 1000, + type = 'weapon', + image = 'weapon_hammer.png', + }, + paracetamol = { + useable = true, + unique = false, + label = 'Paracetamol', + weight = 20, + type = 'item', + image = 'Paracetamol.png', + shouldClose = true, + name = 'paracetamol', + description = '', + }, + novalmin = { + useable = true, + unique = false, + label = 'Novalmin', + weight = 20, + type = 'item', + image = 'Novalmin.png', + shouldClose = true, + name = 'novalmin', + description = '', + }, + gg_hunting_meat = { + useable = false, + unique = false, + label = 'rohes Wildfleisch', + weight = 100, + type = 'item', + image = 'gg_hunting_meat.png', + shouldClose = true, + name = 'gg_hunting_meat', + description = '', + }, + diving_gear = { + useable = true, + unique = true, + label = 'Diving Gear', + weight = 30000, + type = 'item', + image = 'diving_gear.png', + shouldClose = true, + name = 'diving_gear', + description = 'An oxygen tank and a rebreather', + }, + weapon_marksmanrifle = { + useable = false, + unique = true, + label = 'Besseres Jagdgewehr', + weight = 1000, + type = 'weapon', + image = 'screenshot_395-removebg-preview.png', + ammotype = 'AMMO_SNIPER', + name = 'weapon_marksmanrifle', + description = '... die Sonntagsjäger fahrn in den Touristenwald ...', + }, + empty_weed_bag = { + useable = true, + unique = false, + label = 'Empty Weed Bag', + weight = 0, + type = 'item', + image = 'weed_baggy_empty.png', + shouldClose = true, + name = 'empty_weed_bag', + description = 'A small empty bag', + }, + weapon_petrolcan = { + useable = false, + unique = true, + label = 'Petrol Can', + weight = 1000, + type = 'weapon', + image = 'weapon_petrolcan.png', + ammotype = 'AMMO_PETROLCAN', + name = 'weapon_petrolcan', + description = 'A robust liquid container made from pressed steel', + }, + sauerstoff = { + useable = true, + unique = false, + label = 'Sauerstoff', + weight = 200, + type = 'item', + image = 'screenshot_697-removebg-preview.png', + shouldClose = true, + name = 'sauerstoff', + description = '', + }, + green_phone = { + useable = false, + unique = true, + label = 'iFruit 12XR Grün', + weight = 0.09999999999999432, + type = 'item', + image = 'green_phone.png', + shouldClose = false, + name = 'green_phone', + description = '„Du bist nicht oberflächlich. Du hast einfach ein teures Telefon.“', + }, + oxy = { + useable = true, + unique = false, + label = 'Prescription Oxy', + weight = 0, + type = 'item', + image = 'oxy.png', + shouldClose = true, + name = 'oxy', + description = 'The Label Has Been Ripped Off', + }, + weed_purplehaze_seed = { + useable = true, + unique = false, + label = 'Purple Haze Seed', + weight = 0, + type = 'item', + image = 'weed_seed.png', + shouldClose = true, + name = 'weed_purplehaze_seed', + description = 'A weed seed of Purple Haze', + }, + weapontint_mk2_28 = { + useable = true, + unique = false, + label = 'Metallic Green Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_28', + description = 'Metallic Green Weapon Tint for MK2 Weapons', + }, + walkstick = { + useable = false, + unique = true, + label = 'Walking Stick', + weight = 1000, + type = 'weapon', + image = 'walkstick.png', + shouldClose = true, + name = 'walkstick', + description = 'Walking stick for ya\'ll grannies out there.. HAHA', + }, + bcesandwich = { + useable = true, + unique = false, + label = 'Bacon Cheese Egg Sandwich', + weight = 200, + type = 'item', + image = 'bcesandwich.png', + shouldClose = true, + name = 'bcesandwich', + description = 'Knuspriger Bacon, geschmolzener Käse und ein saftiges Spiegelei, geschichtet zwischen zwei goldbraun gerösteten Toastscheiben', + }, + munky_juice_ice_tea = { + useable = true, + unique = false, + label = 'Munky Juice Ice Tea', + weight = 100, + type = 'item', + image = 'munky_juice_ice_tea.png', + shouldClose = true, + name = 'munky_juice_ice_tea', + description = 'Pfirsich oder Zitrone das hier die Frage...', + }, + lawyerpass = { + useable = true, + unique = true, + label = 'Lawyer Pass', + weight = 0, + type = 'item', + image = 'lawyerpass.png', + shouldClose = false, + name = 'lawyerpass', + description = 'Pass exclusive to lawyers to show they can represent a suspect', + }, + donut = { + useable = true, + unique = false, + label = 'Donut', + weight = 100, + type = 'item', + image = 'donut.png', + shouldClose = true, + name = 'donut', + description = 'Dooooonuuuuts', + }, + weapon_pistol50 = { + useable = false, + unique = true, + label = 'Tropical Eagle', + weight = 1000, + type = 'weapon', + image = 'tropical_eagle.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_pistol50', + description = 'Für alle, die denken, normale Pistolen fühlen sich einfach zu sehr nach Spielzeug an.', + }, + vitaminloesung_250 = { + useable = true, + unique = false, + label = 'Vitaminlösung 250', + weight = 250, + type = 'item', + image = 'screenshot_696-removebg-preview.png', + shouldClose = true, + name = 'vitaminloesung_250', + description = '', + }, + raw_ribs = { + useable = true, + unique = false, + label = 'rohe Rippchen', + weight = 200, + type = 'item', + image = 'raw_ribs.png', + shouldClose = true, + name = 'raw_ribs', + description = '', + }, + weapon_crowbar = { + useable = false, + description = 'An iron bar with a flattened end, used as a lever', + label = 'Crowbar', + unique = true, + name = 'weapon_crowbar', + weight = 1000, + type = 'weapon', + image = 'weapon_crowbar.png', + }, + salbutamol = { + useable = true, + unique = false, + label = 'Salbutamol', + weight = 10, + type = 'item', + image = 'salbutamol.png', + shouldClose = true, + name = 'salbutamol', + description = '', + }, + suppressor_attachment = { + useable = true, + unique = false, + label = 'Suppressor', + weight = 1000, + type = 'item', + image = 'suppressor_attachment.png', + shouldClose = true, + name = 'suppressor_attachment', + description = 'A suppressor for a weapon', + }, + barrel = { + useable = false, + unique = true, + label = 'leeres Metallfass', + weight = 2000, + type = 'item', + image = 'barrel.png', + shouldClose = false, + name = 'barrel', + description = '', + }, + bikerack = { + useable = true, + unique = true, + label = 'Fahrradträger', + weight = 1000, + type = 'item', + image = 'bikerack.png', + shouldClose = true, + name = 'bikerack', + description = '', + }, + stickynote = { + useable = false, + unique = true, + label = 'Sticky note', + weight = 0, + type = 'item', + image = 'stickynote.png', + shouldClose = false, + name = 'stickynote', + description = 'Sometimes handy to remember something :)', + }, + weapontint_mk2_12 = { + useable = true, + unique = false, + label = 'Orange Contrast Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_12', + description = 'Orange Contrast Weapon Tint for MK2 Weapons', + }, + stonedrill = { + useable = false, + unique = false, + label = 'Steinbohrer', + weight = 0, + type = 'item', + image = 'stonedrill.png', + shouldClose = false, + name = 'stonedrill', + description = '', }, boxapplejuice = { - type = 'item', + useable = false, + unique = true, label = 'Kiste Apfelsaft', - unique = true, - useable = false, weight = 1000, - shouldClose = false, - description = '', - name = 'boxapplejuice', + type = 'item', image = 'boxapplejuice.png', - }, - battery = { - type = 'item', - label = 'Akku', - unique = true, - useable = false, - weight = 1000, shouldClose = false, + name = 'boxapplejuice', description = '', - name = 'battery', - image = 'battery.png', }, - radioscanner = { - type = 'item', - label = 'Radio Scanner', + electronickit = { + useable = true, unique = false, - useable = false, - weight = 1000, - shouldClose = true, - description = 'With this you can get some police alerts. Not 100% effective however', - name = 'radioscanner', - image = 'radioscanner.png', - }, - weapon_hazardcan = { - type = 'weapon', - label = 'Hazardous Jerry Can', - unique = true, - useable = true, - weight = 1000, - description = 'Weapon Hazardcan', - name = 'weapon_hazardcan', - ammotype = 'AMMO_PETROLCAN', - image = 'weapon_hazardcan.png', - }, - newscam = { - type = 'item', - label = 'News Camera', - unique = true, - useable = true, + label = 'Electronic Kit', weight = 100, - shouldClose = true, - description = 'A camera for the news', - name = 'newscam', - image = 'newscam.png', - }, - cefalexin = { type = 'item', - label = 'Cefalexin', + image = 'electronickit.png', + shouldClose = true, + name = 'electronickit', + description = 'If you\'ve always wanted to build a robot you can maybe start here. Maybe you\'ll be the new Elon Musk?', + }, + erz = { + useable = false, unique = false, - useable = true, - weight = 20, - shouldClose = true, - description = '', - name = 'cefalexin', - image = 'Cefalexin.png', - }, - ems_card = { + label = 'Metallerz', + weight = 2000, type = 'item', - label = 'MD Dienstausweis', - unique = true, - useable = true, - weight = 10, - shouldClose = true, + image = 'erz.png', + shouldClose = false, + name = 'erz', description = '', - name = 'ems_card', - image = 'police_card.png', + }, + e_kaffee = { + useable = true, + unique = false, + label = 'Eiskaffee', + weight = 10, + type = 'item', + image = 'e_kaffee.png', + shouldClose = true, + name = 'e_kaffee', + description = '', + }, + heimdalls_watch = { + useable = true, + unique = false, + label = 'Heimdall\'s Watch', + weight = 200, + type = 'item', + image = 'HeimdallsWatch.png', + shouldClose = true, + name = 'heimdalls_watch', + description = 'Scharf und klar wie Heimdalls Auge, aber mit einem farbenfrohen Twist.', + }, + markedbills = { + useable = false, + unique = true, + label = 'Marked Money', + weight = 1000, + type = 'item', + image = 'markedbills.png', + shouldClose = true, + name = 'markedbills', + description = 'Money?', + }, + weed_amnesia_seed = { + useable = true, + unique = false, + label = 'Amnesia Seed', + weight = 0, + type = 'item', + image = 'weed_seed.png', + shouldClose = true, + name = 'weed_amnesia_seed', + description = 'A weed seed of Amnesia', + }, + nvscope_attachment = { + useable = true, + unique = false, + label = 'Night Vision Scope', + weight = 1000, + type = 'item', + image = 'nvscope_attachment.png', + shouldClose = true, + name = 'nvscope_attachment', + description = 'A night vision scope for a weapon', + }, + sniper_extendedclip = { + useable = true, + unique = true, + label = 'erw. Sniper Magazin', + weight = 100, + type = 'item', + image = 'sniper_extendedclip.png', + shouldClose = true, + name = 'sniper_extendedclip', + description = '', + }, + mixed_grilled_plate = { + useable = true, + unique = false, + label = 'KARIŞIK IZGARA ', + weight = 200, + type = 'item', + image = 'Gemischter_grillteller.png', + shouldClose = true, + name = 'mixed_grilled_plate', + description = 'gemischter Grillteller mit Beilagen', + }, + cup_lemonade = { + useable = true, + unique = false, + label = 'Becher Sprunk', + weight = 100, + type = 'item', + image = 'cup_lemonade.png', + shouldClose = true, + name = 'cup_lemonade', + description = '', + }, + bw_cupcake = { + useable = true, + unique = false, + label = 'Black & White Cupcake', + weight = 10, + type = 'item', + image = 'bw_cupcake.png', + shouldClose = true, + name = 'bw_cupcake', + description = '', + }, + blood_250 = { + useable = true, + unique = false, + label = 'Blut (250ml)', + weight = 250, + type = 'item', + image = 'blood_250.png', + shouldClose = true, + name = 'blood_250', + description = '', + }, + weapontint_mk2_7 = { + useable = true, + unique = false, + label = 'Classic Earth Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_7', + description = 'Classic Earth Weapon Tint for MK2 Weapons', + }, + weapon_grenade = { + useable = false, + description = 'A handheld throwable bomb', + label = 'Grenade', + unique = true, + name = 'weapon_grenade', + weight = 1000, + type = 'weapon', + image = 'weapon_grenade.png', + }, + weapon_colbaton = { + useable = true, + unique = true, + label = 'Teleskopschlagstock', + weight = 100, + type = 'weapon', + image = 'w_me_colbaton.png', + shouldClose = true, + name = 'weapon_colbaton', + description = '', + }, + veh_turbo = { + useable = true, + unique = false, + label = 'Turbo', + weight = 1000, + type = 'item', + image = 'veh_turbo.png', + shouldClose = true, + name = 'veh_turbo', + description = 'Install vehicle turbo', + }, + gg_pug_bait_03 = { + useable = true, + unique = false, + label = 'Illegaler Raubtierköder 3', + weight = 100, + type = 'item', + image = 'gg_pug_bait_03.png', + shouldClose = true, + name = 'gg_pug_bait_03', + description = '', + }, + weapon_stone_hatchet = { + useable = true, + description = 'Stone Hatchet', + label = 'Stone Hatchet', + unique = true, + name = 'weapon_stone_hatchet', + weight = 1000, + type = 'weapon', + image = 'weapon_stone_hatchet.png', + }, + ['sifs_golden-ale'] = { + useable = true, + unique = true, + label = 'Sif\'s Golden Ale', + weight = 200, + type = 'item', + image = 'SifGoldenAle.png', + shouldClose = true, + name = 'sifs_golden-ale', + description = 'Golden und nahrhaft, wie das Feld unter der Obhut der Göttin Sif.', + }, + weapon_bullpuprifle_mk2 = { + useable = true, + unique = true, + label = 'Bullpup Rifle Mk II', + weight = 1000, + type = 'weapon', + image = 'weapon_bullpuprifle_mk2.png', + ammotype = 'AMMO_RIFLE', + name = 'weapon_bullpuprifle_mk2', + description = 'Bull Puprifle MK2', + }, + waffle_icream = { + useable = true, + unique = true, + label = 'Sandwich Eis', + weight = 100, + type = 'item', + image = 'waffle_icream.png', + shouldClose = true, + name = 'waffle_icream', + description = 'Cremiges Vanilleeis, umhüllt von zwei zarten Waffelschichten – der Klassiker im Retro-Look für echte Eisliebhaber.', + }, + nordisee_fischfrikadellenbroetchen = { + useable = true, + unique = false, + label = 'Nordisee Fischfrikadellenbrötchen', + weight = 100, + type = 'item', + image = 'nordisee_fischfrikadellenbroetchen.png', + shouldClose = true, + name = 'nordisee_fischfrikadellenbroetchen', + 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."', + }, + weed_nutrition = { + useable = true, + unique = false, + label = 'Plant Fertilizer', + weight = 2000, + type = 'item', + image = 'weed_nutrition.png', + shouldClose = true, + name = 'weed_nutrition', + description = 'Plant nutrition', + }, + weapontint_mk2_10 = { + useable = true, + unique = false, + label = 'Blue Contrast Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_10', + description = 'Blue Contrast Weapon Tint for MK2 Weapons', + }, + weapontint_3 = { + useable = true, + unique = false, + label = 'Pink Tint', + weight = 1000, + type = 'item', + image = 'weapontint_pink.png', + shouldClose = true, + name = 'weapontint_3', + description = 'Pink Weapon Tint', + }, + soocer = { + useable = false, + unique = true, + label = 'Fußball', + weight = 400, + type = 'item', + image = 'soccer.png', + shouldClose = false, + name = 'soocer', + description = '', + }, + gg_hunting_cookedmeat = { + useable = true, + unique = false, + label = 'gebratenes Wildfleisch', + weight = 50, + type = 'item', + image = 'gg_hunting_cookedmeat.png', + shouldClose = true, + name = 'gg_hunting_cookedmeat', + description = '', + }, + firework2 = { + useable = true, + unique = false, + label = 'Poppelers', + weight = 1000, + type = 'item', + image = 'firework2.png', + shouldClose = true, + name = 'firework2', + description = 'Fireworks', + }, + weapon_molotov = { + useable = false, + description = 'A crude bomb made of a bottle filled with a flammable liquid and fitted with a wick for lighting', + label = 'Molotov', + unique = true, + name = 'weapon_molotov', + weight = 1000, + type = 'weapon', + image = 'weapon_molotov.png', + }, + orange_o_tang_dose = { + useable = true, + unique = false, + label = 'Orange O Tang Dose', + weight = 50, + type = 'item', + image = 'orange_o_tang_dose.png', + shouldClose = true, + name = 'orange_o_tang_dose', + description = 'Dose Orangen Limo', + }, + boxwater = { + useable = false, + unique = true, + label = 'Kiste Wasser', + weight = 2000, + type = 'item', + image = 'boxwater.png', + shouldClose = false, + name = 'boxwater', + description = '', + }, + weapontint_mk2_29 = { + useable = true, + unique = false, + label = 'Metallic Blue Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_29', + description = 'Metallic Blue Weapon Tint for MK2 Weapons', + }, + sugar = { + useable = false, + unique = false, + label = 'Packung Zucker ', + weight = 1000, + type = 'item', + image = 'sugaar.png', + shouldClose = false, + name = 'sugar', + description = '', + }, + doener = { + useable = true, + unique = false, + label = 'Döner', + weight = 200, + type = 'item', + image = 'doner.png', + shouldClose = true, + name = 'doener', + description = 'Döner macht schöner...', + }, + rifle_largescope = { + useable = true, + unique = true, + label = 'Mk2 Gewehr Visier groß', + weight = 100, + type = 'item', + image = 'largescope_attachment.png', + shouldClose = true, + name = 'rifle_largescope', + description = '', + }, + weapon_raypistol = { + useable = true, + unique = true, + label = 'Up-n-Atomizer', + weight = 1000, + type = 'weapon', + image = 'weapon_raypistol.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_raypistol', + description = 'Weapon Raypistol', + }, + kennzeichen_tool = { + useable = true, + unique = false, + label = 'Kennzeichen', + weight = 0, + type = 'item', + image = 'kennzeichen_tool.png', + shouldClose = true, + name = 'kennzeichen_tool', + description = '', + }, + kas_leberkas_semmal = { + useable = true, + unique = false, + label = 'Kas Leberkas Semmal', + weight = 100, + type = 'item', + image = 'kas_leberkas_semmal.png', + shouldClose = true, + name = 'kas_leberkas_semmal', + description = 'Mehr Fleisch als Worte – des is koa Semmel, des is a Lebensgefühl!', + }, + field_dressing = { + useable = true, + unique = false, + label = 'Verbandtuch', + weight = 100, + type = 'item', + image = 'screenshot_477-removebg-preview.png', + shouldClose = true, + name = 'field_dressing', + description = '', + }, + smg_extendedclip = { + useable = true, + unique = true, + label = 'erw. SMG Magazin', + weight = 100, + type = 'item', + image = 'smg_extendedclip.png', + shouldClose = true, + name = 'smg_extendedclip', + description = '', + }, + fish_and_chips = { + useable = true, + unique = false, + label = 'Fish and Chips', + weight = 200, + type = 'item', + image = 'fish_and_chips.png', + shouldClose = true, + name = 'fish_and_chips', + description = 'very british ^^', + }, + flashlight_attachment = { + useable = true, + unique = false, + label = 'Flashlight', + weight = 1000, + type = 'item', + image = 'flashlight_attachment.png', + shouldClose = true, + name = 'flashlight_attachment', + description = 'A flashlight for a weapon', + }, + urapidil1 = { + useable = true, + unique = false, + label = 'Urapidil 1,0 mg', + weight = 20, + type = 'item', + image = 'urapidil1.png', + shouldClose = true, + name = 'urapidil1', + description = '', + }, + baklava = { + useable = true, + unique = false, + label = 'Baklava', + weight = 100, + type = 'item', + image = 'baklava.png', + shouldClose = true, + name = 'baklava', + description = '', + }, + shotgun_grip = { + useable = true, + unique = true, + label = 'Shotgun Griff', + weight = 100, + type = 'item', + image = 'grip_attachment.png', + shouldClose = true, + name = 'shotgun_grip', + description = '', + }, + wurmkur = { + useable = true, + unique = false, + label = 'Wurmkur', + weight = 20, + type = 'item', + image = 'Wurmkur.png', + shouldClose = true, + name = 'wurmkur', + description = '', + }, + heroin_route = { + useable = false, + unique = true, + label = 'Heroin Route', + weight = 10, + type = 'item', + image = 'heroin_route.png', + shouldClose = false, + name = 'heroin_route', + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + }, + tranexamsaure = { + useable = true, + unique = false, + label = 'Tranexamsäure', + weight = 20, + type = 'item', + image = 'tranexamsaure.png', + shouldClose = true, + name = 'tranexamsaure', + description = '', + }, + gg_captured_hen = { + useable = true, + unique = true, + label = 'Gefangenes Huhn', + weight = 5000, + type = 'item', + image = 'gg_captured_hen.png', + shouldClose = true, + name = 'gg_captured_hen', + description = '', + }, + xtcbaggy = { + useable = true, + unique = false, + label = 'Bag of XTC', + weight = 0, + type = 'item', + image = 'xtc_baggy.png', + shouldClose = true, + name = 'xtcbaggy', + description = 'Pop those pills baby', + }, + laptop = { + useable = false, + unique = false, + label = 'Laptop', + weight = 4000, + type = 'item', + image = 'laptop.png', + shouldClose = true, + name = 'laptop', + description = 'Expensive laptop', + }, + jerry_can = { + useable = true, + unique = false, + label = 'Jerrycan 20L', + weight = 20000, + type = 'item', + image = 'jerry_can.png', + shouldClose = true, + name = 'jerry_can', + description = 'A can full of Fuel', + }, + weapons_route = { + useable = false, + unique = true, + label = 'Waffen Route', + weight = 10, + type = 'item', + image = 'weaponsroute.png', + shouldClose = false, + name = 'weapons_route', + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + }, + soda_machine = { + useable = true, + unique = false, + label = 'Abfüllstation', + weight = 1000, + type = 'item', + image = 'soda_machine.png', + shouldClose = true, + name = 'soda_machine', + description = '', + }, + big_bottle_tide = { + useable = true, + unique = false, + label = 'große Flasche Orange O Tang', + weight = 600, + type = 'item', + image = 'big_bottle_tide.png', + shouldClose = true, + name = 'big_bottle_tide', + description = '', + }, + gg_rabbit_pelt_01 = { + useable = false, + unique = true, + label = 'Raues Kaninchenfell', + weight = 1000, + type = 'item', + image = 'gg_rabbit_pelt_01.png', + shouldClose = true, + name = 'gg_rabbit_pelt_01', + description = '', + }, + zlimo = { + useable = true, + unique = false, + label = 'Zitronenlimonade', + weight = 10, + type = 'item', + image = 'zlimo.png', + shouldClose = true, + name = 'zlimo', + description = '', + }, + weapon_battleaxe = { + useable = false, + description = 'A large broad-bladed axe used in ancient warfare', + label = 'Battle Axe', + unique = true, + name = 'weapon_battleaxe', + weight = 1000, + type = 'weapon', + image = 'weapon_battleaxe.png', + }, + cup_tide = { + useable = true, + unique = false, + label = 'Becher Orange O Tang', + weight = 100, + type = 'item', + image = 'cup_tide.png', + shouldClose = true, + name = 'cup_tide', + description = '', + }, + filled_evidence_bag = { + useable = false, + unique = true, + label = 'Evidence Bag', + weight = 200, + type = 'item', + image = 'evidence.png', + shouldClose = false, + name = 'filled_evidence_bag', + description = 'A filled evidence bag to see who committed the crime >:(', + }, + weapon_minigun = { + useable = false, + unique = true, + label = 'Minigun', + weight = 1000, + type = 'weapon', + image = 'weapon_minigun.png', + ammotype = 'AMMO_MINIGUN', + name = 'weapon_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', + }, + sessantacamo_attachment = { + useable = true, + unique = false, + label = 'Sessanta Nove Camo', + weight = 1000, + type = 'item', + image = 'sessantacamo_attachment.png', + shouldClose = true, + name = 'sessantacamo_attachment', + description = 'A sessanta nove camo for a weapon', + }, + gg_salt_block_02 = { + useable = true, + unique = false, + label = 'besserer Salzblock', + weight = 100, + type = 'item', + image = 'gg_salt_block_02.png', + shouldClose = true, + name = 'gg_salt_block_02', + description = '', + }, + tosti = { + useable = true, + unique = false, + label = 'Grilled Cheese Sandwich', + weight = 200, + type = 'item', + image = 'tosti.png', + shouldClose = true, + name = 'tosti', + description = 'Schmeckt fast wie selbst gemacht – wenn man sich selbst keine Mühe gibt.', + }, + klimo = { + useable = true, + unique = false, + label = 'Kirschlimonade', + weight = 10, + type = 'item', + image = 'klimo.png', + shouldClose = true, + name = 'klimo', + description = '', + }, + heparin = { + useable = true, + unique = false, + label = 'Heparin', + weight = 10, + type = 'item', + image = 'heparin.png', + shouldClose = true, + name = 'heparin', + description = '', + }, + table = { + useable = true, + unique = false, + label = 'Klapptisch', + weight = 400, + type = 'item', + image = 'table.png', + shouldClose = true, + name = 'table', + description = '', + }, + gg_captured_chickenhawk = { + useable = true, + unique = true, + label = 'Gefangener Falke', + weight = 5000, + type = 'item', + image = 'gg_captured_chickenhawk.png', + shouldClose = true, + name = 'gg_captured_chickenhawk', + description = '', + }, + olimo = { + useable = true, + unique = false, + label = 'Orangenlimonade', + weight = 10, + type = 'item', + image = 'olimo.png', + shouldClose = true, + name = 'olimo', + description = '', + }, + weapon_briefcase_02 = { + useable = false, + description = 'Wonderfull for nice vacation to Liberty City', + label = 'Suitcase', + unique = true, + name = 'weapon_briefcase_02', + weight = 1000, + type = 'weapon', + image = 'weapon_briefcase2.png', + }, + spazi = { + useable = true, + unique = false, + label = 'Bergbräu Spazi ', + weight = 150, + type = 'item', + image = 'spazi.png', + shouldClose = true, + name = 'spazi', + description = 'Cola trifft Orange – wie nie zuvor gesehen. Falls dir das bekannt vorkommt: Nein, du bildest dir das nur ein.', + }, + veh_armor = { + useable = true, + unique = false, + label = 'Armor', + weight = 1000, + type = 'item', + image = 'veh_armor.png', + shouldClose = true, + name = 'veh_armor', + description = 'Upgrade vehicle armor', + }, + coffee_beans = { + useable = false, + unique = false, + label = 'Packung Kaffeepulver', + weight = 200, + type = 'item', + image = 'coffee_beans.png', + shouldClose = false, + name = 'coffee_beans', + description = '', + }, + raki = { + useable = true, + unique = true, + label = 'Raki', + weight = 200, + type = 'item', + image = 'raki.png', + shouldClose = true, + name = 'raki', + description = 'türkisches Nationalgetränk, aus Weintrauben oder Rosinen gebrannter Anisée', + }, + weapon_revolver = { + useable = false, + unique = true, + label = 'Tac. Revolver', + weight = 1000, + type = 'weapon', + image = 'revolver.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_revolver', + description = 'A pistol with revolving chambers enabling several shots to be fired without reloading', + }, + vapejuice = { + useable = true, + unique = false, + label = 'E-Liquid', + weight = 100, + type = 'item', + image = 'vapejuice.png', + shouldClose = false, + name = 'vapejuice', + description = '', + }, + cooked_ribs = { + useable = true, + unique = false, + label = 'gegrillte Rippchen', + weight = 200, + type = 'item', + image = 'cooked_ribs.png', + shouldClose = true, + name = 'cooked_ribs', + description = '', + }, + weapon_nightstick = { + useable = false, + description = 'A police officer\'s club or billy', + label = 'Nightstick', + unique = true, + name = 'weapon_nightstick', + weight = 1000, + type = 'weapon', + image = 'weapon_nightstick.png', + }, + nitrous = { + useable = true, + unique = false, + label = 'Nitrous', + weight = 1000, + type = 'item', + image = 'nitrous.png', + shouldClose = true, + name = 'nitrous', + description = 'Speed up, gas pedal! :D', + }, + weapontint_mk2_8 = { + useable = true, + unique = false, + label = 'Classic Brown & Black Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_8', + description = 'Classic Brown & Black Weapon Tint for MK2 Weapons', + }, + kevlar = { + useable = false, + unique = false, + label = 'Kevlar ', + weight = 200, + type = 'item', + image = 'kevlar.png', + shouldClose = false, + name = 'kevlar', + description = '', + }, + weapontint_mk2_15 = { + useable = true, + unique = false, + label = 'Bold Orange Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_15', + description = 'Bold Orange Weapon Tint for MK2 Weapons', + }, + weapon_gadgetpistol = { + useable = true, + unique = true, + label = 'Perico Pistol', + weight = 1000, + type = 'weapon', + image = 'weapon_gadgetpistol.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_gadgetpistol', + description = 'Weapon Gadgetpistol', + }, + cheeseanachos = { + useable = true, + unique = true, + label = 'Nachos mit Käsesauce', + weight = 200, + type = 'item', + image = 'ChatGPT_Image_26._Apr._2025__18_25_48-removebg-preview.png', + shouldClose = true, + name = 'cheeseanachos', + description = 'Knusprige Nachos, überzogen mit cremiger, würziger Käsesauce', }, thors_thunder_storm = { - type = 'item', + useable = true, + unique = false, label = 'Thors Thunder Storm', - unique = false, - useable = true, weight = 100, - shouldClose = true, - description = '', - name = 'thors_thunder_storm', + type = 'item', image = 'ThorsThunderStorm.png', - }, - vitaminloesung = { - type = 'item', - label = 'Vitaminlösung 100', - unique = false, - useable = true, - weight = 100, shouldClose = true, + name = 'thors_thunder_storm', description = '', - name = 'vitaminloesung', - image = 'screenshot_696-removebg-preview.png', }, - cokebaggy = { - type = 'item', - label = 'Bag of Coke', - unique = false, + roofbox_color = { useable = true, - weight = 0, - shouldClose = true, - description = 'To get happy real quick', - name = 'cokebaggy', - image = 'cocaine_baggy.png', - }, - pistol_extendedclip = { - type = 'item', - label = 'pistol_extendedclip', unique = true, + label = 'Farbige Dachbox', + weight = 1000, + type = 'item', + image = 'roofbox_color.png', + shouldClose = true, + name = 'roofbox_color', + description = '', + }, + rifle_drum = { useable = true, + unique = true, + label = 'Gewehr Trommelmagzin', weight = 100, - shouldClose = true, - description = 'erw. Pistolen Magazin', - name = 'pistol_extendedclip', - image = 'clip_attachment.png', - }, - ggdrasils_ssence = { type = 'item', - label = 'Yggdrasil\'s Essence', - unique = true, - useable = true, - weight = 200, + image = 'drum_attachment.png', shouldClose = true, - description = 'Erdend und zugleich erfrischend, dieses Getränk bringt die Essenz des Weltenbaums direkt ins Glas.', - name = 'ggdrasils_ssence', - image = 'YggdrasilsEssence.png', + name = 'rifle_drum', + description = '', + }, + shotgun_squaredmuzzle = { + useable = true, + unique = true, + label = 'MK2 Shotgun Squaredmuzzle', + weight = 100, + type = 'item', + image = 'comp_attachment.png', + shouldClose = true, + name = 'shotgun_squaredmuzzle', + description = '', + }, + ggdrasils_oots = { + useable = true, + unique = false, + label = 'Yggdrasil\'s Roots', + weight = 200, + type = 'item', + image = 'YggdrasilsRootsGemuseChips.png.png', + shouldClose = true, + name = 'yggdrasils_roots', + description = 'Tief verwurzelt in den Gaben der Natur, bieten diese knusprigen Snacks eine Verbindung zu den alten Geschichten.', + }, + pistol_ammo = { + useable = true, + unique = false, + label = 'Pistolen Munition', + weight = 200, + type = 'item', + image = 'pistol_ammo.png', + shouldClose = true, + name = 'pistol_ammo', + description = 'Peng in klein', + }, + marble_pop_limo = { + useable = true, + unique = true, + label = 'Marble Pop Limo', + weight = 200, + type = 'item', + image = 'marblepop.png', + shouldClose = true, + name = 'marble_pop_limo', + description = 'Kult-Getränk aus Japan: Erfrischende Limonade mit fruchtigem Geschmack und der typischen Glasmurmel', + }, + sniper_flashlight = { + useable = true, + unique = true, + label = 'Sniper Licht', + weight = 100, + type = 'item', + image = 'flashlight_attachment.png', + shouldClose = true, + name = 'sniper_flashlight', + description = '', + }, + rifle_flashlight = { + useable = true, + unique = true, + label = 'Gewehrlicht', + weight = 100, + type = 'item', + image = 'flashlight_attachment.png', + shouldClose = true, + name = 'rifle_flashlight', + description = '', + }, + weapon_autoshotgun = { + useable = false, + unique = true, + label = 'Auto Shotgun', + weight = 1000, + type = 'weapon', + image = 'weapon_autoshotgun.png', + ammotype = 'AMMO_SHOTGUN', + name = 'weapon_autoshotgun', + description = 'A shotgun capable of rapid continous fire', + }, + bandage = { + useable = true, + unique = false, + label = 'Bandage', + weight = 0, + type = 'item', + image = 'bandage.png', + shouldClose = true, + name = 'bandage', + description = 'A bandage works every time', + }, + copper = { + useable = false, + unique = false, + label = 'Kupferbarren', + weight = 800, + type = 'item', + image = 'cooperbar.png', + shouldClose = false, + name = 'copper', + description = 'Es ist Metall aber Weich ', + }, + meth_pipe = { + useable = false, + unique = false, + label = 'Leere Methpfeife', + weight = 500, + type = 'item', + image = 'Meth pfeife.png', + shouldClose = false, + name = 'meth_pipe', + description = 'Leere Pfeife zum möglichen Glück was keins ist', + }, + football = { + useable = true, + unique = true, + label = 'Football', + weight = 400, + type = 'item', + image = 'football.png', + shouldClose = false, + name = 'football', + description = '', + }, + cooked_kebab = { + useable = true, + unique = false, + label = 'gegrilltes Schaschlick', + weight = 200, + type = 'item', + image = 'cooked_kebab.png', + shouldClose = true, + name = 'cooked_kebab', + description = '', + }, + lamb_chops = { + useable = true, + unique = false, + label = 'Lammkoteletts', + weight = 200, + type = 'item', + image = 'lamb_chops.png', + shouldClose = true, + name = 'lamb_chops', + description = '', + }, + burger = { + useable = true, + unique = false, + label = 'Hamburger mit Käse', + weight = 100, + type = 'item', + image = 'burger.png', + shouldClose = true, + name = 'burger', + description = '', + }, + pistol_suppressor = { + useable = true, + unique = true, + label = 'Pistolen Schalldämpfer', + weight = 100, + type = 'item', + image = 'suppressor_attachment.png', + shouldClose = true, + name = 'pistol_suppressor', + description = '', + }, + njords_sea_platter = { + useable = true, + unique = true, + label = 'Njords Sea Platter', + weight = 100, + type = 'item', + image = 'NjordsSeaPlatter.png', + shouldClose = true, + name = 'njords_sea_platter', + description = '', + }, + geocamo_attachment = { + useable = true, + unique = false, + label = 'Geometric Camo', + weight = 1000, + type = 'item', + image = 'geocamo_attachment.png', + shouldClose = true, + name = 'geocamo_attachment', + description = 'A geometric camo for a weapon', + }, + leberkas_semmal = { + useable = true, + unique = false, + label = 'Leberkas Semmal', + weight = 100, + type = 'item', + image = 'leberkas_semmal.png', + shouldClose = true, + name = 'leberkas_semmal', + description = 'Mehr Fleisch als Worte – des is koa Semmel, des is a Lebensgefühl!', + }, + rifle_defaultclip = { + useable = true, + unique = true, + label = 'Gewehr Magazin', + weight = 100, + type = 'item', + image = 'rifle_defaultclip.png', + shouldClose = true, + name = 'rifle_defaultclip', + description = '', + }, + woodcamo_attachment = { + useable = true, + unique = false, + label = 'Woodland Camo', + weight = 1000, + type = 'item', + image = 'woodcamo_attachment.png', + shouldClose = true, + name = 'woodcamo_attachment', + description = 'A woodland camo for a weapon', + }, + certificate = { + useable = false, + unique = false, + label = 'Certificate', + weight = 0, + type = 'item', + image = 'certificate.png', + shouldClose = true, + name = 'certificate', + description = 'Certificate that proves you own certain stuff', + }, + dildo = { + useable = true, + unique = true, + label = 'Dildo', + weight = 200, + type = 'item', + image = 'dildo.png', + shouldClose = true, + name = 'dildo', + description = 'passt gut zum Gleitgel ^^', + }, + kakao = { + useable = true, + unique = false, + label = 'Kakao Togo', + weight = 100, + type = 'item', + image = 'kakao.png', + shouldClose = true, + name = 'kakao', + description = 'Eine heiße, süße Tasse Schokolade – perfekt zum Entspannen oder Aufwärmen an kühlen Tagen.', + }, + advancedlockpick = { + useable = true, + unique = false, + label = 'Advanced Lockpick', + weight = 500, + type = 'item', + image = 'advancedlockpick.png', + shouldClose = true, + name = 'advancedlockpick', + description = 'If you lose your keys a lot this is very useful... Also useful to open your beers', + }, + heimdalls_guard_bread = { + useable = true, + unique = false, + label = 'Heimdalls Guard Bread', + weight = 100, + type = 'item', + image = 'HeimdallsGuardBread.png', + shouldClose = true, + name = 'heimdalls_guard_bread', + description = '', + }, + lighting_controller = { + useable = true, + unique = true, + label = 'Neon Controller', + weight = 100, + type = 'item', + image = 'lighting_controller.png', + shouldClose = false, + name = 'lighting_controller', + description = 'Alle Farben des Regenbogens per Knopfdruck', + }, + pump = { + useable = false, + unique = true, + label = 'Akku Pumpe', + weight = 2000, + type = 'item', + image = 'pump.png', + shouldClose = false, + name = 'pump', + description = '', + }, + amoxicillin = { + useable = true, + unique = false, + label = 'Amoxicillin', + weight = 20, + type = 'item', + image = 'amoxicillin.png', + shouldClose = true, + name = 'amoxicillin', + description = '', + }, + file = { + useable = false, + unique = true, + label = 'SD Karte mit Datei', + weight = 100, + type = 'item', + image = 'file.png', + shouldClose = false, + name = 'file', + description = '', + }, + moneybag = { + useable = true, + unique = true, + label = 'Money Bag', + weight = 0, + type = 'item', + image = 'moneybag.png', + shouldClose = true, + name = 'moneybag', + description = 'A bag with cash', + }, + rifle_scope = { + useable = true, + unique = true, + label = 'Gewehrvisier', + weight = 100, + type = 'item', + image = 'smallscope_attachment.png', + shouldClose = true, + name = 'rifle_scope', + description = '', + }, + sprunk_flasche = { + useable = true, + unique = false, + label = 'Sprunk Flasche', + weight = 80, + type = 'item', + image = 'sprunk_flasche.png', + shouldClose = true, + name = 'sprunk_flasche', + description = 'Flasche Zitronen Limo', + }, + dirischebs = { + useable = false, + unique = true, + label = 'Der Irische Beziehungstatus', + weight = 100, + type = 'item', + image = 'Der_Irische_Beziehungsstatus.png', + shouldClose = false, + name = 'dirischebs', + description = '', + }, + lean_route = { + useable = false, + unique = true, + label = 'Lean Route', + weight = 10, + type = 'item', + image = 'lean_route.png', + shouldClose = false, + name = 'lean_route', + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + }, + performance_part = { + useable = true, + unique = false, + label = 'Performance Kit', + weight = 0, + type = 'item', + image = 'performance_part.png', + shouldClose = true, + name = 'performance_part', + description = '', + }, + badfruit = { + useable = false, + unique = false, + label = 'Faules Obst', + weight = 100, + type = 'item', + image = 'badfruit.png', + shouldClose = false, + name = 'badfruit', + description = '', + }, + weapontint_mk2_17 = { + useable = true, + unique = false, + label = 'Bold Red Features Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_17', + description = 'Bold Red Features Weapon Tint for MK2 Weapons', + }, + spikestrips = { + useable = true, + unique = true, + label = 'Nagelband', + weight = 200, + type = 'item', + image = 'spikestripes.png', + shouldClose = true, + name = 'spikestrips', + description = '', + }, + kunfe = { + useable = true, + unique = false, + label = 'Künefe', + weight = 10, + type = 'item', + image = 'kunfe.png', + shouldClose = true, + name = 'kunfe', + description = '', + }, + junk_energy = { + useable = true, + unique = false, + label = 'Junk Energy', + weight = 100, + type = 'item', + image = 'junk_energy.png', + shouldClose = true, + name = 'junk_energy', + description = 'Dose mit Engery', + }, + dins_isdom_latter = { + useable = true, + unique = false, + label = 'Odin\'s Wisdom Platter', + weight = 200, + type = 'item', + image = 'OdinsWisdomPlatter.png', + shouldClose = true, + name = 'dins_isdom_latter', + description = 'Eine herzhafte Mischung, die den Wissensdurst und die Abenteuerlust des Göttervaters befriedigt.', + }, + orangejuice = { + useable = true, + unique = false, + label = 'Flasche Orangensaft', + weight = 100, + type = 'item', + image = 'orangejuice.png', + shouldClose = false, + name = 'orangejuice', + description = '', + }, + rawmeat = { + useable = false, + unique = false, + label = 'rohes Fleisch', + weight = 100, + type = 'item', + image = 'rawmeat.png', + shouldClose = false, + name = 'rawmeat', + description = '', + }, + cooked_short_ribs = { + useable = true, + unique = false, + label = 'gegrillte Short Ribs', + weight = 200, + type = 'item', + image = 'cooked_short_ribs.png', + shouldClose = true, + name = 'cooked_short_ribs', + description = '', + }, + luxuryfinish_attachment = { + useable = true, + unique = false, + label = 'Luxury Finish', + weight = 1000, + type = 'item', + image = 'luxuryfinish_attachment.png', + shouldClose = true, + name = 'luxuryfinish_attachment', + description = 'A luxury finish for a weapon', + }, + weapon_combatmg_mk2 = { + useable = true, + unique = true, + label = 'Combat MG Mk II', + weight = 1000, + type = 'weapon', + image = 'weapon_combatmg_mk2.png', + ammotype = 'AMMO_MG', + name = 'weapon_combatmg_mk2', + description = 'Weapon Combatmg MK2', + }, + smg_flashlight = { + useable = true, + unique = true, + label = 'SMG Licht', + weight = 100, + type = 'item', + image = 'flashlight_attachment.png', + shouldClose = true, + name = 'smg_flashlight', + description = '', + }, + surgical_kit = { + useable = true, + unique = false, + label = 'Näh-Set', + weight = 500, + type = 'item', + image = 'surgicalkit.png', + shouldClose = true, + name = 'surgical_kit', + description = '', + }, + gg_cougar_claw_02 = { + useable = false, + unique = true, + label = 'Robuste Puma-Klaue', + weight = 500, + type = 'item', + image = 'gg_cougar_claw_02.png', + shouldClose = true, + name = 'gg_cougar_claw_02', + description = '', + }, + newsmic = { + useable = true, + unique = true, + label = 'News Microphone', + weight = 100, + type = 'item', + image = 'newsmic.png', + shouldClose = true, + name = 'newsmic', + description = 'A microphone for the news', + }, + blood_1000 = { + useable = true, + unique = false, + label = 'Blut (1000ml)', + weight = 1000, + type = 'item', + image = 'blood_100.png', + shouldClose = true, + name = 'blood_1000', + description = '', + }, + weed_ogkush = { + useable = true, + unique = false, + label = 'OGKush 2g', + weight = 200, + type = 'item', + image = 'weed_baggy.png', + shouldClose = false, + name = 'weed_ogkush', + description = 'A weed bag with 2g OG Kush', + }, + weapon_flashlight = { + useable = false, + description = 'Heller als Du ^^', + label = 'Flashlight', + unique = true, + name = 'weapon_flashlight', + weight = 1000, + type = 'weapon', + image = 'weapon_flashlight.png', + }, + aspirin = { + useable = true, + unique = false, + label = 'Aspirin', + weight = 20, + type = 'item', + image = 'aspirin.png', + shouldClose = true, + name = 'aspirin', + description = '', + }, + sniper_largescope = { + useable = true, + unique = true, + label = 'Sniper Visier groß', + weight = 100, + type = 'item', + image = 'advscope_attachment.png', + shouldClose = true, + name = 'sniper_largescope', + description = '', + }, + morphine = { + useable = true, + unique = false, + label = 'Morphiumspritze', + weight = 10, + type = 'item', + image = 'syringe.png', + shouldClose = true, + name = 'morphine', + description = '', + }, + emptybag = { + useable = false, + unique = false, + label = 'leerer Sack', + weight = 10, + type = 'item', + image = 'emptybag.png', + shouldClose = false, + name = 'emptybag', + description = '', + }, + lokis_trickery = { + useable = true, + unique = false, + label = 'Loki\'s Trickery', + weight = 200, + type = 'item', + image = 'LokisTrickery.png', + shouldClose = true, + name = 'lokis_trickery', + description = 'Unvorhersehbar und gefährlich, genau wie der Gott der Streiche selbst.', + }, + corn = { + useable = false, + unique = false, + label = 'Getreide', + weight = 100, + type = 'item', + image = 'corn.png', + shouldClose = false, + name = 'corn', + description = '', + }, + gg_coyote_fangs_03 = { + useable = false, + unique = true, + label = 'Makelloser Kojotenzahn', + weight = 1000, + type = 'item', + image = 'gg_coyote_fangs_03.png', + shouldClose = true, + name = 'gg_coyote_fangs_03', + description = '', + }, + blood_500 = { + useable = true, + unique = false, + label = 'Blut (500ml)', + weight = 500, + type = 'item', + image = 'blood_500.png', + shouldClose = true, + name = 'blood_500', + description = '', + }, + weapontint_mk2_5 = { + useable = true, + unique = false, + label = 'Classic Green Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_5', + description = 'Classic Green Weapon Tint for MK2 Weapons', + }, + weapon_combatmg = { + useable = false, + unique = true, + label = 'Combat MG', + weight = 1000, + type = 'weapon', + image = 'weapon_combatmg.png', + ammotype = 'AMMO_MG', + name = 'weapon_combatmg', + description = 'A combat version of an automatic gun that fires bullets in rapid succession for as long as the trigger is pressed', + }, + shoe = { + useable = true, + unique = true, + label = 'Schuh', + weight = 100, + type = 'item', + image = 'shoe.png', + shouldClose = false, + name = 'shoe', + description = 'ein Schuh an Kop .... oder so', + }, + veh_interior = { + useable = true, + unique = false, + label = 'Interior', + weight = 1000, + type = 'item', + image = 'veh_interior.png', + shouldClose = true, + name = 'veh_interior', + description = 'Upgrade vehicle interior', + }, + weapon_compactlauncher = { + useable = false, + description = 'A compact grenade launcher', + label = 'Compact Launcher', + unique = true, + name = 'weapon_compactlauncher', + weight = 1000, + type = 'weapon', + image = 'weapon_compactlauncher.png', + }, + fitbit = { + useable = true, + unique = true, + label = 'Fitbit', + weight = 500, + type = 'item', + image = 'fitbit.png', + shouldClose = true, + name = 'fitbit', + description = 'I like fitbit', + }, + sand = { + useable = false, + unique = false, + label = 'Eimer mit Sand', + weight = 1000, + type = 'item', + image = 'sand.png', + shouldClose = false, + name = 'sand', + description = '', + }, + dendrogyra_coral = { + useable = false, + unique = false, + label = 'Dendrogyra', + weight = 1000, + type = 'item', + image = 'dendrogyra_coral.png', + shouldClose = true, + name = 'dendrogyra_coral', + description = 'Its also known as pillar coral', + }, + ammo_beanbag = { + useable = true, + unique = false, + label = 'Beanbag Ammo', + weight = 100, + type = 'item', + image = 'beanbag_ammo.png', + shouldClose = true, + name = 'ammo_beanbag', + description = 'Munition für die Beanbag Shotgun', + }, + aldurs_ight_lixir = { + useable = true, + unique = false, + label = 'Baldur\'s Light Elixir', + weight = 200, + type = 'item', + image = 'BaldursLightElixir.png', + shouldClose = true, + name = 'baldurs_light_elixir', + description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.', + }, + heimdalls_clear_sight = { + useable = true, + unique = false, + label = 'Heimdalls Clear Sight', + weight = 100, + type = 'item', + image = 'HeimdallsClearSight.png', + shouldClose = true, + name = 'heimdalls_clear_sight', + description = '', + }, + orange_o_tang_flasche = { + useable = true, + unique = false, + label = 'Orange O Tang Flasche', + weight = 80, + type = 'item', + image = 'orange_o_tang_flasche.png', + shouldClose = true, + name = 'orange_o_tang_flasche', + description = 'Flasche Orangen Limo', + }, + smg_suppressor = { + useable = true, + unique = true, + label = 'SMG Schalldämpfer', + weight = 100, + type = 'item', + image = 'suppressor_attachment.png', + shouldClose = true, + name = 'smg_suppressor', + description = '', + }, + pistol_holoscope = { + useable = true, + unique = true, + label = 'Pistolenvisier', + weight = 100, + type = 'item', + image = 'holoscope_attachment.png', + shouldClose = true, + name = 'pistol_holoscope', + description = '', + }, + weapon_smg = { + useable = false, + unique = true, + label = 'MP5', + weight = 1000, + type = 'weapon', + image = 'screenshot_409-removebg-preview.png', + ammotype = 'AMMO_SMG', + name = 'weapon_smg', + description = 'Deutsche Ingenieurskunst in Kompaktform, gebaut für Cops, die auf Präzision und Verlässlichkeit zählen.', + }, + cefalexin = { + useable = true, + unique = false, + label = 'Cefalexin', + weight = 20, + type = 'item', + image = 'Cefalexin.png', + shouldClose = true, + name = 'cefalexin', + description = '', + }, + weed_whitewidow_seed = { + useable = true, + unique = false, + label = 'White Widow Seed', + weight = 0, + type = 'item', + image = 'weed_seed.png', + shouldClose = false, + name = 'weed_whitewidow_seed', + description = 'A weed seed of White Widow', + }, + coke_small_brick = { + useable = false, + unique = true, + label = 'Coke Package', + weight = 350, + type = 'item', + image = 'coke_small_brick.png', + shouldClose = true, + name = 'coke_small_brick', + description = 'Small package of cocaine, mostly used for deals and takes a lot of space', + }, + yggdrasils_root = { + useable = true, + unique = true, + label = 'Yggdrasil\'s Root', + weight = 200, + type = 'item', + image = 'YggdrasilsRoot.png', + shouldClose = true, + name = 'yggdrasils_root', + description = '', + }, + emergencydrone = { + useable = true, + unique = true, + label = 'Einsatz Drohne', + weight = 1000, + type = 'item', + image = 'emergencydrone.png', + shouldClose = true, + name = 'emergencydrone', + description = '', + }, + loaded_fries = { + useable = true, + unique = false, + label = 'Loaded Fries', + weight = 100, + type = 'item', + image = 'loaded_fries.png', + shouldClose = true, + name = 'loaded_fries', + description = 'Knusprige Pommes, reich belegt mit köstlichen Toppings', + }, + gg_captured_rabbit = { + useable = true, + unique = true, + label = 'Gefangenes Kaninchen', + weight = 5000, + type = 'item', + image = 'gg_captured_rabbit.png', + shouldClose = true, + name = 'gg_captured_rabbit', + description = '', + }, + tuch = { + useable = true, + unique = false, + label = 'Stofftuch', + weight = 0, + type = 'item', + image = '', + shouldClose = true, + name = 'tuch', + description = '', + }, + machete_blade = { + useable = false, + unique = false, + label = 'Machete Klinge', + weight = 500, + type = 'item', + image = 'Machetenklinge.png', + shouldClose = false, + name = 'machete_blade', + description = 'Wenn du mehr als nur ein bisschen Durchblick brauchst – sie räumt den Weg frei', + }, + weed_ak47_seed = { + useable = true, + unique = false, + label = 'AK47 Seed', + weight = 0, + type = 'item', + image = 'weed_seed.png', + shouldClose = true, + name = 'weed_ak47_seed', + description = 'A weed seed of AK47', + }, + vehicle_wheels = { + useable = true, + unique = false, + label = 'Felgen', + weight = 0, + type = 'item', + image = 'vehicle_wheels.png', + shouldClose = true, + name = 'vehicle_wheels', + description = '', + }, + mechanic_tablet = { + useable = true, + unique = false, + label = 'Petrol Head Tablet', + weight = 0, + type = 'item', + image = 'mechanic_tablet.png', + shouldClose = false, + name = 'mechanic_tablet', + description = 'Das wichtigste Werkzeug', + }, + weapon_grenadelauncher = { + useable = false, + unique = true, + label = 'Grenade Launcher', + weight = 1000, + type = 'weapon', + image = 'weapon_grenadelauncher.png', + ammotype = 'AMMO_GRENADELAUNCHER', + name = 'weapon_grenadelauncher', + description = 'A weapon that fires a specially-designed large-caliber projectile, often with an explosive, smoke or gas warhead', + }, + antipatharia_coral = { + useable = false, + unique = false, + label = 'Antipatharia', + weight = 1000, + type = 'item', + image = 'antipatharia_coral.png', + shouldClose = true, + name = 'antipatharia_coral', + description = 'Its also known as black corals or thorn corals', + }, + weapon_unarmed = { + useable = false, + description = 'Fisticuffs', + label = 'Fists', + unique = true, + name = 'weapon_unarmed', + weight = 1000, + type = 'weapon', + image = 'placeholder.png', + }, + bb_cupcake = { + useable = true, + unique = false, + label = 'Blueberry Cupcake', + weight = 10, + type = 'item', + image = 'bb_cupcake.png', + shouldClose = true, + name = 'bb_cupcake', + description = '', + }, + samsplint = { + useable = true, + unique = false, + label = 'Samsplint', + weight = 100, + type = 'item', + image = 'samsplint.png', + shouldClose = true, + name = 'samsplint', + description = '', + }, + sniper_scope = { + useable = true, + unique = true, + label = 'Sniper Visier', + weight = 100, + type = 'item', + image = 'largescope_attachment.png', + shouldClose = true, + name = 'sniper_scope', + description = '', + }, + wood = { + useable = false, + unique = false, + label = 'Holz', + weight = 1000, + type = 'item', + image = 'wood.png', + shouldClose = false, + name = 'wood', + description = 'Ich und mein Holz....', + }, + urapidil3 = { + useable = true, + unique = false, + label = 'Urapidil 3,0 mg', + weight = 20, + type = 'item', + image = 'urapidil1.png', + shouldClose = true, + name = 'urapidil3', + description = '', + }, + v12_engine = { + useable = true, + unique = false, + label = 'V12 Motor', + weight = 0, + type = 'item', + image = 'v12_engine.png', + shouldClose = true, + name = 'v12_engine', + description = '', + }, + boxorange = { + useable = false, + unique = true, + label = 'Kiste Orangen', + weight = 1000, + type = 'item', + image = 'boxorange.png', + shouldClose = false, + name = 'boxorange', + description = '', + }, + sprunk_zero_dose = { + useable = true, + unique = false, + label = 'Sprunk Zero Dose', + weight = 50, + type = 'item', + image = 'sprunk_zero_dose.png', + shouldClose = true, + name = 'sprunk_zero_dose', + description = 'Dose Zitronen Limo', + }, + hundefutter = { + useable = true, + unique = false, + label = 'Hundefutter', + weight = 200, + type = 'item', + image = 'dogfood.png', + shouldClose = true, + name = 'hundefutter', + description = 'Futter für Hunde', + }, + ammunition_route = { + useable = false, + unique = true, + label = 'Munitions Route', + weight = 10, + type = 'item', + image = 'ammunition_route.png', + shouldClose = false, + name = 'ammunition_route', + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + }, + ornageo = { + useable = true, + unique = false, + label = 'Orange O Tang Softdrink', + weight = 100, + type = 'item', + image = 'ornageo.png', + shouldClose = true, + name = 'ornageo', + description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', + }, + kq_outfitbag = { + useable = true, + unique = false, + label = 'Outfit Rucksack', + weight = 5, + type = 'item', + image = 'kq_outfitbag.png', + shouldClose = false, + name = 'kq_outfitbag', + description = 'Der Kleiderschrank für unterwegs', + }, + gussform = { + useable = false, + unique = true, + label = 'Gussform ', + weight = 1000, + type = 'item', + image = 'gussform.png', + shouldClose = false, + name = 'gussform', + description = '', + }, + smg_scope = { + useable = true, + unique = true, + label = 'SMG Visier', + weight = 100, + type = 'item', + image = 'holoscope_attachment.png', + shouldClose = true, + name = 'smg_scope', + description = '', + }, + axe_head = { + useable = false, + unique = false, + label = 'Axt Kopf', + weight = 1000, + type = 'item', + image = 'Axtkopf.png', + shouldClose = false, + name = 'axe_head', + description = 'Der schneidige Bruder der Säge', + }, + weapon_sawnoffshotgun = { + useable = false, + unique = true, + label = 'Sawn-off Shotgun', + weight = 1000, + type = 'weapon', + image = 'weapon_sawnoffshotgun.png', + ammotype = 'AMMO_SHOTGUN', + name = 'weapon_sawnoffshotgun', + description = 'A sawn-off smoothbore gun for firing small shot at short range', + }, + vitaminloesung_1000 = { + useable = true, + unique = false, + label = 'Vitaminlösung 1000', + weight = 1000, + type = 'item', + image = 'screenshot_696-removebg-preview.png', + shouldClose = true, + name = 'vitaminloesung_1000', + description = '', + }, + weapon_marksmanrifle_mk2 = { + useable = true, + unique = true, + label = 'Marksman Rifle Mk II', + weight = 1000, + type = 'weapon', + image = 'huntingrifle2.png', + ammotype = 'AMMO_SNIPER', + name = 'weapon_marksmanrifle_mk2', + description = 'Weapon Marksmanrifle MK2', + }, + tenkgoldchain = { + useable = false, + unique = false, + label = '10k Gold Chain', + weight = 2000, + type = 'item', + image = '10kgoldchain.png', + shouldClose = true, + name = 'tenkgoldchain', + description = '10 carat golden chain', + }, + orange = { + useable = false, + unique = false, + label = 'Orange', + weight = 100, + type = 'item', + image = 'orange.png', + shouldClose = false, + name = 'orange', + description = '', + }, + empty_nitrous_bottle = { + useable = true, + unique = false, + label = 'leere Nitro Flasche', + weight = 0, + type = 'item', + image = 'empty_nitrous_bottle.png', + shouldClose = true, + name = 'empty_nitrous_bottle', + description = '', + }, + flood_light = { + useable = true, + unique = false, + label = 'Outdoor Lampe', + weight = 600, + type = 'item', + image = 'flood_light.png', + shouldClose = true, + name = 'flood_light', + description = '', + }, + chicken_thigh = { + useable = true, + unique = false, + label = 'rohe Hähnchenkeule', + weight = 200, + type = 'item', + image = 'chicken_thigh.png', + shouldClose = true, + name = 'chicken_thigh', + description = '', + }, + coke_brick = { + useable = false, + unique = true, + label = 'Coke Brick', + weight = 1000, + type = 'item', + image = 'coke_brick.png', + shouldClose = true, + name = 'coke_brick', + description = 'Heavy package of cocaine, mostly used for deals and takes a lot of space', + }, + gg_pug_bait_01 = { + useable = true, + unique = false, + label = 'Illegaler Raubtierköder 1', + weight = 100, + type = 'item', + image = 'gg_pug_bait_01.png', + shouldClose = true, + name = 'gg_pug_bait_01', + description = '', + }, + cc_cake = { + useable = true, + unique = false, + label = 'Cheesecake', + weight = 10, + type = 'item', + image = 'cc_cake.png', + shouldClose = true, + name = 'cc_cake', + description = '', + }, + boxorangejuice = { + useable = false, + unique = true, + label = 'Kiste Orangensaft', + weight = 1000, + type = 'item', + image = 'boxorangejuice.png', + shouldClose = false, + name = 'boxorangejuice', + description = '', + }, + slushi = { + useable = true, + unique = false, + label = 'Slushi', + weight = 150, + type = 'item', + image = 'slushi.png', + shouldClose = true, + name = 'slushi', + description = 'Erfrischung pur in jedem Schluck – Gönn dir deinen Slushi!', + }, + rohmilk = { + useable = false, + unique = false, + label = 'Eimer mit Rohmilch', + weight = 1000, + type = 'item', + image = 'rohmilk.png', + shouldClose = false, + name = 'rohmilk', + description = '', + }, + sandwich = { + useable = true, + unique = false, + label = '3 Tage altes Sandwich', + weight = 200, + type = 'item', + image = 'sandwich.png', + shouldClose = true, + name = 'sandwich', + description = 'bist du dir sicher das du das essen willst?', + }, + lockpick = { + useable = true, + unique = false, + label = 'Dietrich', + weight = 300, + type = 'item', + image = 'lockpick.png', + shouldClose = true, + name = 'lockpick', + description = 'Very useful if you lose your keys a lot.. or if you want to use it for something else...', + }, + cooked_bbq_ribeye = { + useable = true, + unique = false, + label = 'gegrilltes Ribeye Steak', + weight = 200, + type = 'item', + image = 'cooked_bbq_ribeye.png', + shouldClose = true, + name = 'cooked_bbq_ribeye', + description = '', + }, + rolex = { + useable = false, + unique = false, + label = 'Golden Watch', + weight = 1500, + type = 'item', + image = 'rolex.png', + shouldClose = true, + name = 'rolex', + description = 'A golden watch seems like the jackpot to me!', + }, + weapon_license = { + useable = true, + unique = true, + label = 'Waffenschein', + weight = 10, + type = 'item', + image = 'weapon_license.png', + shouldClose = true, + name = 'weapon_license', + description = '', + }, + cooked_pork_joint = { + useable = true, + unique = false, + label = 'gegrillter Schweinebraten', + weight = 200, + type = 'item', + image = 'cooked_pork_joint.png', + shouldClose = true, + name = 'cooked_pork_joint', + description = '', }, whiskey = { - type = 'item', - label = 'Whiskey', - unique = false, useable = true, + unique = false, + label = 'Whiskey', weight = 500, - shouldClose = true, - description = 'For all the thirsty out there', - name = 'whiskey', + type = 'item', image = 'whiskey.png', + shouldClose = true, + name = 'whiskey', + description = 'For all the thirsty out there', + }, + perseuscamo_attachment = { + useable = true, + unique = false, + label = 'Perseus Camo', + weight = 1000, + type = 'item', + image = 'perseuscamo_attachment.png', + shouldClose = true, + name = 'perseuscamo_attachment', + description = 'A perseus camo for a weapon', + }, + weapon_microsmg = { + useable = false, + unique = true, + label = 'Micro SMG', + weight = 1000, + type = 'weapon', + image = 'weapon_microsmg.png', + ammotype = 'AMMO_SMG', + name = 'weapon_microsmg', + description = 'A handheld light weight machine gun', + }, + air_filter = { + useable = true, + unique = false, + label = 'Premium Luftfilter', + weight = 0, + type = 'item', + image = 'air_filter.png', + shouldClose = true, + name = 'air_filter', + description = 'sollte das Baby wieder nach Luft schreien, einmal wechseln', + }, + wc_cupcake = { + useable = true, + unique = false, + label = 'White Chocolate Raspberry Cupcake', + weight = 10, + type = 'item', + image = 'wc_cupcake.png', + shouldClose = true, + name = 'wc_cupcake', + description = '', + }, + salep = { + useable = true, + unique = true, + label = 'Salep', + weight = 200, + type = 'item', + image = 'salep.png', + shouldClose = true, + name = 'salep', + description = ' Zimt Heißgetränk', + }, + plank = { + useable = false, + unique = false, + label = 'Brett ', + weight = 600, + type = 'item', + image = 'plank.png', + shouldClose = false, + name = 'plank', + description = 'Brett vorm Kopf oder so...', + }, + weapontint_mk2_30 = { + useable = true, + unique = false, + label = 'Metallic White & Aqua Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_30', + description = 'Metallic White & Aqua Weapon Tint for MK2 Weapons', + }, + nitrous_bottle = { + useable = false, + unique = false, + label = 'Nitro Flasche', + weight = 0, + type = 'item', + image = '', + shouldClose = false, + name = 'nitrous_bottle', + description = '', + }, + redwoodpack = { + useable = true, + unique = false, + label = 'Packung Redwood Zigaretten', + weight = 200, + type = 'item', + image = 'redwoodpack.png', + shouldClose = true, + name = 'redwoodpack', + description = '', + }, + cotton = { + useable = false, + unique = false, + label = 'Baumwolle', + weight = 100, + type = 'item', + image = 'cotton.png', + shouldClose = false, + name = 'cotton', + description = '', + }, + weapon_appistol = { + useable = false, + unique = true, + label = ' Klog 19 A', + weight = 1000, + type = 'weapon', + image = 'weapon_appistol.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_appistol', + description = 'Wie die normale Klog nur mit mehr Fuck Yeaaah!', + }, + sprunk_zero_flasche = { + useable = true, + unique = false, + label = 'Sprunk Zero Flasche', + weight = 80, + type = 'item', + image = 'sprunk_zero_flasche.png', + shouldClose = true, + name = 'sprunk_zero_flasche', + description = 'Flasche Zero Zitronen Limo', + }, + weapontint_5 = { + useable = true, + unique = false, + label = 'LSPD Tint', + weight = 1000, + type = 'item', + image = 'weapontint_lspd.png', + shouldClose = true, + name = 'weapontint_5', + description = 'LSPD Weapon Tint', + }, + red_phone = { + useable = false, + unique = true, + label = 'iFruit 12XR Rot', + weight = 0.09999999999999432, + type = 'item', + image = 'red_phone.png', + shouldClose = false, + name = 'red_phone', + description = '„So smart, es wundert sich selbst, warum es bei dir gelandet ist.“', + }, + raw_short_ribs = { + useable = true, + unique = false, + label = 'rohe Short Ribs', + weight = 200, + type = 'item', + image = 'raw_short_ribs.png', + shouldClose = true, + name = 'raw_short_ribs', + description = '', + }, + aluminum = { + useable = false, + unique = false, + label = 'Aluminium', + weight = 100, + type = 'item', + image = 'aluminum.png', + shouldClose = false, + name = 'aluminum', + description = 'Nice piece of metal that you can probably use for something', + }, + cigkfte = { + useable = true, + unique = false, + label = 'Cigköfte', + weight = 10, + type = 'item', + image = 'cigkfte.png', + shouldClose = true, + name = 'cigkfte', + description = '', + }, + njords_ocean_breeze_alkoholfrei = { + useable = true, + unique = true, + label = 'Njords Ocean Breeze', + weight = 100, + type = 'item', + image = 'NjordsOceanBreeze.png', + shouldClose = true, + name = 'njords_ocean_breeze_alkoholfrei', + description = '', + }, + box = { + useable = false, + unique = true, + label = 'Kiste', + weight = 600, + type = 'item', + image = 'box.png', + shouldClose = false, + name = 'box', + description = '', + }, + brushcamo_attachment = { + useable = true, + unique = false, + label = 'Brushstroke Camo', + weight = 1000, + type = 'item', + image = 'brushcamo_attachment.png', + shouldClose = true, + name = 'brushcamo_attachment', + description = 'A brushstroke camo for a weapon', + }, + defibrillator = { + useable = true, + unique = false, + label = 'Defibrillator', + weight = 3000, + type = 'item', + image = 'aed.png', + shouldClose = true, + name = 'defibrillator', + description = '', + }, + packtobbaco = { + useable = true, + unique = false, + label = 'Packung Tabak', + weight = 100, + type = 'item', + image = 'packtobbaco.png', + shouldClose = false, + name = 'packtobbaco', + description = '', + }, + tobbaco = { + useable = false, + unique = false, + label = 'Tabak', + weight = 100, + type = 'item', + image = 'tobbaco.png', + shouldClose = false, + name = 'tobbaco', + description = '', + }, + espresso = { + useable = true, + unique = true, + label = 'Tasse Espresso', + weight = 100, + type = 'item', + image = 'espresso.png', + shouldClose = true, + name = 'espresso', + description = 'Hiernach bist du safe wach ^^', + }, + weapon_smg_mk2 = { + useable = true, + unique = true, + label = 'SMG Mk II', + weight = 1000, + type = 'weapon', + image = 'highteamsmgmk2-removebg-preview.png', + ammotype = 'AMMO_SMG', + name = 'weapon_smg_mk2', + description = 'SMG MK2', + }, + rifle_holoscope = { + useable = true, + unique = true, + label = '100', + weight = 100, + type = 'item', + image = 'holoscope_attachment.png', + shouldClose = true, + name = 'rifle_holoscope', + description = 'MK2 Gewehr Holovisier', + }, + cooked_corn_cob = { + useable = true, + unique = false, + label = 'gegrillter Maiskolben', + weight = 100, + type = 'item', + image = 'cooked_corn_cob.png', + shouldClose = true, + name = 'cooked_corn_cob', + description = '', + }, + seed = { + useable = true, + unique = false, + label = 'Samen', + weight = 5, + type = 'item', + image = 'seed.png', + shouldClose = true, + name = 'seed', + description = '', + }, + sniper_defaultclip = { + useable = true, + unique = true, + label = 'Sniper Magzin', + weight = 100, + type = 'item', + image = 'sniper_defaultclip.png', + shouldClose = true, + name = 'sniper_defaultclip', + description = '', + }, + hors_hunder_ings = { + useable = true, + unique = true, + label = 'Thor\'s Thunder Wings', + weight = 200, + type = 'item', + image = 'ThorsThunderWings.png', + shouldClose = true, + name = 'hors_hunder_ings', + description = 'Knusprig, würzig und mit einem feurigen Biss – diese Flügel schlagen ein wie ein Donnerblitz.', + }, + gg_hunting_animaltracker = { + useable = true, + unique = true, + label = 'Tier Ortungsgerät', + weight = 1000, + type = 'item', + image = 'gg_hunting_animaltracker.png', + shouldClose = true, + name = 'gg_hunting_animaltracker', + description = '', + }, + weed = { + useable = true, + unique = false, + label = 'Cannabis Knolle', + weight = 100, + type = 'item', + image = 'marihuana.png', + shouldClose = false, + name = 'weed', + description = 'Wächst, riecht, entspannt', + }, + weapon_knife = { + useable = false, + description = 'An instrument composed of a blade fixed into a handle, used for cutting or as a weapon', + label = 'Messer', + unique = true, + name = 'weapon_knife', + weight = 1000, + type = 'weapon', + image = 'weapon_knife.png', + }, + weed_route = { + useable = false, + unique = true, + label = 'Weed Route', + weight = 10, + type = 'item', + image = 'weed_route.png', + shouldClose = false, + name = 'weed_route', + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + }, + mmkc = { + useable = true, + unique = false, + label = 'Mercimek Çorbasi', + weight = 10, + type = 'item', + image = 'mmkc.png', + shouldClose = true, + name = 'mmkc', + description = '', + }, + weapon_specialcarbine = { + useable = false, + unique = true, + label = 'KH 450', + weight = 1000, + type = 'weapon', + image = 'weapon_specialcarbine.png', + ammotype = 'AMMO_RIFLE', + name = 'weapon_specialcarbine', + description = 'Wenn die Ar 15 nicht mehr reicht.', + }, + weapon_fireextinguisher = { + useable = false, + description = 'A portable device that discharges a jet of water, foam, gas, or other material to extinguish a fire', + label = 'Fire Extinguisher', + unique = true, + name = 'weapon_fireextinguisher', + weight = 1000, + type = 'weapon', + image = 'weapon_fireextinguisher.png', + }, + driver_license = { + useable = true, + unique = true, + label = 'Drivers License', + weight = 0, + type = 'item', + image = 'driver_license.png', + shouldClose = false, + name = 'driver_license', + description = 'Permit to show you can drive a vehicle', + }, + tavor1 = { + useable = true, + unique = false, + label = 'Tavor 1,0 mg', + weight = 20, + type = 'item', + image = 'tavor1.png', + shouldClose = true, + name = 'tavor1', + description = '', + }, + weapon_grenadelauncher_smoke = { + useable = false, + unique = true, + label = 'Smoke Grenade Launcher', + weight = 1000, + type = 'weapon', + image = 'weapon_grenadelauncher_smoke.PNG', + ammotype = 'AMMO_GRENADELAUNCHER', + name = 'weapon_grenadelauncher_smoke', + description = 'A bomb that produces a lot of smoke when it explodes', + }, + ifaks = { + useable = true, + unique = false, + label = 'ifaks', + weight = 200, + type = 'item', + image = 'ifaks.png', + shouldClose = true, + name = 'ifaks', + description = 'ifaks for healing and a complete stress remover.', + }, + roadpods = { + useable = true, + unique = true, + label = 'iFruit Ear Buds', + weight = 200, + type = 'item', + image = 'roadpods.png', + shouldClose = true, + name = 'roadpods', + description = '„Klang für Menschen, die sich keine Kompromisse anhören.“', + }, + crack_baggy = { + useable = true, + unique = false, + label = 'Bag of Crack', + weight = 0, + type = 'item', + image = 'crack_baggy.png', + shouldClose = true, + name = 'crack_baggy', + description = 'To get happy faster', + }, + gg_hunting_arrowammo = { + useable = true, + unique = false, + label = 'Armbrust Pfeile', + weight = 20, + type = 'item', + image = 'gg_hunting_arrowammo.png', + shouldClose = true, + name = 'gg_hunting_arrowammo', + description = '', + }, + jelly_beans = { + useable = true, + unique = true, + label = 'Jelly Beans', + weight = 150, + type = 'item', + image = 'file_00000000007861f7963805e1f6fecfc5-removebg-preview.png', + shouldClose = true, + name = 'jelly_beans', + description = 'Bunte, kleine Köstlichkeiten mit knackiger Hülle und fruchtig-süßem Kern – ein Farbtupfer voller Geschmack.', + }, + weapon_pocketlight = { + useable = true, + unique = true, + label = 'kleine Taschenlampe', + weight = 100, + type = 'weapon', + image = 'w_me_pocketlight.png', + shouldClose = true, + name = 'weapon_pocketlight', + description = '', + }, + weapon_handcuffs = { + useable = false, + description = 'A pair of lockable linked metal rings for securing a prisoner\'s wrists', + label = 'Handcuffs', + unique = true, + name = 'weapon_handcuffs', + weight = 1000, + type = 'weapon', + image = 'weapon_handcuffs.png', + }, + sniper_grip = { + useable = true, + unique = true, + label = 'Marksmangewehr Griff', + weight = 100, + type = 'item', + image = 'ar_grip.png', + shouldClose = true, + name = 'sniper_grip', + description = '', + }, + drill = { + useable = false, + unique = true, + label = 'Bohrmaschine', + weight = 0, + type = 'item', + image = 'drill.png', + shouldClose = false, + name = 'drill', + description = 'The real deal...', + }, + dirt = { + useable = false, + unique = false, + label = 'Erde', + weight = 200, + type = 'item', + image = 'dirt.png', + shouldClose = false, + name = 'dirt', + description = '', + }, + gg_salt_block_01 = { + useable = true, + unique = false, + label = 'Salzblock', + weight = 100, + type = 'item', + image = 'gg_salt_block_01.png', + shouldClose = true, + name = 'gg_salt_block_01', + description = '', + }, + packung = { + useable = false, + unique = false, + label = 'leere Verpackung', + weight = 400, + type = 'item', + image = 'packung.png', + shouldClose = false, + name = 'packung', + description = '', + }, + lean = { + useable = true, + unique = false, + label = 'Lean', + weight = 500, + type = 'item', + image = 'lean.png', + shouldClose = true, + name = 'lean', + description = 'Der Drink, der dich so langsam macht wie eine Schnecke auf Valium', + }, + gg_coyote_fangs_01 = { + useable = false, + unique = true, + label = 'Robuster Kojotenzahn', + weight = 1000, + type = 'item', + image = 'gg_coyote_fangs_01.png', + shouldClose = true, + name = 'gg_coyote_fangs_01', + description = '', + }, + reinforced_handle = { + useable = false, + unique = false, + label = 'Verstärkter Griff', + weight = 1000, + type = 'item', + image = 'Verstaerktergriff.png', + shouldClose = false, + name = 'reinforced_handle', + description = 'Der Bodybuilder unter den Griffen', + }, + weapontint_1 = { + useable = true, + unique = false, + label = 'Green Tint', + weight = 1000, + type = 'item', + image = 'weapontint_green.png', + shouldClose = true, + name = 'weapontint_1', + description = 'Green Weapon Tint', + }, + weapon_rayminigun = { + useable = true, + unique = true, + label = 'Widowmaker', + weight = 1000, + type = 'weapon', + image = 'weapon_rayminigun.png', + ammotype = 'AMMO_MINIGUN', + name = 'weapon_rayminigun', + description = 'Weapon Rayminigun', + }, + cup_beer = { + useable = true, + unique = false, + label = 'Becher Bier', + weight = 100, + type = 'item', + image = 'cup_beer.png', + shouldClose = true, + name = 'cup_beer', + description = '', + }, + repairkit = { + useable = true, + unique = false, + label = 'Repairkit', + weight = 2500, + type = 'item', + image = 'repairkit.png', + shouldClose = true, + name = 'repairkit', + description = 'A nice toolbox with stuff to repair your vehicle', + }, + ammo_grenadelauncher = { + useable = true, + unique = false, + label = 'AMMO_GRENADELAUNCHER', + weight = 200, + type = 'item', + image = 'grenade_launcher_tokyo_marui_m320a1_6_-removebg-preview.png', + shouldClose = true, + name = 'ammo_grenadelauncher', + description = 'Munition für den Granatwerfer', + }, + weapon_mg = { + useable = false, + unique = true, + label = 'Machinegun', + weight = 1000, + type = 'weapon', + image = 'weapon_mg.png', + ammotype = 'AMMO_MG', + name = 'weapon_mg', + description = 'An automatic gun that fires bullets in rapid succession for as long as the trigger is pressed', + }, + spark_plug = { + useable = true, + unique = false, + label = 'Premium Zündkerzen', + weight = 0, + type = 'item', + image = 'spark_plug.png', + shouldClose = true, + name = 'spark_plug', + description = '', + }, + weapon_sniperrifle = { + useable = false, + unique = true, + label = 'ABM Sniper Rifle', + weight = 1000, + type = 'weapon', + image = 'screenshot_414-removebg-preview.png', + ammotype = 'AMMO_SNIPER', + name = 'weapon_sniperrifle', + description = 'Wenn man mal das Gesetzt von weiter weg vertreten muss.', + }, + weapon_railgunxm3 = { + useable = false, + description = 'A weapon that uses electromagnetic force to launch high velocity projectiles', + label = 'Railgun XM3', + unique = true, + name = 'weapon_railgunxm3', + weight = 1000, + type = 'weapon', + image = 'weapon_railgunxm3.png', + }, + reyas_arden_alad = { + useable = true, + unique = true, + label = 'Freya\'s Garden Salad', + weight = 200, + type = 'item', + image = 'FreyasGardenSalad.png', + shouldClose = true, + name = 'reyas_arden_alad', + description = 'Leicht und verführerisch, mit einer perfekten Balance von süß und herzhaft, genau wie die Göttin der Liebe.', + }, + zwiebelsalat = { + useable = true, + unique = true, + label = 'Soğan salatası', + weight = 200, + type = 'item', + image = 'sogan.png', + shouldClose = true, + name = 'zwiebelsalat', + description = 'Türkischer Zwiebelsalat', + }, + glucoseg40 = { + useable = true, + unique = false, + label = 'Glucose 40%', + weight = 10, + type = 'item', + image = 'glucoseg40.png', + shouldClose = true, + name = 'glucoseg40', + description = '', + }, + dackels = { + useable = false, + unique = true, + label = 'Dackelschreck', + weight = 100, + type = 'item', + image = 'dacklschreck.png', + shouldClose = false, + name = 'dackels', + description = '', + }, + billokaffee = { + useable = true, + unique = false, + label = 'Billo Kaffee', + weight = 80, + type = 'item', + image = 'billokaffee.png', + shouldClose = true, + name = 'billokaffee', + description = 'Die Schande Kolumbiens', + }, + bbq_grill = { + useable = true, + unique = false, + label = 'BBQ Grill', + weight = 1000, + type = 'item', + image = 'bbq_grill.png', + shouldClose = true, + name = 'bbq_grill', + description = '', + }, + wwine = { + useable = true, + unique = false, + label = 'Weißwein', + weight = 300, + type = 'item', + image = 'wwine.png', + shouldClose = true, + name = 'wwine', + description = '', + }, + weapon_bzgas = { + useable = false, + description = 'Tränen aus der Dose', + label = 'Tränengas Granate', + unique = false, + name = 'weapon_bzgas', + weight = 500, + type = 'weapon', + image = 'bz_gas.png', + }, + saldprezels = { + useable = true, + unique = true, + label = 'Salzbrezeln', + weight = 150, + type = 'item', + image = 'ChatGPT_Image_27._Apr._2025__00_12_06-removebg-preview.png', + shouldClose = true, + name = 'saldprezels', + description = 'Knusprige Mini-Salzbrezeln', + }, + simcard = { + useable = false, + unique = true, + label = 'Sim-Karte', + weight = 1, + type = 'item', + image = 'simcard.png', + shouldClose = false, + name = 'simcard', + description = '„Nicht einfach eine SIM. Ein Statement für Stil – in der Welt der Empfangslosen.“', + }, + jords_ea_latter = { + useable = true, + unique = false, + label = 'Njord\'s Sea Platter', + weight = 200, + type = 'item', + image = 'NjordsSeaPlatter.png', + shouldClose = true, + name = 'njords_sea_platter', + description = 'Frisch aus dem Meer, diese Meeresfrüchte erinnern an Njords Verbindung zu den stürmischen Wellen der nordischen Meere.', + }, + propofol_100 = { + useable = true, + unique = false, + label = 'Propofol (100ml)', + weight = 100, + type = 'item', + image = 'Propofol-00409469924-removebg-preview.png', + shouldClose = true, + name = 'propofol_100', + description = '', + }, + lahmacun = { + useable = true, + unique = true, + label = 'Lahmacun', + weight = 200, + type = 'item', + image = 'lahmacun.png', + shouldClose = true, + name = 'lahmacun', + description = 'Fladenbrot mit einer würzigen Mischung aus Hackfleisch, Zwiebeln, Tomaten und Olivenöl', + }, + c_cake = { + useable = true, + unique = false, + label = 'Chocolate Cake', + weight = 10, + type = 'item', + image = 'c_cake.png', + shouldClose = true, + name = 'c_cake', + description = '', + }, + police_card = { + useable = true, + unique = true, + label = 'PD Dienstausweis', + weight = 10, + type = 'item', + image = 'police_card.png', + shouldClose = true, + name = 'police_card', + description = '', + }, + apple = { + useable = false, + unique = false, + label = 'Apfel', + weight = 100, + type = 'item', + image = 'screenshot_848-removebg-preview.png', + shouldClose = false, + name = 'apple', + description = '', + }, + weapon_snspistol_mk2 = { + useable = true, + unique = true, + label = 'Softair Pistole', + weight = 1000, + type = 'weapon', + image = 'weapon_snspistol_mk2.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_snspistol_mk2', + description = 'Sie sieht gefährlich aus, macht Krach – und verursacht blaue Flecken.', + }, + slanted_muzzle_brake = { + useable = true, + unique = false, + label = 'Slanted Muzzle Brake', + weight = 1000, + type = 'item', + image = 'slanted_muzzle_brake.png', + shouldClose = true, + name = 'slanted_muzzle_brake', + description = 'A muzzle brake for a weapon', + }, + gleitgel = { + useable = false, + unique = true, + label = 'Gleitgel', + weight = 100, + type = 'item', + image = 'gleitgel.png', + shouldClose = false, + name = 'gleitgel', + description = 'Falls es mal zu Trocken ist ^^', + }, + barrel_attachment = { + useable = true, + unique = false, + label = 'Barrel', + weight = 1000, + type = 'item', + image = 'barrel_attachment.png', + shouldClose = true, + name = 'barrel_attachment', + description = 'A barrel for a weapon', + }, + bcso_card = { + useable = true, + unique = true, + label = 'BCSO Dienstausweis', + weight = 0, + type = 'item', + image = 'police_card.png', + shouldClose = true, + name = 'bcso_card', + description = '', + }, + weapon_crossbow = { + useable = true, + unique = true, + label = 'Jagd Armbrust', + weight = 1000, + type = 'weapon', + image = 'weapon_crossbow.png', + shouldClose = true, + name = 'weapon_crossbow', + description = '', + }, + thiopental = { + useable = true, + unique = false, + label = 'Thiopental', + weight = 100, + type = 'item', + image = 'screenshot_696-removebg-preview.png', + shouldClose = true, + name = 'thiopental', + description = '', + }, + zig = { + useable = true, + unique = false, + label = 'selbstgedrehte Zigarette ', + weight = 100, + type = 'item', + image = 'zig.png', + shouldClose = false, + name = 'zig', + description = '', + }, + weapon_hazardcan = { + useable = true, + unique = true, + label = 'Hazardous Jerry Can', + weight = 1000, + type = 'weapon', + image = 'weapon_hazardcan.png', + ammotype = 'AMMO_PETROLCAN', + name = 'weapon_hazardcan', + description = 'Weapon Hazardcan', + }, + esketamin = { + useable = true, + unique = false, + label = 'Esketamin', + weight = 20, + type = 'item', + image = 'esketamin.png', + shouldClose = true, + name = 'esketamin', + description = '', + }, + cooked_lamb_chop = { + useable = true, + unique = false, + label = 'gegrillte Lamkeule', + weight = 200, + type = 'item', + image = 'cooked_lamb_chops.png', + shouldClose = true, + name = 'cooked_lamb_chop', + description = '', + }, + tourniquet = { + useable = true, + unique = false, + label = 'Tourniquet', + weight = 20, + type = 'item', + image = '81khEr+-vcL._AC_SX450_-removebg-preview.png', + shouldClose = true, + name = 'tourniquet', + description = '', + }, + weed_amnesia = { + useable = true, + unique = false, + label = 'Amnesia 2g', + weight = 200, + type = 'item', + image = 'weed_baggy.png', + shouldClose = false, + name = 'weed_amnesia', + description = 'A weed bag with 2g Amnesia', + }, + weapon_ceramicpistol = { + useable = true, + unique = true, + label = 'Ceramic Pistol', + weight = 1000, + type = 'weapon', + image = 'weapon_ceramicpistol.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_ceramicpistol', + description = 'Weapon Ceramicpistol', + }, + skullcamo_attachment = { + useable = true, + unique = false, + label = 'Skull Camo', + weight = 1000, + type = 'item', + image = 'skullcamo_attachment.png', + shouldClose = true, + name = 'skullcamo_attachment', + description = 'A skull camo for a weapon', + }, + firework1 = { + useable = true, + unique = false, + label = '2Brothers', + weight = 1000, + type = 'item', + image = 'firework1.png', + shouldClose = true, + name = 'firework1', + description = 'Fireworks', + }, + pipe = { + useable = true, + unique = true, + label = 'Pfeife', + weight = 400, + type = 'item', + image = 'pipe.png', + shouldClose = false, + name = 'pipe', + description = '', + }, + weapon_remotesniper = { + useable = false, + unique = true, + label = 'Remote Sniper', + weight = 1000, + type = 'weapon', + image = 'weapon_remotesniper.png', + ammotype = 'AMMO_SNIPER_REMOTE', + name = 'weapon_remotesniper', + description = 'A portable high-precision, long-range rifle', + }, + narketan = { + useable = true, + unique = false, + label = 'Narketan', + weight = 250, + type = 'item', + image = 'screenshot_696-removebg-preview.png', + shouldClose = true, + name = 'narketan', + description = '', + }, + cc_cupcake = { + useable = true, + unique = false, + label = 'Cheesecake Cupcake', + weight = 10, + type = 'item', + image = 'cc_cupcake.png', + shouldClose = true, + name = 'cc_cupcake', + description = '', + }, + dc_cupcake = { + useable = true, + unique = false, + label = 'Double-Chocolate Cupcake', + weight = 10, + type = 'item', + image = 'dc_cupcake.png', + shouldClose = true, + name = 'dc_cupcake', + description = '', + }, + ['3-fach_impfung_katze'] = { + useable = true, + unique = false, + label = '3-fach Impfung Katze', + weight = 20, + type = 'item', + image = 'katzenimpfstoff.png', + shouldClose = true, + name = '3-fach_impfung_katze', + description = '', + }, + sniper_holoscope = { + useable = true, + unique = true, + label = 'MK2 Sniper Holoscope', + weight = 100, + type = 'item', + image = 'holoscope_attachment.png', + shouldClose = true, + name = 'sniper_holoscope', + description = '', + }, + weapon_pumpshotgun = { + useable = false, + unique = true, + label = 'Banalli Schrotflinte', + weight = 1000, + type = 'weapon', + image = 'screenshot_399-removebg-preview.png', + ammotype = 'AMMO_SHOTGUN', + name = 'weapon_pumpshotgun', + description = 'Der Türöffner für Cops, wenn Klopfen keine Option mehr ist.', + }, + cigbox = { + useable = true, + unique = true, + label = 'Zigarrenkiste', + weight = 400, + type = 'item', + image = 'cigbox.png', + shouldClose = false, + name = 'cigbox', + description = '', + }, + battery = { + useable = false, + unique = true, + label = 'Akku', + weight = 1000, + type = 'item', + image = 'battery.png', + shouldClose = false, + name = 'battery', + description = '', + }, + sludgie = { + useable = true, + unique = false, + label = 'Sludgie', + weight = 100, + type = 'item', + image = 'sludgie.png', + shouldClose = true, + name = 'sludgie', + description = 'Gefrorene Chemie zum Trinken ^^', + }, + ffries = { + useable = true, + unique = false, + label = 'Freedom Fries', + weight = 100, + type = 'item', + image = 'screenshot_686-removebg-preview.png', + shouldClose = true, + name = 'ffries', + description = '"Jetzt mit 0 % Kartoffel, 100 % Patriotismus!"', + }, + suspension_parts = { + useable = true, + unique = false, + label = 'Premium Fahrwerksteile', + weight = 0, + type = 'item', + image = 'suspension_parts.png', + shouldClose = true, + name = 'suspension_parts', + description = '', + }, + filament = { + useable = false, + unique = false, + label = 'Filament', + weight = 100, + type = 'item', + image = 'filament.png', + shouldClose = false, + name = 'filament', + description = '', + }, + weapon_golfclub = { + useable = false, + description = 'A club used to hit the ball in golf', + label = 'Golfclub', + unique = true, + name = 'weapon_golfclub', + weight = 1000, + type = 'weapon', + image = 'weapon_golfclub.png', + }, + pralinen = { + useable = true, + unique = false, + label = 'Pralinen', + weight = 100, + type = 'item', + image = 'pralinen.png', + shouldClose = true, + name = 'pralinen', + description = 'Damit Sie dich mal wieder ranlässt...', + }, + lidocain = { + useable = true, + unique = false, + label = 'Lidocain', + weight = 20, + type = 'item', + image = 'Lidocain.png', + shouldClose = true, + name = 'lidocain', + description = '', + }, + casinochips = { + useable = false, + unique = false, + label = 'Casino Chips', + weight = 0, + type = 'item', + image = 'casinochips.png', + shouldClose = false, + name = 'casinochips', + description = 'Chips For Casino Gambling', + }, + extras_kit = { + useable = true, + unique = false, + label = 'Fahrzeug Extras', + weight = 0, + type = 'item', + image = 'extras_kit.png', + shouldClose = true, + name = 'extras_kit', + description = '', + }, + holoscope_attachment = { + useable = true, + unique = false, + label = 'Holo Scope', + weight = 1000, + type = 'item', + image = 'holoscope_attachment.png', + shouldClose = true, + name = 'holoscope_attachment', + description = 'A holo scope for a weapon', + }, + katzenfutter = { + useable = true, + unique = false, + label = 'Katzenfutter', + weight = 200, + type = 'item', + image = 'catfood.png', + shouldClose = true, + name = 'katzenfutter', + description = 'besser als das was du hier zu essen bekommst XD', + }, + cooked_bbq_wings = { + useable = true, + unique = false, + label = 'gegrillte BBQ Wings', + weight = 200, + type = 'item', + image = 'cooked_bbq_wings.png', + shouldClose = true, + name = 'cooked_bbq_wings', + description = '', + }, + attachment_bench = { + useable = true, + unique = true, + label = 'Attachment Workbench', + weight = 15000, + type = 'item', + image = 'attworkbench.png', + shouldClose = false, + name = 'attachment_bench', + description = 'A workbench for crafting attachments.', + }, + koboldkotze = { + useable = false, + unique = true, + label = 'Koboldkotze', + weight = 100, + type = 'item', + image = 'Koboldkotze.png', + shouldClose = false, + name = 'koboldkotze', + description = '', + }, + sprunk = { + useable = true, + unique = false, + label = 'Sprunk Softdrink', + weight = 100, + type = 'item', + image = 'sprunk.png', + shouldClose = true, + name = 'sprunk', + description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', + }, + bbq_seasoning = { + useable = true, + unique = false, + label = 'BBQ Gewürze', + weight = 100, + type = 'item', + image = 'bbq_seasoning.png', + shouldClose = true, + name = 'bbq_seasoning', + description = '', + }, + smallscope_attachment = { + useable = true, + unique = false, + label = 'Small Scope', + weight = 1000, + type = 'item', + image = 'smallscope_attachment.png', + shouldClose = true, + name = 'smallscope_attachment', + description = 'A small scope for a weapon', + }, + boomcamo_attachment = { + useable = true, + unique = false, + label = 'Boom Camo', + weight = 1000, + type = 'item', + image = 'boomcamo_attachment.png', + shouldClose = true, + name = 'boomcamo_attachment', + description = 'A boom camo for a weapon', + }, + j_and_js = { + useable = true, + unique = true, + label = 'J&J’s', + weight = 150, + type = 'item', + image = 'ChatGPT_Image_27._Apr._2025__12_06_23-removebg-preview.png', + shouldClose = true, + name = 'j_and_js', + description = 'Kleine, bunte Schockodrops mit knackiger Hülle und weichem Kern', + }, + weapon_stickybomb = { + useable = false, + description = 'An explosive charge covered with an adhesive that when thrown against an object sticks until it explodes', + label = 'C4', + unique = true, + name = 'weapon_stickybomb', + weight = 1000, + type = 'weapon', + image = 'weapon_stickybomb.png', + }, + snp_ammo = { + useable = true, + unique = false, + label = 'Sniper Munition', + weight = 1000, + type = 'item', + image = 'snp_ammo.png', + shouldClose = true, + name = 'snp_ammo', + description = 'Ammo for Sniper Rifles', + }, + digicamo_attachment = { + useable = true, + unique = false, + label = 'Digital Camo', + weight = 1000, + type = 'item', + image = 'digicamo_attachment.png', + shouldClose = true, + name = 'digicamo_attachment', + description = 'A digital camo for a weapon', + }, + stevens_apfelmustorte = { + useable = true, + unique = false, + label = 'Stevens Apfelmustorte', + weight = 200, + type = 'item', + image = 'stevens_apfelmustorte.png', + shouldClose = true, + name = 'stevens_apfelmustorte', + description = 'wie bei Oma', + }, + weapontint_mk2_9 = { + useable = true, + unique = false, + label = 'Red Contrast Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_9', + description = 'Red Contrast Weapon Tint for MK2 Weapons', + }, + rifle_ammo = { + useable = true, + unique = false, + label = 'Gewehr Munition', + weight = 200, + type = 'item', + image = 'rifle_ammo.png', + shouldClose = true, + name = 'rifle_ammo', + description = 'schnelles Peng', + }, + weapon_navyrevolver = { + useable = true, + unique = true, + label = 'Navy Revolver', + weight = 1000, + type = 'weapon', + image = 'weapon_navyrevolver.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_navyrevolver', + description = 'Weapon Navyrevolver', + }, + plastic = { + useable = false, + unique = false, + label = 'Kunststoff', + weight = 100, + type = 'item', + image = 'plastic.png', + shouldClose = false, + name = 'plastic', + description = 'RECYCLE! - Greta Thunberg 2019', + }, + njords_tide = { + useable = true, + unique = true, + label = 'Njord\'s Tide', + weight = 200, + type = 'item', + image = 'NjordsTide.png', + shouldClose = true, + name = 'njords_tide', + description = 'Frisch wie die Seebrise und kraftvoll wie die Gezeiten des Meeres.', + }, + frittenwbm = { + useable = false, + unique = true, + label = 'Fritten wie bei Muttern', + weight = 100, + type = 'item', + image = 'Fritten_wie_bei_Muttern.png', + shouldClose = false, + name = 'frittenwbm', + description = '', + }, + skadis_winter_skewers = { + useable = true, + unique = false, + label = 'Skadis Winter Skewers', + weight = 100, + type = 'item', + image = 'sws.png', + shouldClose = true, + name = 'skadis_winter_skewers', + description = '', + }, + waffle_ice = { + useable = true, + unique = false, + label = 'Waffel mit Erdbeereis', + weight = 10, + type = 'item', + image = 'waffle_ice.png', + shouldClose = true, + name = 'waffle_ice', + description = '', + }, + baldurs_light = { + useable = true, + unique = false, + label = 'Baldur\'s Light', + weight = 200, + type = 'item', + image = 'BaldursLight.png', + shouldClose = true, + name = 'baldurs_light', + description = 'Sanft und erfrischend, wie das reine Licht, das Baldur ausstrahlt.', + }, + drytobbacoleaf = { + useable = false, + unique = false, + label = 'getrocknetes Tabakblatt', + weight = 10, + type = 'item', + image = 'drietobbacoleaf.png', + shouldClose = false, + name = 'drytobbacoleaf', + description = '', + }, + flat_muzzle_brake = { + useable = true, + unique = false, + label = 'Flat Muzzle Brake', + weight = 1000, + type = 'item', + image = 'flat_muzzle_brake.png', + shouldClose = true, + name = 'flat_muzzle_brake', + description = 'A muzzle brake for a weapon', + }, + gg_hunting_knife_02 = { + useable = true, + unique = true, + label = 'verbessertes Jagdmesser', + weight = 1000, + type = 'item', + image = 'gg_hunting_knife_02.png', + shouldClose = true, + name = 'gg_hunting_knife_02', + description = '', + }, + weed_brick = { + useable = false, + unique = false, + label = 'Weed Brick', + weight = 1000, + type = 'item', + image = 'weed_brick.png', + shouldClose = true, + name = 'weed_brick', + description = '1KG Weed Brick to sell to large customers.', + }, + raw_beef_brisket = { + useable = true, + unique = false, + label = 'rohes Beef Brisket', + weight = 200, + type = 'item', + image = 'raw_beef_brisket.png', + shouldClose = true, + name = 'raw_beef_brisket', + description = '', + }, + advscope_attachment = { + useable = true, + unique = false, + label = 'Advanced Scope', + weight = 1000, + type = 'item', + image = 'advscope_attachment.png', + shouldClose = true, + name = 'advscope_attachment', + description = 'An advanced scope for a weapon', + }, + shovel = { + useable = false, + unique = true, + label = 'Schaufel', + weight = 0.09999999999999432, + type = 'item', + image = 'shovel.png', + shouldClose = false, + name = 'shovel', + description = '', + }, + offroad_tyres = { + useable = true, + unique = false, + label = 'Reifen offroad', + weight = 0, + type = 'item', + image = 'offroad_tyres.png', + shouldClose = true, + name = 'offroad_tyres', + description = '', + }, + frenchfries = { + useable = true, + unique = false, + label = 'French Fries', + weight = 100, + type = 'item', + image = 'screenshot_692-removebg-preview.png', + shouldClose = true, + name = 'frenchfries', + description = '', + }, + halbes_haendel = { + useable = true, + unique = false, + label = 'Halbes Händel', + weight = 100, + type = 'item', + image = 'halbes_haendel.png', + shouldClose = true, + name = 'halbes_haendel', + description = 'zum Finger lecken gut ^^', + }, + weapon_assaultrifle = { + useable = false, + unique = true, + label = 'AK 75', + weight = 1000, + type = 'weapon', + image = 'weapon_assaultrifle.png', + ammotype = 'AMMO_RIFLE', + name = 'weapon_assaultrifle', + description = 'Russlands Antwort auf jedes Problem: zuverlässig, unkaputtbar und schießt sogar noch, wenn Wodka drüber gekippt wird.', + }, + beer = { + useable = true, + unique = false, + label = 'Pißwasser Bier', + weight = 500, + type = 'item', + image = 'beer.png', + shouldClose = true, + name = 'beer', + description = 'Nothing like a good cold beer!', + }, + newspaper = { + useable = true, + unique = true, + label = 'Zeitung', + weight = 100, + type = 'item', + image = 'newspaper.png', + shouldClose = true, + name = 'newspaper', + description = 'zum Nachschlagen ^^', + }, + weapon_militaryrifle = { + useable = true, + unique = true, + label = 'Weapon Militaryrifle', + weight = 1000, + type = 'weapon', + image = 'weapon_assaultrifle.png', + ammotype = 'AMMO_RIFLE', + name = 'weapon_militaryrifle', + description = 'Weapon Militaryrifle', + }, + injection = { + useable = false, + unique = false, + label = 'Spritze', + weight = 500, + type = 'item', + image = 'syringe.png', + shouldClose = false, + name = 'injection', + description = 'Bereit für alles, aber hat nix zu sagen.', + }, + pussycat = { + useable = true, + unique = false, + label = 'Pussycat', + weight = 40, + type = 'item', + image = 'pussycat.png', + shouldClose = true, + name = 'pussycat', + description = 'Für die einsamen Nächte.', + }, + deckelblendno5 = { + useable = true, + unique = false, + label = 'Deckel Blend No.5', + weight = 100, + type = 'item', + image = 'deckelblendno5.png', + shouldClose = false, + name = 'deckelblendno5', + description = '', + }, + weapon_pumpshotgun_mk2 = { + useable = true, + unique = true, + label = 'Pumpshotgun Mk II', + weight = 1000, + type = 'weapon', + image = 'weapon_pumpshotgun_mk2.png', + ammotype = 'AMMO_SHOTGUN', + name = 'weapon_pumpshotgun_mk2', + description = 'Pumpshotgun MK2', + }, + pd_keycard = { + useable = false, + unique = true, + label = 'PD Key Card', + weight = 10, + type = 'item', + image = 'pd_keycard.png', + shouldClose = false, + name = 'pd_keycard', + description = 'Wenn du kein Cop bist Finger weg!', + }, + weapon_musket = { + useable = false, + unique = true, + label = 'Musket', + weight = 1000, + type = 'weapon', + image = 'weapon_musket.png', + ammotype = 'AMMO_SHOTGUN', + name = 'weapon_musket', + description = 'An infantryman\'s light gun with a long barrel, typically smooth-bored, muzzleloading, and fired from the shoulder', + }, + weapon_wrench = { + useable = false, + description = 'A tool used for gripping and turning nuts, bolts, pipes, etc', + label = 'Wrench', + unique = true, + name = 'weapon_wrench', + weight = 1000, + type = 'weapon', + image = 'weapon_wrench.png', + }, + sugarbeet = { + useable = false, + unique = false, + label = 'Zuckerrübe', + weight = 500, + type = 'item', + image = 'rube.png', + shouldClose = false, + name = 'sugarbeet', + description = '', + }, + weapontint_mk2_22 = { + useable = true, + unique = false, + label = 'Bold Blue & White Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_22', + description = 'Bold Blue & White Weapon Tint for MK2 Weapons', + }, + cooked_bbq_thigh = { + useable = true, + unique = false, + label = 'gegrillte Hähnchenkeule', + weight = 200, + type = 'item', + image = 'cooked_bbq_thigh.png', + shouldClose = true, + name = 'cooked_bbq_thigh', + description = '', + }, + wine = { + useable = true, + unique = false, + label = 'Rotwein', + weight = 300, + type = 'item', + image = 'wine.png', + shouldClose = true, + name = 'wine', + description = 'Some good wine to drink on a fine evening', + }, + weapontint_mk2_3 = { + useable = true, + unique = false, + label = 'Classic White Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_3', + description = 'Classic White Weapon Tint for MK2 Weapons', + }, + weapontint_mk2_14 = { + useable = true, + unique = false, + label = 'Bold Purple & Yellow Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_14', + description = 'Bold Purple & Yellow Weapon Tint for MK2 Weapons', + }, + mettbroetchen = { + useable = true, + unique = false, + label = 'Mettbrötchen', + weight = 100, + type = 'item', + image = 'mettbroetchen.png', + shouldClose = true, + name = 'mettbroetchen', + description = 'mhmm deutsches Sushi', + }, + item_bench = { + useable = true, + unique = true, + label = 'Workbench', + weight = 15000, + type = 'item', + image = 'workbench.png', + shouldClose = false, + name = 'item_bench', + description = 'A workbench to craft items.', + }, + ayran = { + useable = true, + unique = true, + label = 'Ayran', + weight = 200, + type = 'item', + image = 'Ayran.png', + shouldClose = true, + name = 'ayran', + description = 'erfrischendes Joghurtgetränk', + }, + marshal_card = { + useable = false, + unique = false, + label = 'Marshal Card', + weight = 0, + type = 'item', + image = 'police_card.png', + shouldClose = false, + name = 'marshal_card', + description = '', + }, + veh_exterior = { + useable = true, + unique = false, + label = 'Exterior', + weight = 1000, + type = 'item', + image = 'veh_exterior.png', + shouldClose = true, + name = 'veh_exterior', + description = 'Upgrade vehicle exterior', + }, + p_schnecke = { + useable = true, + unique = false, + label = '', + weight = 10, + type = 'item', + image = 'p_schnecke.png', + shouldClose = true, + name = 'p_schnecke', + description = '', + }, + weapontint_mk2_6 = { + useable = true, + unique = false, + label = 'Classic Blue Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_6', + description = 'Classic Blue Weapon Tint for MK2 Weapons', + }, + coffeemug = { + useable = true, + unique = true, + label = 'Tasse Kaffee', + weight = 100, + type = 'item', + image = 'coffeemug.png', + shouldClose = true, + name = 'coffeemug', + description = '„Kaffee? Nein, das ist flüssiger Wahnsinn in \'ner Keramikgranate. Perfekt zum Durchziehen von Überfällen, Steuererklärungen oder Montagen.“', + }, + ev_motor = { + useable = true, + unique = false, + label = 'EV_Motor', + weight = 0, + type = 'item', + image = 'ev_motor.png', + shouldClose = true, + name = 'ev_motor', + description = '', + }, + sifs_olden_harvest = { + useable = true, + unique = true, + label = 'Sifs Golden Harvest', + weight = 100, + type = 'item', + image = 'SifsGoldenHarvest.png', + shouldClose = true, + name = 'sifs_olden_harvest', + description = '', + }, + ['kspieß'] = { + useable = true, + unique = false, + label = '', + weight = 10, + type = 'item', + image = 'kspieß.png', + shouldClose = true, + name = 'kspieß', + description = '', + }, + emp_ammo = { + useable = true, + unique = false, + label = 'EMP Ammo', + weight = 200, + type = 'item', + image = 'emp_ammo.png', + shouldClose = true, + name = 'emp_ammo', + description = 'Ammo for EMP Launcher', + }, + blotter_paper = { + useable = false, + unique = false, + label = 'Blotterpapier', + weight = 500, + type = 'item', + image = 'paperroll.png', + shouldClose = false, + name = 'blotter_paper', + description = 'Das Papier, das dich nicht nur trocknen lässt, sondern auch deine Gedanken', + }, + cc_espresso = { + useable = true, + unique = false, + label = 'Espresso', + weight = 10, + type = 'item', + image = 'cc_espresso.png', + shouldClose = true, + name = 'cc_espresso', + description = '', + }, + weapon_advancedrifle = { + useable = false, + unique = true, + label = 'Advanced Rifle', + weight = 1000, + type = 'weapon', + image = 'weapon_advancedrifle.png', + ammotype = 'AMMO_RIFLE', + name = 'weapon_advancedrifle', + description = 'An assault version of a rapid-fire, magazine-fed automatic rifle designed for infantry use', + }, + popcorn = { + useable = true, + unique = true, + label = 'Popcorn', + weight = 150, + type = 'item', + image = 'ChatGPT Image 26. Apr. 2025, 17_05_56-min.png', + shouldClose = true, + name = 'popcorn', + description = 'Frisch aufgepopptes Popcorn ', + }, + tomato = { + useable = false, + unique = false, + label = 'Tomate', + weight = 100, + type = 'item', + image = 'tomato.png', + shouldClose = false, + name = 'tomato', + description = '', + }, + riverwater = { + useable = false, + unique = true, + label = 'Kanister mit Wasser', + weight = 3000, + type = 'item', + image = 'kanister.png', + shouldClose = false, + name = 'riverwater', + description = '', + }, + mg_ammo = { + useable = true, + unique = false, + label = 'MG ammo', + weight = 1000, + type = 'item', + image = 'mg_ammo.png', + shouldClose = true, + name = 'mg_ammo', + description = 'Ammo for Machine Guns', + }, + amarid = { + useable = false, + unique = false, + label = 'Amarid Fasern', + weight = 200, + type = 'item', + image = 'screenshot_918-removebg-preview.png', + shouldClose = false, + name = 'amarid', + description = '', + }, + handle = { + useable = false, + unique = false, + label = 'Holzgriff', + weight = 200, + type = 'item', + image = 'hammerhandle.png', + shouldClose = false, + name = 'handle', + description = 'Der Klassiker der Griffe', + }, + split_end_muzzle_brake = { + useable = true, + unique = false, + label = 'Split End Muzzle Brake', + weight = 1000, + type = 'item', + image = 'split_end_muzzle_brake.png', + shouldClose = true, + name = 'split_end_muzzle_brake', + description = 'A muzzle brake for a weapon', + }, + shotgun_ammo = { + useable = true, + unique = false, + label = 'Shotgun Munition', + weight = 500, + type = 'item', + image = 'shotgun_ammo.png', + shouldClose = true, + name = 'shotgun_ammo', + description = 'viel Peng', + }, + aktexyz = { + useable = false, + unique = true, + label = 'Akte XYZ', + weight = 100, + type = 'item', + image = 'aktexyz.png', + shouldClose = false, + name = 'aktexyz', + description = '', + }, + weapontint_mk2_16 = { + useable = true, + unique = false, + label = 'Bold Green & Purple Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_16', + description = 'Bold Green & Purple Weapon Tint for MK2 Weapons', + }, + weed_whitewidow = { + useable = true, + unique = false, + label = 'White Widow 2g', + weight = 200, + type = 'item', + image = 'weed_baggy.png', + shouldClose = false, + name = 'weed_whitewidow', + description = 'A weed bag with 2g White Widow', + }, + weapon_heavysniper = { + useable = false, + unique = true, + label = 'Heavy Sniper', + weight = 1000, + type = 'weapon', + image = 'weapon_heavysniper.png', + ammotype = 'AMMO_SNIPER', + name = 'weapon_heavysniper', + description = 'An upgraded high-precision, long-range rifle', + }, + zebracamo_attachment = { + useable = true, + unique = false, + label = 'Zebra Camo', + weight = 1000, + type = 'item', + image = 'zebracamo_attachment.png', + shouldClose = true, + name = 'zebracamo_attachment', + description = 'A zebra camo for a weapon', + }, + voltaren_salbenverband = { + useable = true, + unique = false, + label = 'Voltaren Salbenverband', + weight = 20, + type = 'item', + image = 'salbenverband.png', + shouldClose = true, + name = 'voltaren_salbenverband', + description = '', + }, + advancedrepairkit = { + useable = true, + unique = false, + label = 'Advanced Repairkit', + weight = 4000, + type = 'item', + image = 'advancedkit.png', + shouldClose = true, + name = 'advancedrepairkit', + description = 'A nice toolbox with stuff to repair your vehicle', + }, + rifle_grip = { + useable = true, + unique = true, + label = 'Gewehrgriff', + weight = 100, + type = 'item', + image = 'ar_grip.png', + shouldClose = true, + name = 'rifle_grip', + description = '', + }, + hors_hunder_torm = { + useable = true, + unique = false, + label = 'Thor\'s Thunder Storm (alkoholfrei)', + weight = 200, + type = 'item', + image = 'ThorsThunderStorm.png', + shouldClose = true, + name = 'thors_thunder_storm', + description = 'Ein spritziges Getränk mit einem überraschenden Kick, das wie ein Donnerschlag erfrischt.', + }, + pistol_extendedclip = { + useable = true, + unique = true, + label = 'pistol_extendedclip', + weight = 100, + type = 'item', + image = 'clip_attachment.png', + shouldClose = true, + name = 'pistol_extendedclip', + description = 'erw. Pistolen Magazin', + }, + kbrotmcr = { + useable = false, + unique = true, + label = 'Koboldbrot mit Cheedar', + weight = 100, + type = 'item', + image = 'Koboldbrot_mit_Cheddar.png', + shouldClose = false, + name = 'kbrotmcr', + description = '', + }, + goldbar = { + useable = false, + unique = false, + label = 'Gold Bar', + weight = 7000, + type = 'item', + image = 'goldbar.png', + shouldClose = true, + name = 'goldbar', + description = 'Looks pretty expensive to me', + }, + ecola_zero_dose = { + useable = true, + unique = false, + label = 'E-Cola Zero Dose', + weight = 50, + type = 'item', + image = 'ecolazerocan.png', + shouldClose = true, + name = 'ecola_zero_dose', + description = 'Dose Cola', + }, + kadis_inter_kewers = { + useable = true, + unique = false, + label = 'Skadi\'s Winter Skewers', + weight = 200, + type = 'item', + image = 'SkadisWinterSkewers.png', + shouldClose = true, + name = 'skadis_winter_skewers', + description = '', + }, + etilefrin = { + useable = true, + unique = false, + label = 'Etilefrin', + weight = 100, + type = 'item', + image = 'screenshot_696-removebg-preview.png', + shouldClose = true, + name = 'etilefrin', + description = '', + }, + blood_100 = { + useable = true, + unique = false, + label = 'Blut (100ml)', + weight = 100, + type = 'item', + image = 'blood_100.png', + shouldClose = true, + name = 'blood_100', + description = '', + }, + shortened_gunbarrel = { + useable = false, + unique = false, + label = 'verkürzter Waffenlauf', + weight = 1000, + type = 'item', + image = 'shotgun_barrel_compressed_better.png', + shouldClose = false, + name = 'shortened_gunbarrel', + description = 'Weniger Lauf, mehr Stil', + }, + ev_coolant = { + useable = true, + unique = false, + label = 'EV_Kühlkit', + weight = 0, + type = 'item', + image = 'ev_coolant.png', + shouldClose = true, + name = 'ev_coolant', + description = '', + }, + privcard01 = { + useable = false, + unique = false, + label = 'Schlüsselkarte-0100a', + weight = 0, + type = 'item', + image = '', + shouldClose = false, + name = 'privcard01', + description = 'Registriert auf Mark Petrol', + }, + iron = { + useable = false, + unique = false, + label = 'Iron', + weight = 100, + type = 'item', + image = 'iron.png', + shouldClose = false, + name = 'iron', + description = 'Handy piece of metal that you can probably use for something', + }, + doj_card = { + useable = true, + unique = true, + label = 'DOJ Card', + weight = 10, + type = 'item', + image = 'doj_card.png', + shouldClose = true, + name = 'doj_card', + description = '', + }, + medscope_attachment = { + useable = true, + unique = false, + label = 'Medium Scope', + weight = 1000, + type = 'item', + image = 'medscope_attachment.png', + shouldClose = true, + name = 'medscope_attachment', + description = 'A medium scope for a weapon', + }, + hotdog_deluxe = { + useable = true, + unique = true, + label = 'Deluxe Hotdog', + weight = 100, + type = 'item', + image = 'hotdogdeluxe-removebg-preview.png', + shouldClose = true, + name = 'hotdog_deluxe', + description = 'Der König unter den Hotdogs', + }, + thors_hammer = { + useable = true, + unique = true, + label = 'Thor\'s Hammer', + weight = 200, + type = 'item', + image = 'ThorsHammerBeer.png', + shouldClose = true, + name = 'thors_hammer', + description = 'So kraftvoll wie der Schlag von Mjölnir, Thors legendärem Hammer.', + }, + tirerepairkit = { + useable = true, + unique = false, + label = 'Tire Repair Kit', + weight = 1000, + type = 'item', + image = 'tirerepairkit.png', + shouldClose = true, + name = 'tirerepairkit', + description = 'A kit to repair your tires', + }, + tyre_replacement = { + useable = true, + unique = false, + label = 'Premium Reifen', + weight = 0, + type = 'item', + image = 'tyre_replacement.png', + shouldClose = true, + name = 'tyre_replacement', + description = 'die Premium Schuhe der Kraftfahrzeuge', + }, + fruitpicker = { + useable = false, + unique = true, + label = 'Obstpflücker', + weight = 0.09999999999999432, + type = 'item', + image = 'fruitpicker.png', + shouldClose = false, + name = 'fruitpicker', + description = '', + }, + weapon_switchblade = { + useable = false, + description = 'A knife with a blade that springs out from the handle when a button is pressed', + label = 'Switchblade', + unique = true, + name = 'weapon_switchblade', + weight = 1000, + type = 'weapon', + image = 'weapon_switchblade.png', + }, + shisha_tobacco = { + useable = false, + unique = false, + label = 'Shisha Tabak', + weight = 100, + type = 'item', + image = 'shisha_tobacco.png', + shouldClose = false, + name = 'shisha_tobacco', + description = '', + }, + weapontint_mk2_4 = { + useable = true, + unique = false, + label = 'Classic Beige Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_4', + description = 'Classic Beige Weapon Tint for MK2 Weapons', + }, + chemiebarrel = { + useable = false, + unique = false, + label = 'Chemie Fass', + weight = 1000, + type = 'item', + image = 'chemie.png', + shouldClose = false, + name = 'chemiebarrel', + description = '', + }, + firstaid = { + useable = true, + unique = false, + label = 'First Aid', + weight = 2500, + type = 'item', + image = 'firstaid.png', + shouldClose = true, + name = 'firstaid', + description = 'You can use this First Aid kit to get people back on their feet', }, gg_rabbit_pelt_02 = { - type = 'item', - label = 'Robustes Kaninchenfell', - unique = true, useable = false, + unique = true, + label = 'Robustes Kaninchenfell', weight = 1000, - shouldClose = true, - description = '', - name = 'gg_rabbit_pelt_02', + type = 'item', image = 'gg_rabbit_pelt_02.png', + shouldClose = true, + name = 'gg_rabbit_pelt_02', + description = '', + }, + fat_end_muzzle_brake = { + useable = true, + unique = false, + label = 'Fat End Muzzle Brake', + weight = 1000, + type = 'item', + image = 'fat_end_muzzle_brake.png', + shouldClose = true, + name = 'fat_end_muzzle_brake', + description = 'A muzzle brake for a weapon', + }, + tims_instant_nudeln = { + useable = true, + unique = false, + label = 'Tim\'s Instant Nudeln', + weight = 100, + type = 'item', + image = 'tims_instant_nudeln.png', + shouldClose = true, + name = 'tims_instant_nudeln', + description = 'der Kulinarische Blitzbesuch in Fernost', + }, + veh_transmission = { + useable = true, + unique = false, + label = 'Transmission', + weight = 1000, + type = 'item', + image = 'veh_transmission.png', + shouldClose = true, + name = 'veh_transmission', + description = 'Upgrade vehicle transmission', + }, + gg_boar_tusk_02 = { + useable = false, + unique = true, + label = 'Robuster Eberzahn', + weight = 1000, + type = 'item', + image = 'gg_boar_tusk_02.png', + shouldClose = true, + name = 'gg_boar_tusk_02', + description = '', + }, + diamond_ring = { + useable = false, + unique = false, + label = 'Diamond Ring', + weight = 1500, + type = 'item', + image = 'diamond_ring.png', + shouldClose = true, + name = 'diamond_ring', + description = 'A diamond ring seems like the jackpot to me!', + }, + sarma = { + useable = true, + unique = false, + label = 'Sarma', + weight = 10, + type = 'item', + image = 'sarma.png', + shouldClose = true, + name = 'sarma', + description = '', + }, + blackmoney_route = { + useable = false, + unique = true, + label = 'Schwarzgeld Route', + weight = 10, + type = 'item', + image = 'blackmoney_route.png', + shouldClose = false, + name = 'blackmoney_route', + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + }, + gg_cougar_claw_01 = { + useable = false, + unique = true, + label = 'Raue Puma-Klaue', + weight = 500, + type = 'item', + image = 'gg_cougar_claw_01.png', + shouldClose = true, + name = 'gg_cougar_claw_01', + description = '', + }, + gunpowder = { + useable = false, + unique = false, + label = 'Schwarzpulver', + weight = 500, + type = 'item', + image = 'gunpowder.png', + shouldClose = false, + name = 'gunpowder', + description = 'Schwarzes Pulver kann Schaden machen kann im Verdichten Zustand', + }, + ev_battery = { + useable = true, + unique = false, + label = 'EV Battery', + weight = 0, + type = 'item', + image = 'ev_battery.png', + shouldClose = true, + name = 'ev_battery', + description = '', + }, + skadis_hunt = { + useable = true, + unique = true, + label = 'Skadi\'s Hunt', + weight = 200, + type = 'item', + image = 'SkadisHunt.png', + shouldClose = true, + name = 'skadis_hunt', + description = 'So erfrischend und eisig wie Skadis frostige Heimat.', + }, + okis_rickster_unch = { + useable = true, + unique = false, + label = 'Loki\'s Trickster Punch', + weight = 200, + type = 'item', + image = 'LokisTricksterPunch.png', + shouldClose = true, + name = 'lokis_trickster_punch', + description = 'Unberechenbar und aufregend, dieser Mocktail hält eine erfrischende Überraschung parat.', + }, + boxsalad = { + useable = false, + unique = true, + label = 'Kiste Eisbergsalat', + weight = 1000, + type = 'item', + image = 'saladbox.png', + shouldClose = false, + name = 'boxsalad', + description = '', + }, + black_phone = { + useable = false, + unique = true, + label = 'iFruit 12XR Schwarz', + weight = 0.09999999999999432, + type = 'item', + image = 'black_phone.png', + shouldClose = false, + name = 'black_phone', + description = '„Mach Schluss mit echten Gesprächen – es gibt jetzt bessere Ablenkungen.“', + }, + scookie = { + useable = true, + unique = true, + label = 'Soft Cookie', + weight = 100, + type = 'item', + image = 'softccookie.png', + shouldClose = true, + name = 'scookie', + description = 'Ein Softcookie ist ein weicher, saftiger Keks mit einer zarten Textur, der oft noch leicht warm und innen herrlich chewy ist.', + }, + cay = { + useable = true, + unique = false, + label = 'Cay', + weight = 200, + type = 'item', + image = 'Cay.png', + shouldClose = true, + name = 'cay', + description = 'Türkischer Tee', + }, + opium_poppy = { + useable = false, + unique = false, + label = 'Schlafmohn', + weight = 100, + type = 'item', + image = 'opium_dry.png', + shouldClose = false, + name = 'opium_poppy', + description = 'Die Blume, die Träume verkauft', + }, + largescope_attachment = { + useable = true, + unique = false, + label = 'Large Scope', + weight = 1000, + type = 'item', + image = 'largescope_attachment.png', + shouldClose = true, + name = 'largescope_attachment', + description = 'A large scope for a weapon', + }, + ems_card = { + useable = true, + unique = true, + label = 'MD Dienstausweis', + weight = 10, + type = 'item', + image = 'police_card.png', + shouldClose = true, + name = 'ems_card', + description = '', + }, + quickclot = { + useable = true, + unique = false, + label = 'Wundschnellverband', + weight = 100, + type = 'item', + image = '40053-QuikClot-Combat-Gauze-01-removebg-preview.png', + shouldClose = true, + name = 'quickclot', + description = '', + }, + veh_suspension = { + useable = true, + unique = false, + label = 'Suspension', + weight = 1000, + type = 'item', + image = 'veh_suspension.png', + shouldClose = true, + name = 'veh_suspension', + description = 'Upgrade vehicle suspension', + }, + radio = { + useable = false, + unique = true, + label = 'Funkgerät', + weight = 600, + type = 'item', + image = 'radio.png', + shouldClose = true, + name = 'radio', + description = 'You can communicate with this through a signal', + }, + bubble_tea = { + useable = true, + unique = false, + label = 'Bubble Tea', + weight = 100, + type = 'item', + image = 'bubble_tea.png', + shouldClose = true, + name = 'bubble_tea', + description = 'Bubble Tea – das einzige Getränk, bei dem man sich fragt, ob man gerade trinkt, snackt oder ein Kinderspielzeug schlürft!', + }, + hopfen = { + useable = false, + unique = false, + label = 'Hopfen', + weight = 100, + type = 'item', + image = 'hopfen.png', + shouldClose = false, + name = 'hopfen', + description = '', + }, + weapon_assaultrifle_mk2 = { + useable = true, + unique = true, + label = 'Assault Rifle Mk II', + weight = 1000, + type = 'weapon', + image = 'weapon_assaultrifle_mk2.png', + ammotype = 'AMMO_RIFLE', + name = 'weapon_assaultrifle_mk2', + description = 'Assault Rifle MK2', + }, + lsd_route = { + useable = false, + unique = true, + label = 'LSD Route', + weight = 10, + type = 'item', + image = 'lsd_route.png', + shouldClose = false, + name = 'lsd_route', + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + }, + orange_o_tang_zero_dose = { + useable = true, + unique = false, + label = 'Orange O Tang Zero Dose', + weight = 50, + type = 'item', + image = 'orange_o_tang_zero_dose.png', + shouldClose = true, + name = 'orange_o_tang_zero_dose', + description = 'Dose Orangen Limo', + }, + whiskeywickel = { + useable = true, + unique = true, + label = 'Whiskeywickel', + weight = 200, + type = 'item', + image = 'whiskeywickel.png', + shouldClose = false, + name = 'whiskeywickel', + description = '', + }, + bleeder = { + useable = true, + unique = false, + label = 'The Bleeder', + weight = 100, + type = 'item', + image = 'bleeder.png', + shouldClose = true, + name = 'bleeder', + description = '', + }, + rifle_suppressor = { + useable = true, + unique = true, + label = 'Gewehr Schalldämpfer', + weight = 100, + type = 'item', + image = 'suppressor_attachment.png', + shouldClose = true, + name = 'rifle_suppressor', + description = '', + }, + fries_with_dip = { + useable = true, + unique = true, + label = 'Pommes mit Dip ', + weight = 200, + type = 'item', + image = 'ChatGPT_Image_27._Apr._2025__12_41_35-removebg-preview.png', + shouldClose = true, + name = 'fries_with_dip', + description = 'Knusprig goldene Pommes, serviert im kleinen Metallkorb – dazu ein cremiger Dip im stilechten Mini-Metalleimer.', + }, + thermite = { + useable = true, + unique = false, + label = 'Thermite', + weight = 1000, + type = 'item', + image = 'thermite.png', + shouldClose = true, + name = 'thermite', + description = 'Sometimes you\'d wish for everything to burn', + }, + weapon_flaregun = { + useable = false, + unique = true, + label = 'Flare Gun', + weight = 1000, + type = 'weapon', + image = 'weapon_flaregun.png', + ammotype = 'AMMO_FLARE', + name = 'weapon_flaregun', + description = 'A handgun for firing signal rockets', + }, + ceramic_brakes = { + useable = true, + unique = false, + label = 'Ceramic Bremsen', + weight = 0, + type = 'item', + image = 'ceramic_brakes.png', + shouldClose = true, + name = 'ceramic_brakes', + description = '', + }, + weapon_dbshotgun = { + useable = false, + unique = true, + label = 'Double-barrel Shotgun', + weight = 1000, + type = 'weapon', + image = 'weapon_dbshotgun.png', + ammotype = 'AMMO_SHOTGUN', + name = 'weapon_dbshotgun', + description = 'A shotgun with two parallel barrels, allowing two single shots to be fired in quick succession', + }, + thermalvision = { + useable = false, + unique = true, + label = 'Thermalvisier', + weight = 100, + type = 'item', + image = 'thermalvision.png', + shouldClose = true, + name = 'thermalvision', + description = 'i can seeee you ^^', + }, + veh_toolbox = { + useable = true, + unique = false, + label = 'Toolbox', + weight = 1000, + type = 'item', + image = 'veh_toolbox.png', + shouldClose = true, + name = 'veh_toolbox', + description = 'Check vehicle status', + }, + bellend_muzzle_brake = { + useable = true, + unique = false, + label = 'Bellend Muzzle Brake', + weight = 1000, + type = 'item', + image = 'bellend_muzzle_brake.png', + shouldClose = true, + name = 'bellend_muzzle_brake', + description = 'A muzzle brake for a weapon', + }, + cc_cino = { + useable = true, + unique = false, + label = 'Cappuccino', + weight = 10, + type = 'item', + image = 'cc_cino.png', + shouldClose = true, + name = 'cc_cino', + description = '', + }, + weapontint_mk2_23 = { + useable = true, + unique = false, + label = 'Metallic Gold Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_23', + description = 'Metallic Gold Weapon Tint for MK2 Weapons', + }, + printerdocument = { + useable = true, + unique = true, + label = 'Dokument', + weight = 0, + type = 'item', + image = 'printerdocument.png', + shouldClose = true, + name = 'printerdocument', + description = 'A nice document', + }, + weapon_proxmine = { + useable = false, + description = 'A bomb placed on the ground that detonates when going within its proximity', + label = 'Proxmine Grenade', + unique = true, + name = 'weapon_proxmine', + weight = 1000, + type = 'weapon', + image = 'weapon_proximitymine.png', + }, + bruschetta = { + useable = true, + unique = false, + label = 'Bruschetta', + weight = 10, + type = 'item', + image = 'bruschetta.png', + shouldClose = true, + name = 'bruschetta', + description = '', + }, + ohrstopsel = { + useable = false, + unique = true, + label = 'Ohrstöpsel', + weight = 20, + type = 'item', + image = 'oropax.png', + shouldClose = false, + name = 'ohrstopsel', + description = 'damit du das Stöhnen der Nachbarn net hören musst', + }, + weapon_bullpupshotgun = { + useable = false, + unique = true, + label = 'Bullpup Shotgun', + weight = 1000, + type = 'weapon', + image = 'weapon_bullpupshotgun.png', + ammotype = 'AMMO_SHOTGUN', + name = 'weapon_bullpupshotgun', + description = 'A compact smoothbore gun for firing small shot at short range', + }, + drum_mechanism = { + useable = false, + unique = false, + label = 'Trommel Mechanismus', + weight = 200, + type = 'item', + image = 'Trommel.png', + shouldClose = false, + name = 'drum_mechanism', + description = 'Der Dreh, der alles verändert – Spannung in jeder Umdrehung', + }, + ironoxide = { + useable = false, + unique = false, + label = 'Iron Powder', + weight = 100, + type = 'item', + image = 'ironoxide.png', + shouldClose = false, + name = 'ironoxide', + description = 'Some powder to mix with.', + }, + trojan_usb = { + useable = false, + unique = false, + label = 'Trojan USB', + weight = 0, + type = 'item', + image = 'usb_device.png', + shouldClose = true, + name = 'trojan_usb', + description = 'Handy software to shut down some systems', + }, + weapon_heavypistol = { + useable = false, + unique = true, + label = 'FM 510', + weight = 1000, + type = 'weapon', + image = 'screenshot_405-removebg-preview.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_heavypistol', + description = 'Wenn die Klog nicht mehr reicht.', + }, + ready_methpipe = { + useable = true, + unique = false, + label = 'Gefüllte Methpfeife', + weight = 500, + type = 'item', + image = 'opium_pipe.png', + shouldClose = true, + name = 'ready_methpipe', + description = 'Der schnelle Weg ins Nirvana – aber du verpasst den Ausgang', + }, + weapontint_2 = { + useable = true, + unique = false, + label = 'Gold Tint', + weight = 1000, + type = 'item', + image = 'weapontint_gold.png', + shouldClose = true, + name = 'weapontint_2', + description = 'Gold Weapon Tint', + }, + odins_mead = { + useable = true, + unique = false, + label = ' Odin\'s Mead', + weight = 200, + type = 'item', + image = 'OdinsMead.png', + shouldClose = true, + name = 'odins_mead', + description = 'Ein weises Getränk, so alt wie die Geschichten von Asgard selbst.', + }, + lokis_trickster_punch = { + useable = true, + unique = false, + label = 'Lokis Trickster Punch', + weight = 10, + type = 'item', + image = 'LokisTricksterPunch.png', + shouldClose = true, + name = 'lokis_trickster_punch', + description = '', + }, + id_card = { + useable = true, + unique = true, + label = 'ID Card', + weight = 0, + type = 'item', + image = 'id_card.png', + shouldClose = false, + name = 'id_card', + description = 'A card containing all your information to identify yourself', + }, + bagruben = { + useable = false, + unique = true, + label = 'Sack Zuckerrüben', + weight = 2000, + type = 'item', + image = 'bagruben.png', + shouldClose = false, + name = 'bagruben', + description = '', + }, + kuzu_sis = { + useable = true, + unique = true, + label = 'Kuzu Sis', + weight = 200, + type = 'item', + image = 'Kuzu_sis.png', + shouldClose = true, + name = 'kuzu_sis', + description = 'Lammkebab mit Beilagen', + }, + weapon_flare = { + useable = false, + unique = true, + label = 'Flare pistol', + weight = 1000, + type = 'weapon', + image = 'weapon_flare.png', + ammotype = 'AMMO_FLARE', + name = 'weapon_flare', + description = 'A small pyrotechnic devices used for illumination and signalling', + }, + goldchain = { + useable = false, + unique = false, + label = 'Golden Chain', + weight = 1500, + type = 'item', + image = 'goldchain.png', + shouldClose = true, + name = 'goldchain', + description = 'A golden chain seems like the jackpot to me!', + }, + veh_tint = { + useable = true, + unique = false, + label = 'Tints', + weight = 1000, + type = 'item', + image = 'veh_tint.png', + shouldClose = true, + name = 'veh_tint', + description = 'Install vehicle tint', + }, + lysergic_acid = { + useable = false, + unique = false, + label = 'Lysergsäure', + weight = 1000, + type = 'item', + image = 'acid.png', + shouldClose = false, + name = 'lysergic_acid', + description = 'Der geheime VIP-Zugang zu einer anderen Realität', + }, + shotgun_suppressor = { + useable = true, + unique = true, + label = 'Shotgun Schalldämpfer', + weight = 100, + type = 'item', + image = 'suppressor_attachment.png', + shouldClose = true, + name = 'shotgun_suppressor', + description = '', + }, + pelmini = { + useable = true, + unique = false, + label = 'Pelmini', + weight = 100, + type = 'item', + image = 'pelmini.png', + shouldClose = true, + name = 'pelmini', + description = 'Kleine Teigtaschen, große Gefühle – Pelmeni lieben dich zurück!', + }, + ifs_olden_arvest = { + useable = true, + unique = false, + label = 'Sif\'s Golden Harvest', + weight = 200, + type = 'item', + image = 'SifsGoldenHarvest.png', + shouldClose = true, + name = 'sifs_olden_harvest', + description = 'Eine goldene Ernte, die Sif selbst gesegnet haben könnte – perfekt für eine herzhafte Mahlzeit.', + }, + weapontint_mk2_31 = { + useable = true, + unique = false, + label = 'Metallic Orange & Yellow Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_31', + description = 'Metallic Orange & Yellow Weapon Tint for MK2 Weapons', + }, + ggdrasils_ssence = { + useable = true, + unique = true, + label = 'Yggdrasil\'s Essence', + weight = 200, + type = 'item', + image = 'YggdrasilsEssence.png', + shouldClose = true, + name = 'ggdrasils_ssence', + description = 'Erdend und zugleich erfrischend, dieses Getränk bringt die Essenz des Weltenbaums direkt ins Glas.', + }, + lighter = { + useable = false, + unique = false, + label = 'Feuerzeug', + weight = 100, + type = 'item', + image = 'lighter.png', + shouldClose = true, + name = 'lighter', + description = 'Flamme an oder so ....', + }, + empty_cup = { + useable = true, + unique = false, + label = 'leerer Becher', + weight = 6, + type = 'item', + image = 'empty_cup.png', + shouldClose = true, + name = 'empty_cup', + description = '', + }, + labkey = { + useable = true, + unique = true, + label = 'Key', + weight = 500, + type = 'item', + image = 'labkey.png', + shouldClose = true, + name = 'labkey', + description = 'Key for a lock...?', + }, + tyre_smoke_kit = { + useable = true, + unique = false, + label = 'Reifenrauch Kit', + weight = 0, + type = 'item', + image = 'tyre_smoke_kit.png', + shouldClose = true, + name = 'tyre_smoke_kit', + description = '', + }, + thors_sandwich = { + useable = true, + unique = false, + label = 'Thors Sandwich', + weight = 150, + type = 'item', + image = 'thors_sandwich.png', + shouldClose = true, + name = 'thors_sandwich', + description = 'So kraftvoll wie Thors Hammerschlag, dieses Sandwich ist eine herzhafte Kombination aus intensiven Aromen und sättigender Substanz. Perfekt für einen echten Wikinger-Appetit.', + }, + weapon_machete = { + useable = false, + description = 'A broad, heavy knife used as a weapon', + label = 'Machete', + unique = true, + name = 'weapon_machete', + weight = 1000, + type = 'weapon', + image = 'machete.png', + }, + boxmilk = { + useable = false, + unique = true, + label = 'Karton mit Milch', + weight = 1200, + type = 'item', + image = 'boxmilk.png', + shouldClose = false, + name = 'boxmilk', + description = '', + }, + clutch_replacement = { + useable = true, + unique = false, + label = 'Premium Kupplungssatz', + weight = 0, + type = 'item', + image = 'clutch_replacement.png', + shouldClose = true, + name = 'clutch_replacement', + description = '', + }, + fenystil = { + useable = true, + unique = false, + label = 'Fenistil', + weight = 100, + type = 'item', + image = 'fenystil.png', + shouldClose = true, + name = 'fenystil', + description = '', + }, + sd_card = { + useable = false, + unique = true, + label = 'SD Karte', + weight = 100, + type = 'item', + image = 'sd_card.png', + shouldClose = false, + name = 'sd_card', + description = '', + }, + cocoa = { + useable = false, + unique = false, + label = 'Packung Kakaopulver', + weight = 200, + type = 'item', + image = 'cacao.png', + shouldClose = false, + name = 'cocoa', + description = 'Kakaopulver ist Schokolade im Tarnanzug – bereit, jede Tasse in Wohlfühlzauber zu verwandeln.', + }, + weapon_pistolxm3 = { + useable = false, + unique = true, + label = 'Pistol XM3', + weight = 1000, + type = 'weapon', + image = 'highteampistol.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_pistolxm3', + description = 'Pistol XM3', + }, + h_choclate = { + useable = true, + unique = false, + label = 'Heiße Schokolade', + weight = 10, + type = 'item', + image = 'h_choclate.png', + shouldClose = true, + name = 'h_choclate', + description = '', + }, + cuttingdisc = { + useable = false, + unique = true, + label = 'Trennscheibe', + weight = 200, + type = 'item', + image = 'cuttingdisc.png', + shouldClose = false, + name = 'cuttingdisc', + description = '', + }, + butcherknife = { + useable = false, + unique = true, + label = 'Schlachtermesser', + weight = 400, + type = 'item', + image = 'butcherknife.png', + shouldClose = false, + name = 'butcherknife', + description = '', + }, + weapontint_4 = { + useable = true, + unique = false, + label = 'Army Tint', + weight = 1000, + type = 'item', + image = 'weapontint_army.png', + shouldClose = true, + name = 'weapontint_4', + description = 'Army Weapon Tint', + }, + gumianimals = { + useable = true, + unique = true, + label = 'Gummitierchen', + weight = 100, + type = 'item', + image = 'gummanimals.png', + shouldClose = true, + name = 'gumianimals', + description = 'Zurück in die Kindheit – Deine Retro-Tüte voller bunter Gummi-Tierchen!', + }, + glass = { + useable = false, + unique = false, + label = 'Glas', + weight = 600, + type = 'item', + image = 'glass.png', + shouldClose = false, + name = 'glass', + description = 'It is very fragile, watch out', + }, + pistol_smallscope = { + useable = true, + unique = true, + label = 'MK2 Revolver Visier', + weight = 100, + type = 'item', + image = 'smallscope_attachment.png', + shouldClose = true, + name = 'pistol_smallscope', + description = '', + }, + nacl_500 = { + useable = true, + unique = false, + label = 'NACL (500ml)', + weight = 500, + type = 'item', + image = 'nacl.png', + shouldClose = true, + name = 'nacl_500', + description = '', + }, + newscam = { + useable = true, + unique = true, + label = 'News Camera', + weight = 100, + type = 'item', + image = 'newscam.png', + shouldClose = true, + name = 'newscam', + description = 'A camera for the news', + }, + gg_deer_hide_03 = { + useable = false, + unique = true, + label = 'Makelloses Hirschfell', + weight = 1000, + type = 'item', + image = 'gg_deer_hide_03.png', + shouldClose = true, + name = 'gg_deer_hide_03', + description = '', + }, + metalscrap = { + useable = false, + unique = false, + label = 'Metallschrott', + weight = 500, + type = 'item', + image = 'scrap-iron.png', + shouldClose = false, + name = 'metalscrap', + description = 'Der Stoff, aus dem DIY-Träume sind', + }, + grapejuice = { + useable = true, + unique = false, + label = 'Flasche Traubensaft', + weight = 200, + type = 'item', + image = 'traubensaft.png', + shouldClose = false, + name = 'grapejuice', + description = 'Grape juice is said to be healthy', + }, + gg_hunting_animaltrap = { + useable = true, + unique = true, + label = 'Tierfalle', + weight = 1000, + type = 'item', + image = 'gg_hunting_animaltrap.png', + shouldClose = true, + name = 'gg_hunting_animaltrap', + description = '', + }, + ecola = { + useable = true, + unique = false, + label = 'E-Cola Softdrink', + weight = 100, + type = 'item', + image = 'ecola.png', + shouldClose = true, + name = 'ecola', + description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', + }, + weapontint_mk2_11 = { + useable = true, + unique = false, + label = 'Yellow Contrast Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_11', + description = 'Yellow Contrast Weapon Tint for MK2 Weapons', + }, + blood_750 = { + useable = true, + unique = false, + label = 'Blut (750ml)', + weight = 750, + type = 'item', + image = 'blood_750.png', + shouldClose = true, + name = 'blood_750', + description = '', + }, + paper = {}, + beerkeg = { + useable = true, + unique = true, + label = 'Bierfass', + weight = 600, + type = 'item', + image = 'beerkeg.png', + shouldClose = true, + name = 'beerkeg', + description = '', + }, + heavyarmor = { + useable = true, + unique = false, + label = 'Verstärkte Kugelsischere Weste', + weight = 5000, + type = 'item', + image = 'armor.png', + shouldClose = true, + name = 'heavyarmor', + description = 'Some protection won\'t hurt... right?', + }, + boxgrapejuice = { + useable = false, + unique = true, + label = 'Kiste Traubensaft', + weight = 1000, + type = 'item', + image = 'boxgrapejuice.png', + shouldClose = false, + name = 'boxgrapejuice', + description = '', + }, + corn_cob = { + useable = true, + unique = false, + label = 'Maiskolben', + weight = 100, + type = 'item', + image = 'corn_cob.png', + shouldClose = true, + name = 'corn_cob', + description = '', + }, + cleaning_kit = { + useable = false, + unique = false, + label = 'Premium Putzlappen ', + weight = 0, + type = 'item', + image = '', + shouldClose = false, + name = 'cleaning_kit', + description = 'Für die schnelle Reinigung', + }, + tier_leckerlis = { + useable = true, + unique = false, + label = 'Tier Leckerlis', + weight = 100, + type = 'item', + image = 'tier_leckerlies.png', + shouldClose = true, + name = 'tier_leckerlis', + description = 'Freude für deinen Vierbeiner.', + }, + tactical_muzzle_brake = { + useable = true, + unique = false, + label = 'Tactical Muzzle Brake', + weight = 1000, + type = 'item', + image = 'tactical_muzzle_brake.png', + shouldClose = true, + name = 'tactical_muzzle_brake', + description = 'A muzzle brakee for a weapon', + }, + ephedrin = { + useable = true, + unique = false, + label = 'Ephedrin Tabletten', + weight = 500, + type = 'item', + image = 'ephedrine.png', + shouldClose = true, + name = 'ephedrin', + description = 'Deine Eintrittskarte zu einem Adrenalinschub', + }, + rubber = { + useable = false, + unique = false, + label = 'Gummi', + weight = 600, + type = 'item', + image = 'rubber.png', + shouldClose = false, + name = 'rubber', + description = 'Rubber, I believe you can make your own rubber ducky with it :D', + }, + weapon_snowball = { + useable = false, + description = 'A ball of packed snow, especially one made for throwing at other people for fun', + label = 'Snowball', + unique = true, + name = 'weapon_snowball', + weight = 1000, + type = 'weapon', + image = 'weapon_snowball.png', + }, + pork_joint = { + useable = true, + unique = false, + label = 'roher Schweinebraten', + weight = 200, + type = 'item', + image = 'pork_joint.png', + shouldClose = true, + name = 'pork_joint', + description = '', + }, + nacl_1000 = { + useable = true, + unique = false, + label = 'NACL (1000ml)', + weight = 1000, + type = 'item', + image = 'nacl.png', + shouldClose = true, + name = 'nacl_1000', + description = '', + }, + cheese_burger = { + useable = true, + unique = false, + label = 'Bacon Cheese Burger', + weight = 150, + type = 'item', + image = 'cheese_burger.png', + shouldClose = true, + name = 'cheese_burger', + description = 'Ein flauschiges Brötchen, ein saftiges Patty und eine Scheibe Käse, die alles zusammenhält wie der beste Kumpel auf einer Party. Klein, rund, glücklich – genau wie du nach dem ersten Bissen.', + }, + newsbmic = { + useable = true, + unique = true, + label = 'Boom Microphone', + weight = 100, + type = 'item', + image = 'newsbmic.png', + shouldClose = true, + name = 'newsbmic', + description = 'A Useable BoomMic', + }, + magic_mushroom = { + useable = false, + unique = false, + label = 'Mutterkorn', + weight = 500, + type = 'item', + image = 'magic_mushroom.png', + shouldClose = false, + name = 'magic_mushroom', + description = 'Der Pilz, der dir das Gefühl gibt, du könntest mit deinen Gedanken den Regenbogen malen.', + }, + v8_engine = { + useable = true, + unique = false, + label = 'V8 Motor', + weight = 0, + type = 'item', + image = 'v8_engine.png', + shouldClose = true, + name = 'v8_engine', + description = '', + }, + raw_wings = { + useable = true, + unique = false, + label = 'rohe Chickenwings', + weight = 200, + type = 'item', + image = 'raw_wings.png', + shouldClose = true, + name = 'raw_wings', + description = '', + }, + kaugummi = { + useable = true, + unique = false, + label = 'Kaugummi ', + weight = 40, + type = 'item', + image = 'kaugummi.png', + shouldClose = true, + name = 'kaugummi', + description = 'Damit dein Maul net mehr so Stinkt...', + }, + weapon_carbinerifle = { + useable = false, + unique = true, + label = 'AR 15', + weight = 1000, + type = 'weapon', + image = 'ar15.png', + ammotype = 'AMMO_RIFLE', + name = 'weapon_carbinerifle', + description = 'Der beste Freund eines Cops, wenn Funk und Pfefferspray nicht mehr reichen.', + }, + smg_grip = { + useable = true, + unique = true, + label = 'SMG Griff', + weight = 100, + type = 'item', + image = 'grip_attachment.png', + shouldClose = true, + name = 'smg_grip', + description = '', + }, + vape = { + useable = true, + unique = true, + label = 'E-Dampfe', + weight = 200, + type = 'item', + image = 'vape.png', + shouldClose = false, + name = 'vape', + description = '', + }, + weed_skunk_seed = { + useable = true, + unique = false, + label = 'Skunk Seed', + weight = 0, + type = 'item', + image = 'weed_seed.png', + shouldClose = true, + name = 'weed_skunk_seed', + description = 'A weed seed of Skunk', + }, + squared_muzzle_brake = { + useable = true, + unique = false, + label = 'Squared Muzzle Brake', + weight = 1000, + type = 'item', + image = 'squared_muzzle_brake.png', + shouldClose = true, + name = 'squared_muzzle_brake', + description = 'A muzzle brake for a weapon', + }, + blue_phone = { + useable = false, + unique = true, + label = 'iFruit 12XR Blau', + weight = 0.09999999999999432, + type = 'item', + image = 'blue_phone.png', + shouldClose = false, + name = 'blue_phone', + description = '„Ein Akku, der genau so lange hält wie deine Aufmerksamkeitsspanne.“', + }, + kayas_rotwein = { + useable = true, + unique = true, + label = 'Kırmızı şarap ', + weight = 200, + type = 'item', + image = 'kirimzi.png', + shouldClose = true, + name = 'kayas_rotwein', + description = 'Türkischer Rotwein', + }, + veh_brakes = { + useable = true, + unique = false, + label = 'Brakes', + weight = 1000, + type = 'item', + image = 'veh_brakes.png', + shouldClose = true, + name = 'veh_brakes', + description = 'Upgrade vehicle brakes', + }, + salad = { + useable = false, + unique = true, + label = 'Eisbergsalat', + weight = 200, + type = 'item', + image = 'salad.png', + shouldClose = false, + name = 'salad', + description = '', + }, + duct_tape = { + useable = true, + unique = false, + label = 'Klebeband', + weight = 0, + type = 'item', + image = 'duct_tape.png', + shouldClose = true, + name = 'duct_tape', + description = '', + }, + tablet = { + useable = false, + unique = false, + label = 'Tablet', + weight = 2000, + type = 'item', + image = 'tablet.png', + shouldClose = true, + name = 'tablet', + description = 'Expensive tablet', + }, + painkillers = { + useable = true, + unique = false, + label = 'Painkillers', + weight = 0, + type = 'item', + image = 'painkillers.png', + shouldClose = true, + name = 'painkillers', + description = 'For pain you can\'t stand anymore, take this pill that\'d make you feel great again', + }, + nightvision = { + useable = false, + unique = true, + label = 'Nachtsichtgerät', + weight = 100, + type = 'item', + image = 'nightvision.png', + shouldClose = true, + name = 'nightvision', + description = '', + }, + gazebo = { + useable = true, + unique = false, + label = 'Pavillon', + weight = 600, + type = 'item', + image = 'gazebo.png', + shouldClose = true, + name = 'gazebo', + description = '', + }, + propofol_250 = { + useable = true, + unique = false, + label = 'Propofol 250', + weight = 250, + type = 'item', + image = 'Propofol-00409469924-removebg-preview.png', + shouldClose = true, + name = 'propofol_250', + description = '', + }, + codeine_syrup = { + useable = false, + unique = false, + label = 'Codein-Sirup', + weight = 500, + type = 'item', + image = 'crackmixingagent.png', + shouldClose = false, + name = 'codeine_syrup', + description = 'Der Sirup, der dich von „A“ nach „Z“ schickt – aber ohne Zwischenstopps', + }, + juice = { + useable = true, + unique = false, + label = 'Saft', + weight = 100, + type = 'item', + image = 'juice.png', + shouldClose = true, + name = 'juice', + description = 'Wenn hier Anna nass macht dann bin ICH das !!!!', + }, + gg_deer_hide_02 = { + useable = false, + unique = true, + label = 'Robustes Hirschleder', + weight = 1000, + type = 'item', + image = 'gg_deer_hide_02.png', + shouldClose = true, + name = 'gg_deer_hide_02', + description = '', + }, + weapontint_mk2_2 = { + useable = true, + unique = false, + label = 'Classic Two-Tone Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_2', + description = 'Classic Two-Tone Weapon Tint for MK2 Weapons', + }, + muffin = { + useable = true, + unique = false, + label = 'Muffin', + weight = 100, + type = 'item', + image = 'ChatGPT_Image_1._Mai_2025__03_50_52-removebg-preview.png', + shouldClose = true, + name = 'muffin', + description = 'der Muffin Mann...', + }, + roofbox_carbon = { + useable = true, + unique = true, + label = 'Carbon Dachbox', + weight = 1000, + type = 'item', + image = 'roofbox_carbon.png', + shouldClose = true, + name = 'roofbox_carbon', + description = '', + }, + weapon_railgun = { + useable = false, + description = 'A weapon that uses electromagnetic force to launch high velocity projectiles', + label = 'Railgun', + unique = true, + name = 'weapon_railgun', + weight = 1000, + type = 'weapon', + image = 'weapon_railgun.png', + }, + stoast = { + useable = true, + unique = false, + label = 'Sucuktoast', + weight = 10, + type = 'item', + image = 'stoast.png', + shouldClose = true, + name = 'stoast', + description = '', + }, + diamond = { + useable = false, + unique = false, + label = 'Diamond', + weight = 1000, + type = 'item', + image = 'diamond.png', + shouldClose = true, + name = 'diamond', + description = 'A diamond seems like the jackpot to me!', + }, + weapon_gusenberg = { + useable = false, + unique = true, + label = 'Gusenberg Sweeper', + weight = 1000, + type = 'weapon', + image = 'screenshot_412-removebg-preview.png', + ammotype = 'AMMO_MG', + name = 'weapon_gusenberg', + description = ' das Original aus der goldenen Ära der Gangster', + }, + burrito = { + useable = true, + unique = false, + label = 'Burrito', + weight = 100, + type = 'item', + image = 'screenshot_690-removebg-preview.png', + shouldClose = true, + name = 'burrito', + description = '', + }, + weapon_pipebomb = { + useable = false, + description = 'A homemade bomb, the components of which are contained in a pipe', + label = 'Pipe Bomb', + unique = true, + name = 'weapon_pipebomb', + weight = 1000, + type = 'weapon', + image = 'weapon_pipebomb.png', + }, + radioscanner = { + useable = false, + unique = false, + label = 'Radio Scanner', + weight = 1000, + type = 'item', + image = 'radioscanner.png', + shouldClose = true, + name = 'radioscanner', + description = 'With this you can get some police alerts. Not 100% effective however', + }, + parachute = { + useable = true, + unique = true, + label = 'Parachute', + weight = 30000, + type = 'item', + image = 'parachute.png', + shouldClose = true, + name = 'parachute', + description = 'The sky is the limit! Woohoo!', + }, + weapon_heavyshotgun = { + useable = false, + unique = true, + label = 'Heavy Shotgun', + weight = 1000, + type = 'weapon', + image = 'weapon_heavyshotgun.png', + ammotype = 'AMMO_SHOTGUN', + name = 'weapon_heavyshotgun', + description = 'A large smoothbore gun for firing small shot at short range', + }, + shaft = { + useable = false, + unique = false, + label = 'Waffenschaft', + weight = 200, + type = 'item', + image = 'ar_grip.png', + shouldClose = false, + name = 'shaft', + description = 'Schaft: Der ruhige Held der Waffe – immer da, wenn man ihn braucht, aber nie im Mittelpunkt', + }, + cup_cola = { + useable = true, + unique = false, + label = 'Becher E-Cola', + weight = 100, + type = 'item', + image = 'cup_cola.png', + shouldClose = true, + name = 'cup_cola', + description = '', + }, + rare_earths = { + useable = false, + unique = false, + label = 'seltene Erden', + weight = 100, + type = 'item', + image = 'rare_earths.png', + shouldClose = false, + name = 'rare_earths', + description = '', + }, + repair_kit = { + useable = true, + unique = false, + label = 'Werkzeug', + weight = 0, + type = 'item', + image = 'repair_kit.png', + shouldClose = true, + name = 'repair_kit', + description = 'Für Schnelle & Kleinere Reparaturen ', + }, + firework3 = { + useable = true, + unique = false, + label = 'WipeOut', + weight = 1000, + type = 'item', + image = 'firework3.png', + shouldClose = true, + name = 'firework3', + description = 'Fireworks', + }, + woodcoal = { + useable = false, + unique = false, + label = 'Sack Holzkohle', + weight = 1000, + type = 'item', + image = 'woodcoal.png', + shouldClose = false, + name = 'woodcoal', + description = '', + }, + veh_xenons = { + useable = true, + unique = false, + label = 'Xenons', + weight = 1000, + type = 'item', + image = 'veh_xenons.png', + shouldClose = true, + name = 'veh_xenons', + description = 'Upgrade vehicle xenons', + }, + comp_attachment = { + useable = true, + unique = false, + label = 'Compensator', + weight = 1000, + type = 'item', + image = 'comp_attachment.png', + shouldClose = true, + name = 'comp_attachment', + description = 'A compensator for a weapon', + }, + chair = { + useable = true, + unique = false, + label = 'Stuhl', + weight = 600, + type = 'item', + image = 'chair.png', + shouldClose = true, + name = 'chair', + description = '', + }, + weapon_combatpistol = { + useable = false, + unique = true, + label = 'Bretta Storm', + weight = 1000, + type = 'weapon', + image = 'screenshot_434-removebg-preview.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_combatpistol', + description = 'Eine kompakte, zuverlässige 9mm-Dienstpistole mit 17 Schuss Magazin.', + }, + kakao3 = { + useable = true, + unique = true, + label = 'Tasse Heiße Schokolade mit Marshmallows', + weight = 100, + type = 'item', + image = 'kakao3.png', + shouldClose = true, + name = 'kakao3', + description = 'Eine Tasse heiße Schokolade mit Marshmallows ist wie ein Kuschelabend in flüssiger Form – süß, warm und himmlisch übertrieben.', + }, + dackelk = { + useable = false, + unique = true, + label = 'Dackelklatscher', + weight = 100, + type = 'item', + image = 'Dackelklatscher.png', + shouldClose = false, + name = 'dackelk', + description = '', + }, + rb_cupcake = { + useable = true, + unique = false, + label = 'Rainbow Cupcake', + weight = 10, + type = 'item', + image = 'rb_cupcake.png', + shouldClose = true, + name = 'rb_cupcake', + description = '', + }, + brakepad_replacement = { + useable = true, + unique = false, + label = 'Premium Bremsenteile', + weight = 0, + type = 'item', + image = 'brakepad_replacement.png', + shouldClose = true, + name = 'brakepad_replacement', + description = '', + }, + munky_juice = { + useable = true, + unique = false, + label = 'Munky Juice', + weight = 100, + type = 'item', + image = 'munky_juice.png', + shouldClose = true, + name = 'munky_juice', + description = 'Trinkpäckchen mit Saft und ja der Strohhalm ist aus Plastik ^^', + }, + raw_kebab = { + useable = true, + unique = false, + label = 'roher Schaschlickspieß', + weight = 200, + type = 'item', + image = 'raw_kebab.png', + shouldClose = true, + name = 'raw_kebab', + description = '', + }, + weapon_vintagepistol = { + useable = false, + unique = true, + label = 'Vintage Pistol', + weight = 1000, + type = 'weapon', + image = 'weapon_vintagepistol.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_vintagepistol', + description = 'An antique firearm designed to be held in one hand', + }, + bulletproof_tyres = { + useable = true, + unique = false, + label = 'Reifen Gebanzert', + weight = 0, + type = 'item', + image = 'bulletproof_tyres.png', + shouldClose = true, + name = 'bulletproof_tyres', + description = '', + }, + pizza_piece = { + useable = true, + shouldClose = true, + description = 'Ein Stück Glück auf deinem Teller – Genieße unser köstliches Stück Pizza!', + unique = false, + name = 'pizza_piece', + weight = 150, + type = 'item', + label = 'Stück Pizza', + }, + weed_purplehaze = { + useable = true, + unique = false, + label = 'Purple Haze 2g', + weight = 200, + type = 'item', + image = 'weed_baggy.png', + shouldClose = false, + name = 'weed_purplehaze', + description = 'A weed bag with 2g Purple Haze', + }, + eimdalls_uard_read = { + useable = true, + unique = false, + label = 'Heimdall\'s Guard Bread', + weight = 200, + type = 'item', + image = 'HeimdallsGuardBread.png', + shouldClose = true, + name = 'heimdalls_guard_bread', + description = 'Stark und nahrhaft, dieses Brot bewacht den Magen und bereitet dich auf den Genuss der kommenden Speisen vor.', + }, + police_stormram = { + useable = true, + unique = true, + label = 'Stormram', + weight = 18000, + type = 'item', + image = 'police_stormram.png', + shouldClose = true, + name = 'police_stormram', + description = 'A nice tool to break into doors', + }, + weapon_batton = { + useable = false, + unique = false, + label = 'Waffenlauf Lang', + weight = 1000, + type = 'item', + image = 'weapon_batton.png', + shouldClose = false, + name = 'weapon_batton', + description = 'Ein Lauf auf Stahl mit einer hohen Genauigkeit ', + }, + rwd_drivetrain = { + useable = true, + unique = false, + label = 'RWD', + weight = 0, + type = 'item', + image = 'rwd_drivetrain.png', + shouldClose = true, + name = 'rwd_drivetrain', + description = '', + }, + ['5-fach_impfung_hund'] = { + useable = true, + unique = false, + label = '5-fach Impfung Hund', + weight = 20, + type = 'item', + image = 'hundeimpfstoff.png', + shouldClose = true, + name = '5-fach_impfung_hund', + description = '', + }, + mmorgenlicht = { + useable = true, + unique = false, + label = 'Meiers Morgenlicht', + weight = 100, + type = 'item', + image = 'mmorgenlicht.png', + shouldClose = false, + name = 'mmorgenlicht', + description = '', + }, + eimdalls_lear_ight = { + useable = true, + unique = false, + label = 'Heimdall\'s Clear Sight', + weight = 200, + type = 'item', + image = 'HeimdallsClearSight.png', + shouldClose = true, + name = 'heimdalls_clear_sight', + description = 'Ein erfrischendes, klares Getränk, das wie Heimdall’s wachsames Auge rein und belebend wirkt.', + }, + harness = { + useable = true, + unique = true, + label = 'Race Harness', + weight = 1000, + type = 'item', + image = 'harness.png', + shouldClose = true, + name = 'harness', + description = 'Racing Harness so no matter what you stay in the car', + }, + firework4 = { + useable = true, + unique = false, + label = 'Weeping Willow', + weight = 1000, + type = 'item', + image = 'firework4.png', + shouldClose = true, + name = 'firework4', + description = 'Fireworks', + }, + weapon_bottle = { + useable = false, + description = 'A broken bottle', + label = 'Broken Bottle', + unique = true, + name = 'weapon_bottle', + weight = 1000, + type = 'weapon', + image = 'weapon_bottle.png', + }, + midazolam = { + useable = true, + unique = false, + label = 'Midazolam', + weight = 100, + type = 'item', + image = 'screenshot_696-removebg-preview.png', + shouldClose = true, + name = 'midazolam', + description = '', + }, + ezme = { + useable = true, + unique = false, + label = 'Ezme', + weight = 10, + type = 'item', + image = 'ezme.png', + shouldClose = true, + name = 'ezme', + description = '', + }, + sawdust = { + useable = false, + unique = false, + label = 'Sägemehl', + weight = 20, + type = 'item', + image = 'sawdust.png', + shouldClose = false, + name = 'sawdust', + description = '', + }, + bank_card = { + useable = true, + unique = true, + label = 'Bank Card', + weight = 0, + type = 'item', + image = 'bank_card.png', + shouldClose = true, + name = 'bank_card', + description = 'Used to access ATM', + }, + cc_kaffe = { + useable = true, + unique = false, + label = 'Kaffee', + weight = 10, + type = 'item', + image = 'cc_kaffe.png', + shouldClose = true, + name = 'cc_kaffe', + description = '', + }, + kanister = { + useable = false, + unique = false, + label = 'leerer Kanister', + weight = 600, + type = 'item', + image = 'kanister.png', + shouldClose = false, + name = 'kanister', + description = '', + }, + gg_coyote_fangs_02 = { + useable = false, + unique = true, + label = 'Robuster Kojotenzahn', + weight = 1000, + type = 'item', + image = 'gg_coyote_fangs_02.png', + shouldClose = true, + name = 'gg_coyote_fangs_02', + description = '', + }, + smg_holoscope = { + useable = true, + unique = true, + label = 'SMG Holoscope', + weight = 100, + type = 'item', + image = 'holoscope_attachment.png', + shouldClose = true, + name = 'smg_holoscope', + description = '', + }, + amiodaron = { + useable = true, + unique = false, + label = 'Amiodaron', + weight = 15, + type = 'item', + image = 'amiodaron.png', + shouldClose = true, + name = 'amiodaron', + description = '', + }, + weapontint_mk2_13 = { + useable = true, + unique = false, + label = 'Bold Pink Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_13', + description = 'Bold Pink Weapon Tint for MK2 Weapons', + }, + baldurslightelixir = { + useable = true, + unique = false, + label = 'Baldurs Light Elixir', + weight = 100, + type = 'item', + image = 'BaldursLightElixir.png', + shouldClose = true, + name = 'baldurslightelixir', + description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.', + }, + steel = { + useable = false, + unique = false, + label = 'Stahl', + weight = 100, + type = 'item', + image = 'steel.png', + shouldClose = false, + name = 'steel', + description = 'Nice piece of metal that you can probably use for something', + }, + cooked_bbq_sausages = { + useable = true, + unique = false, + label = 'gegrillte Bratwurst', + weight = 200, + type = 'item', + image = 'cooked_bbq_sausages.png', + shouldClose = true, + name = 'cooked_bbq_sausages', + description = '', + }, + cooked_turkey_drum = { + useable = true, + unique = false, + label = 'gegrillte Putenkeule', + weight = 100, + type = 'item', + image = 'cooked_turkey_drum.png', + shouldClose = true, + name = 'cooked_turkey_drum', + description = '', + }, + ironbar = { + useable = false, + unique = false, + label = 'Eisenbarren', + weight = 2000, + type = 'item', + image = 'ironbar.png', + shouldClose = false, + name = 'ironbar', + description = '', + }, + rostedcoffee = { + useable = false, + unique = true, + label = 'Sack geröstete Kaffeebohnen', + weight = 2000, + type = 'item', + image = 'rostedcoffee.png', + shouldClose = false, + name = 'rostedcoffee', + description = '', + }, + creditcard = { + useable = false, + unique = true, + label = 'Bankkarte', + weight = 0, + type = 'item', + image = 'creditcard.png', + shouldClose = true, + name = 'creditcard', + description = 'Ich brauch Geld', + }, + steel_ingots = { + useable = false, + unique = false, + label = 'Stahlbarren', + weight = 1000, + type = 'item', + image = 'steel_ingot.png', + shouldClose = false, + name = 'steel_ingots', + description = 'Hier trifft pure Masse auf unendliches Potenzial.', + }, + ribeye_steak = { + useable = true, + unique = false, + label = 'Ribeye Steak', + weight = 200, + type = 'item', + image = 'ribeye_steak.png', + shouldClose = true, + name = 'ribeye_steak', + description = '', + }, + marshmallows = { + useable = true, + unique = false, + label = 'Packung Marshmallows', + weight = 200, + type = 'item', + image = 'marshmallows.png', + shouldClose = true, + name = 'marshmallows', + description = 'Marshmallows sind wie kleine Wolken, die versehentlich in Zucker gefallen und dann beschlossen haben, für immer süß zu bleiben.', + }, + weed_skunk = { + useable = true, + unique = false, + label = 'Skunk 2g', + weight = 200, + type = 'item', + image = 'weed_baggy.png', + shouldClose = false, + name = 'weed_skunk', + description = 'A weed bag with 2g Skunk', + }, + weapon_raycarbine = { + useable = true, + unique = true, + label = 'Unholy Hellbringer', + weight = 1000, + type = 'weapon', + image = 'weapon_raycarbine.png', + ammotype = 'AMMO_SMG', + name = 'weapon_raycarbine', + description = 'Weapon Raycarbine', + }, + cokebaggy = { + useable = true, + unique = false, + label = 'Bag of Coke', + weight = 0, + type = 'item', + image = 'cocaine_baggy.png', + shouldClose = true, + name = 'cokebaggy', + description = 'To get happy real quick', + }, + freyas_blossom = { + useable = true, + unique = true, + label = 'Freyas Blossom', + weight = 250, + type = 'item', + image = 'FreyasBlossom.png', + shouldClose = true, + name = 'freyas_blossom', + description = 'Ein blumiges und fruchtiges Getränk, das die Zartheit und Schönheit, der Göttin Freya widerspiegelt.', + }, + pistol_compensator = { + useable = true, + unique = true, + label = 'Pistolen Kompensator', + weight = 100, + type = 'item', + image = 'comp_attachment.png', + shouldClose = true, + name = 'pistol_compensator', + description = '', + }, + boxgrapes = { + useable = false, + unique = false, + label = 'Packung Weintrauben', + weight = 400, + type = 'item', + image = 'boxgrapes.png', + shouldClose = false, + name = 'boxgrapes', + description = '', + }, + korb = { + useable = false, + unique = true, + label = 'Korb', + weight = 0.09999999999999432, + type = 'item', + image = 'korb.png', + shouldClose = false, + name = 'korb', + description = '', + }, + bodybag = { + useable = true, + unique = false, + label = 'Leichensack', + weight = 200, + type = 'item', + image = 'bodybag.png', + shouldClose = true, + name = 'bodybag', + description = '', + }, + leopardcamo_attachment = { + useable = true, + unique = false, + label = 'Leopard Camo', + weight = 1000, + type = 'item', + image = 'leopardcamo_attachment.png', + shouldClose = true, + name = 'leopardcamo_attachment', + description = 'A leopard camo for a weapon', + }, + gg_boar_tusk_01 = { + useable = false, + unique = true, + label = 'Rauer Eberzahn', + weight = 1000, + type = 'item', + image = 'gg_boar_tusk_01.png', + shouldClose = true, + name = 'gg_boar_tusk_01', + description = '', + }, + weapon_assaultsmg = { + useable = false, + unique = true, + label = 'BDR-C ', + weight = 1000, + type = 'weapon', + image = 'weapon_assaultsmg.png', + ammotype = 'AMMO_SMG', + name = 'weapon_assaultsmg', + description = 'Voll Scifi ^^', + }, + penicillin = { + useable = true, + unique = false, + label = 'Penicillin', + weight = 20, + type = 'item', + image = 'penicillin.png', + shouldClose = true, + name = 'penicillin', + description = '', + }, + sprunk_dose = { + useable = true, + unique = false, + label = 'Sprunk Dose', + weight = 50, + type = 'item', + image = 'sprunk_dose.png', + shouldClose = true, + name = 'sprunk_dose', + description = 'Dose Zitronen Limo', + }, + cigar = { + useable = true, + unique = false, + label = 'Zigarre', + weight = 100, + type = 'item', + image = 'cigar.png', + shouldClose = false, + name = 'cigar', + description = '', + }, + smg_drum = { + useable = true, + unique = true, + label = 'SMG Trommelmagazin', + weight = 100, + type = 'item', + image = 'drum_attachment.png', + shouldClose = true, + name = 'smg_drum', + description = '', + }, + small_blade = { + useable = false, + unique = false, + label = 'kleine Klinge', + weight = 200, + type = 'item', + image = 'Klinge Springmesser.png', + shouldClose = false, + name = 'small_blade', + description = ' Die Klinge, die nicht auf sich warten lässt', + }, + ecola_light = { + useable = true, + unique = false, + label = 'E-Cola Light Softdrink', + weight = 100, + type = 'item', + image = 'ecola_light.png', + shouldClose = true, + name = 'ecola_light', + description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', + }, + odins_wisdom_brew = { + useable = true, + unique = false, + label = 'Odin\'s Wisdom Brew (alkoholfrei)', + weight = 200, + type = 'item', + image = 'OdinsWisdomBrew.png', + shouldClose = true, + name = 'odins_wisdom_brew', + description = 'Ein Getränk, das auch ohne Alkohol die Weisheit und Kraft des Allvaters vermittelt – voller Geschmack und leicht süß.', + }, + vomex = { + useable = true, + unique = false, + label = 'Vomex', + weight = 20, + type = 'item', + image = 'vomex.png', + shouldClose = true, + name = 'vomex', + description = '', + }, + weed_ak47 = { + useable = true, + unique = false, + label = 'AK47 2g', + weight = 200, + type = 'item', + image = 'weed_baggy.png', + shouldClose = false, + name = 'weed_ak47', + description = 'A weed bag with 2g AK47', + }, + weapon_ball = { + useable = false, + unique = true, + label = 'Ball', + weight = 1000, + type = 'weapon', + image = 'weapon_ball.png', + ammotype = 'AMMO_BALL', + name = 'weapon_ball', + description = 'A solid or hollow spherical or egg-shaped object that is kicked, thrown, or hit in a game', + }, + gazoz = { + useable = true, + unique = false, + label = 'Gazoz', + weight = 200, + type = 'item', + image = 'Gazoz.png', + shouldClose = true, + name = 'gazoz', + description = 'kohlensäurehaltiges, süßes Erfrischungsgetränk ', + }, + dueruem = { + useable = true, + unique = false, + label = 'Dürüm', + weight = 200, + type = 'item', + image = 'durum.png', + shouldClose = true, + name = 'dueruem', + description = 'Wrap, mit typischen Döner-Kebab-Zutaten gefüllt', + }, + ibuprophen = { + useable = true, + unique = false, + label = 'Ibuprophen', + weight = 20, + type = 'item', + image = 'Ibuprophen.png', + shouldClose = true, + name = 'ibuprophen', + description = '', + }, + odins_nuesse = { + useable = true, + unique = false, + label = 'Odins Nüsse', + weight = 150, + type = 'item', + image = 'Odins_nuesse.png', + shouldClose = true, + name = 'Odins_nuesse', + 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.', + }, + sniper_suppressor = { + useable = true, + unique = true, + label = 'Sniper Schalldämpfer', + weight = 100, + type = 'item', + image = 'suppressor_attachment.png', + shouldClose = true, + name = 'sniper_suppressor', + description = '', + }, + diving_fill = { + useable = true, + unique = true, + label = 'Diving Tube', + weight = 3000, + type = 'item', + image = 'diving_tube.png', + shouldClose = true, + name = 'diving_fill', + description = 'An oxygen tube and a rebreather', + }, + weapontint_mk2_1 = { + useable = true, + unique = false, + label = 'Classic Gray Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_1', + description = 'Classic Gray Weapon Tint for MK2 Weapons', + }, + weapon_combatpdw = { + useable = true, + unique = true, + label = 'Zig MPX', + weight = 1000, + type = 'weapon', + image = 'weapon_combatpdw.png', + shouldClose = true, + name = 'weapon_combatpdw', + description = 'Ab Werk leise', + }, + nitrous_install_kit = { + useable = true, + unique = false, + label = 'Nitrokit', + weight = 0, + type = 'item', + image = 'nitrous_install_kit.png', + shouldClose = true, + name = 'nitrous_install_kit', + description = '', + }, + latte = { + useable = true, + unique = true, + label = 'Glas Latte Macchiato', + weight = 100, + type = 'item', + image = 'latte.png', + shouldClose = true, + name = 'latte', + description = 'Er hat Latte gesagt XD', + }, + gg_boar_tusk_03 = { + useable = false, + unique = true, + label = 'Makelloser Eberzahn', + weight = 1000, + type = 'item', + image = 'gg_boar_tusk_03.png', + shouldClose = true, + name = 'gg_boar_tusk_03', + description = '', + }, + weapontint_mk2_26 = { + useable = true, + unique = false, + label = 'Metallic Purple & Lime Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_26', + description = 'Metallic Purple & Lime Weapon Tint for MK2 Weapons', + }, + purple_phone = { + useable = false, + unique = true, + label = 'iFruit 12XR Lila', + weight = 0.09999999999999432, + type = 'item', + image = 'purple_phone.png', + shouldClose = false, + name = 'purple_phone', + description = '„Jetzt mit noch mehr Features, die du nie brauchst, aber jedem zeigen musst.“', + }, + dagger_blade = { + useable = false, + unique = false, + label = 'Dolchklinge', + weight = 500, + type = 'item', + image = 'P1026942-3-scaled-removebg-preview.png', + shouldClose = false, + name = 'dagger_blade', + description = 'So klein, du siehst sie fast nicht – aber sie hinterlässt Eindruck', + }, + weapon_assaultshotgun = { + useable = false, + unique = true, + label = 'Assault Shotgun', + weight = 1000, + type = 'weapon', + image = 'weapon_assaultshotgun.png', + ammotype = 'AMMO_SHOTGUN', + name = 'weapon_assaultshotgun', + description = 'An assault version of asmoothbore gun for firing small shot at short range', + }, + security_card_02 = { + useable = true, + unique = false, + label = 'Security Card B', + weight = 0, + type = 'item', + image = 'security_card_02.png', + shouldClose = true, + name = 'security_card_02', + description = 'A security card... I wonder what it goes to', + }, + cleaningkit = { + useable = true, + unique = false, + label = 'Cleaning Kit', + weight = 250, + type = 'item', + image = 'cleaningkit.png', + shouldClose = true, + name = 'cleaningkit', + description = 'A microfiber cloth with some soap will let your car sparkle again!', + }, + veh_wheels = { + useable = true, + unique = false, + label = 'Wheels', + weight = 1000, + type = 'item', + image = 'veh_wheels.png', + shouldClose = true, + name = 'veh_wheels', + description = 'Upgrade vehicle wheels', + }, + schnitzelbroetchen = { + useable = true, + unique = false, + label = 'Schnitzelbrötchen', + weight = 100, + type = 'item', + image = 'schnitzelbroetchen.png', + shouldClose = true, + name = 'schnitzelbroetchen', + description = 'Knuspriger Held im Brötchenmantel – das Schnitzel regelt!', + }, + meth_route = { + useable = false, + unique = true, + label = 'Meth Route', + weight = 10, + type = 'item', + image = 'meth_route.png', + shouldClose = false, + name = 'meth_route', + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + }, + empty_evidence_bag = { + useable = false, + unique = false, + label = 'Empty Evidence Bag', + weight = 0, + type = 'item', + image = 'evidence.png', + shouldClose = false, + name = 'empty_evidence_bag', + description = 'Used a lot to keep DNA from blood, bullet shells and more', + }, + weapon_bat = { + useable = false, + description = 'Used for hitting a ball in sports (or other things)', + label = 'Bat', + unique = true, + name = 'weapon_bat', + weight = 1000, + type = 'weapon', + image = 'weapon_bat.png', + }, + snikkel_candy = { + useable = true, + unique = false, + label = 'EarthQuakes', + weight = 100, + type = 'item', + image = 'snikkel_candy.png', + shouldClose = true, + name = 'snikkel_candy', + description = 'Some delicious candy :O', + }, + ecola_dose = { + useable = true, + unique = false, + label = 'E-Cola Dose', + weight = 50, + type = 'item', + image = 'ecola_dose.png', + shouldClose = true, + name = 'ecola_dose', + description = 'Dose Cola', + }, + ecola_zero_flasche = { + useable = true, + unique = false, + label = 'E-Cola Zero Flasche', + weight = 80, + type = 'item', + image = 'ecolazerobottle.png', + shouldClose = true, + name = 'ecola_zero_flasche', + description = 'Flasche Cola', + }, + weapontint_mk2_20 = { + useable = true, + unique = false, + label = 'Bold Yellow Features Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_20', + description = 'Bold Yellow Features Weapon Tint for MK2 Weapons', + }, + filter_papers = { + useable = false, + unique = false, + label = 'Filtertips', + weight = 200, + type = 'item', + image = 'filter_papers.png', + shouldClose = false, + name = 'filter_papers', + description = 'Der Joint ist dein Freund und am besten mit Filter', + }, + fentanyl = { + useable = true, + unique = false, + label = 'Fentanyl', + weight = 10, + type = 'item', + image = 'fentanyl-removebg-preview.png', + shouldClose = true, + name = 'fentanyl', + description = '', + }, + shotgun_flashlight = { + useable = true, + unique = true, + label = 'Shotgun Licht', + weight = 100, + type = 'item', + image = 'flashlight_attachment.png', + shouldClose = true, + name = 'shotgun_flashlight', + description = '', + }, + basketball = { + useable = false, + unique = true, + label = 'Basketball', + weight = 400, + type = 'item', + image = 'basketball.png', + shouldClose = false, + name = 'basketball', + description = '', + }, + weapontint_mk2_18 = { + useable = true, + unique = false, + label = 'Bold Green Features Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_18', + description = 'Bold Green Features Weapon Tint for MK2 Weapons', + }, + awd_drivetrain = { + useable = true, + unique = false, + label = 'AWD', + weight = 0, + type = 'item', + image = 'awd_drivetrain.png', + shouldClose = true, + name = 'awd_drivetrain', + description = '', + }, + dwurstmskraut = { + useable = false, + unique = true, + label = 'Dackelwurst mit Sauerkraut', + weight = 100, + type = 'item', + image = 'Deckelwurst_mit_Sauerkraft-removebg-preview.png', + shouldClose = false, + name = 'dwurstmskraut', + description = '', + }, + freshtobbacoleaf = { + useable = false, + unique = false, + label = 'frisches Tabakblatt', + weight = 10, + type = 'item', + image = 'freshtobbacoleaf.png', + shouldClose = false, + name = 'freshtobbacoleaf', + description = '', + }, + anglegrinder = { + useable = false, + unique = true, + label = 'Flex', + weight = 1000, + type = 'item', + image = 'anglegrinder.png', + shouldClose = false, + name = 'anglegrinder', + description = '„Dein bester Freund, wenn’s darum geht, Dinge zu zerstören – äh, bearbeiten.“', + }, + weapon_pistol = { + useable = false, + unique = true, + label = 'Bretta', + weight = 1000, + type = 'weapon', + image = 'screenshot_398-removebg-preview.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_pistol', + description = 'Das Multitool zum Löcher machen.', + }, + thermalscope_attachment = { + useable = true, + unique = false, + label = 'Thermal Scope', + weight = 1000, + type = 'item', + image = 'thermalscope_attachment.png', + shouldClose = true, + name = 'thermalscope_attachment', + description = 'A thermal scope for a weapon', + }, + cappuccino = { + useable = true, + unique = true, + label = 'Tasse Cappuccino', + weight = 100, + type = 'item', + image = 'cappuccino.png', + shouldClose = true, + name = 'cappuccino', + description = '„Cappucioni – halb Schaum, halb Koffein, 100 % Attitüde. Gebrüht wie ein Drive-By: schnell, heiß und mit ordentlich Einschlag.“', + }, + tavor25 = { + useable = true, + unique = false, + label = 'Tavor 2,5 mg', + weight = 20, + type = 'item', + image = 'tavor25.png', + shouldClose = true, + name = 'tavor25', + description = '', + }, + ifs_olden_ectar = { + useable = true, + unique = false, + label = 'Sif\'s Golden Nectar', + weight = 200, + type = 'item', + image = 'SifGoldenNectar.png', + shouldClose = true, + name = 'ifs_olden_ectar', + description = 'Fruchtig und süß, wie die goldene Ernte auf den Feldern – ein perfekter Genuss für jede Gelegenheit.', + }, + meth = { + useable = true, + unique = false, + label = 'Meth', + weight = 100, + type = 'item', + image = 'meth_baggy.png', + shouldClose = true, + name = 'meth', + description = 'A baggie of Meth', + }, + ceramic_barrel = { + useable = false, + unique = false, + label = 'Keramiklauf', + weight = 200, + type = 'item', + image = 'keramiklauf.png', + shouldClose = false, + name = 'ceramic_barrel', + description = 'Der Lauf, der sich in jeder Sicherheitskontrolle unsichtbar macht', + }, + weapon_bullpuprifle = { + useable = false, + unique = true, + label = 'QBX-92-3', + weight = 1000, + type = 'weapon', + image = 'screenshot_411-removebg-preview.png', + ammotype = 'AMMO_RIFLE', + name = 'weapon_bullpuprifle', + description = 'Dieses Gewehr ist der neueste chinesische Import, der Amerika im Sturm erobert.', + }, + weapontint_mk2_19 = { + useable = true, + unique = false, + label = 'Bold Cyan Features Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_19', + description = 'Bold Cyan Features Weapon Tint for MK2 Weapons', + }, + fwd_drivetrain = { + useable = true, + unique = false, + label = 'FWD', + weight = 0, + type = 'item', + image = 'fwd_drivetrain.png', + shouldClose = true, + name = 'fwd_drivetrain', + description = '', + }, + woodbug = { + useable = false, + unique = false, + label = 'Borkenkäfer', + weight = 4, + type = 'item', + image = 'woodbug.png', + shouldClose = false, + name = 'woodbug', + description = 'Deutsche Borkenkäfer dürfen dies....', + }, + packtomatos = { + useable = false, + unique = true, + label = 'Packung Tomaten', + weight = 600, + type = 'item', + image = 'packtomatos.png', + shouldClose = false, + name = 'packtomatos', + description = '', + }, + i4_engine = { + useable = true, + unique = false, + label = 'I4 Motor', + weight = 0, + type = 'item', + image = 'i4_engine.png', + shouldClose = true, + name = 'i4_engine', + description = '', + }, + ecola_flasche = { + useable = true, + unique = false, + label = 'E-Cola Flasche', + weight = 80, + type = 'item', + image = 'ecolabottle.png', + shouldClose = true, + name = 'ecola_flasche', + description = 'Flasche Cola', + }, + respray_kit = { + useable = true, + unique = false, + label = 'Lack Spraydose', + weight = 0, + type = 'item', + image = 'respray_kit.png', + shouldClose = true, + name = 'respray_kit', + description = 'Perfekt für die schnelle Ausbesserung des Kleides', + }, + gg_hunting_campfire = { + useable = false, + unique = false, + label = 'Lagerfeuerkit', + weight = 1000, + type = 'item', + image = 'gg_hunting_campfire.png', + shouldClose = false, + name = 'gg_hunting_campfire', + description = '', + }, + rifle_smallscope = { + useable = true, + unique = true, + label = 'MK2 Gewehr Visier klein', + weight = 100, + type = 'item', + image = 'smallscope_attachment.png', + shouldClose = true, + name = 'rifle_smallscope', + description = '', + }, + weapon_sled = { + useable = false, + unique = false, + label = 'Pistolenschlitten', + weight = 250, + type = 'item', + image = 'Waffenschlitten.png', + shouldClose = false, + name = 'weapon_sled', + description = 'Der flinke Kurier, der das Feuer in Bewegung bringt', + }, + freyas_kiss = { + useable = true, + unique = true, + label = 'Freya\'s Kiss', + weight = 200, + type = 'item', + image = 'FreyasKiss.png', + shouldClose = true, + name = 'freyas_kiss', + description = 'Ein verführerischer und zarter Drink, der die Schönheit der Göttin Freya widerspiegelt.', + }, + gatecrack = { + useable = false, + unique = false, + label = 'Gatecrack', + weight = 0, + type = 'item', + image = 'usb_device.png', + shouldClose = true, + name = 'gatecrack', + description = 'Handy software to tear down some fences', + }, + kolonya = { + useable = true, + unique = false, + label = 'Kolonya', + weight = 150, + type = 'item', + image = 'Kolonya.png', + shouldClose = true, + name = 'kolonya', + description = 'Duftwasser - Geschenk für Gäste', + }, + handcuffs = { + useable = true, + unique = true, + label = 'Handschellen', + weight = 100, + type = 'item', + image = 'handcuffs.png', + shouldClose = true, + name = 'handcuffs', + description = 'Comes in handy when people misbehave. Maybe it can be used for something else?', + }, + weapon_combatshotgun = { + useable = false, + unique = true, + label = 'Beanbag Shotgun', + weight = 1000, + type = 'weapon', + image = 'weapon_combatshotgun.png', + ammotype = 'AMMO_BEANBAG', + name = 'weapon_combatshotgun', + description = 'Weapon Combatshotgun', + }, + packing_bandage = { + useable = true, + unique = false, + label = 'Verbandpäckchen', + weight = 100, + type = 'item', + image = 'screenshot_478-removebg-preview.png', + shouldClose = true, + name = 'packing_bandage', + description = '', + }, + weapon_knuckle = { + useable = false, + description = 'A metal guard worn over the knuckles in fighting, especially to increase the effect of the blows', + label = 'Knuckle', + unique = true, + name = 'weapon_knuckle', + weight = 1000, + type = 'weapon', + image = 'weapon_knuckle.png', + }, + weapon_candycane = { + useable = true, + description = 'Candy Cane', + label = 'Candy Cane', + unique = true, + name = 'weapon_candycane', + weight = 1000, + type = 'weapon', + image = 'weapon_candycane', + }, + slick_tyres = { + useable = true, + unique = false, + label = 'Reifen slick', + weight = 0, + type = 'item', + image = 'slick_tyres.png', + shouldClose = true, + name = 'slick_tyres', + description = '', + }, + small_triggersystem = { + useable = false, + unique = false, + label = 'kleines Abzugssystem', + weight = 100, + type = 'item', + image = 'trigger2.png', + shouldClose = false, + name = 'small_triggersystem', + description = 'Winzig, aber mächtig – ein kleiner Klick und die Action geht los', + }, + v6_engine = { + useable = true, + unique = false, + label = 'V6 Motor', + weight = 0, + type = 'item', + image = 'v6_engine.png', + shouldClose = true, + name = 'v6_engine', + description = '', + }, + cottoncandy = { + useable = true, + unique = false, + label = 'Zuckerwatte', + weight = 100, + type = 'item', + image = 'screenshot_693-removebg-preview.png', + shouldClose = true, + name = 'cottoncandy', + description = '', + }, + spazi_limo = { + useable = true, + unique = false, + label = 'Bergbräu Limo', + weight = 150, + type = 'item', + image = 'spazi_limo.png', + shouldClose = true, + name = 'spazi_limo', + description = 'Spritzig, lecker, absolut neu und revolutionär. Ähnlichkeiten zu anderen Limos? Niemals. Reinste Zufälle. Wirklich.', + }, + weapon_heavysniper_mk2 = { + useable = true, + unique = true, + label = 'Heavy Sniper Mk II', + weight = 1000, + type = 'weapon', + image = 'weapon_heavysniper_mk2.png', + ammotype = 'AMMO_SNIPER', + name = 'weapon_heavysniper_mk2', + description = 'Weapon Heavysniper MK2', + }, + campers_fuel = { + useable = true, + unique = false, + label = 'Campers Fuel', + weight = 100, + type = 'item', + image = 'campers_fuel.png', + shouldClose = true, + name = 'campers_fuel', + description = 'ein Campers am morgen vertreibt Kummer und Sorgen', + }, + emptybottle = { + useable = false, + unique = false, + label = 'leere Flasche', + weight = 200, + type = 'item', + image = 'emptybottle.png', + shouldClose = false, + name = 'emptybottle', + description = '', + }, + engine_oil = { + useable = true, + unique = false, + label = 'Premium Motoröl', + weight = 0, + type = 'item', + image = 'engine_oil.png', + shouldClose = true, + name = 'engine_oil', + description = 'Das bier der Kraftfahrzeuge!', + }, + boxapples = { + useable = false, + unique = true, + label = 'Kiste Äpfel', + weight = 1000, + type = 'item', + image = 'applebox.png', + shouldClose = false, + name = 'boxapples', + description = '', + }, + weapontint_mk2_27 = { + useable = true, + unique = false, + label = 'Metallic Red Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_27', + description = 'Metallic Red Weapon Tint for MK2 Weapons', + }, + weapon_minismg = { + useable = false, + unique = true, + label = 'Mini SMG', + weight = 1000, + type = 'weapon', + image = 'weapon_minismg.png', + ammotype = 'AMMO_SMG', + name = 'weapon_minismg', + description = 'A mini handheld light weight machine gun', + }, + heavy_duty_muzzle_brake = { + useable = true, + unique = false, + label = 'HD Muzzle Brake', + weight = 1000, + type = 'item', + image = 'heavy_duty_muzzle_brake.png', + shouldClose = true, + name = 'heavy_duty_muzzle_brake', + description = 'A muzzle brake for a weapon', + }, + clip_attachment = { + useable = true, + unique = false, + label = 'Clip', + weight = 1000, + type = 'item', + image = 'clip_attachment.png', + shouldClose = true, + name = 'clip_attachment', + description = 'A clip for a weapon', + }, + weapontint_mk2_32 = { + useable = true, + unique = false, + label = 'Metallic Red and Yellow Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_32', + description = 'Metallic Red and Yellow Weapon Tint for MK2 Weapons', + }, + weapon_marksmanpistol = { + useable = false, + unique = true, + label = 'Marksman Pistol', + weight = 1000, + type = 'weapon', + image = 'weapon_marksmanpistol.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_marksmanpistol', + description = 'A very accurate small firearm designed to be held in one hand', + }, + heroin_injection = { + useable = true, + unique = false, + label = 'Heroinspritze', + weight = 750, + type = 'item', + image = 'dirtyneedle.png', + shouldClose = true, + name = 'heroin_injection', + description = 'Der schnellste Weg ins Nirwana, aber der Ausgang ist unsichtbar', + }, + vitaminloesung_500 = { + useable = true, + unique = false, + label = 'Vitaminlösung 500', + weight = 500, + type = 'item', + image = 'screenshot_696-removebg-preview.png', + shouldClose = true, + name = 'vitaminloesung_500', + description = '', + }, + weapon_machinepistol = { + useable = false, + unique = true, + label = 'Tec-9', + weight = 1000, + type = 'weapon', + image = 'weapon_machinepistol.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_machinepistol', + description = 'A self-loading pistol capable of burst or fully automatic fire', + }, + remote = { + useable = false, + unique = true, + label = 'TV Fernbedienung', + weight = 100, + type = 'item', + image = 'remote.png', + shouldClose = false, + name = 'remote', + description = '', + }, + manual_gearbox = { + useable = true, + unique = false, + label = 'Schaltgetriebe', + weight = 0, + type = 'item', + image = 'manual_gearbox.png', + shouldClose = true, + name = 'manual_gearbox', + description = 'Handgerissen, so gehört sich das', + }, + jords_cean_reeze_alkoholfrei = { + useable = true, + unique = false, + label = 'Njord\'s Ocean Breeze (alkoholfrei)', + weight = 200, + type = 'item', + image = 'NjordsOceanBreeze.png', + shouldClose = true, + name = 'njords_ocean_breeze_alkoholfrei', + description = 'Eine kühle Meeresbrise in Form eines Getränks, die erfrischend und exotisch zugleich ist.', + }, + salsa_nachos = { + useable = true, + unique = true, + label = 'Nachos mit Salsa', + weight = 200, + type = 'item', + image = 'ChatGPT_Image_26._Apr._2025__19_00_33-removebg-preview.png', + shouldClose = true, + name = 'salsa_nachos', + description = 'Knusprige Nachos, serviert mit frischer, würziger Salsa ', + }, + potato = { + useable = false, + unique = false, + label = 'Kartoffel', + weight = 100, + type = 'item', + image = 'potato.png', + shouldClose = false, + name = 'potato', + description = '', + }, + rolling_paper = { + useable = false, + unique = false, + label = 'Drehpapier', + weight = 200, + type = 'item', + image = 'rolling_paper2.png', + shouldClose = true, + name = 'rolling_paper', + description = 'Der Stoff, der Gras und Tabak zusammenhält', + }, + flour = { + useable = false, + unique = false, + label = 'Packung Mehl ', + weight = 1000, + type = 'item', + image = 'flour.png', + shouldClose = false, + name = 'flour', + description = '', + }, + pizza_burger = { + useable = true, + unique = false, + label = 'Pizza Burger', + weight = 200, + type = 'item', + image = 'pizza_burger.png', + shouldClose = true, + name = 'pizza_burger', + description = 'Zartes Wagyu-Patty, würzige Salami, fruchtige Tomatensauce und geschmolzener Mozzarella, serviert in fluffigen Brioche Buns', + }, + semi_slick_tyres = { + useable = true, + unique = false, + label = 'Reifen semi slick', + weight = 0, + type = 'item', + image = 'semi_slick_tyres.png', + shouldClose = true, + name = 'semi_slick_tyres', + description = '', + }, + s_shake = { + useable = true, + unique = false, + label = 'Schokoshake', + weight = 10, + type = 'item', + image = 's_shake.png', + shouldClose = true, + name = 's_shake', + description = '', + }, + chainsaw = { + useable = false, + unique = true, + label = 'Kettensäge', + weight = 600, + type = 'item', + image = 'chainsaw.png', + shouldClose = false, + name = 'chainsaw', + description = 'Fichtenmoped..... Benzinbiber..... ', + }, + tunerlaptop = { + useable = true, + unique = true, + label = 'Tunerchip', + weight = 2000, + type = 'item', + image = 'tunerchip.png', + shouldClose = true, + name = 'tunerlaptop', + description = 'With this tunerchip you can get your car on steroids... If you know what you\'re doing', + }, + salami_b = { + useable = true, + unique = false, + label = '', + weight = 10, + type = 'item', + image = 'salami_b.png', + shouldClose = true, + name = 'salami_b', + description = '', + }, + drum_attachment = { + useable = true, + unique = false, + label = 'Drum', + weight = 1000, + type = 'item', + image = 'drum_attachment.png', + shouldClose = true, + name = 'drum_attachment', + description = 'A drum for a weapon', + }, + aldurs_right_ites = { + useable = true, + unique = false, + label = 'Baldur\'s Bright Bites', + weight = 200, + type = 'item', + image = 'BaldursBrightBites.png', + shouldClose = true, + name = 'aldurs_right_ites', + description = 'Leicht und erfrischend, diese Bissen erhellen den Geist und lassen den Geschmack erstrahlen.', + }, + gun_handle = { + useable = false, + unique = false, + label = 'Griffstück', + weight = 200, + type = 'item', + image = 'empu.png', + shouldClose = false, + name = 'gun_handle', + description = 'Dein persönlicher Halt – stärker als jeder Nervenkitzel', + }, + stoff = { + useable = false, + unique = false, + label = 'Stoff ', + weight = 100, + type = 'item', + image = 'stoff.png', + shouldClose = false, + name = 'stoff', + description = '', + }, + akrinor = { + useable = true, + unique = false, + label = 'Akrinor', + weight = 20, + type = 'item', + image = 'akrinor.png', + shouldClose = true, + name = 'akrinor', + description = '', + }, + weapon_handle = { + useable = false, + unique = false, + label = 'Griff', + weight = 200, + type = 'item', + image = 'snspistol_part_3.png', + shouldClose = false, + name = 'weapon_handle', + description = 'Der perfekte Halt – für dich und deine Waffen-Fantasien', + }, + kino_keycard = { + useable = false, + unique = true, + label = 'Moonlight Cinema Keycard', + weight = 10, + type = 'item', + image = 'keycard.png', + shouldClose = false, + name = 'kino_keycard', + description = '', + }, + gg_rabbit_pelt_03 = { + useable = false, + unique = true, + label = 'Makelloses Kaninchenfell', + weight = 1000, + type = 'item', + image = 'gg_rabbit_pelt_03.png', + shouldClose = true, + name = 'gg_rabbit_pelt_03', + description = '', + }, + weapon_hatchet = { + useable = false, + description = 'A small axe with a short handle for use in one hand', + label = 'Beil', + unique = true, + name = 'weapon_hatchet', + weight = 1000, + type = 'weapon', + image = 'weapon_hatchet.png', + }, + gg_hunting_knife_03 = { + useable = true, + unique = true, + label = 'Premium Jagdmesser', + weight = 1000, + type = 'item', + image = 'gg_hunting_knife_03.png', + shouldClose = true, + name = 'gg_hunting_knife_03', + description = '', + }, + kakao2 = { + useable = true, + unique = true, + label = 'Tasse Heiße Schokolade', + weight = 100, + type = 'item', + image = 'kakao2.png', + shouldClose = true, + name = 'kakao2', + 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.', + }, + big_bottle_cola = { + useable = true, + unique = false, + label = 'große Flasche E-Cola', + weight = 600, + type = 'item', + image = 'big_bottle_cola.png', + shouldClose = true, + name = 'big_bottle_cola', + description = '', + }, + veh_neons = { + useable = true, + unique = false, + label = 'Neons', + weight = 1000, + type = 'item', + image = 'veh_neons.png', + shouldClose = true, + name = 'veh_neons', + description = 'Upgrade vehicle neons', + }, + twerks_candy = { + useable = true, + unique = false, + label = 'Ego Chaser Schockriegel', + weight = 100, + type = 'item', + image = 'twerks_candy.png', + shouldClose = true, + name = 'twerks_candy', + description = 'It\'s all about you.', + }, + zeckenschutzmittel = { + useable = true, + unique = false, + label = 'Zeckenschutzmittel', + weight = 25, + type = 'item', + image = 'Zeckenschutzmittel.png', + shouldClose = true, + name = 'zeckenschutzmittel', + description = '', + }, + vitaminloesung = { + useable = true, + unique = false, + label = 'Vitaminlösung 100', + weight = 100, + type = 'item', + image = 'screenshot_696-removebg-preview.png', + shouldClose = true, + name = 'vitaminloesung', + description = '', + }, + rifle_extendedclip = { + useable = true, + unique = true, + label = 'erw. Gewehr Magazin', + weight = 100, + type = 'item', + image = 'rifle_extendedclip.png', + shouldClose = true, + name = 'rifle_extendedclip', + description = '', + }, + rohkaffee = { + useable = false, + unique = false, + label = 'Rohkaffee', + weight = 4, + type = 'item', + image = 'rohkaffee.png', + shouldClose = false, + name = 'rohkaffee', + description = '', + }, + water_bottle = { + useable = true, + unique = false, + label = 'Wasser Flasche ', + weight = 100, + type = 'item', + image = 'wasserflasche.png', + shouldClose = true, + name = 'water_bottle', + description = 'Gerüchte sagen, es stammt aus einem Gletscher – wahrscheinlich eher aus dem Hahn hinterm Werkstor.', + }, + okis_ischief_ites = { + useable = true, + unique = false, + label = 'Loki\'s Mischief Bites', + weight = 200, + type = 'item', + image = 'LokisMischiefBites.png', + shouldClose = true, + name = 'okis_ischief_ites', + description = 'Knusprige Bissen, die mit einer scharfen Überraschung im Inneren den Gästen einen schelmischen Spaß bereiten.', + }, + weapon_garbagebag = { + useable = false, + description = 'A garbage bag', + label = 'Garbage Bag', + unique = true, + name = 'weapon_garbagebag', + weight = 1000, + type = 'weapon', + image = 'weapon_garbagebag.png', + }, + gg_hunting_knife_01 = { + useable = true, + unique = true, + label = 'Klassisches Jagdmesser', + weight = 1000, + type = 'item', + image = 'gg_hunting_knife_01.png', + shouldClose = true, + name = 'gg_hunting_knife_01', + description = '', + }, + security_card_01 = { + useable = true, + unique = false, + label = 'Security Card A', + weight = 0, + type = 'item', + image = 'security_card_01.png', + shouldClose = true, + name = 'security_card_01', + description = 'A security card... I wonder what it goes to', + }, + weed_ogkush_seed = { + useable = true, + unique = false, + label = 'OGKush Seed', + weight = 0, + type = 'item', + image = 'weed_seed.png', + shouldClose = true, + name = 'weed_ogkush_seed', + description = 'A weed seed of OG Kush', + }, + weapon_huntingrifle = { + useable = true, + unique = true, + label = 'Jagdgewehr', + weight = 1000, + type = 'weapon', + image = 'weapon_huntingrifle.png', + shouldClose = true, + name = 'weapon_huntingrifle', + description = '', + }, + weapontint_7 = { + useable = true, + unique = false, + label = 'Platinum Tint', + weight = 1000, + type = 'item', + image = 'weapontint_plat.png', + shouldClose = true, + name = 'weapontint_7', + description = 'Platinum Weapon Tint', + }, + lokum = { + useable = true, + unique = false, + label = 'Lokum', + weight = 10, + type = 'item', + image = 'lokum.png', + shouldClose = true, + name = 'lokum', + description = '', + }, + weapon_doubleaction = { + useable = false, + unique = true, + label = ' Revolver', + weight = 1000, + type = 'weapon', + image = 'revolver2.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_doubleaction', + description = 'Moderner Revolver um auf Städter zu schießen und was sich sonst noch so bewegt ^^', + }, + flohmittel = { + useable = true, + unique = false, + label = 'Flohmittel', + weight = 25, + type = 'item', + image = 'Flohmittel.png', + shouldClose = true, + name = 'flohmittel', + description = '', + }, + cigs = { + useable = true, + unique = false, + label = 'Zigarette', + weight = 200, + type = 'item', + image = 'cigs.png', + shouldClose = true, + name = 'cigs', + description = '', + }, + weapon_hominglauncher = { + useable = false, + unique = true, + label = 'Homing Launcher', + weight = 1000, + type = 'weapon', + image = 'weapon_hominglauncher.png', + ammotype = 'AMMO_STINGER', + name = 'weapon_hominglauncher', + description = 'A weapon fitted with an electronic device that enables it to find and hit a target', + }, + pinger = { + useable = false, + unique = false, + label = 'Pinger', + weight = 1000, + type = 'item', + image = 'pinger.png', + shouldClose = true, + name = 'pinger', + description = 'With a pinger and your phone you can send out your location', + }, + weapontint_0 = { + useable = true, + unique = false, + label = 'Default Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_0', + description = 'Default/Black Weapon Tint', + }, + weapon_firework = { + useable = false, + description = 'A device containing gunpowder and other combustible chemicals that causes a spectacular explosion when ignited', + label = 'Firework Launcher', + unique = true, + name = 'weapon_firework', + weight = 1000, + type = 'weapon', + image = 'weapon_firework.png', + }, + weapon_revolver_mk2 = { + useable = false, + unique = true, + label = 'Blood in and out Gun', + weight = 1000, + type = 'weapon', + image = 'screenshot_419-removebg-preview.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_revolver_mk2', + description = 'da Violence', + }, + weapontint_mk2_0 = { + useable = true, + unique = false, + label = 'Classic Black Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_0', + description = 'Classic Black Weapon Tint for MK2 Weapons', + }, + weapon_pistol_mk2 = { + useable = false, + unique = true, + label = 'Klog 19', + weight = 1000, + type = 'weapon', + image = 'weapon_pistol_mk2.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_pistol_mk2', + description = 'An upgraded small firearm designed to be held in one hand', + }, + epinephrine = { + useable = true, + unique = false, + label = 'Adrenalinspritze', + weight = 10, + type = 'item', + image = 'epi_pen.png', + shouldClose = true, + name = 'epinephrine', + description = '', + }, + grape = { + useable = true, + unique = false, + label = 'Weintrauben', + weight = 100, + type = 'item', + image = 'grape.png', + shouldClose = false, + name = 'grape', + description = 'Mmmmh yummie, grapes', + }, + revolver_barrel = { + useable = false, + unique = false, + label = 'Revolverlauf', + weight = 250, + type = 'item', + image = 'axehandle.png', + shouldClose = false, + name = 'revolver_barrel', + description = 'Revolver-Abzug: Ein kurzer Zug, der großen Knall bringt', + }, + weapon_poolcue = { + useable = false, + description = 'A stick used to strike a ball, usually the cue ball (or other things)', + label = 'Billardque', + unique = true, + name = 'weapon_poolcue', + weight = 1000, + type = 'weapon', + image = 'weapon_poolcue.png', + }, + weaponlicense = { + useable = true, + unique = true, + label = 'Weapon License', + weight = 0, + type = 'item', + image = 'weapon_license.png', + shouldClose = true, + name = 'weaponlicense', + description = 'Weapon License', + }, + gg_salt_block_03 = { + useable = true, + unique = false, + label = 'Premium Salzblock', + weight = 100, + type = 'item', + image = 'gg_salt_block_03.png', + shouldClose = true, + name = 'gg_salt_block_03', + description = '', + }, + shotgun_scope = { + useable = true, + unique = true, + label = 'MK2 Shotgun Visier', + weight = 100, + type = 'item', + image = 'smallscope_attachment.png', + shouldClose = true, + name = 'shotgun_scope', + description = '', + }, + binoculars = { + useable = true, + unique = true, + label = 'Fernglas', + weight = 600, + type = 'item', + image = 'fernglas.png', + shouldClose = true, + name = 'binoculars', + description = 'EY!DU sollst nicht spannern!', + }, + coffee = { + useable = true, + unique = false, + label = 'Kaffee Togo', + weight = 200, + type = 'item', + image = 'coffee.png', + shouldClose = true, + name = 'coffee', + description = 'Pump 4 Caffeine', + }, + cosmetic_part = { + useable = true, + unique = false, + label = 'Cosmetickit', + weight = 0, + type = 'item', + image = 'cosmetic_part.png', + shouldClose = true, + name = 'cosmetic_part', + description = '', + }, + shotgun_holoscope = { + useable = true, + unique = true, + label = 'MK2 Shotgun Holovisier', + weight = 100, + type = 'item', + image = 'holoscope_attachment.png', + shouldClose = true, + name = 'shotgun_holoscope', + description = '', + }, + weapon_snspistol = { + useable = false, + unique = true, + label = 'Durov Pistole', + weight = 1000, + type = 'weapon', + image = 'screenshot_401-removebg-preview.png', + ammotype = 'AMMO_PISTOL', + name = 'weapon_snspistol', + description = ' So unauffällig, dass selbst der Agent manchmal vergisst, dass er sie dabei hat.', + }, + applejuice = { + useable = true, + unique = false, + label = 'Flasche Apfelsaft', + weight = 400, + type = 'item', + image = 'applejuice.png', + shouldClose = false, + name = 'applejuice', + description = '', + }, + weapon_smokegrenade = { + useable = false, + description = 'An explosive charge that can be remotely detonated', + label = 'Rauchgranate', + unique = true, + name = 'weapon_smokegrenade', + weight = 1000, + type = 'weapon', + image = 'screenshot_425-removebg-preview.png', + }, + cash = { + useable = false, + unique = false, + label = 'Bargeld', + weight = 0, + type = 'item', + image = 'cash.png', + shouldClose = false, + name = 'cash', + description = 'Nur Bares ist wares...', + }, + trigger_unit = { + useable = false, + unique = false, + label = 'Abzugseinheit', + weight = 200, + type = 'item', + image = 'snspistol_part_2.png', + shouldClose = false, + name = 'trigger_unit', + description = 'Der Schalter für Action – einmal drücken, und die Welt verändert sich', + }, + turbocharger = { + useable = true, + unique = false, + label = 'Premium Turbokit', + weight = 0, + type = 'item', + image = 'turbocharger.png', + shouldClose = true, + name = 'turbocharger', + description = '', + }, + milk = { + useable = true, + unique = false, + label = 'Packung Milch', + weight = 400, + type = 'item', + image = 'milk.png', + shouldClose = true, + name = 'milk', + description = 'Muuuuhhhh ', + }, + kadis_rostbite = { + useable = true, + unique = true, + label = 'Skadi\'s Frostbite', + weight = 200, + type = 'item', + image = 'SkadisFrostbite.png', + shouldClose = true, + name = 'kadis_rostbite', + description = 'Erfrischend und frostig, wie die kalte Winterluft in Skadis schneebedeckten Bergen.', + }, + switchblade_mechanism = { + useable = false, + unique = false, + label = 'Mechanismus für Springmesser', + weight = 500, + type = 'item', + image = 'weapon_parts2.png', + shouldClose = false, + name = 'switchblade_mechanism', + description = 'Der flinke Schalter – ein Klick, und das Messer ist blitzschnell auf dem Sprung', + }, + bauernsalat = { + useable = true, + unique = true, + label = 'Çorban salatası ', + weight = 200, + type = 'item', + image = 'corban.png', + shouldClose = true, + name = 'bauernsalat', + description = 'Türkischer Bauernsalat', + }, + orange_o_tang_zero_flasche = { + useable = true, + unique = false, + label = 'Orange O Tang Zero Flasche', + weight = 80, + type = 'item', + image = 'orange_o_tang_zero_flasche.png', + shouldClose = true, + name = 'orange_o_tang_zero_flasche', + description = 'Flasche Orangen Limo', + }, + lsd_papers = { + useable = true, + unique = false, + label = 'LSD-Papes', + weight = 500, + type = 'item', + image = 'lsd.png', + shouldClose = true, + name = 'lsd_papers', + description = 'Miniatur-Kunstwerke, die dir den Kopf verdrehen – aber hey, zumindest sieht alles schöner aus.', + }, + raw_turkey_drums = { + useable = true, + unique = false, + label = 'rohe Putenkeulen', + weight = 200, + type = 'item', + image = 'raw_turkey_drums.png', + shouldClose = true, + name = 'raw_turkey_drums', + description = '', + }, + vodka = { + useable = true, + unique = false, + label = 'Chernokov Vodka', + weight = 500, + type = 'item', + image = 'vodka.png', + shouldClose = true, + name = 'vodka', + description = 'Nach 4 Flaschen redet man Russisch.', + }, + pisman = { + useable = true, + unique = false, + label = 'Pismaniye', + weight = 10, + type = 'item', + image = 'pisman.png', + shouldClose = true, + name = 'pisman', + description = '', + }, + gg_hunting_rifleammo = { + useable = true, + unique = false, + label = 'Jagdgewehr Munition', + weight = 200, + type = 'item', + image = 'gg_hunting_rifleammo.png', + shouldClose = true, + name = 'gg_hunting_rifleammo', + description = '', + }, + emergency_revive_kit = { + useable = true, + unique = false, + label = 'Wiederbelebungs-Kit', + weight = 1500, + type = 'item', + image = 'medbox.png', + shouldClose = true, + name = 'emergency_revive_kit', + description = '', + }, + irishexit = { + useable = false, + unique = true, + label = 'Irish Exit', + weight = 100, + type = 'item', + image = 'irish_exit.png', + shouldClose = false, + name = 'irishexit', + description = '', + }, + weapon_rpg = { + useable = false, + unique = true, + label = 'RPG', + weight = 1000, + type = 'weapon', + image = 'weapon_rpg.png', + ammotype = 'AMMO_RPG', + name = 'weapon_rpg', + description = 'A rocket-propelled grenade launcher', + }, + vitaminloesung_750 = { + useable = true, + unique = false, + label = 'Vitaminlösung 750', + weight = 750, + type = 'item', + image = 'screenshot_696-removebg-preview.png', + shouldClose = true, + name = 'vitaminloesung_750', + description = '', + }, + gardenshovel = { + useable = false, + unique = true, + label = 'Gartenschaufel', + weight = 0.09999999999999432, + type = 'item', + image = 'gardenshovel.png', + shouldClose = false, + name = 'gardenshovel', + description = '', + }, + cerveza_barracho = { + useable = true, + unique = false, + label = 'Cerveza Barracho', + weight = 200, + type = 'item', + image = 'ChatGPT Image 26. Apr. 2025, 15_29_53-min.png', + shouldClose = true, + name = 'cerveza_barracho', + description = 'Erfrischendes mexikanisches Bier mit vollmundigem Geschmack', + }, + veh_engine = { + useable = true, + unique = false, + label = 'Engine', + weight = 1000, + type = 'item', + image = 'veh_engine.png', + shouldClose = true, + name = 'veh_engine', + description = 'Upgrade vehicle engine', + }, + eis_konfekt = { + useable = true, + unique = true, + label = 'Eis Konfekt', + weight = 100, + type = 'item', + image = 'ChatGPT_Image_27._Apr._2025__12_24_22-removebg-preview.png', + shouldClose = true, + name = 'eis_konfekt', + description = 'Eis Konfekt – der erfrischende Klassiker aus den 70er Jahren!', + }, + cooked_brisket = { + useable = true, + unique = false, + label = 'gegrilltes Brisket', + weight = 200, + type = 'item', + image = 'cooked_brisket.png', + shouldClose = true, + name = 'cooked_brisket', + description = '', + }, + stancing_kit = { + useable = true, + unique = false, + label = 'Stancing Kit', + weight = 0, + type = 'item', + image = 'stancing_kit.png', + shouldClose = true, + name = 'stancing_kit', + description = '', + }, + log = { + useable = false, + unique = false, + label = 'Holzscheit', + weight = 500, + type = 'item', + image = 'wood_scraps.png', + shouldClose = false, + name = 'log', + description = '', + }, + bucket = { + useable = false, + unique = false, + label = 'Eimer', + weight = 600, + type = 'item', + image = 'bucket.png', + shouldClose = false, + name = 'bucket', + description = 'alles im Eimer ^^', + }, + screwdriverset = { + useable = false, + unique = true, + label = 'Schraubendreher Set', + weight = 1000, + type = 'item', + image = 'screwdriverset.png', + shouldClose = false, + name = 'screwdriverset', + description = 'Sehr nützlich zum Schrauben... zu schrauben...', + }, + pistol_barrel = { + useable = false, + unique = false, + label = 'Pistolenlauf', + weight = 250, + type = 'item', + image = 'weapon_batton.png', + shouldClose = false, + name = 'pistol_barrel', + description = 'Der einzige Weg, wie du in kürzester Zeit einen bleibenden Eindruck hinterlässt', + }, + weapon_briefcase = { + useable = false, + description = 'A briefcase for storing important documents', + label = 'Briefcase', + unique = true, + name = 'weapon_briefcase', + weight = 1000, + type = 'weapon', + image = 'weapon_briefcase.png', + }, + heartstopper = { + useable = true, + unique = false, + label = 'Heart Stopper ', + weight = 600, + type = 'item', + image = 'heartstopper.png', + shouldClose = true, + name = 'heartstopper', + description = '"Sieben Lagen pures Glück – und ein direkter Weg zum Herzstillstand!"', + }, + opium = { + useable = false, + unique = false, + label = 'Opium', + weight = 100, + type = 'item', + image = 'opium_dry2.png', + shouldClose = false, + name = 'opium', + description = 'Chillfilter fürs Leben – aber Vorsicht, klebrig', + }, + big_bottle_lemonade = { + useable = true, + unique = false, + label = 'große Flasche Sprunk', + weight = 600, + type = 'item', + image = 'big_bottle_lemonade.png', + shouldClose = true, + name = 'big_bottle_lemonade', + description = '', + }, + veh_plates = { + useable = true, + unique = false, + label = 'Plates', + weight = 1000, + type = 'item', + image = 'veh_plates.png', + shouldClose = true, + name = 'veh_plates', + description = 'Install vehicle plates', + }, + cryptostick = { + useable = true, + unique = true, + label = 'Crypto Stick', + weight = 200, + type = 'item', + image = 'cryptostick.png', + shouldClose = true, + name = 'cryptostick', + description = 'Why would someone ever buy money that doesn\'t exist.. How many would it contain..?', + }, + weapon_compactrifle = { + useable = false, + unique = true, + label = 'Compact Rifle', + weight = 1000, + type = 'weapon', + image = 'weapon_compactrifle.png', + ammotype = 'AMMO_RIFLE', + name = 'weapon_compactrifle', + description = 'A compact version of an assault rifle', + }, + pistol_flashlight = { + useable = true, + unique = true, + label = 'Pistolenlicht', + weight = 100, + type = 'item', + image = 'flashlight_attachment.png', + shouldClose = true, + name = 'pistol_flashlight', + description = '', + }, + gg_deer_hide_01 = { + useable = false, + unique = true, + label = 'Raues Hirschleder', + weight = 1000, + type = 'item', + image = 'gg_deer_hide_01.png', + shouldClose = true, + name = 'gg_deer_hide_01', + description = '', + }, + oilbarrel = { + useable = false, + unique = true, + label = 'Erdölfass', + weight = 6000, + type = 'item', + image = 'oilbarrel.png', + shouldClose = false, + name = 'oilbarrel', + description = '', + }, + kobolbrolle = { + useable = true, + unique = false, + label = 'Kobolbrolle', + weight = 100, + type = 'item', + image = 'kobolbrolle.png', + shouldClose = false, + name = 'kobolbrolle', + description = '', + }, + drift_tuning_kit = { + useable = true, + unique = false, + label = 'Driftkit', + weight = 0, + type = 'item', + image = 'drift_tuning_kit.png', + shouldClose = true, + name = 'drift_tuning_kit', + description = '', + }, + gg_cougar_claw_03 = { + useable = false, + unique = true, + label = 'Makellose Puma-Klaue', + weight = 500, + type = 'item', + image = 'gg_cougar_claw_03.png', + shouldClose = true, + name = 'gg_cougar_claw_03', + description = '', + }, + weapon_stungun = { + useable = true, + description = 'manchmal ist es einfach praktischer, jemanden mit Stromschlägen zu „überzeugen“, anstatt ein vernünftiges Gespräch zu führen.', + label = 'Taser X6', + unique = true, + name = 'weapon_stungun', + weight = 1000, + type = 'weapon', + image = 'weapon_stungun.png', + }, + weapontint_mk2_21 = { + useable = true, + unique = false, + label = 'Bold Red & White Tint', + weight = 1000, + type = 'item', + image = 'weapontint_black.png', + shouldClose = true, + name = 'weapontint_mk2_21', + description = 'Bold Red & White Weapon Tint for MK2 Weapons', + }, + macrons = { + useable = true, + unique = false, + label = 'Macrons', + weight = 50, + type = 'item', + image = 'macrons.png', + shouldClose = true, + name = 'macrons', + description = 'bunte Leckerbissen, die den Gaumen mit süßer Freude verzaubern', + }, + smg_defaultclip = { + useable = true, + unique = true, + label = 'SMG Magazine', + weight = 100, + type = 'item', + image = 'clip_attachment.png', + shouldClose = true, + name = 'smg_defaultclip', + description = '', + }, + drone = { + useable = true, + unique = true, + label = 'Drohne', + weight = 1000, + type = 'item', + image = 'drone.png', + shouldClose = true, + name = 'drone', + description = '', + }, + sweets_candies = { + useable = true, + unique = false, + label = 'Bonbons', + weight = 500, + type = 'item', + image = 'candy1.png', + shouldClose = true, + name = 'sweets_candies', + description = 'Bunt, süß und manchmal klebrig', + }, + weapon_dagger = { + useable = false, + description = 'A short knife with a pointed and edged blade, used as a weapon', + label = 'Dagger', + unique = true, + name = 'weapon_dagger', + weight = 1000, + type = 'weapon', + image = 'weapon_dagger.png', + }, + weapon_throwingshoe_red = { + shouldClose = true, + type = 'weapon', + description = '', + weight = 100, + label = 'Schuh rot', + unique = true, + useable = true, + image = 'weapon_throwingshoered.png', + name = 'weapon_throwingshoe_red', }, } \ No newline at end of file diff --git a/resources/[tools]/unlimited-spectre/log.log b/resources/[tools]/unlimited-spectre/log.log index c735cb32d..74c8b1e5e 100644 --- a/resources/[tools]/unlimited-spectre/log.log +++ b/resources/[tools]/unlimited-spectre/log.log @@ -6413,3 +6413,58 @@ [info][UnlSpectre][2025/06/30 12:37:06]: Successfully started PlayerController [info][UnlSpectre][2025/06/30 12:37:06]: Successfully started VehicleController [info][UnlSpectre][2025/06/30 12:37:13]: HTTP Server started on port 3000. +[info][UnlSpectre][2025/06/30 14:40:12]: Weapon log got triggered with unknow weapon hash 4215380741. Maybe check your hashes.json +[info][UnlSpectre][2025/06/30 15:13:26]: Successfully registered Exports +[info][UnlSpectre][2025/06/30 15:13:26]: Successfully loaded Items +[info][UnlSpectre][2025/06/30 15:13:26]: Successfully loaded Jobs +[info][UnlSpectre][2025/06/30 15:13:26]: Successfully loaded Gangs +[info][UnlSpectre][2025/06/30 15:13:26]: Successfully loaded Vehicles +[info][UnlSpectre][2025/06/30 15:13:26]: Successfully started GameController +[info][UnlSpectre][2025/06/30 15:13:26]: Successfully started PlayerController +[info][UnlSpectre][2025/06/30 15:13:26]: Successfully started VehicleController +[info][UnlSpectre][2025/06/30 15:13:38]: HTTP Server started on port 3000. +[info][UnlSpectre][2025/06/30 15:25:34]: Successfully registered Exports +[info][UnlSpectre][2025/06/30 15:25:34]: Successfully loaded Items +[info][UnlSpectre][2025/06/30 15:25:34]: Successfully loaded Jobs +[info][UnlSpectre][2025/06/30 15:25:34]: Successfully loaded Gangs +[info][UnlSpectre][2025/06/30 15:25:34]: Successfully loaded Vehicles +[info][UnlSpectre][2025/06/30 15:25:34]: Successfully started GameController +[info][UnlSpectre][2025/06/30 15:25:34]: Successfully started PlayerController +[info][UnlSpectre][2025/06/30 15:25:34]: Successfully started VehicleController +[info][UnlSpectre][2025/06/30 15:25:42]: HTTP Server started on port 3000. +[info][UnlSpectre][2025/06/30 15:35:03]: Successfully registered Exports +[info][UnlSpectre][2025/06/30 15:35:03]: Successfully loaded Items +[info][UnlSpectre][2025/06/30 15:35:03]: Successfully loaded Jobs +[info][UnlSpectre][2025/06/30 15:35:03]: Successfully loaded Gangs +[info][UnlSpectre][2025/06/30 15:35:03]: Successfully loaded Vehicles +[info][UnlSpectre][2025/06/30 15:35:03]: Successfully started GameController +[info][UnlSpectre][2025/06/30 15:35:03]: Successfully started PlayerController +[info][UnlSpectre][2025/06/30 15:35:03]: Successfully started VehicleController +[info][UnlSpectre][2025/06/30 15:35:11]: HTTP Server started on port 3000. +[info][UnlSpectre][2025/06/30 15:43:21]: Successfully registered Exports +[info][UnlSpectre][2025/06/30 15:43:21]: Successfully loaded Items +[info][UnlSpectre][2025/06/30 15:43:21]: Successfully loaded Jobs +[info][UnlSpectre][2025/06/30 15:43:21]: Successfully loaded Gangs +[info][UnlSpectre][2025/06/30 15:43:21]: Successfully loaded Vehicles +[info][UnlSpectre][2025/06/30 15:43:21]: Successfully started GameController +[info][UnlSpectre][2025/06/30 15:43:21]: Successfully started PlayerController +[info][UnlSpectre][2025/06/30 15:43:21]: Successfully started VehicleController +[info][UnlSpectre][2025/06/30 15:43:29]: HTTP Server started on port 3000. +[info][UnlSpectre][2025/06/30 19:36:15]: Successfully registered Exports +[info][UnlSpectre][2025/06/30 19:36:15]: Successfully loaded Items +[info][UnlSpectre][2025/06/30 19:36:15]: Successfully loaded Jobs +[info][UnlSpectre][2025/06/30 19:36:15]: Successfully loaded Gangs +[info][UnlSpectre][2025/06/30 19:36:15]: Successfully loaded Vehicles +[info][UnlSpectre][2025/06/30 19:36:15]: Successfully started GameController +[info][UnlSpectre][2025/06/30 19:36:15]: Successfully started PlayerController +[info][UnlSpectre][2025/06/30 19:36:15]: Successfully started VehicleController +[info][UnlSpectre][2025/06/30 19:36:26]: HTTP Server started on port 3000. +[info][UnlSpectre][2025/06/30 20:21:54]: Successfully registered Exports +[info][UnlSpectre][2025/06/30 20:21:54]: Successfully loaded Items +[info][UnlSpectre][2025/06/30 20:21:54]: Successfully loaded Jobs +[info][UnlSpectre][2025/06/30 20:21:54]: Successfully loaded Gangs +[info][UnlSpectre][2025/06/30 20:21:54]: Successfully loaded Vehicles +[info][UnlSpectre][2025/06/30 20:21:54]: Successfully started GameController +[info][UnlSpectre][2025/06/30 20:21:54]: Successfully started PlayerController +[info][UnlSpectre][2025/06/30 20:21:54]: Successfully started VehicleController +[info][UnlSpectre][2025/06/30 20:22:04]: 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 e20a1f11d..9497ff8b1 100644 --- a/resources/[tools]/unlimited-spectre/unlWeb/data.json +++ b/resources/[tools]/unlimited-spectre/unlWeb/data.json @@ -4155,6 +4155,6 @@ } ], "waypoints": [], - "tokenSecret": "MhBYTJyxGc483tfR37P7", + "tokenSecret": "MtDexyAcw6XWLjfGRkBr", "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 9166278d9..692762644 100644 --- a/resources/[tools]/unlimited-spectre/unlWeb/logs/dev.log +++ b/resources/[tools]/unlimited-spectre/unlWeb/logs/dev.log @@ -8619,3 +8619,36 @@ [info][2025/06/30 12:25:27]: nordi requested all items. [info][2025/06/30 12:41:09]: nordi requested all items. [info][2025/06/30 12:41:15]: nordi requested item weapon_colbaton. +[info][2025/06/30 15:09:48]: nordi requested all items. +[info][2025/06/30 15:15:47]: nordi requested all items. +[info][2025/06/30 15:15:52]: nordi requested item weapon_pocketlight. +[info][2025/06/30 15:18:21]: nordi requested all items. +[info][2025/06/30 15:18:59]: nordi requested item list. +[info][2025/06/30 15:22:11]: nordi uplaoded item image weapon_throwingshoered.png. +[info][2025/06/30 15:22:26]: nordi requested create item weapon_throwingshoered. +[info][2025/06/30 15:22:26]: nordi successfully created item weapon_throwingshoered. +[info][2025/06/30 15:22:26]: nordi requested all items. +[info][2025/06/30 15:23:33]: nordi requested item weapon_throwingshoered. +[info][2025/06/30 15:24:13]: nordi requested save item weapon_throwingshoered. +[info][2025/06/30 15:24:13]: nordi successfully saved item weapon_throwingshoered. +[info][2025/06/30 15:26:20]: nordi requested all items. +[info][2025/06/30 15:26:23]: nordi requested item weapon_throwingshoered. +[info][2025/06/30 15:28:10]: nordi requested save item weapon_throwingshoered. +[info][2025/06/30 15:28:10]: nordi successfully saved item weapon_throwingshoered. +[info][2025/06/30 15:28:13]: nordi requested all items. +[info][2025/06/30 15:33:44]: nordi requested item weapon_throwingshoered. +[info][2025/06/30 15:34:52]: nordi requested item weapon_throwingshoered. +[info][2025/06/30 15:35:54]: nordi requested all items. +[info][2025/06/30 15:40:13]: nordi requested item weapon_throwingshoered. +[info][2025/06/30 15:40:42]: nordi requested save item weapon_throwingshoered. +[info][2025/06/30 15:40:43]: nordi successfully saved item weapon_throwingshoered. +[info][2025/06/30 15:40:46]: nordi requested delete item weapon_throwingshoered. +[info][2025/06/30 15:40:46]: nordi successfully deleted item weapon_throwingshoered. +[info][2025/06/30 15:40:46]: nordi requested all items. +[info][2025/06/30 15:40:52]: nordi requested item list. +[info][2025/06/30 15:42:14]: nordi requested create item weapon_throwingshoe_red. +[info][2025/06/30 15:42:14]: nordi successfully created item weapon_throwingshoe_red. +[info][2025/06/30 15:42:15]: nordi requested all items. +[info][2025/06/30 15:42:22]: nordi requested item weapon_throwingshoe_red. +[info][2025/06/30 15:42:33]: nordi requested save item weapon_throwingshoe_red. +[info][2025/06/30 15:42:33]: nordi successfully saved item weapon_throwingshoe_red. diff --git a/resources/[tools]/unlimited-spectre/unlWeb/logs/web.log b/resources/[tools]/unlimited-spectre/unlWeb/logs/web.log index 0ab2e175b..d1f823faf 100644 --- a/resources/[tools]/unlimited-spectre/unlWeb/logs/web.log +++ b/resources/[tools]/unlimited-spectre/unlWeb/logs/web.log @@ -6699,3 +6699,6 @@ [info][2025/06/30 12:25:23]: Login attempt on Nordi from 91.248.194.130 [info][2025/06/30 12:25:26]: nordi requested all players. [info][2025/06/30 12:41:06]: Login attempt on Nordi from 91.248.194.130 +[info][2025/06/30 15:15:43]: Login attempt on Nordi from 91.248.194.130 +[info][2025/06/30 15:26:17]: Login attempt on Nordi from 91.248.194.130 +[info][2025/06/30 15:35:51]: Login attempt on Nordi from 91.248.194.130