diff --git a/resources/[jobs]/[civ]/nordi_tipjar/tipjars.json b/resources/[jobs]/[civ]/nordi_tipjar/tipjars.json index b1974f446..856d3756f 100755 --- a/resources/[jobs]/[civ]/nordi_tipjar/tipjars.json +++ b/resources/[jobs]/[civ]/nordi_tipjar/tipjars.json @@ -1 +1 @@ -{"odin":0,"ammu":1000,"ambulance":0,"police":100,"Zum Durstigen Dackel":200,"kayas":100,"cinema":101,"dackel":0} \ No newline at end of file +{"odin":0,"cinema":101,"ambulance":0,"Zum Durstigen Dackel":200,"kayas":100,"dackel":0,"ammu":1000,"police":100} \ 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 97c34caeb..31cd14c6d 100644 --- a/resources/[qb]/qb-core/shared/items.lua +++ b/resources/[qb]/qb-core/shared/items.lua @@ -1,8282 +1,8359 @@ QBShared = QBShared or {} QBShared.Items = { - falafel = { - shouldClose = true, - type = 'item', - image = 'Falafel.png', - description = 'Falafel mit Joghurtsauce', - unique = true, - useable = true, - label = 'Falafel', - weight = 200, - name = 'falafel', - }, - weapon_bottle = { - name = 'weapon_bottle', - unique = true, - useable = false, - type = 'weapon', - label = 'Broken Bottle', - image = 'weapon_bottle.png', - weight = 1000, - description = 'A broken bottle', - }, - police_stormram = { - shouldClose = true, - type = 'item', - image = 'police_stormram.png', - description = 'A nice tool to break into doors', - unique = false, - useable = true, - label = 'Stormram', - weight = 18000, - name = 'police_stormram', - }, - drone = { - shouldClose = true, - type = 'item', - image = 'drone.png', - description = '', - unique = true, - useable = true, - label = 'Drohne', - weight = 1000, - name = 'drone', - }, - lighting_controller = { - shouldClose = false, - type = 'item', - image = 'lighting_controller.png', - description = 'Alle Farben des Regenbogens per Knopfdruck', - unique = true, - useable = true, - label = 'Neon Controller', - weight = 100, - name = 'lighting_controller', - }, - extras_kit = { - shouldClose = true, - type = 'item', - image = 'extras_kit.png', - description = '', - unique = false, - useable = true, - label = 'Fahrzeug Extras', - weight = 0, - name = 'extras_kit', - }, - weapon_grenadelauncher = { - label = 'Grenade Launcher', - type = 'weapon', - image = 'weapon_grenadelauncher.png', - description = 'A weapon that fires a specially-designed large-caliber projectile, often with an explosive, smoke or gas warhead', - unique = true, - useable = false, - ammotype = 'AMMO_GRENADELAUNCHER', - weight = 1000, - name = 'weapon_grenadelauncher', - }, - weapontint_mk2_21 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Bold Red & White Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Bold Red & White Tint', - weight = 1000, - name = 'weapontint_mk2_21', - }, - cappuccino = { - shouldClose = true, - type = 'item', - image = 'cappuccino.png', - description = '„Cappucioni – halb Schaum, halb Koffein, 100 % Attitüde. Gebrüht wie ein Drive-By: schnell, heiß und mit ordentlich Einschlag.“', - unique = true, - useable = true, - name = 'cappuccino', - weight = 100, - label = 'Tasse Cappuccino', - }, - gun_handle = { - shouldClose = false, - type = 'item', - image = 'empu.png', - description = 'Dein persönlicher Halt – stärker als jeder Nervenkitzel', - unique = false, - useable = false, - label = 'Griffstück', - weight = 200, - name = 'gun_handle', - }, - weapon_ball = { - label = 'Ball', - type = 'weapon', - image = 'weapon_ball.png', - description = 'A solid or hollow spherical or egg-shaped object that is kicked, thrown, or hit in a game', - unique = true, - useable = false, - ammotype = 'AMMO_BALL', - weight = 1000, - name = 'weapon_ball', - }, - nitrous = { - shouldClose = true, - type = 'item', - image = 'nitrous.png', - description = 'Speed up, gas pedal! :D', - unique = false, - useable = true, - label = 'Nitrous', - weight = 1000, - name = 'nitrous', - }, - weapon_mg = { - label = 'Machinegun', - type = 'weapon', - image = 'weapon_mg.png', - description = 'An automatic gun that fires bullets in rapid succession for as long as the trigger is pressed', - unique = true, - useable = false, - ammotype = 'AMMO_MG', - weight = 1000, - name = 'weapon_mg', - }, - blood_1000 = { - shouldClose = true, - type = 'item', - image = 'bloodbag.png', - description = '', - unique = false, - useable = true, - label = 'Blut (1000ml)', - weight = 1000, - name = 'blood_1000', - }, - nacl_500 = { - shouldClose = true, - type = 'item', - image = 'nacl.png', - description = '', - unique = false, - useable = true, - label = 'NACL (500ml)', - weight = 500, - name = 'nacl_500', - }, - weapon_molotov = { - name = 'weapon_molotov', - unique = true, - useable = false, - type = 'weapon', - label = 'Molotov', - image = 'weapon_molotov.png', - weight = 1000, - description = 'A crude bomb made of a bottle filled with a flammable liquid and fitted with a wick for lighting', - }, - weapon_wrench = { - name = 'weapon_wrench', - unique = true, - useable = false, - type = 'weapon', - label = 'Wrench', - image = 'weapon_wrench.png', - weight = 1000, - description = 'A tool used for gripping and turning nuts, bolts, pipes, etc', - }, - coke_small_brick = { - shouldClose = true, - type = 'item', - image = 'coke_small_brick.png', - description = 'Small package of cocaine, mostly used for deals and takes a lot of space', - unique = true, - useable = false, - label = 'Coke Package', - weight = 350, - name = 'coke_small_brick', - }, - aluminumoxide = { - shouldClose = false, - type = 'item', - image = 'aluminumoxide.png', - description = 'Some powder to mix with', - unique = false, - useable = false, - label = 'Aluminium Powder', - weight = 100, - name = 'aluminumoxide', - }, - weed_whitewidow_seed = { - shouldClose = false, - type = 'item', - image = 'weed_seed.png', - description = 'A weed seed of White Widow', - unique = false, - useable = true, - label = 'White Widow Seed', - weight = 0, - name = 'weed_whitewidow_seed', - }, - rifle_grip = { - shouldClose = true, - type = 'item', - image = 'ar_grip.png', - description = '', - unique = true, - useable = true, - label = 'Gewehrgriff', - weight = 100, - name = 'rifle_grip', - }, - vitaminloesung_500 = { - shouldClose = true, - type = 'item', - image = 'screenshot_696-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Vitaminlösung 500', - weight = 500, - name = 'vitaminloesung_500', - }, - halbes_haendel = { - shouldClose = true, - type = 'item', - image = 'halbes_handel.png', - description = 'zum Finger lecken gut ^^', - unique = false, - useable = true, - label = 'Halbes Händel', - weight = 100, - name = 'halbes_haendel', - }, - fwd_drivetrain = { - shouldClose = true, - type = 'item', - image = 'fwd_drivetrain.png', - description = '', - unique = false, - useable = true, - label = 'FWD', - weight = 0, - name = 'fwd_drivetrain', - }, - awd_drivetrain = { - shouldClose = true, - type = 'item', - image = 'awd_drivetrain.png', - description = '', - unique = false, - useable = true, - label = 'AWD', - weight = 0, - name = 'awd_drivetrain', - }, - roofbox_carbon = { - shouldClose = true, - type = 'item', - image = 'roofbox_carbon.png', - description = '', - unique = true, - useable = true, - label = 'Carbon Dachbox', - weight = 1000, - name = 'roofbox_carbon', - }, - spikestrips = { - shouldClose = true, - type = 'item', - image = 'spikestripes.png', - description = '', - unique = true, - useable = true, - label = 'Nagelband', - weight = 200, - name = 'spikestrips', - }, - gg_pug_bait_03 = { - shouldClose = true, - type = 'item', - image = 'gg_pug_bait_03.png', - description = '', - unique = false, - useable = true, - label = 'Illegaler Raubtierköder 3', - weight = 100, - name = 'gg_pug_bait_03', - }, - stevens_apfelmustorte = { - shouldClose = true, - type = 'item', - image = 'stefansabpfelmustorte.png', - description = 'wie bei Oma', - unique = false, - useable = true, - label = 'Stevens Apfelmustorte', - weight = 200, - name = 'stevens_apfelmustorte', - }, - weapon_battleaxe = { - name = 'weapon_battleaxe', - unique = true, - useable = false, - type = 'weapon', - label = 'Battle Axe', - image = 'weapon_battleaxe.png', - weight = 1000, - description = 'A large broad-bladed axe used in ancient warfare', - }, - weapontint_2 = { - shouldClose = true, - type = 'item', - image = 'weapontint_gold.png', - description = 'Gold Weapon Tint', - unique = false, - useable = true, - label = 'Gold Tint', - weight = 1000, - name = 'weapontint_2', - }, - rwd_drivetrain = { - shouldClose = true, - type = 'item', - image = 'rwd_drivetrain.png', - description = '', - unique = false, - useable = true, - label = 'RWD', - weight = 0, - name = 'rwd_drivetrain', - }, - rifle_suppressor = { - shouldClose = true, - type = 'item', - image = 'suppressor_attachment.png', - description = '', - unique = true, - useable = true, - label = 'Gewehr Schalldämpfer', - weight = 100, - name = 'rifle_suppressor', - }, - munky_juice = { - shouldClose = true, - type = 'item', - image = 'munkeyjuice.png', - description = 'Trinkpäckchen mit Saft und ja der Strohhalm ist aus Plastik ^^', - unique = false, - useable = true, - label = 'Munky Juice', - weight = 100, - name = 'munky_juice', - }, - gleitgel = { - shouldClose = false, - type = 'item', - image = 'gleitgel.png', - description = 'Falls es mal zu Trocken ist ^^', - unique = true, - useable = false, - label = 'Gleitgel', - weight = 100, - name = 'gleitgel', - }, - rifle_flashlight = { - shouldClose = true, - type = 'item', - image = 'flashlight_attachment.png', - description = '', - unique = true, - useable = true, - label = 'Gewehrlicht', - weight = 100, - name = 'rifle_flashlight', - }, - sprunk_dose = { - shouldClose = true, - type = 'item', - image = 'sprunkcan.png', - description = 'Dose Zitronen Limo', - unique = false, - useable = true, - label = 'Sprunk Dose', - weight = 50, - name = 'sprunk_dose', - }, - junk_energy = { - shouldClose = true, - type = 'item', - image = 'junkcan.png', - description = 'Dose mit Engery', - unique = false, - useable = true, - label = 'Junk Energy', - weight = 100, - name = 'junk_energy', - }, - veh_transmission = { - shouldClose = true, - type = 'item', - image = 'veh_transmission.png', - description = 'Upgrade vehicle transmission', - unique = false, - useable = true, - label = 'Transmission', - weight = 1000, - name = 'veh_transmission', - }, - dagger_blade = { - shouldClose = false, - type = 'item', - image = 'P1026942-3-scaled-removebg-preview.png', - description = 'So klein, du siehst sie fast nicht – aber sie hinterlässt Eindruck', - unique = false, - useable = false, - label = 'Dolchklinge', - weight = 500, - name = 'dagger_blade', - }, - gg_rabbit_pelt_02 = { - shouldClose = true, - type = 'item', - image = 'gg_rabbit_pelt_02.png', - description = '', - unique = true, - useable = false, - label = 'Robustes Kaninchenfell', - weight = 1000, - name = 'gg_rabbit_pelt_02', - }, - defibrillator = { - shouldClose = true, - type = 'item', - image = 'aed.png', - description = '', - unique = false, - useable = true, - label = 'Defibrillator', - weight = 3000, - name = 'defibrillator', - }, - weapon_pistol = { - label = 'Bretta', - type = 'weapon', - image = 'screenshot_398-removebg-preview.png', - description = 'Das Multitool zum Löcher machen.', - unique = true, - useable = false, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_pistol', - }, - raw_turkey_drums = { - shouldClose = true, - type = 'item', - image = 'raw_turkey_drums.png', - description = '', - unique = false, - useable = true, - label = 'rohe Putenkeulen', - weight = 200, - name = 'raw_turkey_drums', - }, - raw_ribs = { - shouldClose = true, - type = 'item', - image = 'raw_ribs.png', - description = '', - unique = false, - useable = true, - label = 'rohe Rippchen', - weight = 200, - name = 'raw_ribs', - }, - weapon_marksmanrifle_mk2 = { - label = 'Marksman Rifle Mk II', - type = 'weapon', - image = 'huntingrifle2.png', - description = 'Weapon Marksmanrifle MK2', - unique = true, - useable = true, - ammotype = 'AMMO_SNIPER', - weight = 1000, - name = 'weapon_marksmanrifle_mk2', - }, - green_phone = { - shouldClose = false, - type = 'item', - image = 'phone_green.png', - description = '„Du bist nicht oberflächlich. Du hast einfach ein teures Telefon.“', - unique = true, - useable = false, - label = 'iFruit 12XR Grün', - weight = 600, - name = 'green_phone', - }, - shaft = { - shouldClose = false, - type = 'item', - image = 'ar_grip.png', - description = 'Schaft: Der ruhige Held der Waffe – immer da, wenn man ihn braucht, aber nie im Mittelpunkt', - unique = false, - useable = false, - label = 'Waffenschaft', - weight = 200, - name = 'shaft', - }, - blotter_paper = { - shouldClose = false, - type = 'item', - image = 'paperroll.png', - description = 'Das Papier, das dich nicht nur trocknen lässt, sondern auch deine Gedanken', - unique = false, - useable = false, - label = 'Blotterpapier', - weight = 500, - name = 'blotter_paper', - }, - weapon_marksmanpistol = { - label = 'Marksman Pistol', - type = 'weapon', - image = 'weapon_marksmanpistol.png', - description = 'A very accurate small firearm designed to be held in one hand', - unique = true, - useable = false, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_marksmanpistol', - }, - grape = { - shouldClose = false, - type = 'item', - image = 'grape.png', - description = 'Mmmmh yummie, grapes', - unique = false, - useable = true, - label = 'Grape', - weight = 100, - name = 'grape', - }, - walkstick = { - shouldClose = true, - type = 'item', - image = 'walkstick.png', - description = 'Walking stick for ya\'ll grannies out there.. HAHA', - unique = false, - useable = true, - label = 'Walking Stick', - weight = 1000, - name = 'walkstick', - }, - weapon_musket = { - label = 'Musket', - type = 'weapon', - image = 'weapon_musket.png', - description = 'An infantryman\'s light gun with a long barrel, typically smooth-bored, muzzleloading, and fired from the shoulder', - unique = true, - useable = false, - ammotype = 'AMMO_SHOTGUN', - weight = 1000, - name = 'weapon_musket', - }, - odins_nuesse = { - shouldClose = true, - type = 'item', - image = 'Odins_nuesse.png', - description = 'Diese kräftige Mischung aus Nüssen symbolisiert die Weisheit und Stärke des Göttervaters. Voller Geschmack und Energie, ideal, um Körper und Geist zu nähren.', - unique = false, - useable = true, - label = 'Odins Nüsse', - weight = 150, - name = 'Odins_nuesse', - }, - sniper_defaultclip = { - shouldClose = true, - type = 'item', - image = 'sniper_defaultclip.png', - description = '', - unique = true, - useable = true, - label = 'Sniper Magzin', - weight = 100, - name = 'sniper_defaultclip', - }, - cup_beer = { - shouldClose = true, - type = 'item', - image = 'cup_beer.png', - description = '', - unique = false, - useable = true, - label = 'Becher Bier', - weight = 100, - name = 'cup_beer', - }, - firework4 = { - shouldClose = true, - type = 'item', - image = 'firework4.png', - description = 'Fireworks', - unique = false, - useable = true, - label = 'Weeping Willow', - weight = 1000, - name = 'firework4', - }, - weapon_smg = { - label = 'MP5', - type = 'weapon', - image = 'screenshot_409-removebg-preview.png', - description = 'Deutsche Ingenieurskunst in Kompaktform, gebaut für Cops, die auf Präzision und Verlässlichkeit zählen.', - unique = true, - useable = false, - ammotype = 'AMMO_SMG', - weight = 1000, - name = 'weapon_smg', - }, - weapon_sawnoffshotgun = { - label = 'Sawn-off Shotgun', - type = 'weapon', - image = 'weapon_sawnoffshotgun.png', - description = 'A sawn-off smoothbore gun for firing small shot at short range', - unique = true, - useable = false, - ammotype = 'AMMO_SHOTGUN', - weight = 1000, - name = 'weapon_sawnoffshotgun', - }, - baldurslightelixir = { - shouldClose = true, - type = 'item', - image = 'BaldursLightElixir.png', - description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.', - unique = false, - useable = true, - label = 'Baldurs Light Elixir', - weight = 100, - name = 'baldurslightelixir', - }, - akrinor = { - shouldClose = true, - type = 'item', - image = 'akrinor.png', - description = '', - unique = false, - useable = true, - label = 'Akrinor', - weight = 20, - name = 'akrinor', - }, - weapon_smokegrenade = { - name = 'weapon_smokegrenade', - unique = true, - useable = false, - type = 'weapon', - label = 'Rauchgranate', - image = 'screenshot_425-removebg-preview.png', - weight = 1000, - description = 'An explosive charge that can be remotely detonated', - }, - mechanic_tablet = { - shouldClose = false, - type = 'item', - image = 'mechanic_tablet.png', - description = 'Das wichtigste Werkzeug', - unique = false, - useable = true, - label = 'Petrol Head Tablet', - weight = 0, - name = 'mechanic_tablet', - }, - rifle_drum = { - shouldClose = true, - type = 'item', - image = 'drum_attachment.png', - description = '', - unique = true, - useable = true, - label = 'Gewehr Trommelmagzin', - weight = 100, - name = 'rifle_drum', - }, - weapon_stickybomb = { - name = 'weapon_stickybomb', - unique = true, - useable = false, - type = 'weapon', - label = 'C4', - image = 'weapon_stickybomb.png', - weight = 1000, - description = 'An explosive charge covered with an adhesive that when thrown against an object sticks until it explodes', - }, - kakao = { - shouldClose = true, - type = 'item', - image = 'coffee.png', - description = 'Eine heiße, süße Tasse Schokolade – perfekt zum Entspannen oder Aufwärmen an kühlen Tagen.', - unique = false, - useable = true, - label = 'Kakao Togo', - weight = 100, - name = 'kakao', - }, - weapon_switchblade = { - name = 'weapon_switchblade', - unique = true, - useable = false, - type = 'weapon', - label = 'Switchblade', - image = 'weapon_switchblade.png', - weight = 1000, - description = 'A knife with a blade that springs out from the handle when a button is pressed', - }, - meth = { - shouldClose = true, - type = 'item', - image = 'meth_baggy.png', - description = 'A baggie of Meth', - unique = false, - useable = true, - label = 'Meth', - weight = 100, - name = 'meth', - }, - emergency_revive_kit = { - shouldClose = true, - type = 'item', - image = 'medbox.png', - description = '', - unique = false, - useable = true, - label = 'Wiederbelebungs-Kit', - weight = 1500, - name = 'emergency_revive_kit', - }, - nordisee_fischfrikadellenbroetchen = { - shouldClose = true, - type = 'item', - image = 'Nordisee Fischfrikadellenbroetchen.png', - description = '"Die Fischfrikadelle im Brötchen hat einen längeren Reiseweg hinter sich als ein Container von Bremerhaven bis zum Hafen von Los Santos – inklusive Turbulenzen über dem Atlantik und Jetlag in der Remoulade."', - unique = false, - useable = true, - label = 'Nordisee Fischfrikadellenbrötchen', - weight = 100, - name = 'nordisee_fischfrikadellenbroetchen', - }, - vodka = { - shouldClose = true, - type = 'item', - image = 'vodka.png', - description = 'Nach 4 Flaschen redet man Russisch.', - unique = false, - useable = true, - label = 'Chernokov Vodka', - weight = 500, - name = 'vodka', - }, - burger = { - shouldClose = true, - type = 'item', - image = 'screenshot_689-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Hamburger mit Käse', - weight = 100, - name = 'burger', - }, - leberkas_semmal = { - shouldClose = true, - type = 'item', - image = 'leberkasemmel-removebg-preview.png', - description = 'Mehr Fleisch als Worte – des is koa Semmel, des is a Lebensgefühl!', - unique = false, - useable = true, - label = 'Leberkas Semmal', - weight = 100, - name = 'leberkas_semmal', - }, - weapon_petrolcan = { - label = 'Petrol Can', - type = 'weapon', - image = 'weapon_petrolcan.png', - description = 'A robust liquid container made from pressed steel', - unique = true, - useable = false, - ammotype = 'AMMO_PETROLCAN', - weight = 1000, - name = 'weapon_petrolcan', - }, - weapon_navyrevolver = { - label = 'Navy Revolver', - type = 'weapon', - image = 'weapon_navyrevolver.png', - description = 'Weapon Navyrevolver', - unique = true, - useable = true, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_navyrevolver', - }, - lysergic_acid = { - shouldClose = false, - type = 'item', - image = 'acid.png', - description = 'Der geheime VIP-Zugang zu einer anderen Realität', - unique = false, - useable = false, - label = 'Lysergsäure', - weight = 1000, - name = 'lysergic_acid', - }, - tourniquet = { - shouldClose = true, - type = 'item', - image = '81khEr+-vcL._AC_SX450_-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Tourniquet', - weight = 20, - name = 'tourniquet', - }, - gg_captured_rabbit = { - shouldClose = true, - type = 'item', - image = 'gg_captured_rabbit.png', - description = '', - unique = true, - useable = true, - label = 'Gefangenes Kaninchen', - weight = 5000, - name = 'gg_captured_rabbit', - }, - cigs = { - shouldClose = true, - type = 'item', - image = 'cigs.png', - description = '', - unique = false, - useable = true, - label = 'Zigarette', - weight = 200, - name = 'cigs', - }, - schnitzelbroetchen = { - shouldClose = true, - type = 'item', - image = 'schnitzelbrotechen.png', - description = 'Knuspriger Held im Brötchenmantel – das Schnitzel regelt!', - unique = false, - useable = true, - label = 'Schnitzelbrötchen', - weight = 100, - name = 'schnitzelbroetchen', - }, - advancedrepairkit = { - shouldClose = true, - type = 'item', - image = 'advancedkit.png', - description = 'A nice toolbox with stuff to repair your vehicle', - unique = false, - useable = true, - label = 'Advanced Repairkit', - weight = 4000, - name = 'advancedrepairkit', - }, - weapon_pipebomb = { - name = 'weapon_pipebomb', - unique = true, - useable = false, - type = 'weapon', - label = 'Pipe Bomb', - image = 'weapon_pipebomb.png', - weight = 1000, - description = 'A homemade bomb, the components of which are contained in a pipe', - }, - trigger_unit = { - shouldClose = false, - type = 'item', - image = 'snspistol_part_2.png', - description = 'Der Schalter für Action – einmal drücken, und die Welt verändert sich', - unique = false, - useable = false, - label = 'Abzugseinheit', - weight = 200, - name = 'trigger_unit', - }, - paracetamol = { - shouldClose = true, - type = 'item', - image = 'Paracetamol.png', - description = '', - unique = false, - useable = true, - label = 'Paracetamol', - weight = 20, - name = 'paracetamol', - }, - weapontint_7 = { - shouldClose = true, - type = 'item', - image = 'weapontint_plat.png', - description = 'Platinum Weapon Tint', - unique = false, - useable = true, - label = 'Platinum Tint', - weight = 1000, - name = 'weapontint_7', - }, - weapontint_mk2_13 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Bold Pink Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Bold Pink Tint', - weight = 1000, - name = 'weapontint_mk2_13', - }, - performance_part = { - shouldClose = true, - type = 'item', - image = 'performance_part.png', - description = '', - unique = false, - useable = true, - label = 'Performance Kit', - weight = 0, - name = 'performance_part', - }, - weapon_stone_hatchet = { - name = 'weapon_stone_hatchet', - unique = true, - useable = true, - type = 'weapon', - label = 'Stone Hatchet', - image = 'weapon_stone_hatchet.png', - weight = 1000, - description = 'Stone Hatchet', - }, - raw_kebab = { - shouldClose = true, - type = 'item', - image = 'raw_kebab.png', - description = '', - unique = false, - useable = true, - label = 'roher Schaschlickspieß', - weight = 200, - name = 'raw_kebab', - }, - weapontint_mk2_7 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Classic Earth Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Classic Earth Tint', - weight = 1000, - name = 'weapontint_mk2_7', - }, - luxuryfinish_attachment = { - shouldClose = true, - type = 'item', - image = 'luxuryfinish_attachment.png', - description = 'A luxury finish for a weapon', - unique = false, - useable = true, - label = 'Luxury Finish', - weight = 1000, - name = 'luxuryfinish_attachment', - }, - veh_neons = { - shouldClose = true, - type = 'item', - image = 'veh_neons.png', - description = 'Upgrade vehicle neons', - unique = false, - useable = true, - label = 'Neons', - weight = 1000, - name = 'veh_neons', - }, - weapontint_mk2_6 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Classic Blue Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Classic Blue Tint', - weight = 1000, - name = 'weapontint_mk2_6', - }, - gg_salt_block_02 = { - shouldClose = true, - type = 'item', - image = 'gg_salt_block_02.png', - description = '', - unique = false, - useable = true, - label = 'besserer Salzblock', - weight = 100, - name = 'gg_salt_block_02', - }, - gg_cougar_claw_01 = { - shouldClose = true, - type = 'item', - image = 'gg_cougar_claw_01.png', - description = '', - unique = true, - useable = false, - label = 'Raue Puma-Klaue', - weight = 500, - name = 'gg_cougar_claw_01', - }, - weapon_snspistol = { - label = 'Durov Pistole', - type = 'weapon', - image = 'screenshot_401-removebg-preview.png', - description = ' So unauffällig, dass selbst der Agent manchmal vergisst, dass er sie dabei hat.', - unique = true, - useable = false, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_snspistol', - }, - snikkel_candy = { - shouldClose = true, - type = 'item', - image = 'snikkelcandy.png', - description = 'Some delicious candy :O', - unique = false, - useable = true, - label = 'EarthQuakes', - weight = 100, - name = 'snikkel_candy', - }, - shotgun_holoscope = { - shouldClose = true, - type = 'item', - image = 'holoscope_attachment.png', - description = '', - unique = true, - useable = true, - label = 'MK2 Shotgun Holovisier', - weight = 100, - name = 'shotgun_holoscope', - }, - weapons_route = { - shouldClose = false, - type = 'item', - image = 'weaponsroute.png', - description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', - unique = true, - useable = false, - label = 'Waffen Route', - weight = 10, - name = 'weapons_route', - }, - skullcamo_attachment = { - shouldClose = true, - type = 'item', - image = 'skullcamo_attachment.png', - description = 'A skull camo for a weapon', - unique = false, - useable = true, - label = 'Skull Camo', - weight = 1000, - name = 'skullcamo_attachment', - }, - mettbroetchen = { - shouldClose = true, - type = 'item', - image = 'mettbroetchen.png', - description = 'mhmm deutsches Sushi', - unique = false, - useable = true, - label = 'Mettbrötchen', - weight = 100, - name = 'mettbroetchen', - }, - penicillin = { - shouldClose = true, - type = 'item', - image = 'penicillin.png', - description = '', - unique = false, - useable = true, - label = 'Penicillin', - weight = 20, - name = 'penicillin', - }, - kakao2 = { - shouldClose = true, - type = 'item', - image = 'kakao2.png', - description = 'Eine Tasse heiße Schokolade ist wie eine warme Umarmung von innen – süß, tröstlich und immer zur Stelle, wenn die Welt zu kalt wird.', - unique = true, - useable = true, - name = 'kakao2', - weight = 100, - label = 'Tasse Heiße Schokolade', - }, - kennzeichen_tool = { - shouldClose = true, - type = 'item', - image = '', - description = '', - unique = false, - useable = true, - label = 'Kennzeichen', - weight = 0, - name = 'kennzeichen_tool', - }, - id_card = { - shouldClose = false, - type = 'item', - image = 'id_card.png', - description = 'A card containing all your information to identify yourself', - unique = true, - useable = true, - label = 'ID Card', - weight = 0, - name = 'id_card', - }, - advancedlockpick = { - shouldClose = true, - type = 'item', - image = 'advancedlockpick.png', - description = 'If you lose your keys a lot this is very useful... Also useful to open your beers', - unique = false, - useable = true, - label = 'Advanced Lockpick', - weight = 500, - name = 'advancedlockpick', - }, - orange_o_tang_zero_flasche = { - shouldClose = true, - type = 'item', - image = 'otangzerobottle.png', - description = 'Flasche Orangen Limo', - unique = false, - useable = true, - label = 'Orange O Tang Zero Flasche', - weight = 80, - name = 'orange_o_tang_zero_flasche', - }, - cooked_corn_cob = { - shouldClose = true, - type = 'item', - image = 'cooked_corn_cob.png', - description = '', - unique = false, - useable = true, - label = 'gegrillter Maiskolben', - weight = 100, - name = 'cooked_corn_cob', - }, - gg_deer_hide_03 = { - shouldClose = true, - type = 'item', - image = 'gg_deer_hide_03.png', - description = '', - unique = true, - useable = false, - label = 'Makelloses Hirschfell', - weight = 1000, - name = 'gg_deer_hide_03', - }, - shortened_gunbarrel = { - shouldClose = false, - type = 'item', - image = 'shotgun_barrel_compressed_better.png', - description = 'Weniger Lauf, mehr Stil', - unique = false, - useable = false, - label = 'verkürzter Waffenlauf', - weight = 1000, - name = 'shortened_gunbarrel', - }, - ecola_zero_dose = { - shouldClose = true, - type = 'item', - image = 'ecolazerocan.png', - description = 'Dose Cola', - unique = false, - useable = true, - label = 'E-Cola Zero Dose', - weight = 50, - name = 'ecola_zero_dose', - }, - doener = { - shouldClose = true, - type = 'item', - image = 'doner.png', - description = 'Döner macht schöner...', - unique = true, - useable = true, - label = 'Döner', - weight = 200, - name = 'doener', - }, - cleaning_kit = { - shouldClose = false, - type = 'item', - image = '', - description = 'Für die schnelle Reinigung', - unique = false, - useable = false, - label = 'Premium Putzlappen ', - weight = 0, - name = 'cleaning_kit', - }, - aspirin = { - shouldClose = true, - type = 'item', - image = 'aspirin.png', - description = '', - unique = false, - useable = true, - label = 'Aspirin', - weight = 20, - name = 'aspirin', - }, - pistol_flashlight = { - shouldClose = true, - type = 'item', - image = 'flashlight_attachment.png', - description = '', - unique = true, - useable = true, - label = 'Pistolenlicht', - weight = 100, - name = 'pistol_flashlight', - }, - weapontint_mk2_10 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Blue Contrast Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Blue Contrast Tint', - weight = 1000, - name = 'weapontint_mk2_10', - }, - weapon_firework = { - name = 'weapon_firework', - unique = true, - useable = false, - type = 'weapon', - label = 'Firework Launcher', - image = 'weapon_firework.png', - weight = 1000, - description = 'A device containing gunpowder and other combustible chemicals that causes a spectacular explosion when ignited', - }, - gg_coyote_fangs_01 = { - shouldClose = true, - type = 'item', - image = 'gg_coyote_fangs_01.png', - description = '', - unique = true, - useable = false, - label = 'Robuster Kojotenzahn', - weight = 1000, - name = 'gg_coyote_fangs_01', - }, - heavy_duty_muzzle_brake = { - shouldClose = true, - type = 'item', - image = 'heavy_duty_muzzle_brake.png', - description = 'A muzzle brake for a weapon', - unique = false, - useable = true, - label = 'HD Muzzle Brake', - weight = 1000, - name = 'heavy_duty_muzzle_brake', - }, - red_phone = { - shouldClose = false, - type = 'item', - image = 'phone_red.png', - description = '„So smart, es wundert sich selbst, warum es bei dir gelandet ist.“', - unique = true, - useable = false, - label = 'iFruit 12XR Rot', - weight = 600, - name = 'red_phone', - }, - smg_holoscope = { - shouldClose = true, - type = 'item', - image = 'holoscope_attachment.png', - description = '', - unique = true, - useable = true, - label = 'SMG Holoscope', - weight = 100, - name = 'smg_holoscope', - }, - loaded_fries = { - shouldClose = true, - type = 'item', - image = 'ChatGPT_Image_26._Apr._2025__18_19_52-removebg-preview.png', - description = 'Knusprige Pommes, reich belegt mit köstlichen Toppings', - unique = true, - useable = true, - label = 'Loaded Fries', - weight = 200, - name = 'loaded_fries', - }, - urapidil3 = { - shouldClose = true, - type = 'item', - image = 'urapidil1.png', - description = '', - unique = false, - useable = true, - label = 'Urapidil 3,0 mg', - weight = 20, - name = 'urapidil3', - }, - rifle_ammo = { - shouldClose = true, - type = 'item', - image = 'gewehrmuni.png', - description = 'schnelles Peng', - unique = false, - useable = true, - label = 'Gewehr Munition', - weight = 200, - name = 'rifle_ammo', - }, - medscope_attachment = { - shouldClose = true, - type = 'item', - image = 'medscope_attachment.png', - description = 'A medium scope for a weapon', - unique = false, - useable = true, - label = 'Medium Scope', - weight = 1000, - name = 'medscope_attachment', - }, - ev_motor = { - shouldClose = true, - type = 'item', - image = 'ev_motor.png', - description = '', - unique = false, - useable = true, - label = 'EV_Motor', - weight = 0, - name = 'ev_motor', - }, - roadpods = { - shouldClose = true, - type = 'item', - image = 'roadpods.png', - description = '„Klang für Menschen, die sich keine Kompromisse anhören.“', - unique = true, - useable = true, - label = 'iFruit Ear Buds', - weight = 200, - name = 'roadpods', - }, - weapon_pistolxm3 = { - label = 'Pistol XM3', - type = 'weapon', - image = 'highteampistol.png', - description = 'Pistol XM3', - unique = true, - useable = false, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_pistolxm3', - }, - okis_rickster_unch = { - shouldClose = true, - type = 'item', - image = 'LokisTricksterPunch.png', - description = 'Unberechenbar und aufregend, dieser Mocktail hält eine erfrischende Überraschung parat.', - unique = false, - useable = true, - label = 'Loki\'s Trickster Punch', - weight = 200, - name = 'lokis_trickster_punch', - }, - sniper_scope = { - shouldClose = true, - type = 'item', - image = 'largescope_attachment.png', - description = '', - unique = true, - useable = true, - label = 'Sniper Visier', - weight = 100, - name = 'sniper_scope', - }, - weapon_vintagepistol = { - label = 'Vintage Pistol', - type = 'weapon', - image = 'weapon_vintagepistol.png', - description = 'An antique firearm designed to be held in one hand', - unique = true, - useable = false, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_vintagepistol', - }, - weed_ogkush = { - shouldClose = false, - type = 'item', - image = 'weed_baggy.png', - description = 'A weed bag with 2g OG Kush', - unique = false, - useable = true, - label = 'OGKush 2g', - weight = 200, - name = 'weed_ogkush', - }, - cosmetic_part = { - shouldClose = true, - type = 'item', - image = 'cosmetic_part.png', - description = '', - unique = false, - useable = true, - label = 'Cosmetickit', - weight = 0, - name = 'cosmetic_part', - }, - fenystil = { - shouldClose = true, - type = 'item', - image = 'fenystil.png', - description = '', - unique = false, - useable = true, - label = 'Fenistil', - weight = 100, - name = 'fenystil', - }, - bcesandwich = { - shouldClose = true, - type = 'item', - image = 'ChatGPT_Image_26._Apr._2025__18_03_49-removebg-preview.png', - description = 'Knuspriger Bacon, geschmolzener Käse und ein saftiges Spiegelei, geschichtet zwischen zwei goldbraun gerösteten Toastscheiben', - unique = false, - useable = true, - label = 'Bacon Cheese Egg Sandwich', - weight = 200, - name = 'bcesandwich', - }, - weapon_handle = { - shouldClose = false, - type = 'item', - image = 'snspistol_part_3.png', - description = 'Der perfekte Halt – für dich und deine Waffen-Fantasien', - unique = false, - useable = false, - label = 'Griff', - weight = 200, - name = 'weapon_handle', - }, - gg_deer_hide_01 = { - shouldClose = true, - type = 'item', - image = 'gg_deer_hide_01.png', - description = '', - unique = true, - useable = false, - label = 'Raues Hirschleder', - weight = 1000, - name = 'gg_deer_hide_01', - }, - okis_ischief_ites = { - shouldClose = true, - type = 'item', - image = 'LokisMischiefBites.png', - description = 'Knusprige Bissen, die mit einer scharfen Überraschung im Inneren den Gästen einen schelmischen Spaß bereiten.', - unique = false, - useable = true, - label = 'Loki\'s Mischief Bites', - weight = 200, - name = 'okis_ischief_ites', - }, - weapon_specialcarbine_mk2 = { - label = 'Special Carbine Mk II', - type = 'weapon', - image = 'highteamspecialcarbinemk2.png', - description = 'Weapon Wpecialcarbine MK2', - unique = true, - useable = false, - ammotype = 'AMMO_RIFLE', - weight = 1000, - name = 'weapon_specialcarbine_mk2', - }, - tier_leckerlis = { - shouldClose = true, - type = 'item', - image = 'pet_treats.png', - description = 'Freude für deinen Vierbeiner.', - unique = false, - useable = true, - label = 'Tier Leckerlis', - weight = 100, - name = 'tier_leckerlis', - }, - veh_tint = { - shouldClose = true, - type = 'item', - image = 'veh_tint.png', - description = 'Install vehicle tint', - unique = false, - useable = true, - label = 'Tints', - weight = 1000, - name = 'veh_tint', - }, - smg_suppressor = { - shouldClose = true, - type = 'item', - image = 'suppressor_attachment.png', - description = '', - unique = true, - useable = true, - label = 'SMG Schalldämpfer', - weight = 100, - name = 'smg_suppressor', - }, - cryptostick = { - shouldClose = true, - type = 'item', - image = 'cryptostick.png', - description = 'Why would someone ever buy money that doesn\'t exist.. How many would it contain..?', - unique = true, - useable = true, - label = 'Crypto Stick', - weight = 200, - name = 'cryptostick', - }, - weapon_compactlauncher = { - name = 'weapon_compactlauncher', - unique = true, - useable = false, - type = 'weapon', - label = 'Compact Launcher', - image = 'weapon_compactlauncher.png', - weight = 1000, - description = 'A compact grenade launcher', - }, - ecg_monitor = { - shouldClose = true, - type = 'item', - image = '148383-multiparameter-patientenmonitor-pc-3000-lepu-medical-2-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'EKG Monitor', - weight = 2500, - name = 'ecg_monitor', - }, - weapontint_mk2_30 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Metallic White & Aqua Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Metallic White & Aqua Tint', - weight = 1000, - name = 'weapontint_mk2_30', - }, - raki = { - shouldClose = true, - type = 'item', - image = 'raki.png', - description = 'türkisches Nationalgetränk, aus Weintrauben oder Rosinen gebrannter Anisée', - unique = true, - useable = true, - label = 'Raki', - weight = 200, - name = 'raki', - }, - gg_cougar_claw_03 = { - shouldClose = true, - type = 'item', - image = 'gg_cougar_claw_03.png', - description = '', - unique = true, - useable = false, - label = 'Makellose Puma-Klaue', - weight = 500, - name = 'gg_cougar_claw_03', - }, - shotgun_scope = { - shouldClose = true, - type = 'item', - image = 'smallscope_attachment.png', - description = '', - unique = true, - useable = true, - label = 'MK2 Shotgun Visier', - weight = 100, - name = 'shotgun_scope', - }, - rifle_largescope = { - shouldClose = true, - type = 'item', - image = 'largescope_attachment.png', - description = '', - unique = true, - useable = true, - label = 'Mk2 Gewehr Visier groß', - weight = 100, - name = 'rifle_largescope', - }, - electronickit = { - shouldClose = true, - type = 'item', - image = 'electronickit.png', - description = 'If you\'ve always wanted to build a robot you can maybe start here. Maybe you\'ll be the new Elon Musk?', - unique = false, - useable = true, - label = 'Electronic Kit', - weight = 100, - name = 'electronickit', - }, - orange_o_tang_flasche = { - shouldClose = true, - type = 'item', - image = 'otangbottle.png', - description = 'Flasche Orangen Limo', - unique = false, - useable = true, - label = 'Orange O Tang Flasche', - weight = 80, - name = 'orange_o_tang_flasche', - }, - sandwich = { - shouldClose = true, - type = 'item', - image = 'ChatGPT_Image_27._Apr._2025__12_38_04-removebg-preview.png', - description = 'bist du dir sicher das du das essen willst?', - unique = false, - useable = true, - label = '3 Tage altes Sandwich', - weight = 200, - name = 'sandwich', - }, - slushi = { - shouldClose = true, - type = 'item', - image = 'ChatGPT_Image_27._Apr._2025__12_53_39-removebg-preview (1).png', - description = 'Erfrischung pur in jedem Schluck – Gönn dir deinen Slushi!', - unique = false, - useable = true, - label = 'Slushi', - weight = 150, - name = 'slushi', - }, - stancing_kit = { - shouldClose = true, - type = 'item', - image = 'stancing_kit.png', - description = '', - unique = false, - useable = true, - label = 'Stancing Kit', - weight = 0, - name = 'stancing_kit', - }, - pistol_defaultclip = { - shouldClose = true, - type = 'item', - image = 'clip_attachment.png', - description = '', - unique = true, - useable = true, - label = 'Pistolen Magazin', - weight = 100, - name = 'pistol_defaultclip', - }, - creditcard = { - shouldClose = true, - type = 'item', - image = 'creditcard.png', - description = 'Ich brauch Geld', - unique = true, - useable = false, - label = 'Bankkarte', - weight = 0, - name = 'creditcard', - }, - gg_hunting_animaltracker = { - shouldClose = true, - type = 'item', - image = 'gg_hunting_animaltracker.png', - description = '', - unique = true, - useable = true, - label = 'Tier Ortungsgerät', - weight = 1000, - name = 'gg_hunting_animaltracker', - }, - weapon_assaultrifle_mk2 = { - label = 'Assault Rifle Mk II', - type = 'weapon', - image = 'weapon_assaultrifle_mk2.png', - description = 'Assault Rifle MK2', - unique = true, - useable = true, - ammotype = 'AMMO_RIFLE', - weight = 1000, - name = 'weapon_assaultrifle_mk2', - }, - copper = { - shouldClose = false, - type = 'item', - image = 'copperplate.png', - description = 'Es ist Metall aber Weich ', - unique = false, - useable = false, - label = 'Kupfer', - weight = 100, - name = 'copper', - }, - ['5-fach_impfung_hund'] = { - shouldClose = true, - type = 'item', - image = 'hundeimpfstoff.png', - description = '', - unique = false, - useable = true, - label = '5-fach Impfung Hund', - weight = 20, - name = '5-fach_impfung_hund', - }, - weapon_rayminigun = { - label = 'Widowmaker', - type = 'weapon', - image = 'weapon_rayminigun.png', - description = 'Weapon Rayminigun', - unique = true, - useable = true, - ammotype = 'AMMO_MINIGUN', - weight = 1000, - name = 'weapon_rayminigun', - }, - ecola_zero_flasche = { - shouldClose = true, - type = 'item', - image = 'ecolazerobottle.png', - description = 'Flasche Cola', - unique = false, - useable = true, - label = 'E-Cola Zero Flasche', - weight = 80, - name = 'ecola_zero_flasche', - }, - fentanyl = { - shouldClose = true, - type = 'item', - image = 'fentanyl-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Fentanyl', - weight = 10, - name = 'fentanyl', - }, - firework2 = { - shouldClose = true, - type = 'item', - image = 'firework2.png', - description = 'Fireworks', - unique = false, - useable = true, - label = 'Poppelers', - weight = 1000, - name = 'firework2', - }, - placebo = { - shouldClose = true, - type = 'item', - image = 'placebo.png', - description = '', - unique = false, - useable = true, - label = 'Placebo', - weight = 20, - name = 'placebo', - }, - raw_wings = { - shouldClose = true, - type = 'item', - image = 'raw_wings.png', - description = '', - unique = false, - useable = true, - label = 'rohe Chickenwings', - weight = 200, - name = 'raw_wings', - }, - macrons = { - shouldClose = true, - type = 'item', - image = 'macrons.png', - description = 'bunte Leckerbissen, die den Gaumen mit süßer Freude verzaubern', - unique = false, - useable = true, - label = 'Macrons', - weight = 50, - name = 'macrons', - }, - weapon_heavysniper = { - label = 'Heavy Sniper', - type = 'weapon', - image = 'weapon_heavysniper.png', - description = 'An upgraded high-precision, long-range rifle', - unique = true, - useable = false, - ammotype = 'AMMO_SNIPER', - weight = 1000, - name = 'weapon_heavysniper', - }, - trojan_usb = { - shouldClose = true, - type = 'item', - image = 'usb_device.png', - description = 'Handy software to shut down some systems', - unique = false, - useable = false, - label = 'Trojan USB', - weight = 0, - name = 'trojan_usb', - }, - coffee_beans = { - shouldClose = false, - type = 'item', - image = 'coffee_beans.png', - description = '„Kaffeebohnen – weil Schlaf für Verlierer ist und Nervosität Stil hat.“', - unique = false, - useable = false, - name = 'coffee_beans', - weight = 200, - label = 'Packung Kaffeebohnen', - }, - black_phone = { - shouldClose = false, - type = 'item', - image = 'phone_black.png', - description = '„Mach Schluss mit echten Gesprächen – es gibt jetzt bessere Ablenkungen.“', - unique = true, - useable = false, - label = 'iFruit 12XR Schwarz', - weight = 600, - name = 'black_phone', - }, - ready_methpipe = { - shouldClose = true, - type = 'item', - image = 'opium_pipe.png', - description = 'Der schnelle Weg ins Nirvana – aber du verpasst den Ausgang', - unique = false, - useable = true, - label = 'Gefüllte Methpfeife', - weight = 500, - name = 'ready_methpipe', - }, - harness = { - shouldClose = true, - type = 'item', - image = 'harness.png', - description = 'Racing Harness so no matter what you stay in the car', - unique = true, - useable = true, - label = 'Race Harness', - weight = 1000, - name = 'harness', - }, - weed_whitewidow = { - shouldClose = false, - type = 'item', - image = 'weed_baggy.png', - description = 'A weed bag with 2g White Widow', - unique = false, - useable = true, - label = 'White Widow 2g', - weight = 200, - name = 'weed_whitewidow', - }, - weapon_snowball = { - name = 'weapon_snowball', - unique = true, - useable = false, - type = 'weapon', - label = 'Snowball', - image = 'weapon_snowball.png', - weight = 1000, - description = 'A ball of packed snow, especially one made for throwing at other people for fun', - }, - weapon_railgunxm3 = { - name = 'weapon_railgunxm3', - unique = true, - useable = false, - type = 'weapon', - label = 'Railgun XM3', - image = 'weapon_railgunxm3.png', - weight = 1000, - description = 'A weapon that uses electromagnetic force to launch high velocity projectiles', - }, - spazi = { - shouldClose = true, - type = 'item', - image = 'ChatGPT_Image_27._Apr._2025__11_52_24-removebg-preview.png', - description = 'Cola trifft Orange – wie nie zuvor gesehen. Falls dir das bekannt vorkommt: Nein, du bildest dir das nur ein.', - unique = true, - useable = true, - label = 'Bergbräu Spazi ', - weight = 150, - name = 'spazi', - }, - ggdrasils_ssence = { - shouldClose = true, - type = 'item', - image = 'YggdrasilsEssence.png', - description = 'Erdend und zugleich erfrischend, dieses Getränk bringt die Essenz des Weltenbaums direkt ins Glas.', - unique = false, - useable = true, - label = 'Yggdrasil\'s Essence', - weight = 200, - name = 'ggdrasils_ssence', - }, - small_blade = { - shouldClose = false, - type = 'item', - image = 'Klinge Springmesser.png', - description = ' Die Klinge, die nicht auf sich warten lässt', - unique = false, - useable = false, - label = 'kleine Klinge', - weight = 200, - name = 'small_blade', - }, - gg_salt_block_01 = { - shouldClose = true, - type = 'item', - image = 'gg_salt_block_01.png', - description = '', - unique = false, - useable = true, - label = 'Salzblock', - weight = 100, - name = 'gg_salt_block_01', - }, - baldurs_light = { - shouldClose = true, - type = 'item', - image = 'BaldursLight.png', - description = 'Sanft und erfrischend, wie das reine Licht, das Baldur ausstrahlt.', - unique = false, - useable = true, - label = 'Baldur\'s Light', - weight = 200, - name = 'baldurs_light', - }, - newsbmic = { - shouldClose = true, - type = 'item', - image = 'newsbmic.png', - description = 'A Useable BoomMic', - unique = true, - useable = true, - label = 'Boom Microphone', - weight = 100, - name = 'newsbmic', - }, - suspension_parts = { - shouldClose = true, - type = 'item', - image = 'suspension_parts.png', - description = '', - unique = false, - useable = true, - label = 'Premium Fahrwerksteile', - weight = 0, - name = 'suspension_parts', - }, - phone = { - shouldClose = false, - type = 'item', - image = 'phone.png', - description = 'Neat phone ya got there', - unique = true, - useable = false, - label = 'Phone', - weight = 700, - name = 'phone', - }, - eimdalls_lear_ight = { - shouldClose = true, - type = 'item', - image = 'HeimdallsClearSight.png', - description = 'Ein erfrischendes, klares Getränk, das wie Heimdall’s wachsames Auge rein und belebend wirkt.', - unique = false, - useable = true, - label = 'Heimdall\'s Clear Sight', - weight = 200, - name = 'heimdalls_clear_sight', - }, - sniper_grip = { - shouldClose = true, - type = 'item', - image = 'ar_grip.png', - description = '', - unique = true, - useable = true, - label = 'Marksmangewehr Griff', - weight = 100, - name = 'sniper_grip', - }, - weapon_hazardcan = { - label = 'Hazardous Jerry Can', - type = 'weapon', - image = 'weapon_hazardcan.png', - description = 'Weapon Hazardcan', - unique = true, - useable = true, - ammotype = 'AMMO_PETROLCAN', - weight = 1000, - name = 'weapon_hazardcan', - }, - veh_brakes = { - shouldClose = true, - type = 'item', - image = 'veh_brakes.png', - description = 'Upgrade vehicle brakes', - unique = false, - useable = true, - label = 'Brakes', - weight = 1000, - name = 'veh_brakes', - }, - pork_joint = { - shouldClose = true, - type = 'item', - image = 'pork_joint.png', - description = '', - unique = false, - useable = true, - label = 'roher Schweinebraten', - weight = 200, - name = 'pork_joint', - }, - diamond = { - shouldClose = true, - type = 'item', - image = 'diamond.png', - description = 'A diamond seems like the jackpot to me!', - unique = false, - useable = false, - label = 'Diamond', - weight = 1000, - name = 'diamond', - }, - v6_engine = { - shouldClose = true, - type = 'item', - image = 'v6_engine.png', - description = '', - unique = false, - useable = true, - label = 'V6 Motor', - weight = 0, - name = 'v6_engine', - }, - cooked_bbq_sausages = { - shouldClose = true, - type = 'item', - image = 'cooked_bbq_sausages.png', - description = '', - unique = false, - useable = true, - label = 'gegrillte Bratwurst', - weight = 200, - name = 'cooked_bbq_sausages', - }, - packing_bandage = { - shouldClose = true, - type = 'item', - image = 'screenshot_478-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Verbandpäckchen', - weight = 100, - name = 'packing_bandage', - }, - gg_coyote_fangs_02 = { - shouldClose = true, - type = 'item', - image = 'gg_coyote_fangs_02.png', - description = '', - unique = true, - useable = false, - label = 'Robuster Kojotenzahn', - weight = 1000, - name = 'gg_coyote_fangs_02', - }, - drift_tuning_kit = { - shouldClose = true, - type = 'item', - image = 'drift_tuning_kit.png', - description = '', - unique = false, - useable = true, - label = 'Driftkit', - weight = 0, - name = 'drift_tuning_kit', - }, - munky_juice_ice_tea = { - shouldClose = true, - type = 'item', - image = 'munkyicetea .png', - description = 'Pfirsich oder Zitrone das hier die Frage...', - unique = false, - useable = true, - label = 'Munky Juice Ice Tea', - weight = 100, - name = 'munky_juice_ice_tea', - }, - item_bench = { - shouldClose = false, - type = 'item', - image = 'workbench.png', - description = 'A workbench to craft items.', - unique = true, - useable = true, - label = 'Workbench', - weight = 15000, - name = 'item_bench', - }, - advscope_attachment = { - shouldClose = true, - type = 'item', - image = 'advscope_attachment.png', - description = 'An advanced scope for a weapon', - unique = false, - useable = true, - label = 'Advanced Scope', - weight = 1000, - name = 'advscope_attachment', - }, - weapon_bzgas = { - name = 'weapon_bzgas', - unique = false, - useable = false, - type = 'weapon', - label = 'Tränengas Granate', - image = 'bz_gas.png', - weight = 500, - description = 'Tränen aus der Dose', - }, - lidocain = { - shouldClose = true, - type = 'item', - image = 'Lidocain.png', - description = '', - unique = false, - useable = true, - label = 'Lidocain', - weight = 20, - name = 'lidocain', - }, - weapon_bat = { - name = 'weapon_bat', - unique = true, - useable = false, - type = 'weapon', - label = 'Bat', - image = 'weapon_bat.png', - weight = 1000, - description = 'Used for hitting a ball in sports (or other things)', - }, - kino_keycard = { - shouldClose = false, - type = 'item', - image = 'keycard.png', - description = '', - unique = true, - useable = false, - label = 'Moonlight Cinema Keycard', - weight = 10, - name = 'kino_keycard', - }, - muffin = { - shouldClose = true, - type = 'item', - image = 'ChatGPT_Image_1._Mai_2025__03_50_52-removebg-preview.png', - description = 'der Muffin Mann...', - unique = false, - useable = true, - label = 'Muffin', - weight = 100, - name = 'muffin', - }, - thors_hammer = { - shouldClose = true, - type = 'item', - image = 'ThorsHammerBeer.png', - description = 'So kraftvoll wie der Schlag von Mjölnir, Thors legendärem Hammer.', - unique = false, - useable = true, - label = 'Thor\'s Hammer', - weight = 200, - name = 'thors_hammer', - }, - waffle_icream = { - shouldClose = true, - type = 'item', - image = 'ChatGPT_Image_27._Apr._2025__12_49_09-removebg-preview.png', - description = 'Cremiges Vanilleeis, umhüllt von zwei zarten Waffelschichten – der Klassiker im Retro-Look für echte Eisliebhaber.', - unique = true, - useable = true, - label = 'Sandwich Eis', - weight = 150, - name = 'waffle_icream', - }, - repair_kit = { - shouldClose = true, - type = 'item', - image = 'repair_kit.png', - description = 'Für Schnelle & Kleinere Reparaturen ', - unique = false, - useable = true, - label = 'Werkzeug', - weight = 0, - name = 'repair_kit', - }, - weapon_gusenberg = { - label = 'Gusenberg Sweeper', - type = 'weapon', - image = 'screenshot_412-removebg-preview.png', - description = ' das Original aus der goldenen Ära der Gangster', - unique = true, - useable = false, - ammotype = 'AMMO_MG', - weight = 1000, - name = 'weapon_gusenberg', - }, - bbq_seasoning = { - shouldClose = true, - type = 'item', - image = 'bbq_seasoning.png', - description = '', - unique = false, - useable = true, - label = 'BBQ Gewürze', - weight = 100, - name = 'bbq_seasoning', - }, - weed_amnesia = { - shouldClose = false, - type = 'item', - image = 'weed_baggy.png', - description = 'A weed bag with 2g Amnesia', - unique = false, - useable = true, - label = 'Amnesia 2g', - weight = 200, - name = 'weed_amnesia', - }, - repairkit = { - shouldClose = true, - type = 'item', - image = 'repairkit.png', - description = 'A nice toolbox with stuff to repair your vehicle', - unique = false, - useable = true, - label = 'Repairkit', - weight = 2500, - name = 'repairkit', - }, - weapon_pumpshotgun = { - label = 'Banalli Schrotflinte', - type = 'weapon', - image = 'screenshot_399-removebg-preview.png', - description = 'Der Türöffner für Cops, wenn Klopfen keine Option mehr ist.', - unique = true, - useable = false, - ammotype = 'AMMO_SHOTGUN', - weight = 1000, - name = 'weapon_pumpshotgun', - }, - coke_brick = { - shouldClose = true, - type = 'item', - image = 'coke_brick.png', - description = 'Heavy package of cocaine, mostly used for deals and takes a lot of space', - unique = true, - useable = false, - label = 'Coke Brick', - weight = 1000, - name = 'coke_brick', - }, - weapontint_mk2_22 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Bold Blue & White Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Bold Blue & White Tint', - weight = 1000, - name = 'weapontint_mk2_22', - }, - rifle_holoscope = { - shouldClose = true, - type = 'item', - image = 'holoscope_attachment.png', - description = 'MK2 Gewehr Holovisier', - unique = true, - useable = true, - label = '100', - weight = 100, - name = 'rifle_holoscope', - }, - elastic_bandage = { - shouldClose = true, - type = 'item', - image = 'elastisches-medizinisches-bandageband-komprimierend-geringe-dehnung-80-mm_189499203-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Elastische Binde', - weight = 100, - name = 'elastic_bandage', - }, - marble_pop_limo = { - shouldClose = true, - type = 'item', - image = 'marblepop.png', - description = 'Kult-Getränk aus Japan: Erfrischende Limonade mit fruchtigem Geschmack und der typischen Glasmurmel', - unique = true, - useable = true, - label = 'Marble Pop Limo', - weight = 200, - name = 'marble_pop_limo', - }, - cup_lemonade = { - shouldClose = true, - type = 'item', - image = '', - description = '', - unique = false, - useable = true, - label = 'Becher Sprunk', - weight = 100, - name = 'cup_lemonade', - }, - orange_o_tang_zero_dose = { - shouldClose = true, - type = 'item', - image = 'ontangcanzero.png', - description = 'Dose Orangen Limo', - unique = false, - useable = true, - label = 'Orange O Tang Zero Dose', - weight = 50, - name = 'orange_o_tang_zero_dose', - }, - thiopental = { - shouldClose = true, - type = 'item', - image = 'screenshot_696-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Thiopental', - weight = 100, - name = 'thiopental', - }, - weapontint_mk2_25 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Metallic Gray & Lilac Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Metallic Gray & Lilac Tint', - weight = 1000, - name = 'weapontint_mk2_25', - }, - weapon_ceramicpistol = { - label = 'Ceramic Pistol', - type = 'weapon', - image = 'weapon_ceramicpistol.png', - description = 'Weapon Ceramicpistol', - unique = true, - useable = true, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_ceramicpistol', - }, - sauerstoff = { - shouldClose = true, - type = 'item', - image = 'screenshot_697-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Sauerstoff', - weight = 200, - name = 'sauerstoff', - }, - sprunk_zero_flasche = { - shouldClose = true, - type = 'item', - image = 'sprunkbottle.png', - description = 'Flasche Zero Zitronen Limo', - unique = false, - useable = true, - label = 'Sprunk Zero Flasche', - weight = 80, - name = 'sprunk_zero_flasche', - }, - ironoxide = { - shouldClose = false, - type = 'item', - image = 'ironoxide.png', - description = 'Some powder to mix with.', - unique = false, - useable = false, - label = 'Iron Powder', - weight = 100, - name = 'ironoxide', - }, - kq_outfitbag = { - shouldClose = false, - type = 'item', - image = 'kq_outfitbag.png', - description = 'Der Kleiderschrank für unterwegs', - unique = false, - useable = true, - label = 'Outfit Rucksack', - weight = 5, - name = 'kq_outfitbag', - }, - sniper_suppressor = { - shouldClose = true, - type = 'item', - image = 'suppressor_attachment.png', - description = '', - unique = true, - useable = true, - label = 'Sniper Schalldämpfer', - weight = 100, - name = 'sniper_suppressor', - }, - respray_kit = { - shouldClose = true, - type = 'item', - image = 'respray_kit.png', - description = 'Perfekt für die schnelle Ausbesserung des Kleides', - unique = false, - useable = true, - label = 'Lack Spraydose', - weight = 0, - name = 'respray_kit', - }, - ['sifs_golden-ale'] = { - shouldClose = true, - type = 'item', - image = 'SifGoldenAle.png', - description = 'Golden und nahrhaft, wie das Feld unter der Obhut der Göttin Sif.', - unique = false, - useable = true, - label = 'Sif\'s Golden Ale', - weight = 200, - name = 'sifs_golden-ale', - }, - campers_fuel = { - shouldClose = true, - type = 'item', - image = '_R4GAVMI-removebg-preview.png', - description = 'ein Campers am morgen vertreibt Kummer und Sorgen', - unique = false, - useable = true, - label = 'Campers Fuel', - weight = 100, - name = 'campers_fuel', - }, - antipatharia_coral = { - shouldClose = true, - type = 'item', - image = 'antipatharia_coral.png', - description = 'Its also known as black corals or thorn corals', - unique = false, - useable = false, - label = 'Antipatharia', - weight = 1000, - name = 'antipatharia_coral', - }, - gg_pug_bait_01 = { - shouldClose = true, - type = 'item', - image = 'gg_pug_bait_01.png', - description = '', - unique = false, - useable = true, - label = 'Illegaler Raubtierköder 1', - weight = 100, - name = 'gg_pug_bait_01', - }, - weapon_combatshotgun = { - label = 'Beanbag Shotgun', - type = 'weapon', - image = 'beanbagshotgun.png', - description = 'Weapon Combatshotgun', - unique = true, - useable = false, - ammotype = 'AMMO_BEANBAG', - weight = 1000, - name = 'weapon_combatshotgun', - }, - cooked_pork_joint = { - shouldClose = true, - type = 'item', - image = 'cooked_pork_joint.png', - description = '', - unique = false, - useable = true, - label = 'gegrillter Schweinebraten', - weight = 200, - name = 'cooked_pork_joint', - }, - sessantacamo_attachment = { - shouldClose = true, - type = 'item', - image = 'sessantacamo_attachment.png', - description = 'A sessanta nove camo for a weapon', - unique = false, - useable = true, - label = 'Sessanta Nove Camo', - weight = 1000, - name = 'sessantacamo_attachment', - }, - weed_route = { - shouldClose = false, - type = 'item', - image = 'weed_route.png', - description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', - unique = true, - useable = false, - label = 'Weed Route', - weight = 10, - name = 'weed_route', - }, - armaid_plant = { - shouldClose = false, - type = 'item', - image = 'armaid_plant.png', - description = '„Kratzen wie Wolle, halten wie Stahl.“', - unique = false, - useable = false, - label = 'Aramid Fasern', - weight = 500, - name = 'armaid_plant', - }, - esketamin = { - shouldClose = true, - type = 'item', - image = 'esketamin.png', - description = '', - unique = false, - useable = true, - label = 'Esketamin', - weight = 20, - name = 'esketamin', - }, - cheese_burger = { - shouldClose = true, - type = 'item', - image = 'baconcheeseburger.png', - description = 'Ein flauschiges Brötchen, ein saftiges Patty und eine Scheibe Käse, die alles zusammenhält wie der beste Kumpel auf einer Party. Klein, rund, glücklich – genau wie du nach dem ersten Bissen.', - unique = true, - useable = true, - label = 'Bacon Cheese Burger', - weight = 150, - name = 'cheese_burger', - }, - filter_papers = { - shouldClose = false, - type = 'item', - image = 'Fiterstrips2.png', - description = 'Der Joint ist dein Freund und am besten mit Filter', - unique = false, - useable = false, - label = 'Filtertip', - weight = 200, - name = 'filter_papers', - }, - weapon_grenade = { - name = 'weapon_grenade', - unique = true, - useable = false, - type = 'weapon', - label = 'Grenade', - image = 'weapon_grenade.png', - weight = 1000, - description = 'A handheld throwable bomb', - }, - weapon_raycarbine = { - label = 'Unholy Hellbringer', - type = 'weapon', - image = 'weapon_raycarbine.png', - description = 'Weapon Raycarbine', - unique = true, - useable = true, - ammotype = 'AMMO_SMG', - weight = 1000, - name = 'weapon_raycarbine', - }, - weapon_briefcase = { - name = 'weapon_briefcase', - unique = true, - useable = false, - type = 'weapon', - label = 'Briefcase', - image = 'weapon_briefcase.png', - weight = 1000, - description = 'A briefcase for storing important documents', - }, - weapontint_mk2_26 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Metallic Purple & Lime Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Metallic Purple & Lime Tint', - weight = 1000, - name = 'weapontint_mk2_26', - }, - casinochips = { - shouldClose = false, - type = 'item', - image = 'casinochips.png', - description = 'Chips For Casino Gambling', - unique = false, - useable = false, - label = 'Casino Chips', - weight = 0, - name = 'casinochips', - }, - water_bottle = { - shouldClose = true, - type = 'item', - image = 'wasserflasche.png', - description = 'Gerüchte sagen, es stammt aus einem Gletscher – wahrscheinlich eher aus dem Hahn hinterm Werkstor.', - unique = false, - useable = true, - label = 'Wasser Flasche ', - weight = 100, - name = 'water_bottle', - }, - weed = { - shouldClose = false, - type = 'item', - image = 'weed.png', - description = 'Wächst, riecht, entspannt', - unique = false, - useable = false, - label = 'Cannabispflanze', - weight = 100, - name = 'weed', - }, - tactical_muzzle_brake = { - shouldClose = true, - type = 'item', - image = 'tactical_muzzle_brake.png', - description = 'A muzzle brakee for a weapon', - unique = false, - useable = true, - label = 'Tactical Muzzle Brake', - weight = 1000, - name = 'tactical_muzzle_brake', - }, - seed = { - shouldClose = true, - type = 'item', - image = 'seed.png', - description = '', - unique = false, - useable = true, - label = 'Samen', - weight = 5, - name = 'seed', - }, - corn_cob = { - shouldClose = true, - type = 'item', - image = 'corn_cob.png', - description = '', - unique = false, - useable = true, - label = 'Maiskolben', - weight = 100, - name = 'corn_cob', - }, - empty_cup = { - shouldClose = true, - type = 'item', - image = 'empty_cup.png', - description = '', - unique = false, - useable = true, - label = 'leerer Becher', - weight = 6, - name = 'empty_cup', - }, - bauernsalat = { - shouldClose = true, - type = 'item', - image = 'corban.png', - description = 'Türkischer Bauernsalat', - unique = true, - useable = true, - label = 'Çorban salatası ', - weight = 200, - name = 'bauernsalat', - }, - digicamo_attachment = { - shouldClose = true, - type = 'item', - image = 'digicamo_attachment.png', - description = 'A digital camo for a weapon', - unique = false, - useable = true, - label = 'Digital Camo', - weight = 1000, - name = 'digicamo_attachment', - }, - weapontint_mk2_17 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Bold Red Features Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Bold Red Features Tint', - weight = 1000, - name = 'weapontint_mk2_17', - }, - weapon_candycane = { - name = 'weapon_candycane', - unique = true, - useable = true, - type = 'weapon', - label = 'Candy Cane', - image = 'weapon_candycane', - weight = 1000, - description = 'Candy Cane', - }, - rifle_smallscope = { - shouldClose = true, - type = 'item', - image = 'smallscope_attachment.png', - description = '', - unique = true, - useable = true, - label = 'MK2 Gewehr Visier klein', - weight = 100, - name = 'rifle_smallscope', - }, - tyre_replacement = { - shouldClose = true, - type = 'item', - image = 'tyre_replacement.png', - description = 'die Premium Schuhe der Kraftfahrzeuge', - unique = false, - useable = true, - label = 'Premium Reifen', - weight = 0, - name = 'tyre_replacement', - }, - drum_attachment = { - shouldClose = true, - type = 'item', - image = 'drum_attachment.png', - description = 'A drum for a weapon', - unique = false, - useable = true, - label = 'Drum', - weight = 1000, - name = 'drum_attachment', - }, - samsplint = { - shouldClose = true, - type = 'item', - image = 'samsplint.png', - description = '', - unique = false, - useable = true, - label = 'Samsplint', - weight = 100, - name = 'samsplint', - }, - raw_sausages = { - shouldClose = true, - type = 'item', - image = 'raw_sausages.png', - description = '', - unique = false, - useable = true, - label = 'rohe Bratwurst', - weight = 100, - name = 'raw_sausages', - }, - wine = { - shouldClose = true, - type = 'item', - image = 'wine.png', - description = 'Some good wine to drink on a fine evening', - unique = false, - useable = true, - label = 'Rotwein', - weight = 300, - name = 'wine', - }, - cleaningkit = { - shouldClose = true, - type = 'item', - image = 'cleaningkit.png', - description = 'A microfiber cloth with some soap will let your car sparkle again!', - unique = false, - useable = true, - label = 'Cleaning Kit', - weight = 250, - name = 'cleaningkit', - }, - tirerepairkit = { - shouldClose = true, - type = 'item', - image = 'tirerepairkit.png', - description = 'A kit to repair your tires', - unique = false, - useable = true, - label = 'Tire Repair Kit', - weight = 1000, - name = 'tirerepairkit', - }, - precision_muzzle_brake = { - shouldClose = true, - type = 'item', - image = 'precision_muzzle_brake.png', - description = 'A muzzle brake for a weapon', - unique = false, - useable = true, - label = 'Precision Muzzle Brake', - weight = 1000, - name = 'precision_muzzle_brake', - }, - vitaminloesung = { - shouldClose = true, - type = 'item', - image = 'screenshot_696-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Vitaminlösung 100', - weight = 100, - name = 'vitaminloesung', - }, - orange_o_tang_dose = { - shouldClose = true, - type = 'item', - image = 'otangcan.png', - description = 'Dose Orangen Limo', - unique = false, - useable = true, - label = 'Orange O Tang Dose', - weight = 50, - name = 'orange_o_tang_dose', - }, - markedbills = { - shouldClose = true, - type = 'item', - image = 'markedbills.png', - description = 'Money?', - unique = true, - useable = false, - label = 'Marked Money', - weight = 1000, - name = 'markedbills', - }, - goezleme = { - shouldClose = true, - type = 'item', - image = 'Goezleme.png', - description = 'würzig gefülltes Fladenbrot', - unique = true, - useable = true, - label = 'Gözleme', - weight = 200, - name = 'goezleme', - }, - gg_deer_hide_02 = { - shouldClose = true, - type = 'item', - image = 'gg_deer_hide_02.png', - description = '', - unique = true, - useable = false, - label = 'Robustes Hirschleder', - weight = 1000, - name = 'gg_deer_hide_02', - }, - pistol_compensator = { - shouldClose = true, - type = 'item', - image = 'comp_attachment.png', - description = '', - unique = true, - useable = true, - label = 'Pistolen Kompensator', - weight = 100, - name = 'pistol_compensator', - }, - pralinen = { - shouldClose = true, - type = 'item', - image = 'pralinen.png', - description = 'Damit Sie dich mal wieder ranlässt...', - unique = false, - useable = true, - label = 'Pralinen', - weight = 100, - name = 'pralinen', - }, - weapon_briefcase_02 = { - name = 'weapon_briefcase_02', - unique = true, - useable = false, - type = 'weapon', - label = 'Suitcase', - image = 'weapon_briefcase2.png', - weight = 1000, - description = 'Wonderfull for nice vacation to Liberty City', - }, - gazoz = { - shouldClose = true, - type = 'item', - image = 'Gazoz.png', - description = 'kohlensäurehaltiges, süßes Erfrischungsgetränk ', - unique = true, - useable = true, - label = 'Gazoz', - weight = 200, - name = 'gazoz', - }, - aluminum = { - shouldClose = false, - type = 'item', - image = 'aluminum.png', - description = 'Nice piece of metal that you can probably use for something', - unique = false, - useable = false, - label = 'Aluminium', - weight = 100, - name = 'aluminum', - }, - slanted_muzzle_brake = { - shouldClose = true, - type = 'item', - image = 'slanted_muzzle_brake.png', - description = 'A muzzle brake for a weapon', - unique = false, - useable = true, - label = 'Slanted Muzzle Brake', - weight = 1000, - name = 'slanted_muzzle_brake', - }, - police_card = { - shouldClose = true, - type = 'item', - image = 'idcardpd.png', - description = '', - unique = true, - useable = true, - label = 'Police Card', - weight = 10, - name = 'police_card', - }, - weapon_bullpuprifle = { - label = 'QBX-92-3', - type = 'weapon', - image = 'screenshot_411-removebg-preview.png', - description = 'Dieses Gewehr ist der neueste chinesische Import, der Amerika im Sturm erobert.', - unique = true, - useable = false, - ammotype = 'AMMO_RIFLE', - weight = 1000, - name = 'weapon_bullpuprifle', - }, - gg_hunting_arrowammo = { - shouldClose = true, - type = 'item', - image = 'gg_hunting_arrowammo.png', - description = '', - unique = false, - useable = true, - label = 'Armbrust Pfeile', - weight = 20, - name = 'gg_hunting_arrowammo', - }, - vitaminloesung_750 = { - shouldClose = true, - type = 'item', - image = 'screenshot_696-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Vitaminlösung 750', - weight = 750, - name = 'vitaminloesung_750', - }, - semi_slick_tyres = { - shouldClose = true, - type = 'item', - image = 'semi_slick_tyres.png', - description = '', - unique = false, - useable = true, - label = 'Reifen semi slick', - weight = 0, - name = 'semi_slick_tyres', - }, - thermalscope_attachment = { - shouldClose = true, - type = 'item', - image = 'thermalscope_attachment.png', - description = 'A thermal scope for a weapon', - unique = false, - useable = true, - label = 'Thermal Scope', - weight = 1000, - name = 'thermalscope_attachment', - }, - flat_muzzle_brake = { - shouldClose = true, - type = 'item', - image = 'flat_muzzle_brake.png', - description = 'A muzzle brake for a weapon', - unique = false, - useable = true, - label = 'Flat Muzzle Brake', - weight = 1000, - name = 'flat_muzzle_brake', - }, - weapontint_6 = { - shouldClose = true, - type = 'item', - image = 'weapontint_orange.png', - description = 'Orange Weapon Tint', - unique = false, - useable = true, - label = 'Orange Tint', - weight = 1000, - name = 'weapontint_6', - }, - grapejuice = { - shouldClose = false, - type = 'item', - image = 'grapejuice.png', - description = 'Grape juice is said to be healthy', - unique = false, - useable = true, - label = 'Grape Juice', - weight = 200, - name = 'grapejuice', - }, - kakao3 = { - shouldClose = true, - type = 'item', - image = 'kakao3.png', - description = 'Eine Tasse heiße Schokolade mit Marshmallows ist wie ein Kuschelabend in flüssiger Form – süß, warm und himmlisch übertrieben.', - unique = true, - useable = true, - name = 'kakao3', - weight = 100, - label = 'Tasse Heiße Schokolade mit Marshmallows', - }, - quickclot = { - shouldClose = true, - type = 'item', - image = '40053-QuikClot-Combat-Gauze-01-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Wundschnellverband', - weight = 100, - name = 'quickclot', - }, - marshmallows = { - shouldClose = true, - type = 'item', - image = 'marshmallows.png', - description = 'Marshmallows sind wie kleine Wolken, die versehentlich in Zucker gefallen und dann beschlossen haben, für immer süß zu bleiben.', - unique = false, - useable = true, - name = 'marshmallows', - weight = 200, - label = 'Packung Marshmallows', - }, - hotdog = { - shouldClose = true, - type = 'item', - image = 'screenshot_691-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Hot Dog', - weight = 100, - name = 'hotdog', - }, - heartstopper = { - shouldClose = true, - type = 'item', - image = 'screenshot_687-removebg-preview.png', - description = '"Sieben Lagen pures Glück – und ein direkter Weg zum Herzstillstand!"', - unique = false, - useable = true, - label = 'Heart Stopper ', - weight = 600, - name = 'heartstopper', - }, - pinger = { - shouldClose = true, - type = 'item', - image = 'pinger.png', - description = 'With a pinger and your phone you can send out your location', - unique = false, - useable = false, - label = 'Pinger', - weight = 1000, - name = 'pinger', - }, - weapontint_mk2_11 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Yellow Contrast Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Yellow Contrast Tint', - weight = 1000, - name = 'weapontint_mk2_11', - }, - salep = { - shouldClose = true, - type = 'item', - image = 'salep.png', - description = ' Zimt Heißgetränk', - unique = true, - useable = true, - label = 'Salep', - weight = 200, - name = 'salep', - }, - jords_ea_latter = { - shouldClose = true, - type = 'item', - image = 'NjordsSeaPlatter.png', - description = 'Frisch aus dem Meer, diese Meeresfrüchte erinnern an Njords Verbindung zu den stürmischen Wellen der nordischen Meere.', - unique = false, - useable = true, - label = 'Njord\'s Sea Platter', - weight = 200, - name = 'njords_sea_platter', - }, - glass = { - shouldClose = false, - type = 'item', - image = 'glass.png', - description = 'It is very fragile, watch out', - unique = false, - useable = false, - label = 'Glass', - weight = 100, - name = 'glass', - }, - emergencydrone = { - shouldClose = true, - type = 'item', - image = 'police_drone.png', - description = '', - unique = true, - useable = true, - label = 'Einsatz Drohne', - weight = 1000, - name = 'emergencydrone', - }, - air_filter = { - shouldClose = true, - type = 'item', - image = 'air_filter.png', - description = 'sollte das Baby wieder nach Luft schreien, einmal wechseln', - unique = false, - useable = true, - label = 'Premium Luftfilter', - weight = 0, - name = 'air_filter', - }, - holoscope_attachment = { - shouldClose = true, - type = 'item', - image = 'holoscope_attachment.png', - description = 'A holo scope for a weapon', - unique = false, - useable = true, - label = 'Holo Scope', - weight = 1000, - name = 'holoscope_attachment', - }, - small_triggersystem = { - shouldClose = false, - type = 'item', - image = 'trigger2.png', - description = 'Winzig, aber mächtig – ein kleiner Klick und die Action geht los', - unique = false, - useable = false, - label = 'kleines Abzugssystem', - weight = 100, - name = 'small_triggersystem', - }, - weapon_pumpshotgun_mk2 = { - label = 'Pumpshotgun Mk II', - type = 'weapon', - image = 'weapon_pumpshotgun_mk2.png', - description = 'Pumpshotgun MK2', - unique = true, - useable = true, - ammotype = 'AMMO_SHOTGUN', - weight = 1000, - name = 'weapon_pumpshotgun_mk2', - }, - weapon_bread = { - name = 'weapon_bread', - unique = true, - useable = false, - type = 'weapon', - label = 'Baquette', - image = 'baquette.png', - weight = 1000, - description = 'Bread...?', - }, - propofol_100 = { - shouldClose = true, - type = 'item', - image = 'Propofol-00409469924-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Propofol (100ml)', - weight = 100, - name = 'propofol_100', - }, - weapon_microsmg = { - label = 'Micro SMG', - type = 'weapon', - image = 'weapon_microsmg.png', - description = 'A handheld light weight machine gun', - unique = true, - useable = false, - ammotype = 'AMMO_SMG', - weight = 1000, - name = 'weapon_microsmg', - }, - driver_license = { - shouldClose = false, - type = 'item', - image = 'driver_license.png', - description = 'Permit to show you can drive a vehicle', - unique = true, - useable = true, - label = 'Drivers License', - weight = 0, - name = 'driver_license', - }, - hotdog_deluxe = { - shouldClose = true, - type = 'item', - image = 'hotdogdeluxe-removebg-preview.png', - description = 'Der König unter den Hotdogs', - unique = true, - useable = true, - label = 'Deluxe Hotdog', - weight = 100, - name = 'hotdog_deluxe', - }, - weapon_crowbar = { - name = 'weapon_crowbar', - unique = true, - useable = false, - type = 'weapon', - label = 'Crowbar', - image = 'weapon_crowbar.png', - weight = 1000, - description = 'An iron bar with a flattened end, used as a lever', - }, - smg_flashlight = { - shouldClose = true, - type = 'item', - image = 'flashlight_attachment.png', - description = '', - unique = true, - useable = true, - label = 'SMG Licht', - weight = 100, - name = 'smg_flashlight', - }, - cooked_turkey_drum = { - shouldClose = true, - type = 'item', - image = 'cooked_turkey_drum.png', - description = '', - unique = false, - useable = true, - label = 'gegrillte Putenkeule', - weight = 100, - name = 'cooked_turkey_drum', - }, - salbutamol = { - shouldClose = true, - type = 'item', - image = 'salbutamol.png', - description = '', - unique = false, - useable = true, - label = 'Salbutamol', - weight = 10, - name = 'salbutamol', - }, - weapon_combatmg = { - label = 'Combat MG', - type = 'weapon', - image = 'weapon_combatmg.png', - description = 'A combat version of an automatic gun that fires bullets in rapid succession for as long as the trigger is pressed', - unique = true, - useable = false, - ammotype = 'AMMO_MG', - weight = 1000, - name = 'weapon_combatmg', - }, - perseuscamo_attachment = { - shouldClose = true, - type = 'item', - image = 'perseuscamo_attachment.png', - description = 'A perseus camo for a weapon', - unique = false, - useable = true, - label = 'Perseus Camo', - weight = 1000, - name = 'perseuscamo_attachment', - }, - cooked_kebab = { - shouldClose = true, - type = 'item', - image = 'cooked_kebab.png', - description = '', - unique = false, - useable = true, - label = 'gegrilltes Schaschlick', - weight = 200, - name = 'cooked_kebab', - }, - cooked_brisket = { - shouldClose = true, - type = 'item', - image = 'cooked_brisket.png', - description = '', - unique = false, - useable = true, - label = 'gegrilltes Brisket', - weight = 200, - name = 'cooked_brisket', - }, - salsa_nachos = { - shouldClose = true, - type = 'item', - image = 'ChatGPT_Image_26._Apr._2025__19_00_33-removebg-preview.png', - description = 'Knusprige Nachos, serviert mit frischer, würziger Salsa ', - unique = true, - useable = true, - label = 'Nachos mit Salsa', - weight = 200, - name = 'salsa_nachos', - }, - bellend_muzzle_brake = { - shouldClose = true, - type = 'item', - image = 'bellend_muzzle_brake.png', - description = 'A muzzle brake for a weapon', - unique = false, - useable = true, - label = 'Bellend Muzzle Brake', - weight = 1000, - name = 'bellend_muzzle_brake', - }, - gatecrack = { - shouldClose = true, - type = 'item', - image = 'usb_device.png', - description = 'Handy software to tear down some fences', - unique = false, - useable = false, - label = 'Gatecrack', - weight = 0, - name = 'gatecrack', - }, - lean_route = { - shouldClose = false, - type = 'item', - image = 'lean_route.png', - description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', - unique = true, - useable = false, - label = 'Lean Route', - weight = 10, - name = 'lean_route', - }, - weapon_hatchet = { - name = 'weapon_hatchet', - unique = true, - useable = false, - type = 'weapon', - label = 'Hatchet', - image = 'weapon_hatchet.png', - weight = 1000, - description = 'A small axe with a short handle for use in one hand', - }, - surgical_kit = { - shouldClose = true, - type = 'item', - image = 'surgicalkit.png', - description = '', - unique = false, - useable = true, - label = 'Näh-Set', - weight = 500, - name = 'surgical_kit', - }, - clip_attachment = { - shouldClose = true, - type = 'item', - image = 'clip_attachment.png', - description = 'A clip for a weapon', - unique = false, - useable = true, - label = 'Clip', - weight = 1000, - name = 'clip_attachment', - }, - weapon_autoshotgun = { - label = 'Auto Shotgun', - type = 'weapon', - image = 'weapon_autoshotgun.png', - description = 'A shotgun capable of rapid continous fire', - unique = true, - useable = false, - ammotype = 'AMMO_SHOTGUN', - weight = 1000, - name = 'weapon_autoshotgun', - }, - mixed_grilled_plate = { - shouldClose = true, - type = 'item', - image = 'Gemischter_grillteller.png', - description = 'gemischter Grillteller mit Beilagen', - unique = true, - useable = true, - label = 'KARIŞIK IZGARA ', - weight = 200, - name = 'mixed_grilled_plate', - }, - weapon_knife = { - name = 'weapon_knife', - unique = true, - useable = false, - type = 'weapon', - label = 'Knife', - image = 'weapon_knife.png', - weight = 1000, - description = 'An instrument composed of a blade fixed into a handle, used for cutting or as a weapon', - }, - field_dressing = { - shouldClose = true, - type = 'item', - image = 'screenshot_477-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Verbandtuch', - weight = 100, - name = 'field_dressing', - }, - weed_ak47 = { - shouldClose = false, - type = 'item', - image = 'weed_baggy.png', - description = 'A weed bag with 2g AK47', - unique = false, - useable = true, - label = 'AK47 2g', - weight = 200, - name = 'weed_ak47', - }, - diving_fill = { - shouldClose = true, - type = 'item', - image = 'diving_tube.png', - description = 'An oxygen tube and a rebreather', - unique = true, - useable = true, - label = 'Diving Tube', - weight = 3000, - name = 'diving_fill', - }, - shotgun_squaredmuzzle = { - shouldClose = true, - type = 'item', - image = 'comp_attachment.png', - description = '', - unique = true, - useable = true, - label = 'MK2 Shotgun Squaredmuzzle', - weight = 100, - name = 'shotgun_squaredmuzzle', - }, - lahmacun = { - shouldClose = true, - type = 'item', - image = 'lahmacun.png', - description = 'Fladenbrot mit einer würzigen Mischung aus Hackfleisch, Zwiebeln, Tomaten und Olivenöl', - unique = true, - useable = true, - label = 'Lahmacun', - weight = 200, - name = 'lahmacun', - }, - lsd_route = { - shouldClose = false, - type = 'item', - image = 'lsd_route.png', - description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', - unique = true, - useable = false, - label = 'LSD Route', - weight = 10, - name = 'lsd_route', - }, - weapon_appistol = { - label = ' Klog 19 A', - type = 'weapon', - image = 'screenshot_406-removebg-preview.png', - description = 'Wie die normale Klog nur mit mehr Fuck Yeaaah!', - unique = true, - useable = false, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_appistol', - }, - weed_nutrition = { - shouldClose = true, - type = 'item', - image = 'weed_nutrition.png', - description = 'Plant nutrition', - unique = false, - useable = true, - label = 'Plant Fertilizer', - weight = 2000, - name = 'weed_nutrition', - }, - meth_pipe = { - shouldClose = false, - type = 'item', - image = 'Meth pfeife.png', - description = 'Leere Pfeife zum möglichen Glück was keins ist', - unique = false, - useable = false, - label = 'Leere Methpfeife', - weight = 500, - name = 'meth_pipe', - }, - pistol_extendedclip = { - shouldClose = true, - type = 'item', - image = 'clip_attachment.png', - description = 'erw. Pistolen Magazin', - unique = true, - useable = true, - label = 'pistol_extendedclip', - weight = 100, - name = 'pistol_extendedclip', - }, - ceramic_barrel = { - shouldClose = false, - type = 'item', - image = 'keramiklauf.png', - description = 'Der Lauf, der sich in jeder Sicherheitskontrolle unsichtbar macht', - unique = false, - useable = false, - label = 'Keramiklauf', - weight = 200, - name = 'ceramic_barrel', - }, - weed_ak47_seed = { - shouldClose = true, - type = 'item', - image = 'weed_seed.png', - description = 'A weed seed of AK47', - unique = false, - useable = true, - label = 'AK47 Seed', - weight = 0, - name = 'weed_ak47_seed', - }, - lawyerpass = { - shouldClose = false, - type = 'item', - image = 'lawyerpass.png', - description = 'Pass exclusive to lawyers to show they can represent a suspect', - unique = true, - useable = true, - label = 'Lawyer Pass', - weight = 0, - name = 'lawyerpass', - }, - ecola_dose = { - shouldClose = true, - type = 'item', - image = 'ecolacan.png', - description = 'Dose Cola', - unique = false, - useable = true, - label = 'E-Cola Dose', - weight = 50, - name = 'ecola_dose', - }, - gg_hunting_rifleammo = { - shouldClose = true, - type = 'item', - image = 'gg_hunting_rifleammo.png', - description = '', - unique = false, - useable = true, - label = 'Jagdgewehr Munition', - weight = 200, - name = 'gg_hunting_rifleammo', - }, - heroin_injection = { - shouldClose = true, - type = 'item', - image = 'dirtyneedle.png', - description = 'Der schnellste Weg ins Nirwana, aber der Ausgang ist unsichtbar', - unique = false, - useable = true, - label = 'Heroinspritze', - weight = 750, - name = 'heroin_injection', - }, - saldprezels = { - shouldClose = true, - type = 'item', - image = 'ChatGPT_Image_27._Apr._2025__00_12_06-removebg-preview.png', - description = 'Knusprige Mini-Salzbrezeln', - unique = true, - useable = true, - label = 'Salzbrezeln', - weight = 150, - name = 'saldprezels', - }, - espresso = { - shouldClose = true, - type = 'item', - image = 'espresso.png', - description = 'Hiernach bist du safe wach ^^', - unique = true, - useable = true, - name = 'espresso', - weight = 100, - label = 'Tasse Espresso', - }, - armor = { - shouldClose = true, - type = 'item', - image = 'armor.png', - description = 'Some protection won\'t hurt... right?', - unique = false, - useable = true, - label = 'Armor', - weight = 5000, - name = 'armor', - }, - gg_salt_block_03 = { - shouldClose = true, - type = 'item', - image = 'gg_salt_block_03.png', - description = '', - unique = false, - useable = true, - label = 'Premium Salzblock', - weight = 100, - name = 'gg_salt_block_03', - }, - kaugummi = { - shouldClose = true, - type = 'item', - image = 'kaugummi.png', - description = 'Damit dein Maul net mehr so Stinkt...', - unique = false, - useable = true, - label = 'Kaugummi ', - weight = 40, - name = 'kaugummi', - }, - fat_end_muzzle_brake = { - shouldClose = true, - type = 'item', - image = 'fat_end_muzzle_brake.png', - description = 'A muzzle brake for a weapon', - unique = false, - useable = true, - label = 'Fat End Muzzle Brake', - weight = 1000, - name = 'fat_end_muzzle_brake', - }, - shotgun_suppressor = { - shouldClose = true, - type = 'item', - image = 'suppressor_attachment.png', - description = '', - unique = true, - useable = true, - label = 'Shotgun Schalldämpfer', - weight = 100, - name = 'shotgun_suppressor', - }, - emp_ammo = { - shouldClose = true, - type = 'item', - image = 'emp_ammo.png', - description = 'Ammo for EMP Launcher', - unique = false, - useable = true, - label = 'EMP Ammo', - weight = 200, - name = 'emp_ammo', - }, - weapon_combatpdw = { - shouldClose = true, - type = 'weapon', - image = 'zigmpx.png', - description = 'Ab Werk leise', - unique = true, - useable = false, - label = 'Zig MPX', - weight = 1000, - name = 'weapon_combatpdw', - }, - weed_ogkush_seed = { - shouldClose = true, - type = 'item', - image = 'weed_seed.png', - description = 'A weed seed of OG Kush', - unique = false, - useable = true, - label = 'OGKush Seed', - weight = 0, - name = 'weed_ogkush_seed', - }, - sprunk = { - shouldClose = true, - type = 'item', - image = 'screenshot_688-removebg-preview.png', - description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', - unique = false, - useable = true, - label = 'Sprunk Softdrink', - weight = 100, - name = 'sprunk', - }, - whiskey = { - shouldClose = true, - type = 'item', - image = 'whiskey.png', - description = 'For all the thirsty out there', - unique = false, - useable = true, - label = 'Whiskey', - weight = 500, - name = 'whiskey', - }, - shotgun_grip = { - shouldClose = true, - type = 'item', - image = 'grip_attachment.png', - description = '', - unique = true, - useable = true, - label = 'Shotgun Griff', - weight = 100, - name = 'shotgun_grip', - }, - diving_gear = { - shouldClose = true, - type = 'item', - image = 'diving_gear.png', - description = 'An oxygen tank and a rebreather', - unique = true, - useable = true, - label = 'Diving Gear', - weight = 30000, - name = 'diving_gear', - }, - smg_extendedclip = { - shouldClose = true, - type = 'item', - image = 'smg_extendedclip.png', - description = '', - unique = true, - useable = true, - label = 'erw. SMG Magazin', - weight = 100, - name = 'smg_extendedclip', - }, - pistol_ammo = { - shouldClose = true, - type = 'item', - image = 'pistolenmuni.png', - description = 'Peng in klein', - unique = false, - useable = true, - label = 'Pistolen Munition', - weight = 200, - name = 'pistol_ammo', - }, - lighter = { - shouldClose = true, - type = 'item', - image = 'lighter.png', - description = 'Flamme an oder so ....', - unique = false, - useable = false, - label = 'Feuerzeug', - weight = 100, - name = 'lighter', - }, - bcso_card = { - shouldClose = true, - type = 'item', - image = 'idcardpd.png', - description = '', - unique = true, - useable = true, - label = 'BCSO Card', - weight = 10, - name = 'bcso_card', - }, - weapontint_mk2_31 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Metallic Orange & Yellow Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Metallic Orange & Yellow Tint', - weight = 1000, - name = 'weapontint_mk2_31', - }, - ammo_beanbag = { - shouldClose = true, - type = 'item', - image = 'beanbag_ammo.png', - description = 'Munition für die Beanbag Shotgun', - unique = false, - useable = true, - label = 'Beanbag Ammo', - weight = 100, - name = 'ammo_beanbag', - }, - weapon_doubleaction = { - label = ' Revolver', - type = 'weapon', - image = 'revolver2.png', - description = 'Moderner Revolver um auf Städter zu schießen und was sich sonst noch so bewegt ^^', - unique = true, - useable = false, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_doubleaction', - }, - cooked_lamb_chop = { - shouldClose = true, - type = 'item', - image = 'cooked_lamb_chops.png', - description = '', - unique = false, - useable = true, - label = 'gegrillte Lamkeule', - weight = 200, - name = 'cooked_lamb_chop', - }, - ornageo = { - shouldClose = true, - type = 'item', - image = 'screenshot_688-removebg-preview.png', - description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', - unique = false, - useable = true, - label = 'Orange O Tang Softdrink', - weight = 100, - name = 'ornageo', - }, - gg_pug_bait_02 = { - shouldClose = true, - type = 'item', - image = 'gg_pug_bait_02.png', - description = '', - unique = false, - useable = true, - label = 'Illegaler Raubtierköder 2', - weight = 100, - name = 'gg_pug_bait_02', - }, - weapon_flashlight = { - name = 'weapon_flashlight', - unique = true, - useable = false, - type = 'weapon', - label = 'Flashlight', - image = 'weapon_flashlight.png', - weight = 1000, - description = 'Heller als Du ^^', - }, - sniper_extendedclip = { - shouldClose = true, - type = 'item', - image = 'sniper_extendedclip.png', - description = '', - unique = true, - useable = true, - label = 'erw. Sniper Magazin', - weight = 100, - name = 'sniper_extendedclip', - }, - freyas_blossom = { - shouldClose = true, - type = 'item', - image = 'FreyasBlossom.png', - description = 'Ein blumiges und fruchtiges Getränk, das die Zartheit und Schönheit, der Göttin Freya widerspiegelt.', - unique = false, - useable = true, - label = 'Freyas Blossom', - weight = 250, - name = 'freyas_blossom', - }, - veh_toolbox = { - shouldClose = true, - type = 'item', - image = 'veh_toolbox.png', - description = 'Check vehicle status', - unique = false, - useable = true, - label = 'Toolbox', - weight = 1000, - name = 'veh_toolbox', - }, - odins_wisdom_brew = { - shouldClose = true, - type = 'item', - image = 'OdinsWisdomBrew.png', - description = 'Ein Getränk, das auch ohne Alkohol die Weisheit und Kraft des Allvaters vermittelt – voller Geschmack und leicht süß.', - unique = false, - useable = true, - label = 'Odin\'s Wisdom Brew (alkoholfrei)', - weight = 200, - name = 'odins_wisdom_brew', - }, - beerkeg = { - shouldClose = true, - type = 'item', - image = 'beerkeg.png', - description = '', - unique = true, - useable = true, - label = 'Bierfass', - weight = 600, - name = 'beerkeg', - }, - redwoodpack = { - shouldClose = true, - type = 'item', - image = 'redwoodpack.png', - description = '', - unique = false, - useable = true, - label = 'Packung Redwood Zigaretten', - weight = 200, - name = 'redwoodpack', - }, - smg_scope = { - shouldClose = true, - type = 'item', - image = 'holoscope_attachment.png', - description = '', - unique = true, - useable = true, - label = 'SMG Visier', - weight = 100, - name = 'smg_scope', - }, - gunpowder = { - shouldClose = false, - type = 'item', - image = 'gunpowder.png', - description = 'Schwarzes Pulver kann Schaden machen kann im Verdichten Zustand', - unique = false, - useable = false, - label = 'Schwarzpulver', - weight = 500, - name = 'gunpowder', - }, - switchblade_mechanism = { - shouldClose = false, - type = 'item', - image = 'weapon_parts2.png', - description = 'Der flinke Schalter – ein Klick, und das Messer ist blitzschnell auf dem Sprung', - unique = false, - useable = false, - label = 'Mechanismus für Springmesser', - weight = 500, - name = 'switchblade_mechanism', - }, - slick_tyres = { - shouldClose = true, - type = 'item', - image = 'slick_tyres.png', - description = '', - unique = false, - useable = true, - label = 'Reifen slick', - weight = 0, - name = 'slick_tyres', - }, - ['3-fach_impfung_katze'] = { - shouldClose = true, - type = 'item', - image = 'katzenimpfstoff.png', - description = '', - unique = false, - useable = true, - label = '3-fach Impfung Katze', - weight = 20, - name = '3-fach_impfung_katze', - }, - weapon_advancedrifle = { - label = 'Advanced Rifle', - type = 'weapon', - image = 'weapon_advancedrifle.png', - description = 'An assault version of a rapid-fire, magazine-fed automatic rifle designed for infantry use', - unique = true, - useable = false, - ammotype = 'AMMO_RIFLE', - weight = 1000, - name = 'weapon_advancedrifle', - }, - flashlight_attachment = { - shouldClose = true, - type = 'item', - image = 'flashlight_attachment.png', - description = 'A flashlight for a weapon', - unique = false, - useable = true, - label = 'Flashlight', - weight = 1000, - name = 'flashlight_attachment', - }, - hundefutter = { - shouldClose = true, - type = 'item', - image = 'dogfood.png', - description = 'Futter für Hunde', - unique = false, - useable = true, - label = 'Hundefutter', - weight = 200, - name = 'hundefutter', - }, - heavyarmor = { - shouldClose = true, - type = 'item', - image = 'armor.png', - description = 'Some protection won\'t hurt... right?', - unique = false, - useable = true, - label = 'Heavy Armor', - weight = 5000, - name = 'heavyarmor', - }, - gg_captured_chickenhawk = { - shouldClose = true, - type = 'item', - image = 'gg_captured_chickenhawk.png', - description = '', - unique = true, - useable = true, - label = 'Gefangener Falke', - weight = 5000, - name = 'gg_captured_chickenhawk', - }, - cokebaggy = { - shouldClose = true, - type = 'item', - image = 'cocaine_baggy.png', - description = 'To get happy real quick', - unique = false, - useable = true, - label = 'Bag of Coke', - weight = 0, - name = 'cokebaggy', - }, - handcuffs = { - shouldClose = true, - type = 'item', - image = 'handcuffs.png', - description = 'Comes in handy when people misbehave. Maybe it can be used for something else?', - unique = true, - useable = true, - label = 'Handschellen', - weight = 100, - name = 'handcuffs', - }, - cefalexin = { - shouldClose = true, - type = 'item', - image = 'Cefalexin.png', - description = '', - unique = false, - useable = true, - label = 'Cefalexin', - weight = 20, - name = 'cefalexin', - }, - weapon_marksmanrifle = { - label = 'Besseres Jagdgewehr', - type = 'weapon', - image = 'screenshot_395-removebg-preview.png', - description = '... die Sonntagsjäger fahrn in den Touristenwald ...', - unique = true, - useable = false, - ammotype = 'AMMO_SNIPER', - weight = 1000, - name = 'weapon_marksmanrifle', - }, - i4_engine = { - shouldClose = true, - type = 'item', - image = 'i4_engine.png', - description = '', - unique = false, - useable = true, - label = 'I4 Motor', - weight = 0, - name = 'i4_engine', - }, - coffeemug = { - shouldClose = true, - type = 'item', - image = 'coffeemug.png', - description = '„Kaffee? Nein, das ist flüssiger Wahnsinn in \'ner Keramikgranate. Perfekt zum Durchziehen von Überfällen, Steuererklärungen oder Montagen.“', - unique = true, - useable = true, - name = 'coffeemug', - weight = 100, - label = 'Tasse Kaffee', - }, - filled_evidence_bag = { - shouldClose = false, - type = 'item', - image = 'evidence.png', - description = 'A filled evidence bag to see who committed the crime >:(', - unique = true, - useable = false, - label = 'Evidence Bag', - weight = 200, - name = 'filled_evidence_bag', - }, - cooked_bbq_wings = { - shouldClose = true, - type = 'item', - image = 'cooked_bbq_wings.png', - description = '', - unique = false, - useable = true, - label = 'gegrillte BBQ Wings', - weight = 200, - name = 'cooked_bbq_wings', - }, - ceramic_brakes = { - shouldClose = true, - type = 'item', - image = 'ceramic_brakes.png', - description = '', - unique = false, - useable = true, - label = 'Ceramic Bremsen', - weight = 0, - name = 'ceramic_brakes', - }, - weapontint_mk2_4 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Classic Beige Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Classic Beige Tint', - weight = 1000, - name = 'weapontint_mk2_4', - }, - ammunition_route = { - shouldClose = false, - type = 'item', - image = 'ammunition_route.png', - description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', - unique = true, - useable = false, - label = 'Munitions Route', - weight = 10, - name = 'ammunition_route', - }, - bank_card = { - shouldClose = true, - type = 'item', - image = 'bank_card.png', - description = 'Used to access ATM', - unique = true, - useable = true, - label = 'Bank Card', - weight = 0, - name = 'bank_card', - }, - bbq_grill = { - shouldClose = true, - type = 'item', - image = 'bbq_grill.png', - description = '', - unique = false, - useable = true, - label = 'BBQ Grill', - weight = 1000, - name = 'bbq_grill', - }, - vitaminloesung_1000 = { - shouldClose = true, - type = 'item', - image = 'screenshot_696-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Vitaminlösung 1000', - weight = 1000, - name = 'vitaminloesung_1000', - }, - weapon_poolcue = { - name = 'weapon_poolcue', - unique = true, - useable = false, - type = 'weapon', - label = 'Billardque', - image = 'weapon_poolcue.png', - weight = 1000, - description = 'A stick used to strike a ball, usually the cue ball (or other things)', - }, - eimdalls_uard_read = { - shouldClose = true, - type = 'item', - image = 'HeimdallsGuardBread.png', - description = 'Stark und nahrhaft, dieses Brot bewacht den Magen und bereitet dich auf den Genuss der kommenden Speisen vor.', - unique = false, - useable = true, - label = 'Heimdall\'s Guard Bread', - weight = 200, - name = 'heimdalls_guard_bread', - }, - chemical_set = { - shouldClose = false, - type = 'item', - image = 'lab.png', - description = 'Dein persönliches Labor für Experimente, die besser nicht in der Küche stattfinden.', - unique = false, - useable = false, - label = 'Chemikalien-Set', - weight = 1000, - name = 'chemical_set', - }, - donut = { - shouldClose = true, - type = 'item', - image = 'donut.png', - description = 'Dooooonuuuuts', - unique = false, - useable = true, - label = 'Donut', - weight = 100, - name = 'donut', - }, - aldurs_ight_lixir = { - shouldClose = true, - type = 'item', - image = 'BaldursLightElixir.png', - description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.', - unique = false, - useable = true, - label = 'Baldur\'s Light Elixir', - weight = 200, - name = 'baldurs_light_elixir', - }, - weapon_unarmed = { - name = 'weapon_unarmed', - unique = true, - useable = false, - type = 'weapon', - label = 'Fists', - image = 'placeholder.png', - weight = 1000, - description = 'Fisticuffs', - }, - weapontint_mk2_15 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Bold Orange Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Bold Orange Tint', - weight = 1000, - name = 'weapontint_mk2_15', - }, - woodcamo_attachment = { - shouldClose = true, - type = 'item', - image = 'woodcamo_attachment.png', - description = 'A woodland camo for a weapon', - unique = false, - useable = true, - label = 'Woodland Camo', - weight = 1000, - name = 'woodcamo_attachment', - }, - magic_mushroom = { - shouldClose = false, - type = 'item', - image = 'magic_mushroom.png', - description = 'Der Pilz, der dir das Gefühl gibt, du könntest mit deinen Gedanken den Regenbogen malen.', - unique = false, - useable = false, - label = 'Mutterkorn', - weight = 500, - name = 'magic_mushroom', - }, - weed_skunk_seed = { - shouldClose = true, - type = 'item', - image = 'weed_seed.png', - description = 'A weed seed of Skunk', - unique = false, - useable = true, - label = 'Skunk Seed', - weight = 0, - name = 'weed_skunk_seed', - }, - burrito = { - shouldClose = true, - type = 'item', - image = 'screenshot_690-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Burrito', - weight = 100, - name = 'burrito', - }, - thermite = { - shouldClose = true, - type = 'item', - image = 'thermite.png', - description = 'Sometimes you\'d wish for everything to burn', - unique = false, - useable = true, - label = 'Thermite', - weight = 1000, - name = 'thermite', - }, - weapontint_mk2_18 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Bold Green Features Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Bold Green Features Tint', - weight = 1000, - name = 'weapontint_mk2_18', - }, - amiodaron = { - shouldClose = true, - type = 'item', - image = 'amiodaron.png', - description = '', - unique = false, - useable = true, - label = 'Amiodaron', - weight = 15, - name = 'amiodaron', - }, - smg_ammo = { - shouldClose = true, - type = 'item', - image = 'smgmuni.png', - description = 'Kleines schnelles Peng', - unique = false, - useable = true, - label = 'SMG Munition', - weight = 500, - name = 'smg_ammo', - }, - sprunk_flasche = { - shouldClose = true, - type = 'item', - image = 'sprunkbottle1.png', - description = 'Flasche Zitronen Limo', - unique = false, - useable = true, - label = 'Sprunk Flasche', - weight = 80, - name = 'sprunk_flasche', - }, - blood_250 = { - shouldClose = true, - type = 'item', - image = 'bloodbag.png', - description = '', - unique = false, - useable = true, - label = 'Blut (250ml)', - weight = 250, - name = 'blood_250', - }, - table = { - shouldClose = true, - type = 'item', - image = 'table.png', - description = '', - unique = false, - useable = true, - label = 'Klapptisch', - weight = 400, - name = 'table', - }, - rolex = { - shouldClose = true, - type = 'item', - image = 'rolex.png', - description = 'A golden watch seems like the jackpot to me!', - unique = false, - useable = false, - label = 'Golden Watch', - weight = 1500, - name = 'rolex', - }, - weapon_revolver_mk2 = { - label = 'Blood in and out Gun', - type = 'weapon', - image = 'screenshot_419-removebg-preview.png', - description = 'da Violence', - unique = true, - useable = false, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_revolver_mk2', - }, - screwdriverset = { - shouldClose = false, - type = 'item', - image = 'screwdriverset.png', - description = 'Sehr nützlich zum Schrauben... zu schrauben...', - unique = false, - useable = false, - label = 'Schraubendreher', - weight = 1000, - name = 'screwdriverset', - }, - brakepad_replacement = { - shouldClose = true, - type = 'item', - image = 'brakepad_replacement.png', - description = '', - unique = false, - useable = true, - label = 'Premium Bremsenteile', - weight = 0, - name = 'brakepad_replacement', - }, - juice = { - shouldClose = true, - type = 'item', - image = 'juice.png', - description = 'Wenn hier Anna nass macht dann bin ICH das !!!!', - unique = false, - useable = true, - label = 'Saft', - weight = 100, - name = 'juice', - }, - weapon_handcuffs = { - name = 'weapon_handcuffs', - unique = true, - useable = false, - type = 'weapon', - label = 'Handcuffs', - image = 'weapon_handcuffs.png', - weight = 1000, - description = 'A pair of lockable linked metal rings for securing a prisoner\'s wrists', - }, - etilefrin = { - shouldClose = true, - type = 'item', - image = 'screenshot_696-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Etilefrin', - weight = 100, - name = 'etilefrin', - }, - cooked_bbq_thigh = { - shouldClose = true, - type = 'item', - image = 'cooked_bbq_thigh.png', - description = '', - unique = false, - useable = true, - label = 'gegrillte Hähnchenkeule', - weight = 200, - name = 'cooked_bbq_thigh', - }, - weed_brick = { - shouldClose = true, - type = 'item', - image = 'weed_brick.png', - description = '1KG Weed Brick to sell to large customers.', - unique = false, - useable = false, - label = 'Weed Brick', - weight = 1000, - name = 'weed_brick', - }, - cocoa = { - shouldClose = false, - type = 'item', - image = 'cacao.png', - description = 'Kakaopulver ist Schokolade im Tarnanzug – bereit, jede Tasse in Wohlfühlzauber zu verwandeln.', - unique = false, - useable = false, - name = 'cocoa', - weight = 200, - label = 'Packung Kakaopulver', - }, - metacam = { - shouldClose = true, - type = 'item', - image = 'Metacam.png', - description = '', - unique = false, - useable = true, - label = 'Metacam', - weight = 20, - name = 'metacam', - }, - gg_captured_hen = { - shouldClose = true, - type = 'item', - image = 'gg_captured_hen.png', - description = '', - unique = true, - useable = true, - label = 'Gefangenes Huhn', - weight = 5000, - name = 'gg_captured_hen', - }, - snp_ammo = { - shouldClose = true, - type = 'item', - image = 'snipermuni.png', - description = 'Ammo for Sniper Rifles', - unique = false, - useable = true, - label = 'Sniper Munition', - weight = 1000, - name = 'snp_ammo', - }, - flood_light = { - shouldClose = true, - type = 'item', - image = 'flood_light.png', - description = '', - unique = false, - useable = true, - label = 'Outdoor Lampe', - weight = 600, - name = 'flood_light', - }, - labkey = { - shouldClose = true, - type = 'item', - image = 'labkey.png', - description = 'Key for a lock...?', - unique = true, - useable = true, - label = 'Key', - weight = 500, - name = 'labkey', - }, - weapontint_mk2_20 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Bold Yellow Features Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Bold Yellow Features Tint', - weight = 1000, - name = 'weapontint_mk2_20', - }, - ifaks = { - shouldClose = true, - type = 'item', - image = 'ifaks.png', - description = 'ifaks for healing and a complete stress remover.', - unique = false, - useable = true, - label = 'ifaks', - weight = 200, - name = 'ifaks', - }, - opium_poppy = { - shouldClose = false, - type = 'item', - image = 'opium_dry.png', - description = 'Die Blume, die Träume verkauft', - unique = false, - useable = false, - label = 'Schlafmohn', - weight = 100, - name = 'opium_poppy', - }, - gazebo = { - shouldClose = true, - type = 'item', - image = 'gazebo.png', - description = '', - unique = false, - useable = true, - label = 'Pavillon', - weight = 600, - name = 'gazebo', - }, - weapon_sled = { - shouldClose = false, - type = 'item', - image = 'Waffenschlitten.png', - description = 'Der flinke Kurier, der das Feuer in Bewegung bringt', - unique = false, - useable = false, - label = 'Pistolenschlitten', - weight = 250, - name = 'weapon_sled', - }, - tunerlaptop = { - shouldClose = true, - type = 'item', - image = 'tunerchip.png', - description = 'With this tunerchip you can get your car on steroids... If you know what you\'re doing', - unique = true, - useable = true, - label = 'Tunerchip', - weight = 2000, - name = 'tunerlaptop', - }, - reinforced_handle = { - shouldClose = false, - type = 'item', - image = 'Verstaerktergriff.png', - description = 'Der Bodybuilder unter den Griffen', - unique = false, - useable = false, - label = 'Verstärkter Griff', - weight = 1000, - name = 'reinforced_handle', - }, - pizza_burger = { - shouldClose = true, - type = 'item', - image = 'ChatGPT_Image_26._Apr._2025__18_16_22-removebg-preview.png', - description = 'Zartes Wagyu-Patty, würzige Salami, fruchtige Tomatensauce und geschmolzener Mozzarella, serviert in fluffigen Brioche Buns', - unique = true, - useable = true, - label = 'Pizza Burger', - weight = 200, - name = 'pizza_burger', - }, - raw_beef_brisket = { - shouldClose = true, - type = 'item', - image = 'raw_beef_brisket.png', - description = '', - unique = false, - useable = true, - label = 'rohes Beef Brisket', - weight = 200, - name = 'raw_beef_brisket', - }, - ev_battery = { - shouldClose = true, - type = 'item', - image = 'ev_battery.png', - description = '', - unique = false, - useable = true, - label = 'EV Battery', - weight = 0, - name = 'ev_battery', - }, - firework3 = { - shouldClose = true, - type = 'item', - image = 'firework3.png', - description = 'Fireworks', - unique = false, - useable = true, - label = 'WipeOut', - weight = 1000, - name = 'firework3', - }, - veh_interior = { - shouldClose = true, - type = 'item', - image = 'veh_interior.png', - description = 'Upgrade vehicle interior', - unique = false, - useable = true, - label = 'Interior', - weight = 1000, - name = 'veh_interior', - }, - ggdrasils_oots = { - shouldClose = true, - type = 'item', - image = 'YggdrasilsRootsGemuseChips.png.png', - description = 'Tief verwurzelt in den Gaben der Natur, bieten diese knusprigen Snacks eine Verbindung zu den alten Geschichten.', - unique = false, - useable = true, - label = 'Yggdrasil\'s Roots', - weight = 200, - name = 'yggdrasils_roots', - }, - narketan = { - shouldClose = true, - type = 'item', - image = 'screenshot_696-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Narketan', - weight = 250, - name = 'narketan', - }, - weapontint_5 = { - shouldClose = true, - type = 'item', - image = 'weapontint_lspd.png', - description = 'LSPD Weapon Tint', - unique = false, - useable = true, - label = 'LSPD Tint', - weight = 1000, - name = 'weapontint_5', - }, - pelmini = { - shouldClose = true, - type = 'item', - image = 'pelmini.png', - description = 'Kleine Teigtaschen, große Gefühle – Pelmeni lieben dich zurück!', - unique = false, - useable = true, - label = 'Pelmini', - weight = 100, - name = 'pelmini', - }, - gg_hunting_meat = { - shouldClose = true, - type = 'item', - image = 'gg_hunting_meat.png', - description = '', - unique = false, - useable = false, - label = 'rohes Wildfleisch', - weight = 100, - name = 'gg_hunting_meat', - }, - weapon_dagger = { - name = 'weapon_dagger', - unique = true, - useable = false, - type = 'weapon', - label = 'Dagger', - image = 'weapon_dagger.png', - weight = 1000, - description = 'A short knife with a pointed and edged blade, used as a weapon', - }, - njords_tide = { - shouldClose = true, - type = 'item', - image = 'NjordsTide.png', - description = 'Frisch wie die Seebrise und kraftvoll wie die Gezeiten des Meeres.', - unique = false, - useable = true, - label = 'Njord\'s Tide', - weight = 200, - name = 'njords_tide', - }, - weapontint_mk2_32 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Metallic Red and Yellow Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Metallic Red and Yellow Tint', - weight = 1000, - name = 'weapontint_mk2_32', - }, - kas_leberkas_semmal = { - shouldClose = true, - type = 'item', - image = 'kasleberkassemmel.png', - description = 'Mehr Fleisch als Worte – des is koa Semmel, des is a Lebensgefühl!', - unique = false, - useable = true, - label = 'Kas Leberkas Semmal', - weight = 100, - name = 'kas_leberkas_semmal', - }, - v8_engine = { - shouldClose = true, - type = 'item', - image = 'v8_engine.png', - description = '', - unique = false, - useable = true, - label = 'V8 Motor', - weight = 0, - name = 'v8_engine', - }, - weapon_bullpupshotgun = { - label = 'Bullpup Shotgun', - type = 'weapon', - image = 'weapon_bullpupshotgun.png', - description = 'A compact smoothbore gun for firing small shot at short range', - unique = true, - useable = false, - ammotype = 'AMMO_SHOTGUN', - weight = 1000, - name = 'weapon_bullpupshotgun', - }, - hors_hunder_ings = { - shouldClose = true, - type = 'item', - image = 'ThorsThunderWings.png', - description = 'Knusprig, würzig und mit einem feurigen Biss – diese Flügel schlagen ein wie ein Donnerblitz.', - unique = false, - useable = true, - label = 'Thor\'s Thunder Wings', - weight = 200, - name = 'hors_hunder_ings', - }, - brushcamo_attachment = { - shouldClose = true, - type = 'item', - image = 'brushcamo_attachment.png', - description = 'A brushstroke camo for a weapon', - unique = false, - useable = true, - label = 'Brushstroke Camo', - weight = 1000, - name = 'brushcamo_attachment', - }, - sunflowerseeds = { - shouldClose = true, - type = 'item', - image = 'Sonnenblumenkerne.png', - description = 'Der Snack zum selber knacken', - unique = true, - useable = true, - label = 'Sonnenblumenkerne', - weight = 100, - name = 'sunflowerseeds', - }, - cooked_bbq_ribeye = { - shouldClose = true, - type = 'item', - image = 'cooked_bbq_ribeye.png', - description = '', - unique = false, - useable = true, - label = 'gegrilltes Ribeye Steak', - weight = 200, - name = 'cooked_bbq_ribeye', - }, - tenkgoldchain = { - shouldClose = true, - type = 'item', - image = '10kgoldchain.png', - description = '10 carat golden chain', - unique = false, - useable = false, - label = '10k Gold Chain', - weight = 2000, - name = 'tenkgoldchain', - }, - weapon_assaultshotgun = { - label = 'Assault Shotgun', - type = 'weapon', - image = 'weapon_assaultshotgun.png', - description = 'An assault version of asmoothbore gun for firing small shot at short range', - unique = true, - useable = false, - ammotype = 'AMMO_SHOTGUN', - weight = 1000, - name = 'weapon_assaultshotgun', - }, - gg_boar_tusk_01 = { - shouldClose = true, - type = 'item', - image = 'gg_boar_tusk_01.png', - description = '', - unique = true, - useable = false, - label = 'Rauer Eberzahn', - weight = 1000, - name = 'gg_boar_tusk_01', - }, - weapon_stungun = { - name = 'weapon_stungun', - unique = true, - useable = false, - type = 'weapon', - label = 'Taser X6', - image = 'screenshot_408-removebg-preview.png', - weight = 1000, - description = 'manchmal ist es einfach praktischer, jemanden mit Stromschlägen zu „überzeugen“, anstatt ein vernünftiges Gespräch zu führen.', - }, - urapidil1 = { - shouldClose = true, - type = 'item', - image = 'urapidil1.png', - description = '', - unique = false, - useable = true, - label = 'Urapidil 1,0 mg', - weight = 20, - name = 'urapidil1', - }, - tims_instant_nudeln = { - shouldClose = true, - type = 'item', - image = 'ChatGPT_Image_1._Mai_2025__03_26_12-removebg-preview.png', - description = 'der Kulinarische Blitzbesuch in Fernost', - unique = false, - useable = true, - label = 'Tim\'s Instant Nudeln', - weight = 100, - name = 'tims_instant_nudeln', - }, - binoculars = { - shouldClose = true, - type = 'item', - image = 'fernglas.png', - description = 'EY!DU sollst nicht spannern!', - unique = true, - useable = true, - label = 'Fernglas', - weight = 600, - name = 'binoculars', - }, - steel_ingots = { - shouldClose = false, - type = 'item', - image = 'steel_ingot.png', - description = 'Hier trifft pure Masse auf unendliches Potenzial.', - unique = false, - useable = false, - label = 'Stahlbarren', - weight = 1000, - name = 'steel_ingots', - }, - gg_hunting_animaltrap = { - shouldClose = true, - type = 'item', - image = 'gg_hunting_animaltrap.png', - description = '', - unique = true, - useable = true, - label = 'Tierfalle', - weight = 1000, - name = 'gg_hunting_animaltrap', - }, - suppressor_attachment = { - shouldClose = true, - type = 'item', - image = 'suppressor_attachment.png', - description = 'A suppressor for a weapon', - unique = false, - useable = true, - label = 'Suppressor', - weight = 1000, - name = 'suppressor_attachment', - }, - veh_turbo = { - shouldClose = true, - type = 'item', - image = 'veh_turbo.png', - description = 'Install vehicle turbo', - unique = false, - useable = true, - label = 'Turbo', - weight = 1000, - name = 'veh_turbo', - }, - weapon_specialcarbine = { - label = 'KH 450', - type = 'weapon', - image = 'screenshot_407-removebg-preview.png', - description = 'Wenn die Ar 15 nicht mehr reicht.', - unique = true, - useable = false, - ammotype = 'AMMO_RIFLE', - weight = 1000, - name = 'weapon_specialcarbine', - }, - chicken_thigh = { - shouldClose = true, - type = 'item', - image = 'chicken_thigh.png', - description = '', - unique = false, - useable = true, - label = 'rohe Hähnchenkeule', - weight = 200, - name = 'chicken_thigh', - }, - manual_gearbox = { - shouldClose = true, - type = 'item', - image = 'manual_gearbox.png', - description = 'Handgerissen, so gehört sich das', - unique = false, - useable = true, - label = 'Schaltgetriebe', - weight = 0, - name = 'manual_gearbox', - }, - offroad_tyres = { - shouldClose = true, - type = 'item', - image = 'offroad_tyres.png', - description = '', - unique = false, - useable = true, - label = 'Reifen offroad', - weight = 0, - name = 'offroad_tyres', - }, - dueruem = { - shouldClose = true, - type = 'item', - image = 'durum.png', - description = 'Wrap, mit typischen Döner-Kebab-Zutaten gefüllt', - unique = true, - useable = true, - label = 'Dürüm', - weight = 200, - name = 'dueruem', - }, - weapon_crossbow = { - shouldClose = true, - type = 'weapon', - image = 'weapon_crossbow.png', - description = '', - unique = true, - useable = true, - label = 'Jagd Armbrust', - weight = 1000, - name = 'weapon_crossbow', - }, - sludgie = { - shouldClose = true, - type = 'item', - image = 'sludgie.png', - description = 'Gefrorene Chemie zum Trinken ^^', - unique = false, - useable = true, - label = 'Sludgie', - weight = 100, - name = 'sludgie', - }, - weapontint_4 = { - shouldClose = true, - type = 'item', - image = 'weapontint_army.png', - description = 'Army Weapon Tint', - unique = false, - useable = true, - label = 'Army Tint', - weight = 1000, - name = 'weapontint_4', - }, - tavor1 = { - shouldClose = true, - type = 'item', - image = 'tavor1.png', - description = '', - unique = false, - useable = true, - label = 'Tavor 1,0 mg', - weight = 20, - name = 'tavor1', - }, - smg_grip = { - shouldClose = true, - type = 'item', - image = 'grip_attachment.png', - description = '', - unique = true, - useable = true, - label = 'SMG Griff', - weight = 100, - name = 'smg_grip', - }, - weapon_snspistol_mk2 = { - label = 'Softair Pistole', - type = 'weapon', - image = 'weapon_snspistol_mk2.png', - description = 'Sie sieht gefährlich aus, macht Krach – und verursacht blaue Flecken.', - unique = true, - useable = true, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_snspistol_mk2', - }, - geocamo_attachment = { - shouldClose = true, - type = 'item', - image = 'geocamo_attachment.png', - description = 'A geometric camo for a weapon', - unique = false, - useable = true, - label = 'Geometric Camo', - weight = 1000, - name = 'geocamo_attachment', - }, - vomex = { - shouldClose = true, - type = 'item', - image = 'vomex.png', - description = '', - unique = false, - useable = true, - label = 'Vomex', - weight = 20, - name = 'vomex', - }, - wwine = { - shouldClose = true, - type = 'item', - image = 'wwine.png', - description = '', - unique = false, - useable = true, - label = 'Weißwein', - weight = 300, - name = 'wwine', - }, - parachute = { - shouldClose = true, - type = 'item', - image = 'parachute.png', - description = 'The sky is the limit! Woohoo!', - unique = true, - useable = true, - label = 'Parachute', - weight = 30000, - name = 'parachute', - }, - gg_hunting_cookedmeat = { - shouldClose = true, - type = 'item', - image = 'gg_hunting_cookedmeat.png', - description = '', - unique = false, - useable = true, - label = 'gebratenes Wildfleisch', - weight = 50, - name = 'gg_hunting_cookedmeat', - }, - zwiebelsalat = { - shouldClose = true, - type = 'item', - image = 'sogan.png', - description = 'Türkischer Zwiebelsalat', - unique = true, - useable = true, - label = 'Soğan salatası', - weight = 200, - name = 'zwiebelsalat', - }, - firework1 = { - shouldClose = true, - type = 'item', - image = 'firework1.png', - description = 'Fireworks', - unique = false, - useable = true, - label = '2Brothers', - weight = 1000, - name = 'firework1', - }, - security_card_02 = { - shouldClose = true, - type = 'item', - image = 'security_card_02.png', - description = 'A security card... I wonder what it goes to', - unique = false, - useable = true, - label = 'Security Card B', - weight = 0, - name = 'security_card_02', - }, - iron = { - shouldClose = false, - type = 'item', - image = 'iron.png', - description = 'Handy piece of metal that you can probably use for something', - unique = false, - useable = false, - label = 'Iron', - weight = 100, - name = 'iron', - }, - weapon_minigun = { - label = 'Minigun', - type = 'weapon', - image = 'weapon_minigun.png', - description = 'A portable machine gun consisting of a rotating cluster of six barrels and capable of variable rates of fire of up to 6,000 rounds per minute', - unique = true, - useable = false, - ammotype = 'AMMO_MINIGUN', - weight = 1000, - name = 'weapon_minigun', - }, - empty_evidence_bag = { - shouldClose = false, - type = 'item', - image = 'evidence.png', - description = 'Used a lot to keep DNA from blood, bullet shells and more', - unique = false, - useable = false, - label = 'Empty Evidence Bag', - weight = 0, - name = 'empty_evidence_bag', - }, - fish_and_chips = { - shouldClose = true, - type = 'item', - image = 'fishandchips.png', - description = 'very british ^^', - unique = false, - useable = true, - label = 'Fish and Chips', - weight = 200, - name = 'fish_and_chips', - }, - weapon_machinepistol = { - label = 'Tec-9', - type = 'weapon', - image = 'weapon_machinepistol.png', - description = 'A self-loading pistol capable of burst or fully automatic fire', - unique = true, - useable = false, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_machinepistol', - }, - soda_machine = { - shouldClose = true, - type = 'item', - image = 'soda_machine.png', - description = '', - unique = false, - useable = true, - label = 'Abfüllstation', - weight = 1000, - name = 'soda_machine', - }, - ev_coolant = { - shouldClose = true, - type = 'item', - image = 'ev_coolant.png', - description = '', - unique = false, - useable = true, - label = 'EV_Kühlkit', - weight = 0, - name = 'ev_coolant', - }, - kuzu_sis = { - shouldClose = true, - type = 'item', - image = 'Kuzu_sis.png', - description = 'Lammkebab mit Beilagen', - unique = true, - useable = true, - label = 'Kuzu Sis', - weight = 200, - name = 'kuzu_sis', - }, - frenchfries = { - shouldClose = true, - type = 'item', - image = 'screenshot_692-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'French Fries', - weight = 100, - name = 'frenchfries', - }, - gg_coyote_fangs_03 = { - shouldClose = true, - type = 'item', - image = 'gg_coyote_fangs_03.png', - description = '', - unique = true, - useable = false, - label = 'Makelloser Kojotenzahn', - weight = 1000, - name = 'gg_coyote_fangs_03', - }, odins_mead = { - shouldClose = true, - type = 'item', - image = 'OdinsMead.png', description = 'Ein weises Getränk, so alt wie die Geschichten von Asgard selbst.', - unique = false, - useable = true, + shouldClose = true, label = ' Odin\'s Mead', weight = 200, + unique = false, + image = 'OdinsMead.png', + type = 'item', name = 'odins_mead', - }, - ecola_light = { - shouldClose = true, - type = 'item', - image = 'screenshot_688-removebg-preview.png', - description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', - unique = false, useable = true, - label = 'E-Cola Light Softdrink', - weight = 100, - name = 'ecola_light', }, - weapon_smg_mk2 = { - label = 'SMG Mk II', - type = 'weapon', - image = 'highteamsmgmk2-removebg-preview.png', - description = 'SMG MK2', - unique = true, - useable = true, - ammotype = 'AMMO_SMG', - weight = 1000, - name = 'weapon_smg_mk2', - }, - zeckenschutzmittel = { - shouldClose = true, - type = 'item', - image = 'Zeckenschutzmittel.png', - description = '', - unique = false, - useable = true, - label = 'Zeckenschutzmittel', - weight = 25, - name = 'zeckenschutzmittel', - }, - split_end_muzzle_brake = { - shouldClose = true, - type = 'item', - image = 'split_end_muzzle_brake.png', - description = 'A muzzle brake for a weapon', - unique = false, - useable = true, - label = 'Split End Muzzle Brake', - weight = 1000, - name = 'split_end_muzzle_brake', - }, - weapontint_mk2_8 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Classic Brown & Black Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Classic Brown & Black Tint', - weight = 1000, - name = 'weapontint_mk2_8', - }, - tuch = { - shouldClose = true, - type = 'item', - image = '', - description = '', - unique = false, - useable = true, - label = 'Stofftuch', - weight = 0, - name = 'tuch', - }, - fries_with_dip = { - shouldClose = true, - type = 'item', - image = 'ChatGPT_Image_27._Apr._2025__12_41_35-removebg-preview.png', - description = 'Knusprig goldene Pommes, serviert im kleinen Metallkorb – dazu ein cremiger Dip im stilechten Mini-Metalleimer.', - unique = true, - useable = true, - label = 'Pommes mit Dip ', - weight = 200, - name = 'fries_with_dip', - }, - weed_purplehaze = { + shortened_gunbarrel = { + description = 'Weniger Lauf, mehr Stil', shouldClose = false, - type = 'item', - image = 'weed_baggy.png', - description = 'A weed bag with 2g Purple Haze', + label = 'verkürzter Waffenlauf', + weight = 1000, unique = false, - useable = true, - label = 'Purple Haze 2g', + image = 'shotgun_barrel_compressed_better.png', + type = 'item', + name = 'shortened_gunbarrel', + useable = false, + }, + pistol_ammo = { + description = 'Peng in klein', + shouldClose = true, + label = 'Pistolen Munition', weight = 200, - name = 'weed_purplehaze', - }, - pistol_barrel = { - shouldClose = false, - type = 'item', - image = 'weapon_batton.png', - description = 'Der einzige Weg, wie du in kürzester Zeit einen bleibenden Eindruck hinterlässt', unique = false, - useable = false, - label = 'Pistolenlauf', - weight = 250, - name = 'pistol_barrel', - }, - marshal_card = { - shouldClose = false, + image = 'pistolenmuni.png', type = 'item', - image = 'idcardpd.png', - description = '', - unique = false, - useable = false, - label = 'Marshal Card', - weight = 0, - name = 'marshal_card', - }, - coffee = { - shouldClose = true, - type = 'item', - image = 'coffee.png', - description = 'Pump 4 Caffeine', - unique = false, + name = 'pistol_ammo', useable = true, - label = 'Kaffee Togo', - weight = 200, - name = 'coffee', }, - comp_attachment = { - shouldClose = true, - type = 'item', - image = 'comp_attachment.png', - description = 'A compensator for a weapon', - unique = false, - useable = true, - label = 'Compensator', + weapon_mg = { + description = 'An automatic gun that fires bullets in rapid succession for as long as the trigger is pressed', + label = 'Machinegun', weight = 1000, - name = 'comp_attachment', - }, - ifs_olden_ectar = { - shouldClose = true, - type = 'item', - image = 'SifGoldenNectar.png', - description = 'Fruchtig und süß, wie die goldene Ernte auf den Feldern – ein perfekter Genuss für jede Gelegenheit.', - unique = false, - useable = true, - label = 'Sif\'s Golden Nectar', - weight = 200, - name = 'ifs_olden_ectar', - }, - veh_suspension = { - shouldClose = true, - type = 'item', - image = 'veh_suspension.png', - description = 'Upgrade vehicle suspension', - unique = false, - useable = true, - label = 'Suspension', - weight = 1000, - name = 'veh_suspension', - }, - injection = { - shouldClose = false, - type = 'item', - image = 'syringe.png', - description = 'Bereit für alles, aber hat nix zu sagen.', - unique = false, - useable = false, - label = 'Spritze', - weight = 500, - name = 'injection', - }, - barrel_attachment = { - shouldClose = true, - type = 'item', - image = 'barrel_attachment.png', - description = 'A barrel for a weapon', - unique = false, - useable = true, - label = 'Barrel', - weight = 1000, - name = 'barrel_attachment', - }, - weapon_carbinerifle_mk2 = { - label = 'Softair Gewehr', - type = 'weapon', - image = 'screenshot_455-removebg-preview.png', - description = 'Carbine Rifle MK2', - unique = true, - useable = true, - ammotype = 'AMMO_RIFLE', - weight = 1000, - name = 'weapon_carbinerifle_mk2', - }, - firstaid = { - shouldClose = true, - type = 'item', - image = 'firstaid.png', - description = 'You can use this First Aid kit to get people back on their feet', - unique = false, - useable = true, - label = 'First Aid', - weight = 2500, - name = 'firstaid', - }, - leopardcamo_attachment = { - shouldClose = true, - type = 'item', - image = 'leopardcamo_attachment.png', - description = 'A leopard camo for a weapon', - unique = false, - useable = true, - label = 'Leopard Camo', - weight = 1000, - name = 'leopardcamo_attachment', - }, - rolling_paper = { - shouldClose = true, - type = 'item', - image = 'rolling_paper2.png', - description = 'Der Stoff, der Gras und Tabak zusammenhält', - unique = false, - useable = false, - label = 'Drehpapier', - weight = 200, - name = 'rolling_paper', - }, - weapon_carbinerifle = { - label = 'AR 15', - type = 'weapon', - image = 'ar15.png', - description = 'Der beste Freund eines Cops, wenn Funk und Pfefferspray nicht mehr reichen.', - unique = true, - useable = false, - ammotype = 'AMMO_RIFLE', - weight = 1000, - name = 'weapon_carbinerifle', - }, - pizza_piece = { - shouldClose = true, - type = 'item', - image = 'file_00000000abf061f788ede1aa1c949dae-removebg-preview.png', - description = 'Ein Stück Glück auf deinem Teller – Genieße unser köstliches Stück Pizza!', - unique = true, - useable = true, - label = 'Stück Pizza', - weight = 150, - name = 'pizza_piece', - }, - beer = { - shouldClose = true, - type = 'item', - image = 'beer.png', - description = 'Nothing like a good cold beer!', - unique = false, - useable = true, - label = 'Pißwasser Bier', - weight = 500, - name = 'beer', - }, - flohmittel = { - shouldClose = true, - type = 'item', - image = 'Flohmittel.png', - description = '', - unique = false, - useable = true, - label = 'Flohmittel', - weight = 25, - name = 'flohmittel', - }, - lockpick = { - shouldClose = true, - type = 'item', - image = 'lockpick.png', - description = 'Very useful if you lose your keys a lot.. or if you want to use it for something else...', - unique = false, - useable = true, - label = 'Dietrich', - weight = 300, - name = 'lockpick', - }, - weapontint_mk2_27 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Metallic Red Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Metallic Red Tint', - weight = 1000, - name = 'weapontint_mk2_27', - }, - axe_head = { - shouldClose = false, - type = 'item', - image = 'Axtkopf.png', - description = 'Der schneidige Bruder der Säge', - unique = false, - useable = false, - label = 'Axt Kopf', - weight = 1000, - name = 'axe_head', - }, - weed_purplehaze_seed = { - shouldClose = true, - type = 'item', - image = 'weed_seed.png', - description = 'A weed seed of Purple Haze', - unique = false, - useable = true, - label = 'Purple Haze Seed', - weight = 0, - name = 'weed_purplehaze_seed', - }, - weapon_compactrifle = { - label = 'Compact Rifle', - type = 'weapon', - image = 'weapon_compactrifle.png', - description = 'A compact version of an assault rifle', - unique = true, - useable = false, - ammotype = 'AMMO_RIFLE', - weight = 1000, - name = 'weapon_compactrifle', - }, - weapontint_mk2_2 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Classic Two-Tone Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Classic Two-Tone Tint', - weight = 1000, - name = 'weapontint_mk2_2', - }, - weapontint_1 = { - shouldClose = true, - type = 'item', - image = 'weapontint_green.png', - description = 'Green Weapon Tint', - unique = false, - useable = true, - label = 'Green Tint', - weight = 1000, - name = 'weapontint_1', - }, - weapon_license = { - shouldClose = true, - type = 'item', - image = 'weapon_license.png', - description = '', - unique = true, - useable = true, - label = 'Waffenschein', - weight = 10, - name = 'weapon_license', - }, - veh_wheels = { - shouldClose = true, - type = 'item', - image = 'veh_wheels.png', - description = 'Upgrade vehicle wheels', - unique = false, - useable = true, - label = 'Wheels', - weight = 1000, - name = 'veh_wheels', - }, - nitrous_bottle = { - shouldClose = false, - type = 'item', - image = '', - description = '', - unique = false, - useable = false, - label = 'Nitro Flasche', - weight = 0, - name = 'nitrous_bottle', - }, - glucoseg40 = { - shouldClose = true, - type = 'item', - image = 'glucoseg40.png', - description = '', - unique = false, - useable = true, - label = 'Glucose 40%', - weight = 10, - name = 'glucoseg40', - }, - tranexamsaure = { - shouldClose = true, - type = 'item', - image = 'tranexamsaure.png', - description = '', - unique = false, - useable = true, - label = 'Tranexamsäure', - weight = 20, - name = 'tranexamsaure', - }, - gg_hunting_knife_01 = { - shouldClose = true, - type = 'item', - image = 'gg_hunting_knife_01.png', - description = '', - unique = true, - useable = true, - label = 'Klassisches Jagdmesser', - weight = 1000, - name = 'gg_hunting_knife_01', - }, - tavor25 = { - shouldClose = true, - type = 'item', - image = 'tavor25.png', - description = '', - unique = false, - useable = true, - label = 'Tavor 2,5 mg', - weight = 20, - name = 'tavor25', - }, - cheeseanachos = { - shouldClose = true, - type = 'item', - image = 'ChatGPT_Image_26._Apr._2025__18_25_48-removebg-preview.png', - description = 'Knusprige Nachos, überzogen mit cremiger, würziger Käsesauce', - unique = true, - useable = true, - label = 'Nachos mit Käsesauce', - weight = 200, - name = 'cheeseanachos', - }, - weapon_rpg = { - label = 'RPG', - type = 'weapon', - image = 'weapon_rpg.png', - description = 'A rocket-propelled grenade launcher', - unique = true, - useable = false, - ammotype = 'AMMO_RPG', - weight = 1000, - name = 'weapon_rpg', - }, - veh_armor = { - shouldClose = true, - type = 'item', - image = 'veh_armor.png', - description = 'Upgrade vehicle armor', - unique = false, - useable = true, - label = 'Armor', - weight = 1000, - name = 'veh_armor', - }, - shotgun_ammo = { - shouldClose = true, - type = 'item', - image = 'shotgunmuni.png', - description = 'viel Peng', - unique = false, - useable = true, - label = 'Shotgun Munition', - weight = 500, - name = 'shotgun_ammo', - }, - latte = { - shouldClose = true, - type = 'item', - image = 'latte.png', - description = 'Er hat Latte gesagt XD', - unique = true, - useable = true, - name = 'latte', - weight = 100, - label = 'Latte Macchiato', - }, - ffries = { - shouldClose = true, - type = 'item', - image = 'screenshot_686-removebg-preview.png', - description = '"Jetzt mit 0 % Kartoffel, 100 % Patriotismus!"', - unique = false, - useable = true, - label = 'Freedom Fries', - weight = 100, - name = 'ffries', - }, - aldurs_right_ites = { - shouldClose = true, - type = 'item', - image = 'BaldursBrightBites.png', - description = 'Leicht und erfrischend, diese Bissen erhellen den Geist und lassen den Geschmack erstrahlen.', - unique = false, - useable = true, - label = 'Baldur\'s Bright Bites', - weight = 200, - name = 'aldurs_right_ites', - }, - thors_sandwich = { - shouldClose = true, - type = 'item', - image = 'ThorsSandwich.png', - description = 'So kraftvoll wie Thors Hammerschlag, dieses Sandwich ist eine herzhafte Kombination aus intensiven Aromen und sättigender Substanz. Perfekt für einen echten Wikinger-Appetit.', - unique = false, - useable = true, - label = 'Thors Sandwich', - weight = 150, - name = 'thors_sandwich', - }, - ribeye_steak = { - shouldClose = true, - type = 'item', - image = 'ribeye_steak.png', - description = '', - unique = false, - useable = true, - label = 'Ribeye Steak', - weight = 200, - name = 'ribeye_steak', - }, - heimdalls_watch = { - shouldClose = true, - type = 'item', - image = 'HeimdallsWatch.png', - description = 'Scharf und klar wie Heimdalls Auge, aber mit einem farbenfrohen Twist.', - unique = false, - useable = true, - label = 'Heimdall\'s Watch', - weight = 200, - name = 'heimdalls_watch', - }, - veh_plates = { - shouldClose = true, - type = 'item', - image = 'veh_plates.png', - description = 'Install vehicle plates', - unique = false, - useable = true, - label = 'Plates', - weight = 1000, - name = 'veh_plates', - }, - diamond_ring = { - shouldClose = true, - type = 'item', - image = 'diamond_ring.png', - description = 'A diamond ring seems like the jackpot to me!', - unique = false, - useable = false, - label = 'Diamond Ring', - weight = 1500, - name = 'diamond_ring', - }, - doj_card = { - shouldClose = true, - type = 'item', - image = 'idcardpd.png', - description = '', - unique = true, - useable = true, - label = 'DOJ Card', - weight = 10, - name = 'doj_card', - }, - weapontint_mk2_16 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Bold Green & Purple Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Bold Green & Purple Tint', - weight = 1000, - name = 'weapontint_mk2_16', - }, - epinephrine = { - shouldClose = true, - type = 'item', - image = 'epi_pen.png', - description = '', - unique = false, - useable = true, - label = 'Adrenalinspritze', - weight = 10, - name = 'epinephrine', - }, - freyas_kiss = { - shouldClose = true, - type = 'item', - image = 'FreyasKiss.png', - description = 'Ein verführerischer und zarter Drink, der die Schönheit der Göttin Freya widerspiegelt.', - unique = false, - useable = true, - label = 'Freya\'s Kiss', - weight = 200, - name = 'freyas_kiss', - }, - gg_hunting_knife_03 = { - shouldClose = true, - type = 'item', - image = 'gg_hunting_knife_03.png', - description = '', - unique = true, - useable = true, - label = 'Premium Jagdmesser', - weight = 1000, - name = 'gg_hunting_knife_03', - }, - radio = { - shouldClose = true, - type = 'item', - image = 'radio.png', - description = 'You can communicate with this through a signal', - unique = true, - useable = true, - label = 'Radio', - weight = 2000, - name = 'radio', - }, - clutch_replacement = { - shouldClose = true, - type = 'item', - image = 'clutch_replacement.png', - description = '', - unique = false, - useable = true, - label = 'Premium Kupplungssatz', - weight = 0, - name = 'clutch_replacement', - }, - boomcamo_attachment = { - shouldClose = true, - type = 'item', - image = 'boomcamo_attachment.png', - description = 'A boom camo for a weapon', - unique = false, - useable = true, - label = 'Boom Camo', - weight = 1000, - name = 'boomcamo_attachment', - }, - weapontint_mk2_24 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Metallic Platinum Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Metallic Platinum Tint', - weight = 1000, - name = 'weapontint_mk2_24', - }, - pistol_smallscope = { - shouldClose = true, - type = 'item', - image = 'smallscope_attachment.png', - description = '', - unique = true, - useable = true, - label = 'MK2 Revolver Visier', - weight = 100, - name = 'pistol_smallscope', - }, - weapon_raypistol = { - label = 'Up-n-Atomizer', - type = 'weapon', - image = 'weapon_raypistol.png', - description = 'Weapon Raypistol', - unique = true, - useable = true, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_raypistol', - }, - engine_oil = { - shouldClose = true, - type = 'item', - image = 'engine_oil.png', - description = 'Das bier der Kraftfahrzeuge!', - unique = false, - useable = true, - label = 'Premium Motoröl', - weight = 0, - name = 'engine_oil', - }, - dendrogyra_coral = { - shouldClose = true, - type = 'item', - image = 'dendrogyra_coral.png', - description = 'Its also known as pillar coral', - unique = false, - useable = false, - label = 'Dendrogyra', - weight = 1000, - name = 'dendrogyra_coral', - }, - drum_mechanism = { - shouldClose = false, - type = 'item', - image = 'Trommel.png', - description = 'Der Dreh, der alles verändert – Spannung in jeder Umdrehung', - unique = false, - useable = false, - label = 'Trommel Mechanismus', - weight = 200, - name = 'drum_mechanism', - }, - stickynote = { - shouldClose = false, - type = 'item', - image = 'stickynote.png', - description = 'Sometimes handy to remember something :)', - unique = true, - useable = false, - label = 'Sticky note', - weight = 0, - name = 'stickynote', - }, - weapon_pistol50 = { - label = 'Tropical Eagle', - type = 'weapon', - image = 'tropical_eagle.png', - description = 'Für alle, die denken, normale Pistolen fühlen sich einfach zu sehr nach Spielzeug an.', - unique = true, - useable = false, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_pistol50', - }, - gg_boar_tusk_03 = { - shouldClose = true, - type = 'item', - image = 'gg_boar_tusk_03.png', - description = '', - unique = true, - useable = false, - label = 'Makelloser Eberzahn', - weight = 1000, - name = 'gg_boar_tusk_03', - }, - veh_engine = { - shouldClose = true, - type = 'item', - image = 'veh_engine.png', - description = 'Upgrade vehicle engine', - unique = false, - useable = true, - label = 'Engine', - weight = 1000, - name = 'veh_engine', - }, - certificate = { - shouldClose = true, - type = 'item', - image = 'certificate.png', - description = 'Certificate that proves you own certain stuff', - unique = false, - useable = false, - label = 'Certificate', - weight = 0, - name = 'certificate', - }, - weaponlicense = { - shouldClose = true, - type = 'item', - image = 'weapon_license.png', - description = 'Weapon License', - unique = true, - useable = true, - label = 'Weapon License', - weight = 0, - name = 'weaponlicense', - }, - ecola = { - shouldClose = true, - type = 'item', - image = 'screenshot_688-removebg-preview.png', - description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', - unique = false, - useable = true, - label = 'E-Cola Softdrink', - weight = 100, - name = 'ecola', - }, - nacl_1000 = { - shouldClose = true, - type = 'item', - image = 'nacl.png', - description = '', - unique = false, - useable = true, - label = 'NACL (1000ml)', - weight = 1000, - name = 'nacl_1000', - }, - printerdocument = { - shouldClose = true, - type = 'item', - image = 'printerdocument.png', - description = 'A nice document', - unique = true, - useable = true, - label = 'Document', - weight = 500, - name = 'printerdocument', - }, - spazi_limo = { - shouldClose = true, - type = 'item', - image = 'ChatGPT_Image_27._Apr._2025__11_54_28-removebg-preview.png', - description = 'Spritzig, lecker, absolut neu und revolutionär. Ähnlichkeiten zu anderen Limos? Niemals. Reinste Zufälle. Wirklich.', - unique = true, - useable = true, - label = 'Bergbräu Spazi Limo', - weight = 150, - name = 'spazi_limo', - }, - ephedrin = { - shouldClose = true, - type = 'item', - image = 'ephedrine.png', - description = 'Deine Eintrittskarte zu einem Adrenalinschub', - unique = false, - useable = true, - label = 'Ephedrin Tabletten', - weight = 500, - name = 'ephedrin', - }, - big_bottle_lemonade = { - shouldClose = true, - type = 'item', - image = 'big_bottle_lemonade.png', - description = '', - unique = false, - useable = true, - label = 'große Flasche Sprunk', - weight = 600, - name = 'big_bottle_lemonade', - }, - chair = { - shouldClose = true, - type = 'item', - image = 'chair.png', - description = '', - unique = false, - useable = true, - label = 'Stuhl', - weight = 600, - name = 'chair', - }, - newscam = { - shouldClose = true, - type = 'item', - image = 'newscam.png', - description = 'A camera for the news', - unique = true, - useable = true, - label = 'News Camera', - weight = 100, - name = 'newscam', - }, - weapon_hominglauncher = { - label = 'Homing Launcher', - type = 'weapon', - image = 'weapon_hominglauncher.png', - description = 'A weapon fitted with an electronic device that enables it to find and hit a target', - unique = true, - useable = false, - ammotype = 'AMMO_STINGER', - weight = 1000, - name = 'weapon_hominglauncher', - }, - j_and_js = { - shouldClose = true, - type = 'item', - image = 'ChatGPT_Image_27._Apr._2025__12_06_23-removebg-preview.png', - description = 'Kleine, bunte Schockodrops mit knackiger Hülle und weichem Kern', - unique = true, - useable = true, - label = 'J&J’s', - weight = 150, - name = 'j_and_js', - }, - vehicle_wheels = { - shouldClose = true, - type = 'item', - image = 'vehicle_wheels.png', - description = '', - unique = false, - useable = true, - label = 'Felgen', - weight = 0, - name = 'vehicle_wheels', - }, - weapon_heavypistol = { - label = 'FM 510', - type = 'weapon', - image = 'screenshot_405-removebg-preview.png', - description = 'Wenn die Klog nicht mehr reicht.', - unique = true, - useable = false, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_heavypistol', - }, - cooked_ribs = { - shouldClose = true, - type = 'item', - image = 'cooked_ribs.png', - description = '', - unique = false, - useable = true, - label = 'gegrillte Rippchen', - weight = 200, - name = 'cooked_ribs', - }, - weapontint_mk2_3 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Classic White Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Classic White Tint', - weight = 1000, - name = 'weapontint_mk2_3', - }, - heroin_route = { - shouldClose = false, - type = 'item', - image = 'heroin_route.png', - description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', - unique = true, - useable = false, - label = 'Heroin Route', - weight = 10, - name = 'heroin_route', - }, - weapon_flare = { - label = 'Flare pistol', - type = 'weapon', - image = 'weapon_flare.png', - description = 'A small pyrotechnic devices used for illumination and signalling', - unique = true, - useable = false, - ammotype = 'AMMO_FLARE', - weight = 1000, - name = 'weapon_flare', - }, - weapon_minismg = { - label = 'Mini SMG', - type = 'weapon', - image = 'weapon_minismg.png', - description = 'A mini handheld light weight machine gun', - unique = true, - useable = false, - ammotype = 'AMMO_SMG', - weight = 1000, - name = 'weapon_minismg', - }, - weapon_combatmg_mk2 = { - label = 'Combat MG Mk II', - type = 'weapon', - image = 'weapon_combatmg_mk2.png', - description = 'Weapon Combatmg MK2', - unique = true, - useable = true, ammotype = 'AMMO_MG', - weight = 1000, - name = 'weapon_combatmg_mk2', - }, - security_card_01 = { - shouldClose = true, - type = 'item', - image = 'security_card_01.png', - description = 'A security card... I wonder what it goes to', - unique = false, - useable = true, - label = 'Security Card A', - weight = 0, - name = 'security_card_01', - }, - rifle_defaultclip = { - shouldClose = true, - type = 'item', - image = 'rifle_defaultclip.png', - description = '', - unique = true, - useable = true, - label = 'Gewehr Magazin', - weight = 100, - name = 'rifle_defaultclip', - }, - bodybag = { - shouldClose = true, - type = 'item', - image = '40407-leichensack-xxl-schwarz-100-cm-x-220-cm_detail-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Leichensack', - weight = 200, - name = 'bodybag', - }, - oxy = { - shouldClose = true, - type = 'item', - image = 'oxy.png', - description = 'The Label Has Been Ripped Off', - unique = false, - useable = true, - label = 'Prescription Oxy', - weight = 0, - name = 'oxy', - }, - skadis_hunt = { - shouldClose = true, - type = 'item', - image = 'SkadisHunt.png', - description = 'So erfrischend und eisig wie Skadis frostige Heimat.', - unique = false, - useable = true, - label = 'Skadi\'s Hunt', - weight = 200, - name = 'skadis_hunt', - }, - purple_phone = { - shouldClose = false, - type = 'item', - image = 'phone_purple.png', - description = '„Jetzt mit noch mehr Features, die du nie brauchst, aber jedem zeigen musst.“', - unique = true, - useable = false, - label = 'iFruit 12XR Lila', - weight = 600, - name = 'purple_phone', - }, - goldchain = { - shouldClose = true, - type = 'item', - image = 'goldchain.png', - description = 'A golden chain seems like the jackpot to me!', - unique = false, - useable = false, - label = 'Golden Chain', - weight = 1500, - name = 'goldchain', - }, - weapontint_mk2_0 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Classic Black Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Classic Black Tint', - weight = 1000, - name = 'weapontint_mk2_0', - }, - reyas_arden_alad = { - shouldClose = true, - type = 'item', - image = 'FreyasGardenSalad.png', - description = 'Leicht und verführerisch, mit einer perfekten Balance von süß und herzhaft, genau wie die Göttin der Liebe.', - unique = false, - useable = true, - label = 'Freya\'s Garden Salad', - weight = 200, - name = 'reyas_arden_alad', - }, - weed_skunk = { - shouldClose = false, - type = 'item', - image = 'weed_baggy.png', - description = 'A weed bag with 2g Skunk', - unique = false, - useable = true, - label = 'Skunk 2g', - weight = 200, - name = 'weed_skunk', - }, - weapon_militaryrifle = { - label = 'Weapon Militaryrifle', + image = 'weapon_mg.png', type = 'weapon', - image = 'weapon_assaultrifle.png', - description = 'Weapon Militaryrifle', - unique = true, - useable = true, - ammotype = 'AMMO_RIFLE', - weight = 1000, - name = 'weapon_militaryrifle', - }, - ifs_olden_arvest = { - shouldClose = true, - type = 'item', - image = 'SifsGoldenHarvest.png', - description = 'Eine goldene Ernte, die Sif selbst gesegnet haben könnte – perfekt für eine herzhafte Mahlzeit.', - unique = false, - useable = true, - label = 'Sif\'s Golden Harvest', - weight = 200, - name = 'sifs_olden_harvest', - }, - weapon_knuckle = { - name = 'weapon_knuckle', unique = true, + name = 'weapon_mg', useable = false, - type = 'weapon', - label = 'Knuckle', - image = 'weapon_knuckle.png', - weight = 1000, - description = 'A metal guard worn over the knuckles in fighting, especially to increase the effect of the blows', }, - midazolam = { - shouldClose = true, - type = 'item', - image = 'screenshot_696-removebg-preview.png', + esketamin = { description = '', - unique = false, - useable = true, - label = 'Midazolam', - weight = 100, - name = 'midazolam', - }, - crack_baggy = { shouldClose = true, - type = 'item', - image = 'crack_baggy.png', - description = 'To get happy faster', + label = 'Esketamin', + weight = 20, unique = false, + image = 'esketamin.png', + type = 'item', + name = 'esketamin', useable = true, - label = 'Bag of Crack', - weight = 0, - name = 'crack_baggy', - }, - weapon_assaultsmg = { - label = 'BDR-C ', - type = 'weapon', - image = 'bdr-c.png', - description = 'Voll Scifi ^^', - unique = true, - useable = false, - ammotype = 'AMMO_SMG', - weight = 1000, - name = 'weapon_assaultsmg', - }, - eis_konfekt = { - shouldClose = true, - type = 'item', - image = 'ChatGPT_Image_27._Apr._2025__12_24_22-removebg-preview.png', - description = 'Eis Konfekt – der erfrischende Klassiker aus den 70er Jahren!', - unique = true, - useable = true, - label = 'Eis Konfekt', - weight = 100, - name = 'eis_konfekt', - }, - weapon_dbshotgun = { - label = 'Double-barrel Shotgun', - type = 'weapon', - image = 'weapon_dbshotgun.png', - description = 'A shotgun with two parallel barrels, allowing two single shots to be fired in quick succession', - unique = true, - useable = false, - ammotype = 'AMMO_SHOTGUN', - weight = 1000, - name = 'weapon_dbshotgun', - }, - acetic = { - shouldClose = false, - type = 'item', - image = 'acetone2.png', - description = 'Küchenessenz für Chemieprofis', - unique = false, - useable = false, - label = 'Essiganhydrid', - weight = 1000, - name = 'acetic', - }, - largescope_attachment = { - shouldClose = true, - type = 'item', - image = 'largescope_attachment.png', - description = 'A large scope for a weapon', - unique = false, - useable = true, - label = 'Large Scope', - weight = 1000, - name = 'largescope_attachment', - }, - cash = { - shouldClose = false, - type = 'item', - image = 'cash.png', - description = 'Nur Bares ist wares...', - unique = false, - useable = false, - label = 'Bargeld', - weight = 0, - name = 'cash', - }, - pd_keycard = { - shouldClose = false, - type = 'item', - image = 'DI2_police_keycard-removebg-preview.png', - description = 'Wenn du kein Cop bist Finger weg!', - unique = true, - useable = false, - label = 'PD Key Card', - weight = 10, - name = 'pd_keycard', - }, - lokis_trickery = { - shouldClose = true, - type = 'item', - image = 'LokisTrickery.png', - description = 'Unvorhersehbar und gefährlich, genau wie der Gott der Streiche selbst.', - unique = false, - useable = true, - label = 'Loki\'s Trickery', - weight = 200, - name = 'lokis_trickery', - }, - cup_tide = { - shouldClose = true, - type = 'item', - image = 'cup_tide.png', - description = '', - unique = false, - useable = true, - label = 'Becher Orange O Tang', - weight = 100, - name = 'cup_tide', - }, - smg_drum = { - shouldClose = true, - type = 'item', - image = 'drum_attachment.png', - description = '', - unique = true, - useable = true, - label = 'SMG Trommelmagazin', - weight = 100, - name = 'smg_drum', - }, - raw_short_ribs = { - shouldClose = true, - type = 'item', - image = 'raw_short_ribs.png', - description = '', - unique = false, - useable = true, - label = 'rohe Short Ribs', - weight = 200, - name = 'raw_short_ribs', - }, - katzenfutter = { - shouldClose = true, - type = 'item', - image = 'catfood.png', - description = 'besser als das was du hier zu essen bekommst XD', - unique = false, - useable = true, - label = 'Katzenfutter', - weight = 200, - name = 'katzenfutter', - }, - spark_plug = { - shouldClose = true, - type = 'item', - image = 'spark_plug.png', - description = '', - unique = false, - useable = true, - label = 'Premium Zündkerzen', - weight = 0, - name = 'spark_plug', }, morphine = { - shouldClose = true, - type = 'item', - image = 'syringe.png', description = '', - unique = false, - useable = true, + shouldClose = true, label = 'Morphiumspritze', weight = 10, + unique = false, + image = 'syringe.png', + type = 'item', name = 'morphine', - }, - big_bottle_tide = { - shouldClose = true, - type = 'item', - image = 'big_bottle_tide.png', - description = '', - unique = false, useable = true, - label = 'große Flasche Orange O Tang', - weight = 600, - name = 'big_bottle_tide', }, - kadis_rostbite = { + weapontint_mk2_32 = { + description = 'Metallic Red and Yellow Weapon Tint for MK2 Weapons', shouldClose = true, - type = 'item', - image = 'SkadisFrostbite.png', - description = 'Erfrischend und frostig, wie die kalte Winterluft in Skadis schneebedeckten Bergen.', - unique = false, - useable = true, - label = 'Skadi\'s Frostbite', - weight = 200, - name = 'kadis_rostbite', - }, - weapontint_3 = { - shouldClose = true, - type = 'item', - image = 'weapontint_pink.png', - description = 'Pink Weapon Tint', - unique = false, - useable = true, - label = 'Pink Tint', + label = 'Metallic Red and Yellow Tint', weight = 1000, - name = 'weapontint_3', - }, - weapon_hammer = { - name = 'weapon_hammer', - unique = true, - useable = false, - type = 'weapon', - label = 'Hammer', - image = 'weapon_hammer.png', - weight = 1000, - description = 'Used for jobs such as breaking things (legs) and driving in nails', - }, - meth_route = { - shouldClose = false, - type = 'item', - image = 'meth_route.png', - description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', - unique = true, - useable = false, - label = 'Meth Route', - weight = 10, - name = 'meth_route', - }, - weapon_remotesniper = { - label = 'Remote Sniper', - type = 'weapon', - image = 'weapon_remotesniper.png', - description = 'A portable high-precision, long-range rifle', - unique = true, - useable = false, - ammotype = 'AMMO_SNIPER_REMOTE', - weight = 1000, - name = 'weapon_remotesniper', - }, - blackmoney_route = { - shouldClose = false, - type = 'item', - image = 'blackmoney_route.png', - description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', - unique = true, - useable = false, - label = 'Schwarzgeld Route', - weight = 10, - name = 'blackmoney_route', - }, - tosti = { - shouldClose = true, - type = 'item', - image = 'tosti.png', - description = 'Schmeckt fast wie selbst gemacht – wenn man sich selbst keine Mühe gibt.', unique = false, - useable = true, - label = 'Grilled Cheese Sandwich', - weight = 200, - name = 'tosti', - }, - radioscanner = { - shouldClose = true, - type = 'item', - image = 'radioscanner.png', - description = 'With this you can get some police alerts. Not 100% effective however', - unique = false, - useable = false, - label = 'Radio Scanner', - weight = 1000, - name = 'radioscanner', - }, - tablet = { - shouldClose = true, - type = 'item', - image = 'tablet.png', - description = 'Expensive tablet', - unique = false, - useable = false, - label = 'Tablet', - weight = 2000, - name = 'tablet', - }, - rifle_extendedclip = { - shouldClose = true, - type = 'item', - image = 'rifle_extendedclip.png', - description = '', - unique = true, - useable = true, - label = 'erw. Gewehr Magazin', - weight = 100, - name = 'rifle_extendedclip', - }, - lutschfinger_eis = { - shouldClose = true, - type = 'item', - image = 'fingerice.png', - description = 'wie aus deiner Kindheit', - unique = false, - useable = true, - label = 'Lutschfinger Eis', - weight = 100, - name = 'lutschfinger_eis', - }, - weapon_assaultrifle = { - label = 'AK 75', - type = 'weapon', - image = 'screenshot_403-removebg-preview.png', - description = 'Russlands Antwort auf jedes Problem: zuverlässig, unkaputtbar und schießt sogar noch, wenn Wodka drüber gekippt wird.', - unique = true, - useable = false, - ammotype = 'AMMO_RIFLE', - weight = 1000, - name = 'weapon_assaultrifle', - }, - cerveza_barracho = { - shouldClose = true, - type = 'item', - image = 'ChatGPT Image 26. Apr. 2025, 15_29_53-min.png', - description = 'Erfrischendes mexikanisches Bier mit vollmundigem Geschmack', - unique = false, - useable = true, - label = 'Cerveza Barracho', - weight = 200, - name = 'cerveza_barracho', - }, - rubber = { - shouldClose = false, - type = 'item', - image = 'rubber.png', - description = 'Rubber, I believe you can make your own rubber ducky with it :D', - unique = false, - useable = false, - label = 'Rubber', - weight = 100, - name = 'rubber', - }, - laptop = { - shouldClose = true, - type = 'item', - image = 'laptop.png', - description = 'Expensive laptop', - unique = false, - useable = false, - label = 'Laptop', - weight = 4000, - name = 'laptop', - }, - lamb_chops = { - shouldClose = true, - type = 'item', - image = 'lamb_chops.png', - description = '', - unique = false, - useable = true, - label = 'Lammkoteletts', - weight = 200, - name = 'lamb_chops', - }, - gg_rabbit_pelt_03 = { - shouldClose = true, - type = 'item', - image = 'gg_rabbit_pelt_03.png', - description = '', - unique = true, - useable = false, - label = 'Makelloses Kaninchenfell', - weight = 1000, - name = 'gg_rabbit_pelt_03', - }, - milk = { - shouldClose = true, - type = 'item', - image = 'milk.png', - description = 'Muuuuhhhh ', - unique = false, - useable = true, - name = 'milk', - weight = 400, - label = 'Packung Mlilch', - }, - weapon_huntingrifle = { - shouldClose = true, - type = 'weapon', - image = 'weapon_huntingrifle.png', - description = '', - unique = true, - useable = true, - label = 'Jagdgewehr', - weight = 1000, - name = 'weapon_huntingrifle', - }, - lean = { - shouldClose = true, - type = 'item', - image = 'lean.png', - description = 'Der Drink, der dich so langsam macht wie eine Schnecke auf Valium', - unique = false, - useable = true, - label = 'Lean', - weight = 500, - name = 'lean', - }, - v12_engine = { - shouldClose = true, - type = 'item', - image = 'v12_engine.png', - description = '', - unique = false, - useable = true, - label = 'V12 Motor', - weight = 0, - name = 'v12_engine', - }, - propofol_250 = { - shouldClose = true, - type = 'item', - image = 'Propofol-00409469924-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Propofol 250', - weight = 250, - name = 'propofol_250', - }, - nitrous_install_kit = { - shouldClose = true, - type = 'item', - image = 'nitrous_install_kit.png', - description = '', - unique = false, - useable = true, - label = 'Nitrokit', - weight = 0, - name = 'nitrous_install_kit', - }, - patriotcamo_attachment = { - shouldClose = true, - type = 'item', - image = 'patriotcamo_attachment.png', - description = 'A patriot camo for a weapon', - unique = false, - useable = true, - label = 'Patriot Camo', - weight = 1000, - name = 'patriotcamo_attachment', - }, - kadis_inter_kewers = { - shouldClose = true, - type = 'item', - image = 'SkadisWinterSkewers.png', - description = '', - unique = false, - useable = true, - label = 'Skadi\'s Winter Skewers', - weight = 200, - name = 'skadis_winter_skewers', - }, - turbocharger = { - shouldClose = true, - type = 'item', - image = 'turbocharger.png', - description = '', - unique = false, - useable = true, - label = 'Premium Turbokit', - weight = 0, - name = 'turbocharger', - }, - weapon_bullpuprifle_mk2 = { - label = 'Bullpup Rifle Mk II', - type = 'weapon', - image = 'weapon_bullpuprifle_mk2.png', - description = 'Bull Puprifle MK2', - unique = true, - useable = true, - ammotype = 'AMMO_RIFLE', - weight = 1000, - name = 'weapon_bullpuprifle_mk2', - }, - blood_100 = { - shouldClose = true, - type = 'item', - image = 'bloodbag.png', - description = '', - unique = false, - useable = true, - label = 'Blut (100ml)', - weight = 100, - name = 'blood_100', - }, - veh_xenons = { - shouldClose = true, - type = 'item', - image = 'veh_xenons.png', - description = 'Upgrade vehicle xenons', - unique = false, - useable = true, - label = 'Xenons', - weight = 1000, - name = 'veh_xenons', - }, - jerry_can = { - shouldClose = true, - type = 'item', - image = 'jerry_can.png', - description = 'A can full of Fuel', - unique = false, - useable = true, - label = 'Jerrycan 20L', - weight = 20000, - name = 'jerry_can', - }, - ohrstopsel = { - shouldClose = false, - type = 'item', - image = 'oropax.png', - description = 'damit du das Stöhnen der Nachbarn net hören musst', - unique = true, - useable = false, - label = 'Ohrstöpsel', - weight = 20, - name = 'ohrstopsel', - }, - grip_attachment = { - shouldClose = true, - type = 'item', - image = 'grip_attachment.png', - description = 'A grip for a weapon', - unique = false, - useable = true, - label = 'Grip', - weight = 1000, - name = 'grip_attachment', - }, - weapontint_mk2_23 = { - shouldClose = true, - type = 'item', image = 'weapontint_black.png', - description = 'Metallic Gold Weapon Tint for MK2 Weapons', + type = 'item', + name = 'weapontint_mk2_32', + useable = true, + }, + shotgun_ammo = { + description = 'viel Peng', + shouldClose = true, + label = 'Shotgun Munition', + weight = 500, unique = false, + image = 'shotgunmuni.png', + type = 'item', + name = 'shotgun_ammo', useable = true, - label = 'Metallic Gold Tint', - weight = 1000, - name = 'weapontint_mk2_23', - }, - vitaminloesung_250 = { - shouldClose = true, - type = 'item', - image = 'screenshot_696-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Vitaminlösung 250', - weight = 250, - name = 'vitaminloesung_250', - }, - sniper_flashlight = { - shouldClose = true, - type = 'item', - image = 'flashlight_attachment.png', - description = '', - unique = true, - useable = true, - label = 'Sniper Licht', - weight = 100, - name = 'sniper_flashlight', - }, - shotgun_flashlight = { - shouldClose = true, - type = 'item', - image = 'flashlight_attachment.png', - description = '', - unique = true, - useable = true, - label = 'Shotgun Licht', - weight = 100, - name = 'shotgun_flashlight', - }, - ibuprophen = { - shouldClose = true, - type = 'item', - image = 'Ibuprophen.png', - description = '', - unique = false, - useable = true, - label = 'Ibuprophen', - weight = 20, - name = 'ibuprophen', - }, - pistol_suppressor = { - shouldClose = true, - type = 'item', - image = 'suppressor_attachment.png', - description = '', - unique = true, - useable = true, - label = 'Pistolen Schalldämpfer', - weight = 100, - name = 'pistol_suppressor', - }, - gg_boar_tusk_02 = { - shouldClose = true, - type = 'item', - image = 'gg_boar_tusk_02.png', - description = '', - unique = true, - useable = false, - label = 'Robuster Eberzahn', - weight = 1000, - name = 'gg_boar_tusk_02', - }, - ems_card = { - shouldClose = true, - type = 'item', - image = 'idcardpd.png', - description = '', - unique = true, - useable = true, - label = 'EMS Card', - weight = 10, - name = 'ems_card', - }, - duct_tape = { - shouldClose = true, - type = 'item', - image = 'duct_tape.png', - description = '', - unique = false, - useable = true, - label = 'Klebeband', - weight = 0, - name = 'duct_tape', - }, - opium = { - shouldClose = false, - type = 'item', - image = 'opium_dry2.png', - description = 'Chillfilter fürs Leben – aber Vorsicht, klebrig', - unique = false, - useable = false, - label = 'Opium', - weight = 100, - name = 'opium', - }, - bleeder = { - shouldClose = true, - type = 'item', - image = 'screenshot_685-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'The Bleeder', - weight = 100, - name = 'bleeder', - }, - cup_cola = { - shouldClose = true, - type = 'item', - image = 'cup_cola.png', - description = '', - unique = false, - useable = true, - label = 'Becher E-Cola', - weight = 100, - name = 'cup_cola', - }, - bubble_tea = { - shouldClose = true, - type = 'item', - image = 'bubbletea.png', - description = 'Bubble Tea – das einzige Getränk, bei dem man sich fragt, ob man gerade trinkt, snackt oder ein Kinderspielzeug schlürft!', - unique = false, - useable = true, - label = 'Bubble Tea', - weight = 100, - name = 'bubble_tea', }, gg_hunting_knife_02 = { - shouldClose = true, - type = 'item', - image = 'gg_hunting_knife_02.png', description = '', - unique = true, - useable = true, + shouldClose = true, label = 'verbessertes Jagdmesser', weight = 1000, + unique = true, + image = 'gg_hunting_knife_02.png', + type = 'item', name = 'gg_hunting_knife_02', - }, - blood_500 = { - shouldClose = true, - type = 'item', - image = 'bloodbag.png', - description = '', - unique = false, useable = true, - label = 'Blut (500ml)', - weight = 500, - name = 'blood_500', }, - rifle_scope = { - shouldClose = true, - type = 'item', - image = 'smallscope_attachment.png', - description = '', + weapon_snowball = { unique = true, - useable = true, - label = 'Gewehrvisier', - weight = 100, - name = 'rifle_scope', - }, - roofbox_color = { - shouldClose = true, - type = 'item', - image = 'roofbox_color.png', - description = '', - unique = true, - useable = true, - label = 'Farbige Dachbox', + description = 'A ball of packed snow, especially one made for throwing at other people for fun', + image = 'weapon_snowball.png', + type = 'weapon', + name = 'weapon_snowball', + label = 'Snowball', + useable = false, weight = 1000, - name = 'roofbox_color', }, - novalmin = { + cerveza_barracho = { + description = 'Erfrischendes mexikanisches Bier mit vollmundigem Geschmack', shouldClose = true, - type = 'item', - image = 'Novalmin.png', - description = '', - unique = false, - useable = true, - label = 'Novalmin', - weight = 20, - name = 'novalmin', - }, - tyre_smoke_kit = { - shouldClose = true, - type = 'item', - image = 'tyre_smoke_kit.png', - description = '', - unique = false, - useable = true, - label = 'Reifenrauch Kit', - weight = 0, - name = 'tyre_smoke_kit', - }, - cay = { - shouldClose = true, - type = 'item', - image = 'Cay.png', - description = 'Türkischer Tee', - unique = true, - useable = true, - label = 'Cay', + label = 'Cerveza Barracho', weight = 200, - name = 'cay', - }, - steel = { - shouldClose = false, - type = 'item', - image = 'steel.png', - description = 'Nice piece of metal that you can probably use for something', unique = false, - useable = false, - label = 'Steel', - weight = 100, - name = 'steel', - }, - nvscope_attachment = { - shouldClose = true, + image = 'ChatGPT Image 26. Apr. 2025, 15_29_53-min.png', type = 'item', - image = 'nvscope_attachment.png', - description = 'A night vision scope for a weapon', - unique = false, + name = 'cerveza_barracho', useable = true, - label = 'Night Vision Scope', - weight = 1000, - name = 'nvscope_attachment', - }, - handle = { - shouldClose = false, - type = 'item', - image = 'hammerhandle.png', - description = 'Der Klassiker der Griffe', - unique = false, - useable = false, - label = 'Holzgriff', - weight = 200, - name = 'handle', - }, - weapontint_mk2_29 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Metallic Blue Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Metallic Blue Tint', - weight = 1000, - name = 'weapontint_mk2_29', - }, - revolver_barrel = { - shouldClose = false, - type = 'item', - image = 'axehandle.png', - description = 'Revolver-Abzug: Ein kurzer Zug, der großen Knall bringt', - unique = false, - useable = false, - label = 'Revolverlauf', - weight = 250, - name = 'revolver_barrel', - }, - kayas_rotwein = { - shouldClose = true, - type = 'item', - image = 'kirimzi.png', - description = 'Türkischer Rotwein', - unique = true, - useable = true, - label = 'Kırmızı şarap ', - weight = 200, - name = 'kayas_rotwein', - }, - twerks_candy = { - shouldClose = true, - type = 'item', - image = 'twerks_candy.png', - description = 'It\'s all about you.', - unique = false, - useable = true, - label = 'Ego Chaser Schockriegel', - weight = 100, - name = 'twerks_candy', - }, - empty_nitrous_bottle = { - shouldClose = true, - type = 'item', - image = 'empty_nitrous_bottle.png', - description = '', - unique = false, - useable = true, - label = 'leere Nitro Flasche', - weight = 0, - name = 'empty_nitrous_bottle', - }, - newsmic = { - shouldClose = true, - type = 'item', - image = 'newsmic.png', - description = 'A microphone for the news', - unique = true, - useable = true, - label = 'News Microphone', - weight = 100, - name = 'newsmic', - }, - weapontint_mk2_19 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Bold Cyan Features Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Bold Cyan Features Tint', - weight = 1000, - name = 'weapontint_mk2_19', - }, - zebracamo_attachment = { - shouldClose = true, - type = 'item', - image = 'zebracamo_attachment.png', - description = 'A zebra camo for a weapon', - unique = false, - useable = true, - label = 'Zebra Camo', - weight = 1000, - name = 'zebracamo_attachment', - }, - pistol_holoscope = { - shouldClose = true, - type = 'item', - image = 'holoscope_attachment.png', - description = '', - unique = true, - useable = true, - label = 'Pistolenvisier', - weight = 100, - name = 'pistol_holoscope', - }, - gumianimals = { - shouldClose = true, - type = 'item', - image = 'gummanimals.png', - description = 'Zurück in die Kindheit – Deine Retro-Tüte voller bunter Gummi-Tierchen!', - unique = true, - useable = true, - label = 'Gummitierchen', - weight = 100, - name = 'gumianimals', - }, - pussycat = { - shouldClose = true, - type = 'item', - image = 'Pussycat-GTAV-Cover1.png', - description = 'Für die einsamen Nächte.', - unique = false, - useable = true, - label = 'Pussycat', - weight = 40, - name = 'pussycat', - }, - weapontint_mk2_1 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Classic Gray Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Classic Gray Tint', - weight = 1000, - name = 'weapontint_mk2_1', - }, - sprunk_zero_dose = { - shouldClose = true, - type = 'item', - image = 'sprunkcanzero.png', - description = 'Dose Zitronen Limo', - unique = false, - useable = true, - label = 'Sprunk Zero Dose', - weight = 50, - name = 'sprunk_zero_dose', - }, - weed_amnesia_seed = { - shouldClose = true, - type = 'item', - image = 'weed_seed.png', - description = 'A weed seed of Amnesia', - unique = false, - useable = true, - label = 'Amnesia Seed', - weight = 0, - name = 'weed_amnesia_seed', - }, - weapontint_mk2_12 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Orange Contrast Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Orange Contrast Tint', - weight = 1000, - name = 'weapontint_mk2_12', - }, - weapontint_mk2_5 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Classic Green Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Classic Green Tint', - weight = 1000, - name = 'weapontint_mk2_5', - }, - codeine_syrup = { - shouldClose = false, - type = 'item', - image = 'crackmixingagent.png', - description = 'Der Sirup, der dich von „A“ nach „Z“ schickt – aber ohne Zwischenstopps', - unique = false, - useable = false, - label = 'Codein-Sirup', - weight = 500, - name = 'codeine_syrup', - }, - weapontint_mk2_9 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Red Contrast Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Red Contrast Tint', - weight = 1000, - name = 'weapontint_mk2_9', - }, - big_bottle_cola = { - shouldClose = true, - type = 'item', - image = 'big_bottle_cola.png', - description = '', - unique = false, - useable = true, - label = 'große Flasche E-Cola', - weight = 600, - name = 'big_bottle_cola', - }, - empty_weed_bag = { - shouldClose = true, - type = 'item', - image = 'weed_baggy_empty.png', - description = 'A small empty bag', - unique = false, - useable = true, - label = 'Empty Weed Bag', - weight = 0, - name = 'empty_weed_bag', - }, - weapon_golfclub = { - name = 'weapon_golfclub', - unique = true, - useable = false, - type = 'weapon', - label = 'Golfclub', - image = 'weapon_golfclub.png', - weight = 1000, - description = 'A club used to hit the ball in golf', - }, - sniper_holoscope = { - shouldClose = true, - type = 'item', - image = 'holoscope_attachment.png', - description = '', - unique = true, - useable = true, - label = 'MK2 Sniper Holoscope', - weight = 100, - name = 'sniper_holoscope', - }, - heparin = { - shouldClose = true, - type = 'item', - image = 'heparin.png', - description = '', - unique = false, - useable = true, - label = 'Heparin', - weight = 10, - name = 'heparin', - }, - weapon_flaregun = { - label = 'Flare Gun', - type = 'weapon', - image = 'weapon_flaregun.png', - description = 'A handgun for firing signal rockets', - unique = true, - useable = false, - ammotype = 'AMMO_FLARE', - weight = 1000, - name = 'weapon_flaregun', - }, - tilidin = { - shouldClose = true, - type = 'item', - image = 'syringe.png', - description = '', - unique = false, - useable = true, - label = 'Tilidin', - weight = 20, - name = 'tilidin', - }, - blue_phone = { - shouldClose = false, - type = 'item', - image = 'phone_blue.png', - description = '„Ein Akku, der genau so lange hält wie deine Aufmerksamkeitsspanne.“', - unique = true, - useable = false, - label = 'iFruit 12XR Blau', - weight = 600, - name = 'blue_phone', - }, - weapon_nightstick = { - name = 'weapon_nightstick', - unique = true, - useable = false, - type = 'weapon', - label = 'Nightstick', - image = 'weapon_nightstick.png', - weight = 1000, - description = 'A police officer\'s club or billy', - }, - billokaffee = { - shouldClose = true, - type = 'item', - image = 'cheapcoffee.png', - description = 'Die Schande Kolumbiens', - unique = false, - useable = true, - label = 'Billo Kaffee', - weight = 80, - name = 'billokaffee', - }, - sniper_largescope = { - shouldClose = true, - type = 'item', - image = 'advscope_attachment.png', - description = '', - unique = true, - useable = true, - label = 'Sniper Visier groß', - weight = 100, - name = 'sniper_largescope', - }, - weapontint_mk2_28 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Metallic Green Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Metallic Green Tint', - weight = 1000, - name = 'weapontint_mk2_28', - }, - veh_exterior = { - shouldClose = true, - type = 'item', - image = 'veh_exterior.png', - description = 'Upgrade vehicle exterior', - unique = false, - useable = true, - label = 'Exterior', - weight = 1000, - name = 'veh_exterior', - }, - joint = { - shouldClose = true, - type = 'item', - image = 'joint7.png', - description = 'Die Friedenspfeife 2.0', - unique = false, - useable = true, - label = 'Joint', - weight = 500, - name = 'joint', - }, - ecola_flasche = { - shouldClose = true, - type = 'item', - image = 'ecolabottle.png', - description = 'Flasche Cola', - unique = false, - useable = true, - label = 'E-Cola Flasche', - weight = 80, - name = 'ecola_flasche', - }, - weapon_sniperrifle = { - label = 'ABM Sniper Rifle', - type = 'weapon', - image = 'screenshot_414-removebg-preview.png', - description = 'Wenn man mal das Gesetzt von weiter weg vertreten muss.', - unique = true, - useable = false, - ammotype = 'AMMO_SNIPER', - weight = 1000, - name = 'weapon_sniperrifle', - }, - ayran = { - shouldClose = true, - type = 'item', - image = 'Ayran.png', - description = 'erfrischendes Joghurtgetränk', - unique = true, - useable = true, - label = 'Ayran', - weight = 200, - name = 'ayran', - }, - jords_cean_reeze_alkoholfrei = { - shouldClose = true, - type = 'item', - image = 'NjordsOceanBreeze.png', - description = 'Eine kühle Meeresbrise in Form eines Getränks, die erfrischend und exotisch zugleich ist.', - unique = false, - useable = true, - label = 'Njord\'s Ocean Breeze (alkoholfrei)', - weight = 200, - name = 'njords_ocean_breeze_alkoholfrei', - }, - moneybag = { - shouldClose = true, - type = 'item', - image = 'moneybag.png', - description = 'A bag with cash', - unique = true, - useable = true, - label = 'Money Bag', - weight = 0, - name = 'moneybag', - }, - cooked_short_ribs = { - shouldClose = true, - type = 'item', - image = 'cooked_short_ribs.png', - description = '', - unique = false, - useable = true, - label = 'gegrillte Short Ribs', - weight = 200, - name = 'cooked_short_ribs', - }, - deployable_light = { - shouldClose = false, - type = 'item', - image = 'rundumleuchte.png', - description = '', - unique = true, - useable = true, - label = 'Aufsetzt Rundumleuchte', - weight = 250, - name = 'deployable_light', - }, - weapon_proxmine = { - name = 'weapon_proxmine', - unique = true, - useable = false, - type = 'weapon', - label = 'Proxmine Grenade', - image = 'weapon_proximitymine.png', - weight = 1000, - description = 'A bomb placed on the ground that detonates when going within its proximity', - }, - dins_isdom_latter = { - shouldClose = true, - type = 'item', - image = 'OdinsWisdomPlatter.png', - description = 'Eine herzhafte Mischung, die den Wissensdurst und die Abenteuerlust des Göttervaters befriedigt.', - unique = false, - useable = true, - label = 'Odin\'s Wisdom Platter', - weight = 200, - name = 'dins_isdom_latter', - }, - gg_hunting_campfire = { - shouldClose = false, - type = 'item', - image = 'gg_hunting_campfire.png', - description = '', - unique = false, - useable = false, - label = 'Lagerfeuerkit', - weight = 1000, - name = 'gg_hunting_campfire', - }, - metalscrap = { - shouldClose = false, - type = 'item', - image = 'scrap-iron.png', - description = 'Der Stoff, aus dem DIY-Träume sind', - unique = false, - useable = false, - label = 'Metallschrott', - weight = 500, - name = 'metalscrap', - }, - hors_hunder_torm = { - shouldClose = true, - type = 'item', - image = 'ThorsThunderStorm.png', - description = 'Ein spritziges Getränk mit einem überraschenden Kick, das wie ein Donnerschlag erfrischt.', - unique = false, - useable = true, - label = 'Thor\'s Thunder Storm (alkoholfrei)', - weight = 200, - name = 'thors_thunder_storm', - }, - squared_muzzle_brake = { - shouldClose = true, - type = 'item', - image = 'squared_muzzle_brake.png', - description = 'A muzzle brake for a weapon', - unique = false, - useable = true, - label = 'Squared Muzzle Brake', - weight = 1000, - name = 'squared_muzzle_brake', - }, - machete_blade = { - shouldClose = false, - type = 'item', - image = 'Machetenklinge.png', - description = 'Wenn du mehr als nur ein bisschen Durchblick brauchst – sie räumt den Weg frei', - unique = false, - useable = false, - label = 'Machete Klinge', - weight = 500, - name = 'machete_blade', - }, - weapon_machete = { - name = 'weapon_machete', - unique = true, - useable = false, - type = 'weapon', - label = 'Machete', - image = 'machete.png', - weight = 1000, - description = 'A broad, heavy knife used as a weapon', - }, - smallscope_attachment = { - shouldClose = true, - type = 'item', - image = 'smallscope_attachment.png', - description = 'A small scope for a weapon', - unique = false, - useable = true, - label = 'Small Scope', - weight = 1000, - name = 'smallscope_attachment', - }, - weapon_revolver = { - label = 'Tac. Revolver', - type = 'weapon', - image = 'revolver.png', - description = 'A pistol with revolving chambers enabling several shots to be fired without reloading', - unique = true, - useable = false, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_revolver', - }, - bikerack = { - shouldClose = true, - type = 'item', - image = 'bikerack.png', - description = '', - unique = true, - useable = true, - label = 'Fahrradträger', - weight = 1000, - name = 'bikerack', - }, - weapon_gadgetpistol = { - label = 'Perico Pistol', - type = 'weapon', - image = 'weapon_gadgetpistol.png', - description = 'Weapon Gadgetpistol', - unique = true, - useable = true, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_gadgetpistol', - }, - jelly_beans = { - shouldClose = true, - type = 'item', - image = 'file_00000000007861f7963805e1f6fecfc5-removebg-preview.png', - description = 'Bunte, kleine Köstlichkeiten mit knackiger Hülle und fruchtig-süßem Kern – ein Farbtupfer voller Geschmack.', - unique = true, - useable = true, - label = 'Jelly Beans', - weight = 150, - name = 'jelly_beans', - }, - weapon_garbagebag = { - name = 'weapon_garbagebag', - unique = true, - useable = false, - type = 'weapon', - label = 'Garbage Bag', - image = 'weapon_garbagebag.png', - weight = 1000, - description = 'A garbage bag', - }, - attachment_bench = { - shouldClose = false, - type = 'item', - image = 'attworkbench.png', - description = 'A workbench for crafting attachments.', - unique = true, - useable = true, - label = 'Attachment Workbench', - weight = 15000, - name = 'attachment_bench', - }, - popcorn = { - shouldClose = true, - type = 'item', - image = 'ChatGPT Image 26. Apr. 2025, 17_05_56-min.png', - description = 'Frisch aufgepopptes Popcorn ', - unique = true, - useable = true, - label = 'Popcorn', - weight = 150, - name = 'popcorn', - }, - plastic = { - shouldClose = false, - type = 'item', - image = 'plastic.png', - description = 'RECYCLE! - Greta Thunberg 2019', - unique = false, - useable = false, - label = 'Plastic', - weight = 100, - name = 'plastic', - }, - gg_rabbit_pelt_01 = { - shouldClose = true, - type = 'item', - image = 'gg_rabbit_pelt_01.png', - description = '', - unique = true, - useable = false, - label = 'Raues Kaninchenfell', - weight = 1000, - name = 'gg_rabbit_pelt_01', - }, - weapontint_0 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Default/Black Weapon Tint', - unique = false, - useable = true, - label = 'Default Tint', - weight = 1000, - name = 'weapontint_0', - }, - lsd_papers = { - shouldClose = true, - type = 'item', - image = 'lsd.png', - description = 'Miniatur-Kunstwerke, die dir den Kopf verdrehen – aber hey, zumindest sieht alles schöner aus.', - unique = false, - useable = true, - label = 'LSD-Papes', - weight = 500, - name = 'lsd_papers', - }, - goldbar = { - shouldClose = true, - type = 'item', - image = 'goldbar.png', - description = 'Looks pretty expensive to me', - unique = false, - useable = false, - label = 'Gold Bar', - weight = 7000, - name = 'goldbar', - }, - simcard = { - shouldClose = false, - type = 'item', - image = 'sim-karte.png', - description = '„Nicht einfach eine SIM. Ein Statement für Stil – in der Welt der Empfangslosen.“', - unique = true, - useable = false, - label = 'Sim-Karte', - weight = 1, - name = 'simcard', - }, - kolonya = { - shouldClose = true, - type = 'item', - image = 'Kolonya.png', - description = 'Duftwasser - Geschenk für Gäste', - unique = false, - useable = true, - label = 'Kolonya', - weight = 150, - name = 'kolonya', - }, - wurmkur = { - shouldClose = true, - type = 'item', - image = 'Wurmkur.png', - description = '', - unique = false, - useable = true, - label = 'Wurmkur', - weight = 20, - name = 'wurmkur', - }, - weapon_heavysniper_mk2 = { - label = 'Heavy Sniper Mk II', - type = 'weapon', - image = 'weapon_heavysniper_mk2.png', - description = 'Weapon Heavysniper MK2', - unique = true, - useable = true, - ammotype = 'AMMO_SNIPER', - weight = 1000, - name = 'weapon_heavysniper_mk2', - }, - weapon_railgun = { - name = 'weapon_railgun', - unique = true, - useable = false, - type = 'weapon', - label = 'Railgun', - image = 'weapon_railgun.png', - weight = 1000, - description = 'A weapon that uses electromagnetic force to launch high velocity projectiles', - }, - fitbit = { - shouldClose = true, - type = 'item', - image = 'fitbit.png', - description = 'I like fitbit', - unique = true, - useable = true, - label = 'Fitbit', - weight = 500, - name = 'fitbit', - }, - weapon_fireextinguisher = { - name = 'weapon_fireextinguisher', - unique = true, - useable = false, - type = 'weapon', - label = 'Fire Extinguisher', - image = 'weapon_fireextinguisher.png', - weight = 1000, - description = 'A portable device that discharges a jet of water, foam, gas, or other material to extinguish a fire', - }, - xtcbaggy = { - shouldClose = true, - type = 'item', - image = 'xtc_baggy.png', - description = 'Pop those pills baby', - unique = false, - useable = true, - label = 'Bag of XTC', - weight = 0, - name = 'xtcbaggy', - }, - weapon_pistol_mk2 = { - label = 'Klog 19', - type = 'weapon', - image = 'screenshot_396-removebg-preview.png', - description = 'An upgraded small firearm designed to be held in one hand', - unique = true, - useable = false, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_pistol_mk2', - }, - cottoncandy = { - shouldClose = true, - type = 'item', - image = 'screenshot_693-removebg-preview.png', - description = '', - unique = false, - useable = true, - label = 'Zuckerwatte', - weight = 100, - name = 'cottoncandy', - }, - weapon_combatpistol = { - label = 'Bretta Storm', - type = 'weapon', - image = 'screenshot_434-removebg-preview.png', - description = 'Eine kompakte, zuverlässige 9mm-Dienstpistole mit 17 Schuss Magazin.', - unique = true, - useable = false, - ammotype = 'AMMO_PISTOL', - weight = 1000, - name = 'weapon_combatpistol', - }, - bulletproof_tyres = { - shouldClose = true, - type = 'item', - image = 'bulletproof_tyres.png', - description = '', - unique = false, - useable = true, - label = 'Reifen Gebanzert', - weight = 0, - name = 'bulletproof_tyres', - }, - dildo = { - shouldClose = false, - type = 'item', - image = 'dildo.png', - description = 'passt gut zum Gleitgel ^^', - unique = true, - useable = false, - label = 'Dildo', - weight = 200, - name = 'dildo', - }, - smg_defaultclip = { - shouldClose = true, - type = 'item', - image = 'clip_attachment.png', - description = '', - unique = true, - useable = true, - label = 'SMG Magazine', - weight = 100, - name = 'smg_defaultclip', - }, - drill = { - shouldClose = false, - type = 'item', - image = 'drill.png', - description = 'The real deal...', - unique = false, - useable = false, - label = 'Drill', - weight = 20000, - name = 'drill', - }, - gg_cougar_claw_02 = { - shouldClose = true, - type = 'item', - image = 'gg_cougar_claw_02.png', - description = '', - unique = true, - useable = false, - label = 'Robuste Puma-Klaue', - weight = 500, - name = 'gg_cougar_claw_02', - }, - weapon_heavyshotgun = { - label = 'Heavy Shotgun', - type = 'weapon', - image = 'weapon_heavyshotgun.png', - description = 'A large smoothbore gun for firing small shot at short range', - unique = true, - useable = false, - ammotype = 'AMMO_SHOTGUN', - weight = 1000, - name = 'weapon_heavyshotgun', - }, - bandage = { - shouldClose = true, - type = 'item', - image = 'bandage.png', - description = 'A bandage works every time', - unique = false, - useable = true, - label = 'Bandage', - weight = 0, - name = 'bandage', }, sweets_candies = { - shouldClose = true, - type = 'item', - image = 'candy1.png', description = 'Bunt, süß und manchmal klebrig', - unique = false, - useable = true, + shouldClose = true, label = 'Bonbons', weight = 500, + unique = false, + image = 'candy1.png', + type = 'item', name = 'sweets_candies', + useable = true, + }, + weapon_smokegrenade = { + unique = true, + description = 'An explosive charge that can be remotely detonated', + image = 'screenshot_425-removebg-preview.png', + type = 'weapon', + name = 'weapon_smokegrenade', + label = 'Rauchgranate', + useable = false, + weight = 1000, + }, + weapon_briefcase_02 = { + unique = true, + description = 'Wonderfull for nice vacation to Liberty City', + image = 'weapon_briefcase2.png', + type = 'weapon', + name = 'weapon_briefcase_02', + label = 'Suitcase', + useable = false, + weight = 1000, + }, + smg_extendedclip = { + description = '', + shouldClose = true, + label = 'erw. SMG Magazin', + weight = 100, + unique = true, + image = 'smg_extendedclip.png', + type = 'item', + name = 'smg_extendedclip', + useable = true, + }, + weapon_dbshotgun = { + description = 'A shotgun with two parallel barrels, allowing two single shots to be fired in quick succession', + label = 'Double-barrel Shotgun', + weight = 1000, + ammotype = 'AMMO_SHOTGUN', + image = 'weapon_dbshotgun.png', + type = 'weapon', + unique = true, + name = 'weapon_dbshotgun', + useable = false, + }, + weed_whitewidow_seed = { + description = 'A weed seed of White Widow', + shouldClose = false, + label = 'White Widow Seed', + weight = 0, + unique = false, + image = 'weed_seed.png', + type = 'item', + name = 'weed_whitewidow_seed', + useable = true, + }, + packing_bandage = { + description = '', + shouldClose = true, + label = 'Verbandpäckchen', + weight = 100, + unique = false, + image = 'screenshot_478-removebg-preview.png', + type = 'item', + name = 'packing_bandage', + useable = true, + }, + big_bottle_tide = { + description = '', + shouldClose = true, + label = 'große Flasche Orange O Tang', + weight = 600, + unique = false, + image = 'big_bottle_tide.png', + type = 'item', + name = 'big_bottle_tide', + useable = true, + }, + emergency_revive_kit = { + description = '', + shouldClose = true, + label = 'Wiederbelebungs-Kit', + weight = 1500, + unique = false, + image = 'medbox.png', + type = 'item', + name = 'emergency_revive_kit', + useable = true, + }, + propofol_250 = { + description = '', + shouldClose = true, + label = 'Propofol 250', + weight = 250, + unique = false, + image = 'Propofol-00409469924-removebg-preview.png', + type = 'item', + name = 'propofol_250', + useable = true, + }, + acetic = { + description = 'Küchenessenz für Chemieprofis', + shouldClose = false, + label = 'Essiganhydrid', + weight = 1000, + unique = false, + image = 'acetone2.png', + type = 'item', + name = 'acetic', + useable = false, + }, + fitbit = { + description = 'I like fitbit', + shouldClose = true, + label = 'Fitbit', + weight = 500, + unique = true, + image = 'fitbit.png', + type = 'item', + name = 'fitbit', + useable = true, + }, + smg_scope = { + description = '', + shouldClose = true, + label = 'SMG Visier', + weight = 100, + unique = true, + image = 'holoscope_attachment.png', + type = 'item', + name = 'smg_scope', + useable = true, + }, + kolonya = { + description = 'Duftwasser - Geschenk für Gäste', + shouldClose = true, + label = 'Kolonya', + weight = 150, + unique = false, + image = 'Kolonya.png', + type = 'item', + name = 'kolonya', + useable = true, + }, + shotgun_scope = { + description = '', + shouldClose = true, + label = 'MK2 Shotgun Visier', + weight = 100, + unique = true, + image = 'smallscope_attachment.png', + type = 'item', + name = 'shotgun_scope', + useable = true, + }, + nacl_500 = { + description = '', + shouldClose = true, + label = 'NACL (500ml)', + weight = 500, + unique = false, + image = 'nacl.png', + type = 'item', + name = 'nacl_500', + useable = true, + }, + bauernsalat = { + description = 'Türkischer Bauernsalat', + shouldClose = true, + label = 'Çorban salatası ', + weight = 200, + unique = true, + image = 'corban.png', + type = 'item', + name = 'bauernsalat', + useable = true, + }, + cosmetic_part = { + description = '', + shouldClose = true, + label = 'Cosmetickit', + weight = 0, + unique = false, + image = 'cosmetic_part.png', + type = 'item', + name = 'cosmetic_part', + useable = true, + }, + gg_boar_tusk_03 = { + description = '', + shouldClose = true, + label = 'Makelloser Eberzahn', + weight = 1000, + unique = true, + image = 'gg_boar_tusk_03.png', + type = 'item', + name = 'gg_boar_tusk_03', + useable = false, + }, + weapon_machete = { + unique = true, + description = 'A broad, heavy knife used as a weapon', + image = 'machete.png', + type = 'weapon', + name = 'weapon_machete', + label = 'Machete', + useable = false, + weight = 1000, + }, + weapon_stone_hatchet = { + unique = true, + description = 'Stone Hatchet', + image = 'weapon_stone_hatchet.png', + type = 'weapon', + name = 'weapon_stone_hatchet', + label = 'Stone Hatchet', + useable = true, + weight = 1000, + }, + weapon_pumpshotgun = { + description = 'Der Türöffner für Cops, wenn Klopfen keine Option mehr ist.', + label = 'Banalli Schrotflinte', + weight = 1000, + ammotype = 'AMMO_SHOTGUN', + image = 'screenshot_399-removebg-preview.png', + type = 'weapon', + unique = true, + name = 'weapon_pumpshotgun', + useable = false, + }, + fries_with_dip = { + description = 'Knusprig goldene Pommes, serviert im kleinen Metallkorb – dazu ein cremiger Dip im stilechten Mini-Metalleimer.', + shouldClose = true, + label = 'Pommes mit Dip ', + weight = 200, + unique = true, + image = 'ChatGPT_Image_27._Apr._2025__12_41_35-removebg-preview.png', + type = 'item', + name = 'fries_with_dip', + useable = true, + }, + weapontint_mk2_5 = { + description = 'Classic Green Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Classic Green Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_5', + useable = true, + }, + orange_o_tang_dose = { + description = 'Dose Orangen Limo', + shouldClose = true, + label = 'Orange O Tang Dose', + weight = 50, + unique = false, + image = 'otangcan.png', + type = 'item', + name = 'orange_o_tang_dose', + useable = true, + }, + water_bottle = { + description = 'Gerüchte sagen, es stammt aus einem Gletscher – wahrscheinlich eher aus dem Hahn hinterm Werkstor.', + shouldClose = true, + label = 'Wasser Flasche ', + weight = 100, + unique = false, + image = 'wasserflasche.png', + type = 'item', + name = 'water_bottle', + useable = true, + }, + heavyarmor = { + description = 'Some protection won\'t hurt... right?', + shouldClose = true, + label = 'Heavy Armor', + weight = 5000, + unique = false, + image = 'armor.png', + type = 'item', + name = 'heavyarmor', + useable = true, + }, + veh_transmission = { + description = 'Upgrade vehicle transmission', + shouldClose = true, + label = 'Transmission', + weight = 1000, + unique = false, + image = 'veh_transmission.png', + type = 'item', + name = 'veh_transmission', + useable = true, + }, + gg_cougar_claw_01 = { + description = '', + shouldClose = true, + label = 'Raue Puma-Klaue', + weight = 500, + unique = true, + image = 'gg_cougar_claw_01.png', + type = 'item', + name = 'gg_cougar_claw_01', + useable = false, + }, + heroin_route = { + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + shouldClose = false, + label = 'Heroin Route', + weight = 10, + unique = true, + image = 'heroin_route.png', + type = 'item', + name = 'heroin_route', + useable = false, + }, + weapon_marksmanrifle_mk2 = { + description = 'Weapon Marksmanrifle MK2', + label = 'Marksman Rifle Mk II', + weight = 1000, + ammotype = 'AMMO_SNIPER', + image = 'huntingrifle2.png', + type = 'weapon', + unique = true, + name = 'weapon_marksmanrifle_mk2', + useable = true, + }, + loaded_fries = { + description = 'Knusprige Pommes, reich belegt mit köstlichen Toppings', + shouldClose = true, + label = 'Loaded Fries', + weight = 200, + unique = true, + image = 'ChatGPT_Image_26._Apr._2025__18_19_52-removebg-preview.png', + type = 'item', + name = 'loaded_fries', + useable = true, + }, + sprunk_zero_dose = { + description = 'Dose Zitronen Limo', + shouldClose = true, + label = 'Sprunk Zero Dose', + weight = 50, + unique = false, + image = 'sprunkcanzero.png', + type = 'item', + name = 'sprunk_zero_dose', + useable = true, + }, + okis_rickster_unch = { + description = 'Unberechenbar und aufregend, dieser Mocktail hält eine erfrischende Überraschung parat.', + shouldClose = true, + label = 'Loki\'s Trickster Punch', + weight = 200, + unique = false, + image = 'LokisTricksterPunch.png', + type = 'item', + name = 'lokis_trickster_punch', + useable = true, + }, + gg_captured_chickenhawk = { + description = '', + shouldClose = true, + label = 'Gefangener Falke', + weight = 5000, + unique = true, + image = 'gg_captured_chickenhawk.png', + type = 'item', + name = 'gg_captured_chickenhawk', + useable = true, + }, + pd_keycard = { + description = 'Wenn du kein Cop bist Finger weg!', + shouldClose = false, + label = 'PD Key Card', + weight = 10, + unique = true, + image = 'DI2_police_keycard-removebg-preview.png', + type = 'item', + name = 'pd_keycard', + useable = false, + }, + weapontint_mk2_6 = { + description = 'Classic Blue Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Classic Blue Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_6', + useable = true, + }, + smg_grip = { + description = '', + shouldClose = true, + label = 'SMG Griff', + weight = 100, + unique = true, + image = 'grip_attachment.png', + type = 'item', + name = 'smg_grip', + useable = true, + }, + metalscrap = { + description = 'Der Stoff, aus dem DIY-Träume sind', + shouldClose = false, + label = 'Metallschrott', + weight = 500, + unique = false, + image = 'scrap-iron.png', + type = 'item', + name = 'metalscrap', + useable = false, + }, + weapontint_mk2_12 = { + description = 'Orange Contrast Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Orange Contrast Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_12', + useable = true, + }, + gg_pug_bait_01 = { + description = '', + shouldClose = true, + label = 'Illegaler Raubtierköder 1', + weight = 100, + unique = false, + image = 'gg_pug_bait_01.png', + type = 'item', + name = 'gg_pug_bait_01', + useable = true, + }, + weapon_machinepistol = { + description = 'A self-loading pistol capable of burst or fully automatic fire', + label = 'Tec-9', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'weapon_machinepistol.png', + type = 'weapon', + unique = true, + name = 'weapon_machinepistol', + useable = false, + }, + dins_isdom_latter = { + description = 'Eine herzhafte Mischung, die den Wissensdurst und die Abenteuerlust des Göttervaters befriedigt.', + shouldClose = true, + label = 'Odin\'s Wisdom Platter', + weight = 200, + unique = false, + image = 'OdinsWisdomPlatter.png', + type = 'item', + name = 'dins_isdom_latter', + useable = true, + }, + weapon_wrench = { + unique = true, + description = 'A tool used for gripping and turning nuts, bolts, pipes, etc', + image = 'weapon_wrench.png', + type = 'weapon', + name = 'weapon_wrench', + label = 'Wrench', + useable = false, + weight = 1000, + }, + raw_short_ribs = { + description = '', + shouldClose = true, + label = 'rohe Short Ribs', + weight = 200, + unique = false, + image = 'raw_short_ribs.png', + type = 'item', + name = 'raw_short_ribs', + useable = true, + }, + weapons_route = { + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + shouldClose = false, + label = 'Waffen Route', + weight = 10, + unique = true, + image = 'weaponsroute.png', + type = 'item', + name = 'weapons_route', + useable = false, + }, + burger = { + description = '', + shouldClose = true, + label = 'Hamburger mit Käse', + weight = 100, + unique = false, + image = 'screenshot_689-removebg-preview.png', + type = 'item', + name = 'burger', + useable = true, + }, + thiopental = { + description = '', + shouldClose = true, + label = 'Thiopental', + weight = 100, + unique = false, + image = 'screenshot_696-removebg-preview.png', + type = 'item', + name = 'thiopental', + useable = true, + }, + empty_cup = { + description = '', + shouldClose = true, + label = 'leerer Becher', + weight = 6, + unique = false, + image = 'empty_cup.png', + type = 'item', + name = 'empty_cup', + useable = true, + }, + weapon_knife = { + unique = true, + description = 'An instrument composed of a blade fixed into a handle, used for cutting or as a weapon', + image = 'weapon_knife.png', + type = 'weapon', + name = 'weapon_knife', + label = 'Knife', + useable = false, + weight = 1000, + }, + veh_toolbox = { + description = 'Check vehicle status', + shouldClose = true, + label = 'Toolbox', + weight = 1000, + unique = false, + image = 'veh_toolbox.png', + type = 'item', + name = 'veh_toolbox', + useable = true, + }, + vodka = { + description = 'Nach 4 Flaschen redet man Russisch.', + shouldClose = true, + label = 'Chernokov Vodka', + weight = 500, + unique = false, + image = 'vodka.png', + type = 'item', + name = 'vodka', + useable = true, + }, + heartstopper = { + description = '"Sieben Lagen pures Glück – und ein direkter Weg zum Herzstillstand!"', + shouldClose = true, + label = 'Heart Stopper ', + weight = 600, + unique = false, + image = 'screenshot_687-removebg-preview.png', + type = 'item', + name = 'heartstopper', + useable = true, + }, + veh_engine = { + description = 'Upgrade vehicle engine', + shouldClose = true, + label = 'Engine', + weight = 1000, + unique = false, + image = 'veh_engine.png', + type = 'item', + name = 'veh_engine', + useable = true, + }, + filter_papers = { + description = 'Der Joint ist dein Freund und am besten mit Filter', + shouldClose = false, + label = 'Filtertip', + weight = 200, + unique = false, + image = 'Fiterstrips2.png', + type = 'item', + name = 'filter_papers', + useable = false, + }, + weapon_briefcase = { + unique = true, + description = 'A briefcase for storing important documents', + image = 'weapon_briefcase.png', + type = 'weapon', + name = 'weapon_briefcase', + label = 'Briefcase', + useable = false, + weight = 1000, + }, + bandage = { + description = 'A bandage works every time', + shouldClose = true, + label = 'Bandage', + weight = 0, + unique = false, + image = 'bandage.png', + type = 'item', + name = 'bandage', + useable = true, + }, + lighter = { + description = 'Flamme an oder so ....', + shouldClose = true, + label = 'Feuerzeug', + weight = 100, + unique = false, + image = 'lighter.png', + type = 'item', + name = 'lighter', + useable = false, + }, + kq_outfitbag = { + description = 'Der Kleiderschrank für unterwegs', + shouldClose = false, + label = 'Outfit Rucksack', + weight = 5, + unique = false, + image = 'kq_outfitbag.png', + type = 'item', + name = 'kq_outfitbag', + useable = true, + }, + muffin = { + description = 'der Muffin Mann...', + shouldClose = true, + label = 'Muffin', + weight = 100, + unique = false, + image = 'ChatGPT_Image_1._Mai_2025__03_50_52-removebg-preview.png', + type = 'item', + name = 'muffin', + useable = true, + }, + stancing_kit = { + description = '', + shouldClose = true, + label = 'Stancing Kit', + weight = 0, + unique = false, + image = 'stancing_kit.png', + type = 'item', + name = 'stancing_kit', + useable = true, + }, + slushi = { + description = 'Erfrischung pur in jedem Schluck – Gönn dir deinen Slushi!', + shouldClose = true, + label = 'Slushi', + weight = 150, + unique = false, + image = 'ChatGPT_Image_27._Apr._2025__12_53_39-removebg-preview (1).png', + type = 'item', + name = 'slushi', + useable = true, + }, + gunpowder = { + description = 'Schwarzes Pulver kann Schaden machen kann im Verdichten Zustand', + shouldClose = false, + label = 'Schwarzpulver', + weight = 500, + unique = false, + image = 'gunpowder.png', + type = 'item', + name = 'gunpowder', + useable = false, + }, + chemical_set = { + description = 'Dein persönliches Labor für Experimente, die besser nicht in der Küche stattfinden.', + shouldClose = false, + label = 'Chemikalien-Set', + weight = 1000, + unique = false, + image = 'lab.png', + type = 'item', + name = 'chemical_set', + useable = false, + }, + v8_engine = { + description = '', + shouldClose = true, + label = 'V8 Motor', + weight = 0, + unique = false, + image = 'v8_engine.png', + type = 'item', + name = 'v8_engine', + useable = true, }, ammo_grenadelauncher = { - shouldClose = true, - type = 'item', - image = 'grenade_launcher_tokyo_marui_m320a1_6_-removebg-preview.png', description = 'Munition für den Granatwerfer', - unique = false, - useable = true, + shouldClose = true, label = 'AMMO_GRENADELAUNCHER', weight = 200, + unique = false, + image = 'grenade_launcher_tokyo_marui_m320a1_6_-removebg-preview.png', + type = 'item', name = 'ammo_grenadelauncher', - }, - voltaren_salbenverband = { - shouldClose = true, - type = 'item', - image = 'salbenverband.png', - description = '', - unique = false, useable = true, - label = 'Voltaren Salbenverband', - weight = 20, - name = 'voltaren_salbenverband', }, - yggdrasils_root = { + cryptostick = { + description = 'Why would someone ever buy money that doesn\'t exist.. How many would it contain..?', shouldClose = true, - type = 'item', - image = 'YggdrasilsRoot.png', - description = '', - unique = false, - useable = true, - label = 'Yggdrasil\'s Root', + label = 'Crypto Stick', weight = 200, - name = 'yggdrasils_root', - }, - painkillers = { - shouldClose = true, - type = 'item', - image = 'painkillers.png', - description = 'For pain you can\'t stand anymore, take this pill that\'d make you feel great again', - unique = false, - useable = true, - label = 'Painkillers', - weight = 0, - name = 'painkillers', - }, - weapontint_mk2_14 = { - shouldClose = true, - type = 'item', - image = 'weapontint_black.png', - description = 'Bold Purple & Yellow Weapon Tint for MK2 Weapons', - unique = false, - useable = true, - label = 'Bold Purple & Yellow Tint', - weight = 1000, - name = 'weapontint_mk2_14', - }, - scookie = { - shouldClose = true, - type = 'item', - image = 'softccookie.png', - description = 'Ein Softcookie ist ein weicher, saftiger Keks mit einer zarten Textur, der oft noch leicht warm und innen herrlich chewy ist.', unique = true, + image = 'cryptostick.png', + type = 'item', + name = 'cryptostick', useable = true, - label = 'Soft Cookie', + }, + gg_hunting_meat = { + description = '', + shouldClose = true, + label = 'rohes Wildfleisch', weight = 100, - name = 'scookie', + unique = false, + image = 'gg_hunting_meat.png', + type = 'item', + name = 'gg_hunting_meat', + useable = false, + }, + twerks_candy = { + description = 'It\'s all about you.', + shouldClose = true, + label = 'Ego Chaser Schockriegel', + weight = 100, + unique = false, + image = 'twerks_candy.png', + type = 'item', + name = 'twerks_candy', + useable = true, + }, + snp_ammo = { + description = 'Ammo for Sniper Rifles', + shouldClose = true, + label = 'Sniper Munition', + weight = 1000, + unique = false, + image = 'snipermuni.png', + type = 'item', + name = 'snp_ammo', + useable = true, + }, + suppressor_attachment = { + description = 'A suppressor for a weapon', + shouldClose = true, + label = 'Suppressor', + weight = 1000, + unique = false, + image = 'suppressor_attachment.png', + type = 'item', + name = 'suppressor_attachment', + useable = true, + }, + sniper_grip = { + description = '', + shouldClose = true, + label = 'Marksmangewehr Griff', + weight = 100, + unique = true, + image = 'ar_grip.png', + type = 'item', + name = 'sniper_grip', + useable = true, + }, + heimdalls_watch = { + description = 'Scharf und klar wie Heimdalls Auge, aber mit einem farbenfrohen Twist.', + shouldClose = true, + label = 'Heimdall\'s Watch', + weight = 200, + unique = false, + image = 'HeimdallsWatch.png', + type = 'item', + name = 'heimdalls_watch', + useable = true, + }, + hundefutter = { + description = 'Futter für Hunde', + shouldClose = true, + label = 'Hundefutter', + weight = 200, + unique = false, + image = 'dogfood.png', + type = 'item', + name = 'hundefutter', + useable = true, + }, + baldurs_light = { + description = 'Sanft und erfrischend, wie das reine Licht, das Baldur ausstrahlt.', + shouldClose = true, + label = 'Baldur\'s Light', + weight = 200, + unique = false, + image = 'BaldursLight.png', + type = 'item', + name = 'baldurs_light', + useable = true, + }, + green_phone = { + description = '„Du bist nicht oberflächlich. Du hast einfach ein teures Telefon.“', + shouldClose = false, + label = 'iFruit 12XR Grün', + weight = 600, + unique = true, + image = 'phone_green.png', + type = 'item', + name = 'green_phone', + useable = false, + }, + emptybag = { + description = '', + shouldClose = false, + label = 'leere Sack', + weight = 10, + unique = false, + image = 'emptybag.png', + type = 'item', + name = 'emptybag', + useable = false, + }, + roofbox_color = { + description = '', + shouldClose = true, + label = 'Farbige Dachbox', + weight = 1000, + unique = true, + image = 'roofbox_color.png', + type = 'item', + name = 'roofbox_color', + useable = true, + }, + kakao = { + description = 'Eine heiße, süße Tasse Schokolade – perfekt zum Entspannen oder Aufwärmen an kühlen Tagen.', + shouldClose = true, + label = 'Kakao Togo', + weight = 100, + unique = false, + image = 'coffee.png', + type = 'item', + name = 'kakao', + useable = true, + }, + beer = { + description = 'Nothing like a good cold beer!', + shouldClose = true, + label = 'Pißwasser Bier', + weight = 500, + unique = false, + image = 'beer.png', + type = 'item', + name = 'beer', + useable = true, }, mg_ammo = { - shouldClose = true, - type = 'item', - image = 'mg_ammo.png', description = 'Ammo for Machine Guns', - unique = false, - useable = true, + shouldClose = true, label = 'MG ammo', weight = 1000, + unique = false, + image = 'mg_ammo.png', + type = 'item', name = 'mg_ammo', + useable = true, }, - weapon_grenadelauncher_smoke = { - label = 'Smoke Grenade Launcher', - type = 'weapon', - image = 'weapon_grenadelauncher_smoke.PNG', - description = 'A bomb that produces a lot of smoke when it explodes', + rifle_drum = { + description = '', + shouldClose = true, + label = 'Gewehr Trommelmagzin', + weight = 100, unique = true, - useable = false, - ammotype = 'AMMO_GRENADELAUNCHER', + image = 'drum_attachment.png', + type = 'item', + name = 'rifle_drum', + useable = true, + }, + tunerlaptop = { + description = 'With this tunerchip you can get your car on steroids... If you know what you\'re doing', + shouldClose = true, + label = 'Tunerchip', + weight = 2000, + unique = true, + image = 'tunerchip.png', + type = 'item', + name = 'tunerlaptop', + useable = true, + }, + lokis_trickery = { + description = 'Unvorhersehbar und gefährlich, genau wie der Gott der Streiche selbst.', + shouldClose = true, + label = 'Loki\'s Trickery', + weight = 200, + unique = false, + image = 'LokisTrickery.png', + type = 'item', + name = 'lokis_trickery', + useable = true, + }, + weapon_pistol = { + description = 'Das Multitool zum Löcher machen.', + label = 'Bretta', weight = 1000, - name = 'weapon_grenadelauncher_smoke', + ammotype = 'AMMO_PISTOL', + image = 'screenshot_398-removebg-preview.png', + type = 'weapon', + unique = true, + name = 'weapon_pistol', + useable = false, + }, + cooked_brisket = { + description = '', + shouldClose = true, + label = 'gegrilltes Brisket', + weight = 200, + unique = false, + image = 'cooked_brisket.png', + type = 'item', + name = 'cooked_brisket', + useable = true, + }, + fenystil = { + description = '', + shouldClose = true, + label = 'Fenistil', + weight = 100, + unique = false, + image = 'fenystil.png', + type = 'item', + name = 'fenystil', + useable = true, + }, + okis_ischief_ites = { + description = 'Knusprige Bissen, die mit einer scharfen Überraschung im Inneren den Gästen einen schelmischen Spaß bereiten.', + shouldClose = true, + label = 'Loki\'s Mischief Bites', + weight = 200, + unique = false, + image = 'LokisMischiefBites.png', + type = 'item', + name = 'okis_ischief_ites', + useable = true, + }, + weapon_assaultsmg = { + description = 'Voll Scifi ^^', + label = 'BDR-C ', + weight = 1000, + ammotype = 'AMMO_SMG', + image = 'bdr-c.png', + type = 'weapon', + unique = true, + name = 'weapon_assaultsmg', + useable = false, + }, + v6_engine = { + description = '', + shouldClose = true, + label = 'V6 Motor', + weight = 0, + unique = false, + image = 'v6_engine.png', + type = 'item', + name = 'v6_engine', + useable = true, + }, + gatecrack = { + description = 'Handy software to tear down some fences', + shouldClose = true, + label = 'Gatecrack', + weight = 0, + unique = false, + image = 'usb_device.png', + type = 'item', + name = 'gatecrack', + useable = false, + }, + pistol_barrel = { + description = 'Der einzige Weg, wie du in kürzester Zeit einen bleibenden Eindruck hinterlässt', + shouldClose = false, + label = 'Pistolenlauf', + weight = 250, + unique = false, + image = 'weapon_batton.png', + type = 'item', + name = 'pistol_barrel', + useable = false, + }, + gg_hunting_cookedmeat = { + description = '', + shouldClose = true, + label = 'gebratenes Wildfleisch', + weight = 50, + unique = false, + image = 'gg_hunting_cookedmeat.png', + type = 'item', + name = 'gg_hunting_cookedmeat', + useable = true, + }, + weapon_doubleaction = { + description = 'Moderner Revolver um auf Städter zu schießen und was sich sonst noch so bewegt ^^', + label = ' Revolver', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'revolver2.png', + type = 'weapon', + unique = true, + name = 'weapon_doubleaction', + useable = false, + }, + emp_ammo = { + description = 'Ammo for EMP Launcher', + shouldClose = true, + label = 'EMP Ammo', + weight = 200, + unique = false, + image = 'emp_ammo.png', + type = 'item', + name = 'emp_ammo', + useable = true, + }, + heroin_injection = { + description = 'Der schnellste Weg ins Nirwana, aber der Ausgang ist unsichtbar', + shouldClose = true, + label = 'Heroinspritze', + weight = 750, + unique = false, + image = 'dirtyneedle.png', + type = 'item', + name = 'heroin_injection', + useable = true, + }, + weapon_railgun = { + unique = true, + description = 'A weapon that uses electromagnetic force to launch high velocity projectiles', + image = 'weapon_railgun.png', + type = 'weapon', + name = 'weapon_railgun', + label = 'Railgun', + useable = false, + weight = 1000, + }, + weapontint_mk2_26 = { + description = 'Metallic Purple & Lime Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Metallic Purple & Lime Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_26', + useable = true, + }, + ecola_light = { + description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', + shouldClose = true, + label = 'E-Cola Light Softdrink', + weight = 100, + unique = false, + image = 'screenshot_688-removebg-preview.png', + type = 'item', + name = 'ecola_light', + useable = true, + }, + weapon_assaultrifle_mk2 = { + description = 'Assault Rifle MK2', + label = 'Assault Rifle Mk II', + weight = 1000, + ammotype = 'AMMO_RIFLE', + image = 'weapon_assaultrifle_mk2.png', + type = 'weapon', + unique = true, + name = 'weapon_assaultrifle_mk2', + useable = true, + }, + sniper_scope = { + description = '', + shouldClose = true, + label = 'Sniper Visier', + weight = 100, + unique = true, + image = 'largescope_attachment.png', + type = 'item', + name = 'sniper_scope', + useable = true, + }, + frenchfries = { + description = '', + shouldClose = true, + label = 'French Fries', + weight = 100, + unique = false, + image = 'screenshot_692-removebg-preview.png', + type = 'item', + name = 'frenchfries', + useable = true, + }, + junk_energy = { + description = 'Dose mit Engery', + shouldClose = true, + label = 'Junk Energy', + weight = 100, + unique = false, + image = 'junkcan.png', + type = 'item', + name = 'junk_energy', + useable = true, + }, + eimdalls_lear_ight = { + description = 'Ein erfrischendes, klares Getränk, das wie Heimdall’s wachsames Auge rein und belebend wirkt.', + shouldClose = true, + label = 'Heimdall\'s Clear Sight', + weight = 200, + unique = false, + image = 'HeimdallsClearSight.png', + type = 'item', + name = 'heimdalls_clear_sight', + useable = true, + }, + iron = { + description = 'Handy piece of metal that you can probably use for something', + shouldClose = false, + label = 'Iron', + weight = 100, + unique = false, + image = 'iron.png', + type = 'item', + name = 'iron', + useable = false, + }, + weapon_flare = { + description = 'A small pyrotechnic devices used for illumination and signalling', + label = 'Flare pistol', + weight = 1000, + ammotype = 'AMMO_FLARE', + image = 'weapon_flare.png', + type = 'weapon', + unique = true, + name = 'weapon_flare', + useable = false, + }, + plastic = { + description = 'RECYCLE! - Greta Thunberg 2019', + shouldClose = false, + label = 'Plastic', + weight = 100, + unique = false, + image = 'plastic.png', + type = 'item', + name = 'plastic', + useable = false, + }, + kadis_rostbite = { + description = 'Erfrischend und frostig, wie die kalte Winterluft in Skadis schneebedeckten Bergen.', + shouldClose = true, + label = 'Skadi\'s Frostbite', + weight = 200, + unique = false, + image = 'SkadisFrostbite.png', + type = 'item', + name = 'kadis_rostbite', + useable = true, + }, + weapontint_mk2_31 = { + description = 'Metallic Orange & Yellow Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Metallic Orange & Yellow Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_31', + useable = true, + }, + pinger = { + description = 'With a pinger and your phone you can send out your location', + shouldClose = true, + label = 'Pinger', + weight = 1000, + unique = false, + image = 'pinger.png', + type = 'item', + name = 'pinger', + useable = false, + }, + air_filter = { + description = 'sollte das Baby wieder nach Luft schreien, einmal wechseln', + shouldClose = true, + label = 'Premium Luftfilter', + weight = 0, + unique = false, + image = 'air_filter.png', + type = 'item', + name = 'air_filter', + useable = true, + }, + placebo = { + description = '', + shouldClose = true, + label = 'Placebo', + weight = 20, + unique = false, + image = 'placebo.png', + type = 'item', + name = 'placebo', + useable = true, + }, + creditcard = { + description = 'Ich brauch Geld', + shouldClose = true, + label = 'Bankkarte', + weight = 0, + unique = true, + image = 'creditcard.png', + type = 'item', + name = 'creditcard', + useable = false, + }, + raw_ribs = { + description = '', + shouldClose = true, + label = 'rohe Rippchen', + weight = 200, + unique = false, + image = 'raw_ribs.png', + type = 'item', + name = 'raw_ribs', + useable = true, + }, + v12_engine = { + description = '', + shouldClose = true, + label = 'V12 Motor', + weight = 0, + unique = false, + image = 'v12_engine.png', + type = 'item', + name = 'v12_engine', + useable = true, + }, + item_bench = { + description = 'A workbench to craft items.', + shouldClose = false, + label = 'Workbench', + weight = 15000, + unique = true, + image = 'workbench.png', + type = 'item', + name = 'item_bench', + useable = true, + }, + weapon_bullpupshotgun = { + description = 'A compact smoothbore gun for firing small shot at short range', + label = 'Bullpup Shotgun', + weight = 1000, + ammotype = 'AMMO_SHOTGUN', + image = 'weapon_bullpupshotgun.png', + type = 'weapon', + unique = true, + name = 'weapon_bullpupshotgun', + useable = false, + }, + weapon_dagger = { + unique = true, + description = 'A short knife with a pointed and edged blade, used as a weapon', + image = 'weapon_dagger.png', + type = 'weapon', + name = 'weapon_dagger', + label = 'Dagger', + useable = false, + weight = 1000, + }, + phone = { + description = 'Neat phone ya got there', + shouldClose = false, + label = 'Phone', + weight = 700, + unique = true, + image = 'phone.png', + type = 'item', + name = 'phone', + useable = false, + }, + weed_ak47_seed = { + description = 'A weed seed of AK47', + shouldClose = true, + label = 'AK47 Seed', + weight = 0, + unique = false, + image = 'weed_seed.png', + type = 'item', + name = 'weed_ak47_seed', + useable = true, + }, + cash = { + description = 'Nur Bares ist wares...', + shouldClose = false, + label = 'Bargeld', + weight = 0, + unique = false, + image = 'cash.png', + type = 'item', + name = 'cash', + useable = false, + }, + weed_ogkush_seed = { + description = 'A weed seed of OG Kush', + shouldClose = true, + label = 'OGKush Seed', + weight = 0, + unique = false, + image = 'weed_seed.png', + type = 'item', + name = 'weed_ogkush_seed', + useable = true, + }, + pizza_burger = { + description = 'Zartes Wagyu-Patty, würzige Salami, fruchtige Tomatensauce und geschmolzener Mozzarella, serviert in fluffigen Brioche Buns', + shouldClose = true, + label = 'Pizza Burger', + weight = 200, + unique = true, + image = 'ChatGPT_Image_26._Apr._2025__18_16_22-removebg-preview.png', + type = 'item', + name = 'pizza_burger', + useable = true, + }, + security_card_02 = { + description = 'A security card... I wonder what it goes to', + shouldClose = true, + label = 'Security Card B', + weight = 0, + unique = false, + image = 'security_card_02.png', + type = 'item', + name = 'security_card_02', + useable = true, + }, + bbq_grill = { + description = '', + shouldClose = true, + label = 'BBQ Grill', + weight = 1000, + unique = false, + image = 'bbq_grill.png', + type = 'item', + name = 'bbq_grill', + useable = true, + }, + comp_attachment = { + description = 'A compensator for a weapon', + shouldClose = true, + label = 'Compensator', + weight = 1000, + unique = false, + image = 'comp_attachment.png', + type = 'item', + name = 'comp_attachment', + useable = true, + }, + weapon_snspistol_mk2 = { + description = 'Sie sieht gefährlich aus, macht Krach – und verursacht blaue Flecken.', + label = 'Softair Pistole', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'weapon_snspistol_mk2.png', + type = 'weapon', + unique = true, + name = 'weapon_snspistol_mk2', + useable = true, + }, + pistol_compensator = { + description = '', + shouldClose = true, + label = 'Pistolen Kompensator', + weight = 100, + unique = true, + image = 'comp_attachment.png', + type = 'item', + name = 'pistol_compensator', + useable = true, + }, + samsplint = { + description = '', + shouldClose = true, + label = 'Samsplint', + weight = 100, + unique = false, + image = 'samsplint.png', + type = 'item', + name = 'samsplint', + useable = true, + }, + vomex = { + description = '', + shouldClose = true, + label = 'Vomex', + weight = 20, + unique = false, + image = 'vomex.png', + type = 'item', + name = 'vomex', + useable = true, + }, + weapon_petrolcan = { + description = 'A robust liquid container made from pressed steel', + label = 'Petrol Can', + weight = 1000, + ammotype = 'AMMO_PETROLCAN', + image = 'weapon_petrolcan.png', + type = 'weapon', + unique = true, + name = 'weapon_petrolcan', + useable = false, + }, + id_card = { + description = 'A card containing all your information to identify yourself', + shouldClose = false, + label = 'ID Card', + weight = 0, + unique = true, + image = 'id_card.png', + type = 'item', + name = 'id_card', + useable = true, + }, + patriotcamo_attachment = { + description = 'A patriot camo for a weapon', + shouldClose = true, + label = 'Patriot Camo', + weight = 1000, + unique = false, + image = 'patriotcamo_attachment.png', + type = 'item', + name = 'patriotcamo_attachment', + useable = true, + }, + glucoseg40 = { + description = '', + shouldClose = true, + label = 'Glucose 40%', + weight = 10, + unique = false, + image = 'glucoseg40.png', + type = 'item', + name = 'glucoseg40', + useable = true, + }, + raw_sausages = { + description = '', + shouldClose = true, + label = 'rohe Bratwurst', + weight = 100, + unique = false, + image = 'raw_sausages.png', + type = 'item', + name = 'raw_sausages', + useable = true, + }, + shotgun_squaredmuzzle = { + description = '', + shouldClose = true, + label = 'MK2 Shotgun Squaredmuzzle', + weight = 100, + unique = true, + image = 'comp_attachment.png', + type = 'item', + name = 'shotgun_squaredmuzzle', + useable = true, + }, + rifle_holoscope = { + description = 'MK2 Gewehr Holovisier', + shouldClose = true, + label = '100', + weight = 100, + unique = true, + image = 'holoscope_attachment.png', + type = 'item', + name = 'rifle_holoscope', + useable = true, + }, + rifle_flashlight = { + description = '', + shouldClose = true, + label = 'Gewehrlicht', + weight = 100, + unique = true, + image = 'flashlight_attachment.png', + type = 'item', + name = 'rifle_flashlight', + useable = true, + }, + 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."', + shouldClose = true, + label = 'Nordisee Fischfrikadellenbrötchen', + weight = 100, + unique = false, + image = 'Nordisee Fischfrikadellenbroetchen.png', + type = 'item', + name = 'nordisee_fischfrikadellenbroetchen', + useable = true, + }, + precision_muzzle_brake = { + description = 'A muzzle brake for a weapon', + shouldClose = true, + label = 'Precision Muzzle Brake', + weight = 1000, + unique = false, + image = 'precision_muzzle_brake.png', + type = 'item', + name = 'precision_muzzle_brake', + useable = true, + }, + weapontint_4 = { + description = 'Army Weapon Tint', + shouldClose = true, + label = 'Army Tint', + weight = 1000, + unique = false, + image = 'weapontint_army.png', + type = 'item', + name = 'weapontint_4', + useable = true, + }, + vehicle_wheels = { + description = '', + shouldClose = true, + label = 'Felgen', + weight = 0, + unique = false, + image = 'vehicle_wheels.png', + type = 'item', + name = 'vehicle_wheels', + useable = true, + }, + ayran = { + description = 'erfrischendes Joghurtgetränk', + shouldClose = true, + label = 'Ayran', + weight = 200, + unique = true, + image = 'Ayran.png', + type = 'item', + name = 'ayran', + useable = true, + }, + weapon_bat = { + unique = true, + description = 'Used for hitting a ball in sports (or other things)', + image = 'weapon_bat.png', + type = 'weapon', + name = 'weapon_bat', + label = 'Bat', + useable = false, + weight = 1000, + }, + sessantacamo_attachment = { + description = 'A sessanta nove camo for a weapon', + shouldClose = true, + label = 'Sessanta Nove Camo', + weight = 1000, + unique = false, + image = 'sessantacamo_attachment.png', + type = 'item', + name = 'sessantacamo_attachment', + useable = true, + }, + lsd_papers = { + description = 'Miniatur-Kunstwerke, die dir den Kopf verdrehen – aber hey, zumindest sieht alles schöner aus.', + shouldClose = true, + label = 'LSD-Papes', + weight = 500, + unique = false, + image = 'lsd.png', + type = 'item', + name = 'lsd_papers', + useable = true, + }, + snikkel_candy = { + description = 'Some delicious candy :O', + shouldClose = true, + label = 'EarthQuakes', + weight = 100, + unique = false, + image = 'snikkelcandy.png', + type = 'item', + name = 'snikkel_candy', + useable = true, + }, + 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.', + shouldClose = true, + label = 'Bacon Cheese Burger', + weight = 150, + unique = true, + image = 'baconcheeseburger.png', + type = 'item', + name = 'cheese_burger', + useable = true, + }, + orange_o_tang_zero_dose = { + description = 'Dose Orangen Limo', + shouldClose = true, + label = 'Orange O Tang Zero Dose', + weight = 50, + unique = false, + image = 'ontangcanzero.png', + type = 'item', + name = 'orange_o_tang_zero_dose', + useable = true, + }, + schnitzelbroetchen = { + description = 'Knuspriger Held im Brötchenmantel – das Schnitzel regelt!', + shouldClose = true, + label = 'Schnitzelbrötchen', + weight = 100, + unique = false, + image = 'schnitzelbrotechen.png', + type = 'item', + name = 'schnitzelbroetchen', + useable = true, + }, + weapontint_mk2_19 = { + description = 'Bold Cyan Features Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Bold Cyan Features Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_19', + useable = true, + }, + weapon_knuckle = { + unique = true, + description = 'A metal guard worn over the knuckles in fighting, especially to increase the effect of the blows', + image = 'weapon_knuckle.png', + type = 'weapon', + name = 'weapon_knuckle', + label = 'Knuckle', + useable = false, + weight = 1000, + }, + big_bottle_cola = { + description = '', + shouldClose = true, + label = 'große Flasche E-Cola', + weight = 600, + unique = false, + image = 'big_bottle_cola.png', + type = 'item', + name = 'big_bottle_cola', + useable = true, + }, + spark_plug = { + description = '', + shouldClose = true, + label = 'Premium Zündkerzen', + weight = 0, + unique = false, + image = 'spark_plug.png', + type = 'item', + name = 'spark_plug', + useable = true, + }, + clutch_replacement = { + description = '', + shouldClose = true, + label = 'Premium Kupplungssatz', + weight = 0, + unique = false, + image = 'clutch_replacement.png', + type = 'item', + name = 'clutch_replacement', + useable = true, + }, + veh_xenons = { + description = 'Upgrade vehicle xenons', + shouldClose = true, + label = 'Xenons', + weight = 1000, + unique = false, + image = 'veh_xenons.png', + type = 'item', + name = 'veh_xenons', + useable = true, + }, + weapon_combatshotgun = { + description = 'Weapon Combatshotgun', + label = 'Beanbag Shotgun', + weight = 1000, + ammotype = 'AMMO_BEANBAG', + image = 'beanbagshotgun.png', + type = 'weapon', + unique = true, + name = 'weapon_combatshotgun', + useable = false, + }, + weapon_poolcue = { + unique = true, + description = 'A stick used to strike a ball, usually the cue ball (or other things)', + image = 'weapon_poolcue.png', + type = 'weapon', + name = 'weapon_poolcue', + label = 'Billardque', + useable = false, + weight = 1000, + }, + weapon_minismg = { + description = 'A mini handheld light weight machine gun', + label = 'Mini SMG', + weight = 1000, + ammotype = 'AMMO_SMG', + image = 'weapon_minismg.png', + type = 'weapon', + unique = true, + name = 'weapon_minismg', + useable = false, + }, + gumianimals = { + description = 'Zurück in die Kindheit – Deine Retro-Tüte voller bunter Gummi-Tierchen!', + shouldClose = true, + label = 'Gummitierchen', + weight = 100, + unique = true, + image = 'gummanimals.png', + type = 'item', + name = 'gumianimals', + useable = true, + }, + mettbroetchen = { + description = 'mhmm deutsches Sushi', + shouldClose = true, + label = 'Mettbrötchen', + weight = 100, + unique = false, + image = 'mettbroetchen.png', + type = 'item', + name = 'mettbroetchen', + useable = true, + }, + lamb_chops = { + description = '', + shouldClose = true, + label = 'Lammkoteletts', + weight = 200, + unique = false, + image = 'lamb_chops.png', + type = 'item', + name = 'lamb_chops', + useable = true, + }, + halbes_haendel = { + description = 'zum Finger lecken gut ^^', + shouldClose = true, + label = 'Halbes Händel', + weight = 100, + unique = false, + image = 'halbes_handel.png', + type = 'item', + name = 'halbes_haendel', + useable = true, + }, + newscam = { + description = 'A camera for the news', + shouldClose = true, + label = 'News Camera', + weight = 100, + unique = true, + image = 'newscam.png', + type = 'item', + name = 'newscam', + useable = true, + }, + weapon_carbinerifle = { + description = 'Der beste Freund eines Cops, wenn Funk und Pfefferspray nicht mehr reichen.', + label = 'AR 15', + weight = 1000, + ammotype = 'AMMO_RIFLE', + image = 'ar15.png', + type = 'weapon', + unique = true, + name = 'weapon_carbinerifle', + useable = false, + }, + gg_hunting_knife_01 = { + description = '', + shouldClose = true, + label = 'Klassisches Jagdmesser', + weight = 1000, + unique = true, + image = 'gg_hunting_knife_01.png', + type = 'item', + name = 'gg_hunting_knife_01', + useable = true, + }, + reyas_arden_alad = { + description = 'Leicht und verführerisch, mit einer perfekten Balance von süß und herzhaft, genau wie die Göttin der Liebe.', + shouldClose = true, + label = 'Freya\'s Garden Salad', + weight = 200, + unique = false, + image = 'FreyasGardenSalad.png', + type = 'item', + name = 'reyas_arden_alad', + useable = true, + }, + newsmic = { + description = 'A microphone for the news', + shouldClose = true, + label = 'News Microphone', + weight = 100, + unique = true, + image = 'newsmic.png', + type = 'item', + name = 'newsmic', + useable = true, + }, + ironoxide = { + description = 'Some powder to mix with.', + shouldClose = false, + label = 'Iron Powder', + weight = 100, + unique = false, + image = 'ironoxide.png', + type = 'item', + name = 'ironoxide', + useable = false, + }, + semi_slick_tyres = { + description = '', + shouldClose = true, + label = 'Reifen semi slick', + weight = 0, + unique = false, + image = 'semi_slick_tyres.png', + type = 'item', + name = 'semi_slick_tyres', + useable = true, + }, + ready_methpipe = { + description = 'Der schnelle Weg ins Nirvana – aber du verpasst den Ausgang', + shouldClose = true, + label = 'Gefüllte Methpfeife', + weight = 500, + unique = false, + image = 'opium_pipe.png', + type = 'item', + name = 'ready_methpipe', + useable = true, + }, + weapontint_mk2_27 = { + description = 'Metallic Red Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Metallic Red Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_27', + useable = true, + }, + mechanic_tablet = { + description = 'Das wichtigste Werkzeug', + shouldClose = false, + label = 'Petrol Head Tablet', + weight = 0, + unique = false, + image = 'mechanic_tablet.png', + type = 'item', + name = 'mechanic_tablet', + useable = true, + }, + tirerepairkit = { + description = 'A kit to repair your tires', + shouldClose = true, + label = 'Tire Repair Kit', + weight = 1000, + unique = false, + image = 'tirerepairkit.png', + type = 'item', + name = 'tirerepairkit', + useable = true, + }, + aldurs_right_ites = { + description = 'Leicht und erfrischend, diese Bissen erhellen den Geist und lassen den Geschmack erstrahlen.', + shouldClose = true, + label = 'Baldur\'s Bright Bites', + weight = 200, + unique = false, + image = 'BaldursBrightBites.png', + type = 'item', + name = 'aldurs_right_ites', + useable = true, + }, + rifle_ammo = { + description = 'schnelles Peng', + shouldClose = true, + label = 'Gewehr Munition', + weight = 200, + unique = false, + image = 'gewehrmuni.png', + type = 'item', + name = 'rifle_ammo', + useable = true, + }, + geocamo_attachment = { + description = 'A geometric camo for a weapon', + shouldClose = true, + label = 'Geometric Camo', + weight = 1000, + unique = false, + image = 'geocamo_attachment.png', + type = 'item', + name = 'geocamo_attachment', + useable = true, + }, + digicamo_attachment = { + description = 'A digital camo for a weapon', + shouldClose = true, + label = 'Digital Camo', + weight = 1000, + unique = false, + image = 'digicamo_attachment.png', + type = 'item', + name = 'digicamo_attachment', + useable = true, + }, + heparin = { + description = '', + shouldClose = true, + label = 'Heparin', + weight = 10, + unique = false, + image = 'heparin.png', + type = 'item', + name = 'heparin', + useable = true, + }, + clip_attachment = { + description = 'A clip for a weapon', + shouldClose = true, + label = 'Clip', + weight = 1000, + unique = false, + image = 'clip_attachment.png', + type = 'item', + name = 'clip_attachment', + useable = true, + }, + billokaffee = { + description = 'Die Schande Kolumbiens', + shouldClose = true, + label = 'Billo Kaffee', + weight = 80, + unique = false, + image = 'cheapcoffee.png', + type = 'item', + name = 'billokaffee', + useable = true, + }, + whiskey = { + description = 'For all the thirsty out there', + shouldClose = true, + label = 'Whiskey', + weight = 500, + unique = false, + image = 'whiskey.png', + type = 'item', + name = 'whiskey', + useable = true, + }, + nitrous_install_kit = { + description = '', + shouldClose = true, + label = 'Nitrokit', + weight = 0, + unique = false, + image = 'nitrous_install_kit.png', + type = 'item', + name = 'nitrous_install_kit', + useable = true, + }, + small_triggersystem = { + description = 'Winzig, aber mächtig – ein kleiner Klick und die Action geht los', + shouldClose = false, + label = 'kleines Abzugssystem', + weight = 100, + unique = false, + image = 'trigger2.png', + type = 'item', + name = 'small_triggersystem', + useable = false, + }, + weapontint_mk2_20 = { + description = 'Bold Yellow Features Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Bold Yellow Features Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_20', + useable = true, + }, + weapontint_mk2_0 = { + description = 'Classic Black Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Classic Black Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_0', + useable = true, + }, + rifle_suppressor = { + description = '', + shouldClose = true, + label = 'Gewehr Schalldämpfer', + weight = 100, + unique = true, + image = 'suppressor_attachment.png', + type = 'item', + name = 'rifle_suppressor', + useable = true, + }, + stickynote = { + description = 'Sometimes handy to remember something :)', + shouldClose = false, + label = 'Sticky note', + weight = 0, + unique = true, + image = 'stickynote.png', + type = 'item', + name = 'stickynote', + useable = false, + }, + nitrous = { + description = 'Speed up, gas pedal! :D', + shouldClose = true, + label = 'Nitrous', + weight = 1000, + unique = false, + image = 'nitrous.png', + type = 'item', + name = 'nitrous', + useable = true, + }, + fish_and_chips = { + description = 'very british ^^', + shouldClose = true, + label = 'Fish and Chips', + weight = 200, + unique = false, + image = 'fishandchips.png', + type = 'item', + name = 'fish_and_chips', + useable = true, + }, + weapon_stickybomb = { + unique = true, + description = 'An explosive charge covered with an adhesive that when thrown against an object sticks until it explodes', + image = 'weapon_stickybomb.png', + type = 'weapon', + name = 'weapon_stickybomb', + label = 'C4', + useable = false, + weight = 1000, + }, + fentanyl = { + description = '', + shouldClose = true, + label = 'Fentanyl', + weight = 10, + unique = false, + image = 'fentanyl-removebg-preview.png', + type = 'item', + name = 'fentanyl', + useable = true, + }, + epinephrine = { + description = '', + shouldClose = true, + label = 'Adrenalinspritze', + weight = 10, + unique = false, + image = 'epi_pen.png', + type = 'item', + name = 'epinephrine', + useable = true, + }, + cooked_ribs = { + description = '', + shouldClose = true, + label = 'gegrillte Rippchen', + weight = 200, + unique = false, + image = 'cooked_ribs.png', + type = 'item', + name = 'cooked_ribs', + useable = true, + }, + gg_pug_bait_02 = { + description = '', + shouldClose = true, + label = 'Illegaler Raubtierköder 2', + weight = 100, + unique = false, + image = 'gg_pug_bait_02.png', + type = 'item', + name = 'gg_pug_bait_02', + useable = true, + }, + urapidil3 = { + description = '', + shouldClose = true, + label = 'Urapidil 3,0 mg', + weight = 20, + unique = false, + image = 'urapidil1.png', + type = 'item', + name = 'urapidil3', + useable = true, + }, + jelly_beans = { + description = 'Bunte, kleine Köstlichkeiten mit knackiger Hülle und fruchtig-süßem Kern – ein Farbtupfer voller Geschmack.', + shouldClose = true, + label = 'Jelly Beans', + weight = 150, + unique = true, + image = 'file_00000000007861f7963805e1f6fecfc5-removebg-preview.png', + type = 'item', + name = 'jelly_beans', + useable = true, + }, + labkey = { + description = 'Key for a lock...?', + shouldClose = true, + label = 'Key', + weight = 500, + unique = true, + image = 'labkey.png', + type = 'item', + name = 'labkey', + useable = true, + }, + weapon_pumpshotgun_mk2 = { + description = 'Pumpshotgun MK2', + label = 'Pumpshotgun Mk II', + weight = 1000, + ammotype = 'AMMO_SHOTGUN', + image = 'weapon_pumpshotgun_mk2.png', + type = 'weapon', + unique = true, + name = 'weapon_pumpshotgun_mk2', + useable = true, + }, + eimdalls_uard_read = { + description = 'Stark und nahrhaft, dieses Brot bewacht den Magen und bereitet dich auf den Genuss der kommenden Speisen vor.', + shouldClose = true, + label = 'Heimdall\'s Guard Bread', + weight = 200, + unique = false, + image = 'HeimdallsGuardBread.png', + type = 'item', + name = 'heimdalls_guard_bread', + useable = true, + }, + sprunk = { + description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', + shouldClose = true, + label = 'Sprunk Softdrink', + weight = 100, + unique = false, + image = 'screenshot_688-removebg-preview.png', + type = 'item', + name = 'sprunk', + useable = true, + }, + respray_kit = { + description = 'Perfekt für die schnelle Ausbesserung des Kleides', + shouldClose = true, + label = 'Lack Spraydose', + weight = 0, + unique = false, + image = 'respray_kit.png', + type = 'item', + name = 'respray_kit', + useable = true, + }, + veh_exterior = { + description = 'Upgrade vehicle exterior', + shouldClose = true, + label = 'Exterior', + weight = 1000, + unique = false, + image = 'veh_exterior.png', + type = 'item', + name = 'veh_exterior', + useable = true, + }, + red_phone = { + description = '„So smart, es wundert sich selbst, warum es bei dir gelandet ist.“', + shouldClose = false, + label = 'iFruit 12XR Rot', + weight = 600, + unique = true, + image = 'phone_red.png', + type = 'item', + name = 'red_phone', + useable = false, + }, + weapon_huntingrifle = { + description = '', + shouldClose = true, + label = 'Jagdgewehr', + weight = 1000, + unique = true, + image = 'weapon_huntingrifle.png', + type = 'weapon', + name = 'weapon_huntingrifle', + useable = true, + }, + cup_beer = { + description = '', + shouldClose = true, + label = 'Becher Bier', + weight = 100, + unique = false, + image = 'cup_beer.png', + type = 'item', + name = 'cup_beer', + useable = true, + }, + weapon_compactlauncher = { + unique = true, + description = 'A compact grenade launcher', + image = 'weapon_compactlauncher.png', + type = 'weapon', + name = 'weapon_compactlauncher', + label = 'Compact Launcher', + useable = false, + weight = 1000, + }, + lidocain = { + description = '', + shouldClose = true, + label = 'Lidocain', + weight = 20, + unique = false, + image = 'Lidocain.png', + type = 'item', + name = 'lidocain', + useable = true, + }, + holoscope_attachment = { + description = 'A holo scope for a weapon', + shouldClose = true, + label = 'Holo Scope', + weight = 1000, + unique = false, + image = 'holoscope_attachment.png', + type = 'item', + name = 'holoscope_attachment', + useable = true, + }, + ibuprophen = { + description = '', + shouldClose = true, + label = 'Ibuprophen', + weight = 20, + unique = false, + image = 'Ibuprophen.png', + type = 'item', + name = 'ibuprophen', + useable = true, + }, + odins_wisdom_brew = { + description = 'Ein Getränk, das auch ohne Alkohol die Weisheit und Kraft des Allvaters vermittelt – voller Geschmack und leicht süß.', + shouldClose = true, + label = 'Odin\'s Wisdom Brew (alkoholfrei)', + weight = 200, + unique = false, + image = 'OdinsWisdomBrew.png', + type = 'item', + name = 'odins_wisdom_brew', + useable = true, + }, + weapon_nightstick = { + unique = true, + description = 'A police officer\'s club or billy', + image = 'weapon_nightstick.png', + type = 'weapon', + name = 'weapon_nightstick', + label = 'Nightstick', + useable = false, + weight = 1000, + }, + grapejuice = { + description = 'Grape juice is said to be healthy', + shouldClose = false, + label = 'Grape Juice', + weight = 200, + unique = false, + image = 'grapejuice.png', + type = 'item', + name = 'grapejuice', + useable = true, + }, + printerdocument = { + description = 'A nice document', + shouldClose = true, + label = 'Document', + weight = 500, + unique = true, + image = 'printerdocument.png', + type = 'item', + name = 'printerdocument', + useable = true, + }, + injection = { + description = 'Bereit für alles, aber hat nix zu sagen.', + shouldClose = false, + label = 'Spritze', + weight = 500, + unique = false, + image = 'syringe.png', + type = 'item', + name = 'injection', + useable = false, + }, + diving_fill = { + description = 'An oxygen tube and a rebreather', + shouldClose = true, + label = 'Diving Tube', + weight = 3000, + unique = true, + image = 'diving_tube.png', + type = 'item', + name = 'diving_fill', + useable = true, + }, + codeine_syrup = { + description = 'Der Sirup, der dich von „A“ nach „Z“ schickt – aber ohne Zwischenstopps', + shouldClose = false, + label = 'Codein-Sirup', + weight = 500, + unique = false, + image = 'crackmixingagent.png', + type = 'item', + name = 'codeine_syrup', + useable = false, + }, + cooked_bbq_wings = { + description = '', + shouldClose = true, + label = 'gegrillte BBQ Wings', + weight = 200, + unique = false, + image = 'cooked_bbq_wings.png', + type = 'item', + name = 'cooked_bbq_wings', + useable = true, + }, + zebracamo_attachment = { + description = 'A zebra camo for a weapon', + shouldClose = true, + label = 'Zebra Camo', + weight = 1000, + unique = false, + image = 'zebracamo_attachment.png', + type = 'item', + name = 'zebracamo_attachment', + useable = true, + }, + macrons = { + description = 'bunte Leckerbissen, die den Gaumen mit süßer Freude verzaubern', + shouldClose = true, + label = 'Macrons', + weight = 50, + unique = false, + image = 'macrons.png', + type = 'item', + name = 'macrons', + useable = true, + }, + marshal_card = { + description = '', + shouldClose = false, + label = 'Marshal Card', + weight = 0, + unique = false, + image = 'idcardpd.png', + type = 'item', + name = 'marshal_card', + useable = false, + }, + certificate = { + description = 'Certificate that proves you own certain stuff', + shouldClose = true, + label = 'Certificate', + weight = 0, + unique = false, + image = 'certificate.png', + type = 'item', + name = 'certificate', + useable = false, + }, + black_phone = { + description = '„Mach Schluss mit echten Gesprächen – es gibt jetzt bessere Ablenkungen.“', + shouldClose = false, + label = 'iFruit 12XR Schwarz', + weight = 600, + unique = true, + image = 'phone_black.png', + type = 'item', + name = 'black_phone', + useable = false, + }, + weed_purplehaze_seed = { + description = 'A weed seed of Purple Haze', + shouldClose = true, + label = 'Purple Haze Seed', + weight = 0, + unique = false, + image = 'weed_seed.png', + type = 'item', + name = 'weed_purplehaze_seed', + useable = true, + }, + smg_holoscope = { + description = '', + shouldClose = true, + label = 'SMG Holoscope', + weight = 100, + unique = true, + image = 'holoscope_attachment.png', + type = 'item', + name = 'smg_holoscope', + useable = true, }, blood_750 = { - shouldClose = true, - type = 'item', - image = 'bloodbag.png', description = '', - unique = false, - useable = true, + shouldClose = true, label = 'Blut (750ml)', weight = 750, + unique = false, + image = 'bloodbag.png', + type = 'item', name = 'blood_750', + useable = true, + }, + weapontint_2 = { + description = 'Gold Weapon Tint', + shouldClose = true, + label = 'Gold Tint', + weight = 1000, + unique = false, + image = 'weapontint_gold.png', + type = 'item', + name = 'weapontint_2', + useable = true, + }, + hors_hunder_ings = { + description = 'Knusprig, würzig und mit einem feurigen Biss – diese Flügel schlagen ein wie ein Donnerblitz.', + shouldClose = true, + label = 'Thor\'s Thunder Wings', + weight = 200, + unique = false, + image = 'ThorsThunderWings.png', + type = 'item', + name = 'hors_hunder_ings', + useable = true, + }, + fwd_drivetrain = { + description = '', + shouldClose = true, + label = 'FWD', + weight = 0, + unique = false, + image = 'fwd_drivetrain.png', + type = 'item', + name = 'fwd_drivetrain', + useable = true, + }, + coke_brick = { + description = 'Heavy package of cocaine, mostly used for deals and takes a lot of space', + shouldClose = true, + label = 'Coke Brick', + weight = 1000, + unique = true, + image = 'coke_brick.png', + type = 'item', + name = 'coke_brick', + useable = false, + }, + rifle_grip = { + description = '', + shouldClose = true, + label = 'Gewehrgriff', + weight = 100, + unique = true, + image = 'ar_grip.png', + type = 'item', + name = 'rifle_grip', + useable = true, + }, + awd_drivetrain = { + description = '', + shouldClose = true, + label = 'AWD', + weight = 0, + unique = false, + image = 'awd_drivetrain.png', + type = 'item', + name = 'awd_drivetrain', + useable = true, + }, + weapontint_mk2_24 = { + description = 'Metallic Platinum Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Metallic Platinum Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_24', + useable = true, + }, + 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', + label = 'Minigun', + weight = 1000, + ammotype = 'AMMO_MINIGUN', + image = 'weapon_minigun.png', + type = 'weapon', + unique = true, + name = 'weapon_minigun', + useable = false, + }, + suspension_parts = { + description = '', + shouldClose = true, + label = 'Premium Fahrwerksteile', + weight = 0, + unique = false, + image = 'suspension_parts.png', + type = 'item', + name = 'suspension_parts', + useable = true, + }, + saldprezels = { + description = 'Knusprige Mini-Salzbrezeln', + shouldClose = true, + label = 'Salzbrezeln', + weight = 150, + unique = true, + image = 'ChatGPT_Image_27._Apr._2025__00_12_06-removebg-preview.png', + type = 'item', + name = 'saldprezels', + useable = true, + }, + weapon_specialcarbine = { + description = 'Wenn die Ar 15 nicht mehr reicht.', + label = 'KH 450', + weight = 1000, + ammotype = 'AMMO_RIFLE', + image = 'screenshot_407-removebg-preview.png', + type = 'weapon', + unique = true, + name = 'weapon_specialcarbine', + useable = false, + }, + coffee = { + description = 'Pump 4 Caffeine', + shouldClose = true, + label = 'Kaffee Togo', + weight = 200, + unique = false, + image = 'coffee.png', + type = 'item', + name = 'coffee', + useable = true, + }, + gg_cougar_claw_02 = { + description = '', + shouldClose = true, + label = 'Robuste Puma-Klaue', + weight = 500, + unique = true, + image = 'gg_cougar_claw_02.png', + type = 'item', + name = 'gg_cougar_claw_02', + useable = false, + }, + goezleme = { + description = 'würzig gefülltes Fladenbrot', + shouldClose = true, + label = 'Gözleme', + weight = 200, + unique = true, + image = 'Goezleme.png', + type = 'item', + name = 'goezleme', + useable = true, + }, + munky_juice_ice_tea = { + description = 'Pfirsich oder Zitrone das hier die Frage...', + shouldClose = true, + label = 'Munky Juice Ice Tea', + weight = 100, + unique = false, + image = 'munkyicetea .png', + type = 'item', + name = 'munky_juice_ice_tea', + useable = true, + }, + cooked_corn_cob = { + description = '', + shouldClose = true, + label = 'gegrillter Maiskolben', + weight = 100, + unique = false, + image = 'cooked_corn_cob.png', + type = 'item', + name = 'cooked_corn_cob', + useable = true, + }, + rwd_drivetrain = { + description = '', + shouldClose = true, + label = 'RWD', + weight = 0, + unique = false, + image = 'rwd_drivetrain.png', + type = 'item', + name = 'rwd_drivetrain', + useable = true, + }, + weapon_ceramicpistol = { + description = 'Weapon Ceramicpistol', + label = 'Ceramic Pistol', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'weapon_ceramicpistol.png', + type = 'weapon', + unique = true, + name = 'weapon_ceramicpistol', + useable = true, + }, + advscope_attachment = { + description = 'An advanced scope for a weapon', + shouldClose = true, + label = 'Advanced Scope', + weight = 1000, + unique = false, + image = 'advscope_attachment.png', + type = 'item', + name = 'advscope_attachment', + useable = true, + }, + weed_whitewidow = { + description = 'A weed bag with 2g White Widow', + shouldClose = false, + label = 'White Widow 2g', + weight = 200, + unique = false, + image = 'weed_baggy.png', + type = 'item', + name = 'weed_whitewidow', + useable = true, + }, + tyre_replacement = { + description = 'die Premium Schuhe der Kraftfahrzeuge', + shouldClose = true, + label = 'Premium Reifen', + weight = 0, + unique = false, + image = 'tyre_replacement.png', + type = 'item', + name = 'tyre_replacement', + useable = true, + }, + rostedcoffee = { + description = '', + shouldClose = false, + label = 'geröstete Kaffeebohnen', + weight = 2000, + unique = false, + image = 'rostedcoffee.png', + type = 'item', + name = 'rostedcoffee', + useable = false, + }, + rohkaffee = { + description = '', + shouldClose = false, + label = 'Rohkaffee', + weight = 4, + unique = false, + image = 'rohkaffee.png', + type = 'item', + name = 'rohkaffee', + useable = false, + }, + hors_hunder_torm = { + description = 'Ein spritziges Getränk mit einem überraschenden Kick, das wie ein Donnerschlag erfrischt.', + shouldClose = true, + label = 'Thor\'s Thunder Storm (alkoholfrei)', + weight = 200, + unique = false, + image = 'ThorsThunderStorm.png', + type = 'item', + name = 'thors_thunder_storm', + useable = true, + }, + ev_battery = { + description = '', + shouldClose = true, + label = 'EV Battery', + weight = 0, + unique = false, + image = 'ev_battery.png', + type = 'item', + name = 'ev_battery', + useable = true, + }, + gardensicorr = { + description = '', + shouldClose = false, + label = 'Gartenschere', + weight = 100, + unique = true, + image = 'gardernsicor.png', + type = 'item', + name = 'gardensicorr', + useable = false, + }, + security_card_01 = { + description = 'A security card... I wonder what it goes to', + shouldClose = true, + label = 'Security Card A', + weight = 0, + unique = false, + image = 'security_card_01.png', + type = 'item', + name = 'security_card_01', + useable = true, + }, + leopardcamo_attachment = { + description = 'A leopard camo for a weapon', + shouldClose = true, + label = 'Leopard Camo', + weight = 1000, + unique = false, + image = 'leopardcamo_attachment.png', + type = 'item', + name = 'leopardcamo_attachment', + useable = true, + }, + cooked_bbq_thigh = { + description = '', + shouldClose = true, + label = 'gegrillte Hähnchenkeule', + weight = 200, + unique = false, + image = 'cooked_bbq_thigh.png', + type = 'item', + name = 'cooked_bbq_thigh', + useable = true, + }, + shotgun_grip = { + description = '', + shouldClose = true, + label = 'Shotgun Griff', + weight = 100, + unique = true, + image = 'grip_attachment.png', + type = 'item', + name = 'shotgun_grip', + useable = true, + }, + narketan = { + description = '', + shouldClose = true, + label = 'Narketan', + weight = 250, + unique = false, + image = 'screenshot_696-removebg-preview.png', + type = 'item', + name = 'narketan', + useable = true, + }, + firework1 = { + description = 'Fireworks', + shouldClose = true, + label = '2Brothers', + weight = 1000, + unique = false, + image = 'firework1.png', + type = 'item', + name = 'firework1', + useable = true, + }, + weapon_bzgas = { + unique = false, + description = 'Tränen aus der Dose', + image = 'bz_gas.png', + type = 'weapon', + name = 'weapon_bzgas', + label = 'Tränengas Granate', + useable = false, + weight = 500, + }, + weapontint_mk2_3 = { + description = 'Classic White Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Classic White Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_3', + useable = true, + }, + sniper_flashlight = { + description = '', + shouldClose = true, + label = 'Sniper Licht', + weight = 100, + unique = true, + image = 'flashlight_attachment.png', + type = 'item', + name = 'sniper_flashlight', + useable = true, + }, + cleaning_kit = { + description = 'Für die schnelle Reinigung', + shouldClose = false, + label = 'Premium Putzlappen ', + weight = 0, + unique = false, + image = '', + type = 'item', + name = 'cleaning_kit', + useable = false, + }, + ecola = { + description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', + shouldClose = true, + label = 'E-Cola Softdrink', + weight = 100, + unique = false, + image = 'screenshot_688-removebg-preview.png', + type = 'item', + name = 'ecola', + useable = true, + }, + reinforced_handle = { + description = 'Der Bodybuilder unter den Griffen', + shouldClose = false, + label = 'Verstärkter Griff', + weight = 1000, + unique = false, + image = 'Verstaerktergriff.png', + type = 'item', + name = 'reinforced_handle', + useable = false, + }, + log = { + description = '', + shouldClose = false, + label = 'Holzscheit', + weight = 500, + unique = false, + image = 'wood_scraps.png', + type = 'item', + useable = false, + name = 'log', + }, + deployable_light = { + description = '', + shouldClose = false, + label = 'Aufsetzt Rundumleuchte', + weight = 250, + unique = true, + image = 'rundumleuchte.png', + type = 'item', + name = 'deployable_light', + useable = true, + }, + cigs = { + description = '', + shouldClose = true, + label = 'Zigarette', + weight = 200, + unique = false, + image = 'cigs.png', + type = 'item', + name = 'cigs', + useable = true, + }, + donut = { + description = 'Dooooonuuuuts', + shouldClose = true, + label = 'Donut', + weight = 100, + unique = false, + image = 'donut.png', + type = 'item', + name = 'donut', + useable = true, + }, + weed_purplehaze = { + description = 'A weed bag with 2g Purple Haze', + shouldClose = false, + label = 'Purple Haze 2g', + weight = 200, + unique = false, + image = 'weed_baggy.png', + type = 'item', + name = 'weed_purplehaze', + useable = true, + }, + 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.', + shouldClose = true, + label = 'Odins Nüsse', + weight = 150, + unique = false, + image = 'Odins_nuesse.png', + type = 'item', + name = 'Odins_nuesse', + useable = true, + }, + weapon_railgunxm3 = { + unique = true, + description = 'A weapon that uses electromagnetic force to launch high velocity projectiles', + image = 'weapon_railgunxm3.png', + type = 'weapon', + name = 'weapon_railgunxm3', + label = 'Railgun XM3', + useable = false, + weight = 1000, + }, + blood_1000 = { + description = '', + shouldClose = true, + label = 'Blut (1000ml)', + weight = 1000, + unique = false, + image = 'bloodbag.png', + type = 'item', + name = 'blood_1000', + useable = true, + }, + ffries = { + description = '"Jetzt mit 0 % Kartoffel, 100 % Patriotismus!"', + shouldClose = true, + label = 'Freedom Fries', + weight = 100, + unique = false, + image = 'screenshot_686-removebg-preview.png', + type = 'item', + name = 'ffries', + useable = true, + }, + weapon_pistol_mk2 = { + description = 'An upgraded small firearm designed to be held in one hand', + label = 'Klog 19', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'screenshot_396-removebg-preview.png', + type = 'weapon', + unique = true, + name = 'weapon_pistol_mk2', + useable = false, + }, + gg_hunting_rifleammo = { + description = '', + shouldClose = true, + label = 'Jagdgewehr Munition', + weight = 200, + unique = false, + image = 'gg_hunting_rifleammo.png', + type = 'item', + name = 'gg_hunting_rifleammo', + useable = true, + }, + munky_juice = { + description = 'Trinkpäckchen mit Saft und ja der Strohhalm ist aus Plastik ^^', + shouldClose = true, + label = 'Munky Juice', + weight = 100, + unique = false, + image = 'munkeyjuice.png', + type = 'item', + name = 'munky_juice', + useable = true, + }, + bbq_seasoning = { + description = '', + shouldClose = true, + label = 'BBQ Gewürze', + weight = 100, + unique = false, + image = 'bbq_seasoning.png', + type = 'item', + name = 'bbq_seasoning', + useable = true, + }, + weapontint_7 = { + description = 'Platinum Weapon Tint', + shouldClose = true, + label = 'Platinum Tint', + weight = 1000, + unique = false, + image = 'weapontint_plat.png', + type = 'item', + name = 'weapontint_7', + useable = true, + }, + weapontint_mk2_13 = { + description = 'Bold Pink Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Bold Pink Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_13', + useable = true, + }, + cokebaggy = { + description = 'To get happy real quick', + shouldClose = true, + label = 'Bag of Coke', + weight = 0, + unique = false, + image = 'cocaine_baggy.png', + type = 'item', + name = 'cokebaggy', + useable = true, + }, + split_end_muzzle_brake = { + description = 'A muzzle brake for a weapon', + shouldClose = true, + label = 'Split End Muzzle Brake', + weight = 1000, + unique = false, + image = 'split_end_muzzle_brake.png', + type = 'item', + name = 'split_end_muzzle_brake', + useable = true, + }, + armaid_plant = { + description = '„Kratzen wie Wolle, halten wie Stahl.“', + shouldClose = false, + label = 'Aramid Fasern', + weight = 500, + unique = false, + image = 'armaid_plant.png', + type = 'item', + name = 'armaid_plant', + useable = false, + }, + roadpods = { + description = '„Klang für Menschen, die sich keine Kompromisse anhören.“', + shouldClose = true, + label = 'iFruit Ear Buds', + weight = 200, + unique = true, + image = 'roadpods.png', + type = 'item', + name = 'roadpods', + useable = true, + }, + cay = { + description = 'Türkischer Tee', + shouldClose = true, + label = 'Cay', + weight = 200, + unique = true, + image = 'Cay.png', + type = 'item', + name = 'cay', + useable = true, + }, + j_and_js = { + description = 'Kleine, bunte Schockodrops mit knackiger Hülle und weichem Kern', + shouldClose = true, + label = 'J&J’s', + weight = 150, + unique = true, + image = 'ChatGPT_Image_27._Apr._2025__12_06_23-removebg-preview.png', + type = 'item', + name = 'j_and_js', + useable = true, + }, + manual_gearbox = { + description = 'Handgerissen, so gehört sich das', + shouldClose = true, + label = 'Schaltgetriebe', + weight = 0, + unique = false, + image = 'manual_gearbox.png', + type = 'item', + name = 'manual_gearbox', + useable = true, + }, + ecg_monitor = { + description = '', + shouldClose = true, + label = 'EKG Monitor', + weight = 2500, + unique = false, + image = '148383-multiparameter-patientenmonitor-pc-3000-lepu-medical-2-removebg-preview.png', + type = 'item', + name = 'ecg_monitor', + useable = true, + }, + bubble_tea = { + description = 'Bubble Tea – das einzige Getränk, bei dem man sich fragt, ob man gerade trinkt, snackt oder ein Kinderspielzeug schlürft!', + shouldClose = true, + label = 'Bubble Tea', + weight = 100, + unique = false, + image = 'bubbletea.png', + type = 'item', + name = 'bubble_tea', + useable = true, + }, + kuzu_sis = { + description = 'Lammkebab mit Beilagen', + shouldClose = true, + label = 'Kuzu Sis', + weight = 200, + unique = true, + image = 'Kuzu_sis.png', + type = 'item', + name = 'kuzu_sis', + useable = true, + }, + lahmacun = { + description = 'Fladenbrot mit einer würzigen Mischung aus Hackfleisch, Zwiebeln, Tomaten und Olivenöl', + shouldClose = true, + label = 'Lahmacun', + weight = 200, + unique = true, + image = 'lahmacun.png', + type = 'item', + name = 'lahmacun', + useable = true, + }, + gg_hunting_animaltracker = { + description = '', + shouldClose = true, + label = 'Tier Ortungsgerät', + weight = 1000, + unique = true, + image = 'gg_hunting_animaltracker.png', + type = 'item', + name = 'gg_hunting_animaltracker', + useable = true, + }, + lockpick = { + description = 'Very useful if you lose your keys a lot.. or if you want to use it for something else...', + shouldClose = true, + label = 'Dietrich', + weight = 300, + unique = false, + image = 'lockpick.png', + type = 'item', + name = 'lockpick', + useable = true, + }, + freyas_kiss = { + description = 'Ein verführerischer und zarter Drink, der die Schönheit der Göttin Freya widerspiegelt.', + shouldClose = true, + label = 'Freya\'s Kiss', + weight = 200, + unique = false, + image = 'FreyasKiss.png', + type = 'item', + name = 'freyas_kiss', + useable = true, + }, + weapon_bullpuprifle = { + description = 'Dieses Gewehr ist der neueste chinesische Import, der Amerika im Sturm erobert.', + label = 'QBX-92-3', + weight = 1000, + ammotype = 'AMMO_RIFLE', + image = 'screenshot_411-removebg-preview.png', + type = 'weapon', + unique = true, + name = 'weapon_bullpuprifle', + useable = false, + }, + rolling_paper = { + description = 'Der Stoff, der Gras und Tabak zusammenhält', + shouldClose = true, + label = 'Drehpapier', + weight = 200, + unique = false, + image = 'rolling_paper2.png', + type = 'item', + name = 'rolling_paper', + useable = false, + }, + cooked_kebab = { + description = '', + shouldClose = true, + label = 'gegrilltes Schaschlick', + weight = 200, + unique = false, + image = 'cooked_kebab.png', + type = 'item', + name = 'cooked_kebab', + useable = true, + }, + redwoodpack = { + description = '', + shouldClose = true, + label = 'Packung Redwood Zigaretten', + weight = 200, + unique = false, + image = 'redwoodpack.png', + type = 'item', + name = 'redwoodpack', + useable = true, + }, + pistol_smallscope = { + description = '', + shouldClose = true, + label = 'MK2 Revolver Visier', + weight = 100, + unique = true, + image = 'smallscope_attachment.png', + type = 'item', + name = 'pistol_smallscope', + useable = true, + }, + attachment_bench = { + description = 'A workbench for crafting attachments.', + shouldClose = false, + label = 'Attachment Workbench', + weight = 15000, + unique = true, + image = 'attworkbench.png', + type = 'item', + name = 'attachment_bench', + useable = true, + }, + weapon_hammer = { + unique = true, + description = 'Used for jobs such as breaking things (legs) and driving in nails', + image = 'weapon_hammer.png', + type = 'weapon', + name = 'weapon_hammer', + label = 'Hammer', + useable = false, + weight = 1000, + }, + armor = { + description = 'Some protection won\'t hurt... right?', + shouldClose = true, + label = 'Armor', + weight = 5000, + unique = false, + image = 'armor.png', + type = 'item', + name = 'armor', + useable = true, + }, + weapon_gadgetpistol = { + description = 'Weapon Gadgetpistol', + label = 'Perico Pistol', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'weapon_gadgetpistol.png', + type = 'weapon', + unique = true, + name = 'weapon_gadgetpistol', + useable = true, + }, + weapontint_mk2_29 = { + description = 'Metallic Blue Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Metallic Blue Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_29', + useable = true, + }, + drone = { + description = '', + shouldClose = true, + label = 'Drohne', + weight = 1000, + unique = true, + image = 'drone.png', + type = 'item', + name = 'drone', + useable = true, + }, + gg_rabbit_pelt_02 = { + description = '', + shouldClose = true, + label = 'Robustes Kaninchenfell', + weight = 1000, + unique = true, + image = 'gg_rabbit_pelt_02.png', + type = 'item', + name = 'gg_rabbit_pelt_02', + useable = false, + }, + largescope_attachment = { + description = 'A large scope for a weapon', + shouldClose = true, + label = 'Large Scope', + weight = 1000, + unique = false, + image = 'largescope_attachment.png', + type = 'item', + name = 'largescope_attachment', + useable = true, + }, + repairkit = { + description = 'A nice toolbox with stuff to repair your vehicle', + shouldClose = true, + label = 'Repairkit', + weight = 2500, + unique = false, + image = 'repairkit.png', + type = 'item', + name = 'repairkit', + useable = true, + }, + ['3-fach_impfung_katze'] = { + description = '', + shouldClose = true, + label = '3-fach Impfung Katze', + weight = 20, + unique = false, + image = 'katzenimpfstoff.png', + type = 'item', + name = '3-fach_impfung_katze', + useable = true, + }, + spazi_limo = { + description = 'Spritzig, lecker, absolut neu und revolutionär. Ähnlichkeiten zu anderen Limos? Niemals. Reinste Zufälle. Wirklich.', + shouldClose = true, + label = 'Bergbräu Spazi Limo', + weight = 150, + unique = true, + image = 'ChatGPT_Image_27._Apr._2025__11_54_28-removebg-preview.png', + type = 'item', + name = 'spazi_limo', + useable = true, + }, + radioscanner = { + description = 'With this you can get some police alerts. Not 100% effective however', + shouldClose = true, + label = 'Radio Scanner', + weight = 1000, + unique = false, + image = 'radioscanner.png', + type = 'item', + name = 'radioscanner', + useable = false, + }, + cefalexin = { + description = '', + shouldClose = true, + label = 'Cefalexin', + weight = 20, + unique = false, + image = 'Cefalexin.png', + type = 'item', + name = 'cefalexin', + useable = true, + }, + gazoz = { + description = 'kohlensäurehaltiges, süßes Erfrischungsgetränk ', + shouldClose = true, + label = 'Gazoz', + weight = 200, + unique = true, + image = 'Gazoz.png', + type = 'item', + name = 'gazoz', + useable = true, + }, + vitaminloesung = { + description = '', + shouldClose = true, + label = 'Vitaminlösung 100', + weight = 100, + unique = false, + image = 'screenshot_696-removebg-preview.png', + type = 'item', + name = 'vitaminloesung', + useable = true, + }, + lawyerpass = { + description = 'Pass exclusive to lawyers to show they can represent a suspect', + shouldClose = false, + label = 'Lawyer Pass', + weight = 0, + unique = true, + image = 'lawyerpass.png', + type = 'item', + name = 'lawyerpass', + useable = true, + }, + pralinen = { + description = 'Damit Sie dich mal wieder ranlässt...', + shouldClose = true, + label = 'Pralinen', + weight = 100, + unique = false, + image = 'pralinen.png', + type = 'item', + name = 'pralinen', + useable = true, + }, + weapon_hazardcan = { + description = 'Weapon Hazardcan', + label = 'Hazardous Jerry Can', + weight = 1000, + ammotype = 'AMMO_PETROLCAN', + image = 'weapon_hazardcan.png', + type = 'weapon', + unique = true, + name = 'weapon_hazardcan', + useable = true, + }, + wurmkur = { + description = '', + shouldClose = true, + label = 'Wurmkur', + weight = 20, + unique = false, + image = 'Wurmkur.png', + type = 'item', + name = 'wurmkur', + useable = true, + }, + tactical_muzzle_brake = { + description = 'A muzzle brakee for a weapon', + shouldClose = true, + label = 'Tactical Muzzle Brake', + weight = 1000, + unique = false, + image = 'tactical_muzzle_brake.png', + type = 'item', + name = 'tactical_muzzle_brake', + useable = true, + }, + ecola_flasche = { + description = 'Flasche Cola', + shouldClose = true, + label = 'E-Cola Flasche', + weight = 80, + unique = false, + image = 'ecolabottle.png', + type = 'item', + name = 'ecola_flasche', + useable = true, + }, + duct_tape = { + description = '', + shouldClose = true, + label = 'Klebeband', + weight = 0, + unique = false, + image = 'duct_tape.png', + type = 'item', + name = 'duct_tape', + useable = true, + }, + weapontint_mk2_18 = { + description = 'Bold Green Features Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Bold Green Features Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_18', + useable = true, + }, + machete_blade = { + description = 'Wenn du mehr als nur ein bisschen Durchblick brauchst – sie räumt den Weg frei', + shouldClose = false, + label = 'Machete Klinge', + weight = 500, + unique = false, + image = 'Machetenklinge.png', + type = 'item', + name = 'machete_blade', + useable = false, + }, + bulletproof_tyres = { + description = '', + shouldClose = true, + label = 'Reifen Gebanzert', + weight = 0, + unique = false, + image = 'bulletproof_tyres.png', + type = 'item', + name = 'bulletproof_tyres', + useable = true, + }, + grip_attachment = { + description = 'A grip for a weapon', + shouldClose = true, + label = 'Grip', + weight = 1000, + unique = false, + image = 'grip_attachment.png', + type = 'item', + name = 'grip_attachment', + useable = true, + }, + ecola_zero_flasche = { + description = 'Flasche Cola', + shouldClose = true, + label = 'E-Cola Zero Flasche', + weight = 80, + unique = false, + image = 'ecolazerobottle.png', + type = 'item', + name = 'ecola_zero_flasche', + useable = true, + }, + rifle_defaultclip = { + description = '', + shouldClose = true, + label = 'Gewehr Magazin', + weight = 100, + unique = true, + image = 'rifle_defaultclip.png', + type = 'item', + name = 'rifle_defaultclip', + useable = true, + }, + weapon_flaregun = { + description = 'A handgun for firing signal rockets', + label = 'Flare Gun', + weight = 1000, + ammotype = 'AMMO_FLARE', + image = 'weapon_flaregun.png', + type = 'weapon', + unique = true, + name = 'weapon_flaregun', + useable = false, + }, + voltaren_salbenverband = { + description = '', + shouldClose = true, + label = 'Voltaren Salbenverband', + weight = 20, + unique = false, + image = 'salbenverband.png', + type = 'item', + name = 'voltaren_salbenverband', + useable = true, + }, + kaugummi = { + description = 'Damit dein Maul net mehr so Stinkt...', + shouldClose = true, + label = 'Kaugummi ', + weight = 40, + unique = false, + image = 'kaugummi.png', + type = 'item', + name = 'kaugummi', + useable = true, + }, + meth_pipe = { + description = 'Leere Pfeife zum möglichen Glück was keins ist', + shouldClose = false, + label = 'Leere Methpfeife', + weight = 500, + unique = false, + image = 'Meth pfeife.png', + type = 'item', + name = 'meth_pipe', + useable = false, + }, + police_stormram = { + description = 'A nice tool to break into doors', + shouldClose = true, + label = 'Stormram', + weight = 18000, + unique = false, + image = 'police_stormram.png', + type = 'item', + name = 'police_stormram', + useable = true, + }, + weapon_heavysniper_mk2 = { + description = 'Weapon Heavysniper MK2', + label = 'Heavy Sniper Mk II', + weight = 1000, + ammotype = 'AMMO_SNIPER', + image = 'weapon_heavysniper_mk2.png', + type = 'weapon', + unique = true, + name = 'weapon_heavysniper_mk2', + useable = true, + }, + gg_captured_rabbit = { + description = '', + shouldClose = true, + label = 'Gefangenes Kaninchen', + weight = 5000, + unique = true, + image = 'gg_captured_rabbit.png', + type = 'item', + name = 'gg_captured_rabbit', + useable = true, + }, + weapontint_mk2_2 = { + description = 'Classic Two-Tone Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Classic Two-Tone Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_2', + useable = true, + }, + squared_muzzle_brake = { + description = 'A muzzle brake for a weapon', + shouldClose = true, + label = 'Squared Muzzle Brake', + weight = 1000, + unique = false, + image = 'squared_muzzle_brake.png', + type = 'item', + name = 'squared_muzzle_brake', + useable = true, + }, + firstaid = { + description = 'You can use this First Aid kit to get people back on their feet', + shouldClose = true, + label = 'First Aid', + weight = 2500, + unique = false, + image = 'firstaid.png', + type = 'item', + name = 'firstaid', + useable = true, + }, + smg_suppressor = { + description = '', + shouldClose = true, + label = 'SMG Schalldämpfer', + weight = 100, + unique = true, + image = 'suppressor_attachment.png', + type = 'item', + name = 'smg_suppressor', + useable = true, + }, + ['5-fach_impfung_hund'] = { + description = '', + shouldClose = true, + label = '5-fach Impfung Hund', + weight = 20, + unique = false, + image = 'hundeimpfstoff.png', + type = 'item', + name = '5-fach_impfung_hund', + useable = true, + }, + pussycat = { + description = 'Für die einsamen Nächte.', + shouldClose = true, + label = 'Pussycat', + weight = 40, + unique = false, + image = 'Pussycat-GTAV-Cover1.png', + type = 'item', + name = 'pussycat', + useable = true, + }, + bcesandwich = { + description = 'Knuspriger Bacon, geschmolzener Käse und ein saftiges Spiegelei, geschichtet zwischen zwei goldbraun gerösteten Toastscheiben', + shouldClose = true, + label = 'Bacon Cheese Egg Sandwich', + weight = 200, + unique = false, + image = 'ChatGPT_Image_26._Apr._2025__18_03_49-removebg-preview.png', + type = 'item', + name = 'bcesandwich', + useable = true, + }, + weapon_rayminigun = { + description = 'Weapon Rayminigun', + label = 'Widowmaker', + weight = 1000, + ammotype = 'AMMO_MINIGUN', + image = 'weapon_rayminigun.png', + type = 'weapon', + unique = true, + name = 'weapon_rayminigun', + useable = true, + }, + weapontint_mk2_15 = { + description = 'Bold Orange Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Bold Orange Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_15', + useable = true, + }, + juice = { + description = 'Wenn hier Anna nass macht dann bin ICH das !!!!', + shouldClose = true, + label = 'Saft', + weight = 100, + unique = false, + image = 'juice.png', + type = 'item', + name = 'juice', + useable = true, + }, + axe_head = { + description = 'Der schneidige Bruder der Säge', + shouldClose = false, + label = 'Axt Kopf', + weight = 1000, + unique = false, + image = 'Axtkopf.png', + type = 'item', + name = 'axe_head', + useable = false, + }, + weapon_hominglauncher = { + description = 'A weapon fitted with an electronic device that enables it to find and hit a target', + label = 'Homing Launcher', + weight = 1000, + ammotype = 'AMMO_STINGER', + image = 'weapon_hominglauncher.png', + type = 'weapon', + unique = true, + name = 'weapon_hominglauncher', + useable = false, + }, + spikestrips = { + description = '', + shouldClose = true, + label = 'Nagelband', + weight = 200, + unique = true, + image = 'spikestripes.png', + type = 'item', + name = 'spikestrips', + useable = true, + }, + weapon_smg = { + description = 'Deutsche Ingenieurskunst in Kompaktform, gebaut für Cops, die auf Präzision und Verlässlichkeit zählen.', + label = 'MP5', + weight = 1000, + ammotype = 'AMMO_SMG', + image = 'screenshot_409-removebg-preview.png', + type = 'weapon', + unique = true, + name = 'weapon_smg', + useable = false, + }, + tavor1 = { + description = '', + shouldClose = true, + label = 'Tavor 1,0 mg', + weight = 20, + unique = false, + image = 'tavor1.png', + type = 'item', + name = 'tavor1', + useable = true, + }, + etilefrin = { + description = '', + shouldClose = true, + label = 'Etilefrin', + weight = 100, + unique = false, + image = 'screenshot_696-removebg-preview.png', + type = 'item', + name = 'etilefrin', + useable = true, + }, + njords_tide = { + description = 'Frisch wie die Seebrise und kraftvoll wie die Gezeiten des Meeres.', + shouldClose = true, + label = 'Njord\'s Tide', + weight = 200, + unique = false, + image = 'NjordsTide.png', + type = 'item', + name = 'njords_tide', + useable = true, + }, + weapon_proxmine = { + unique = true, + description = 'A bomb placed on the ground that detonates when going within its proximity', + image = 'weapon_proximitymine.png', + type = 'weapon', + name = 'weapon_proxmine', + label = 'Proxmine Grenade', + useable = false, + weight = 1000, + }, + weapon_crossbow = { + description = '', + shouldClose = true, + label = 'Jagd Armbrust', + weight = 1000, + unique = true, + image = 'weapon_crossbow.png', + type = 'weapon', + name = 'weapon_crossbow', + useable = true, + }, + shotgun_flashlight = { + description = '', + shouldClose = true, + label = 'Shotgun Licht', + weight = 100, + unique = true, + image = 'flashlight_attachment.png', + type = 'item', + name = 'shotgun_flashlight', + useable = true, + }, + cooked_bbq_ribeye = { + description = '', + shouldClose = true, + label = 'gegrilltes Ribeye Steak', + weight = 200, + unique = false, + image = 'cooked_bbq_ribeye.png', + type = 'item', + name = 'cooked_bbq_ribeye', + useable = true, + }, + weapon_gusenberg = { + description = ' das Original aus der goldenen Ära der Gangster', + label = 'Gusenberg Sweeper', + weight = 1000, + ammotype = 'AMMO_MG', + image = 'screenshot_412-removebg-preview.png', + type = 'weapon', + unique = true, + name = 'weapon_gusenberg', + useable = false, + }, + gun_handle = { + description = 'Dein persönlicher Halt – stärker als jeder Nervenkitzel', + shouldClose = false, + label = 'Griffstück', + weight = 200, + unique = false, + image = 'empu.png', + type = 'item', + name = 'gun_handle', + useable = false, + }, + perseuscamo_attachment = { + description = 'A perseus camo for a weapon', + shouldClose = true, + label = 'Perseus Camo', + weight = 1000, + unique = false, + image = 'perseuscamo_attachment.png', + type = 'item', + name = 'perseuscamo_attachment', + useable = true, + }, + driver_license = { + description = 'Permit to show you can drive a vehicle', + shouldClose = false, + label = 'Drivers License', + weight = 0, + unique = true, + image = 'driver_license.png', + type = 'item', + name = 'driver_license', + useable = true, + }, + weapontint_mk2_25 = { + description = 'Metallic Gray & Lilac Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Metallic Gray & Lilac Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_25', + useable = true, + }, + dendrogyra_coral = { + description = 'Its also known as pillar coral', + shouldClose = true, + label = 'Dendrogyra', + weight = 1000, + unique = false, + image = 'dendrogyra_coral.png', + type = 'item', + name = 'dendrogyra_coral', + useable = false, + }, + ecola_zero_dose = { + description = 'Dose Cola', + shouldClose = true, + label = 'E-Cola Zero Dose', + weight = 50, + unique = false, + image = 'ecolazerocan.png', + type = 'item', + name = 'ecola_zero_dose', + useable = true, + }, + eis_konfekt = { + description = 'Eis Konfekt – der erfrischende Klassiker aus den 70er Jahren!', + shouldClose = true, + label = 'Eis Konfekt', + weight = 100, + unique = true, + image = 'ChatGPT_Image_27._Apr._2025__12_24_22-removebg-preview.png', + type = 'item', + name = 'eis_konfekt', + useable = true, + }, + novalmin = { + description = '', + shouldClose = true, + label = 'Novalmin', + weight = 20, + unique = false, + image = 'Novalmin.png', + type = 'item', + name = 'novalmin', + useable = true, + }, + firework2 = { + description = 'Fireworks', + shouldClose = true, + label = 'Poppelers', + weight = 1000, + unique = false, + image = 'firework2.png', + type = 'item', + name = 'firework2', + useable = true, + }, + korb = { + description = '', + shouldClose = false, + label = 'Korb', + weight = 200, + unique = true, + image = 'korb.png', + type = 'item', + name = 'korb', + useable = false, + }, + weed_ogkush = { + description = 'A weed bag with 2g OG Kush', + shouldClose = false, + label = 'OGKush 2g', + weight = 200, + unique = false, + image = 'weed_baggy.png', + type = 'item', + name = 'weed_ogkush', + useable = true, + }, + rifle_smallscope = { + description = '', + shouldClose = true, + label = 'MK2 Gewehr Visier klein', + weight = 100, + unique = true, + image = 'smallscope_attachment.png', + type = 'item', + name = 'rifle_smallscope', + useable = true, + }, + rifle_extendedclip = { + description = '', + shouldClose = true, + label = 'erw. Gewehr Magazin', + weight = 100, + unique = true, + image = 'rifle_extendedclip.png', + type = 'item', + name = 'rifle_extendedclip', + useable = true, + }, + pistol_extendedclip = { + description = 'erw. Pistolen Magazin', + shouldClose = true, + label = 'pistol_extendedclip', + weight = 100, + unique = true, + image = 'clip_attachment.png', + type = 'item', + name = 'pistol_extendedclip', + useable = true, + }, + weapon_sawnoffshotgun = { + description = 'A sawn-off smoothbore gun for firing small shot at short range', + label = 'Sawn-off Shotgun', + weight = 1000, + ammotype = 'AMMO_SHOTGUN', + image = 'weapon_sawnoffshotgun.png', + type = 'weapon', + unique = true, + name = 'weapon_sawnoffshotgun', + useable = false, + }, + gg_salt_block_02 = { + description = '', + shouldClose = true, + label = 'besserer Salzblock', + weight = 100, + unique = false, + image = 'gg_salt_block_02.png', + type = 'item', + name = 'gg_salt_block_02', + useable = true, + }, + shotgun_suppressor = { + description = '', + shouldClose = true, + label = 'Shotgun Schalldämpfer', + weight = 100, + unique = true, + image = 'suppressor_attachment.png', + type = 'item', + name = 'shotgun_suppressor', + useable = true, + }, + parachute = { + description = 'The sky is the limit! Woohoo!', + shouldClose = true, + label = 'Parachute', + weight = 30000, + unique = true, + image = 'parachute.png', + type = 'item', + name = 'parachute', + useable = true, + }, + midazolam = { + description = '', + shouldClose = true, + label = 'Midazolam', + weight = 100, + unique = false, + image = 'screenshot_696-removebg-preview.png', + type = 'item', + name = 'midazolam', + useable = true, + }, + salsa_nachos = { + description = 'Knusprige Nachos, serviert mit frischer, würziger Salsa ', + shouldClose = true, + label = 'Nachos mit Salsa', + weight = 200, + unique = true, + image = 'ChatGPT_Image_26._Apr._2025__19_00_33-removebg-preview.png', + type = 'item', + name = 'salsa_nachos', + useable = true, + }, + ammunition_route = { + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + shouldClose = false, + label = 'Munitions Route', + weight = 10, + unique = true, + image = 'ammunition_route.png', + type = 'item', + name = 'ammunition_route', + useable = false, + }, + milk = { + description = 'Muuuuhhhh ', + shouldClose = true, + label = 'Packung Mlilch', + weight = 400, + unique = false, + name = 'milk', + type = 'item', + image = 'milk.png', + useable = true, + }, + cooked_pork_joint = { + description = '', + shouldClose = true, + label = 'gegrillter Schweinebraten', + weight = 200, + unique = false, + image = 'cooked_pork_joint.png', + type = 'item', + name = 'cooked_pork_joint', + useable = true, + }, + roofbox_carbon = { + description = '', + shouldClose = true, + label = 'Carbon Dachbox', + weight = 1000, + unique = true, + image = 'roofbox_carbon.png', + type = 'item', + name = 'roofbox_carbon', + useable = true, + }, + veh_tint = { + description = 'Install vehicle tint', + shouldClose = true, + label = 'Tints', + weight = 1000, + unique = false, + image = 'veh_tint.png', + type = 'item', + name = 'veh_tint', + useable = true, + }, + magic_mushroom = { + description = 'Der Pilz, der dir das Gefühl gibt, du könntest mit deinen Gedanken den Regenbogen malen.', + shouldClose = false, + label = 'Mutterkorn', + weight = 500, + unique = false, + image = 'magic_mushroom.png', + type = 'item', + name = 'magic_mushroom', + useable = false, + }, + soda_machine = { + description = '', + shouldClose = true, + label = 'Abfüllstation', + weight = 1000, + unique = false, + image = 'soda_machine.png', + type = 'item', + name = 'soda_machine', + useable = true, + }, + marble_pop_limo = { + description = 'Kult-Getränk aus Japan: Erfrischende Limonade mit fruchtigem Geschmack und der typischen Glasmurmel', + shouldClose = true, + label = 'Marble Pop Limo', + weight = 200, + unique = true, + image = 'marblepop.png', + type = 'item', + name = 'marble_pop_limo', + useable = true, + }, + raki = { + description = 'türkisches Nationalgetränk, aus Weintrauben oder Rosinen gebrannter Anisée', + shouldClose = true, + label = 'Raki', + weight = 200, + unique = true, + image = 'raki.png', + type = 'item', + name = 'raki', + useable = true, + }, + radio = { + description = 'You can communicate with this through a signal', + shouldClose = true, + label = 'Radio', + weight = 2000, + unique = true, + image = 'radio.png', + type = 'item', + name = 'radio', + useable = true, + }, + gg_boar_tusk_02 = { + description = '', + shouldClose = true, + label = 'Robuster Eberzahn', + weight = 1000, + unique = true, + image = 'gg_boar_tusk_02.png', + type = 'item', + name = 'gg_boar_tusk_02', + useable = false, + }, + weed_nutrition = { + description = 'Plant nutrition', + shouldClose = true, + label = 'Plant Fertilizer', + weight = 2000, + unique = false, + image = 'weed_nutrition.png', + type = 'item', + name = 'weed_nutrition', + useable = true, + }, + campers_fuel = { + description = 'ein Campers am morgen vertreibt Kummer und Sorgen', + shouldClose = true, + label = 'Campers Fuel', + weight = 100, + unique = false, + image = '_R4GAVMI-removebg-preview.png', + type = 'item', + name = 'campers_fuel', + useable = true, + }, + handcuffs = { + description = 'Comes in handy when people misbehave. Maybe it can be used for something else?', + shouldClose = true, + label = 'Handschellen', + weight = 100, + unique = true, + image = 'handcuffs.png', + type = 'item', + name = 'handcuffs', + useable = true, + }, + meth = { + description = 'A baggie of Meth', + shouldClose = true, + label = 'Meth', + weight = 100, + unique = false, + image = 'meth_baggy.png', + type = 'item', + name = 'meth', + useable = true, + }, + weapon_navyrevolver = { + description = 'Weapon Navyrevolver', + label = 'Navy Revolver', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'weapon_navyrevolver.png', + type = 'weapon', + unique = true, + name = 'weapon_navyrevolver', + useable = true, + }, + blood_500 = { + description = '', + shouldClose = true, + label = 'Blut (500ml)', + weight = 500, + unique = false, + image = 'bloodbag.png', + type = 'item', + name = 'blood_500', + useable = true, + }, + dagger_blade = { + description = 'So klein, du siehst sie fast nicht – aber sie hinterlässt Eindruck', + shouldClose = false, + label = 'Dolchklinge', + weight = 500, + unique = false, + image = 'P1026942-3-scaled-removebg-preview.png', + type = 'item', + name = 'dagger_blade', + useable = false, + }, + ems_card = { + description = '', + shouldClose = true, + label = 'EMS Card', + weight = 10, + unique = true, + image = 'idcardpd.png', + type = 'item', + name = 'ems_card', + useable = true, + }, + weapontint_mk2_21 = { + description = 'Bold Red & White Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Bold Red & White Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_21', + useable = true, + }, + orange_o_tang_zero_flasche = { + description = 'Flasche Orangen Limo', + shouldClose = true, + label = 'Orange O Tang Zero Flasche', + weight = 80, + unique = false, + image = 'otangzerobottle.png', + type = 'item', + name = 'orange_o_tang_zero_flasche', + useable = true, + }, + switchblade_mechanism = { + description = 'Der flinke Schalter – ein Klick, und das Messer ist blitzschnell auf dem Sprung', + shouldClose = false, + label = 'Mechanismus für Springmesser', + weight = 500, + unique = false, + image = 'weapon_parts2.png', + type = 'item', + name = 'switchblade_mechanism', + useable = false, + }, + ifaks = { + description = 'ifaks for healing and a complete stress remover.', + shouldClose = true, + label = 'ifaks', + weight = 200, + unique = false, + image = 'ifaks.png', + type = 'item', + name = 'ifaks', + useable = true, + }, + jords_ea_latter = { + description = 'Frisch aus dem Meer, diese Meeresfrüchte erinnern an Njords Verbindung zu den stürmischen Wellen der nordischen Meere.', + shouldClose = true, + label = 'Njord\'s Sea Platter', + weight = 200, + unique = false, + image = 'NjordsSeaPlatter.png', + type = 'item', + name = 'njords_sea_platter', + useable = true, + }, + vitaminloesung_500 = { + description = '', + shouldClose = true, + label = 'Vitaminlösung 500', + weight = 500, + unique = false, + image = 'screenshot_696-removebg-preview.png', + type = 'item', + name = 'vitaminloesung_500', + useable = true, + }, + vitaminloesung_250 = { + description = '', + shouldClose = true, + label = 'Vitaminlösung 250', + weight = 250, + unique = false, + image = 'screenshot_696-removebg-preview.png', + type = 'item', + name = 'vitaminloesung_250', + useable = true, + }, + veh_suspension = { + description = 'Upgrade vehicle suspension', + shouldClose = true, + label = 'Suspension', + weight = 1000, + unique = false, + image = 'veh_suspension.png', + type = 'item', + name = 'veh_suspension', + useable = true, + }, + weapon_grenade = { + unique = true, + description = 'A handheld throwable bomb', + image = 'weapon_grenade.png', + type = 'weapon', + name = 'weapon_grenade', + label = 'Grenade', + useable = false, + weight = 1000, + }, + quickclot = { + description = '', + shouldClose = true, + label = 'Wundschnellverband', + weight = 100, + unique = false, + image = '40053-QuikClot-Combat-Gauze-01-removebg-preview.png', + type = 'item', + name = 'quickclot', + useable = true, + }, + weapon_raycarbine = { + description = 'Weapon Raycarbine', + label = 'Unholy Hellbringer', + weight = 1000, + ammotype = 'AMMO_SMG', + image = 'weapon_raycarbine.png', + type = 'weapon', + unique = true, + name = 'weapon_raycarbine', + useable = true, + }, + veh_turbo = { + description = 'Install vehicle turbo', + shouldClose = true, + label = 'Turbo', + weight = 1000, + unique = false, + image = 'veh_turbo.png', + type = 'item', + name = 'veh_turbo', + useable = true, + }, + ornageo = { + description = '"Weil dein Körper Zucker liebt – du aber nicht deinen Körper."', + shouldClose = true, + label = 'Orange O Tang Softdrink', + weight = 100, + unique = false, + image = 'screenshot_688-removebg-preview.png', + type = 'item', + name = 'ornageo', + useable = true, + }, + coffee_beans = { + description = '', + shouldClose = false, + label = 'Packung Kaffeepulver', + weight = 200, + unique = false, + name = 'coffee_beans', + type = 'item', + image = 'coffee_beans.png', + useable = false, + }, + table = { + description = '', + shouldClose = true, + label = 'Klapptisch', + weight = 400, + unique = false, + image = 'table.png', + type = 'item', + name = 'table', + useable = true, + }, + ephedrin = { + description = 'Deine Eintrittskarte zu einem Adrenalinschub', + shouldClose = true, + label = 'Ephedrin Tabletten', + weight = 500, + unique = false, + image = 'ephedrine.png', + type = 'item', + name = 'ephedrin', + useable = true, + }, + slick_tyres = { + description = '', + shouldClose = true, + label = 'Reifen slick', + weight = 0, + unique = false, + image = 'slick_tyres.png', + type = 'item', + name = 'slick_tyres', + useable = true, + }, + dildo = { + description = 'passt gut zum Gleitgel ^^', + shouldClose = false, + label = 'Dildo', + weight = 200, + unique = true, + image = 'dildo.png', + type = 'item', + name = 'dildo', + useable = false, + }, + gazebo = { + description = '', + shouldClose = true, + label = 'Pavillon', + weight = 600, + unique = false, + image = 'gazebo.png', + type = 'item', + name = 'gazebo', + useable = true, + }, + revolver_barrel = { + description = 'Revolver-Abzug: Ein kurzer Zug, der großen Knall bringt', + shouldClose = false, + label = 'Revolverlauf', + weight = 250, + unique = false, + image = 'axehandle.png', + type = 'item', + name = 'revolver_barrel', + useable = false, + }, + weed = { + description = 'Wächst, riecht, entspannt', + shouldClose = false, + label = 'Cannabispflanze', + weight = 100, + unique = false, + image = 'weed.png', + type = 'item', + name = 'weed', + useable = false, + }, + weapon_marksmanpistol = { + description = 'A very accurate small firearm designed to be held in one hand', + label = 'Marksman Pistol', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'weapon_marksmanpistol.png', + type = 'weapon', + unique = true, + name = 'weapon_marksmanpistol', + useable = false, + }, + stevens_apfelmustorte = { + description = 'wie bei Oma', + shouldClose = true, + label = 'Stevens Apfelmustorte', + weight = 200, + unique = false, + image = 'stefansabpfelmustorte.png', + type = 'item', + name = 'stevens_apfelmustorte', + useable = true, + }, + flat_muzzle_brake = { + description = 'A muzzle brake for a weapon', + shouldClose = true, + label = 'Flat Muzzle Brake', + weight = 1000, + unique = false, + image = 'flat_muzzle_brake.png', + type = 'item', + name = 'flat_muzzle_brake', + useable = true, + }, + weapontint_mk2_1 = { + description = 'Classic Gray Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Classic Gray Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_1', + useable = true, + }, + katzenfutter = { + description = 'besser als das was du hier zu essen bekommst XD', + shouldClose = true, + label = 'Katzenfutter', + weight = 200, + unique = false, + image = 'catfood.png', + type = 'item', + name = 'katzenfutter', + useable = true, + }, + lean = { + description = 'Der Drink, der dich so langsam macht wie eine Schnecke auf Valium', + shouldClose = true, + label = 'Lean', + weight = 500, + unique = false, + image = 'lean.png', + type = 'item', + name = 'lean', + useable = true, + }, + weapon_sled = { + description = 'Der flinke Kurier, der das Feuer in Bewegung bringt', + shouldClose = false, + label = 'Pistolenschlitten', + weight = 250, + unique = false, + image = 'Waffenschlitten.png', + type = 'item', + name = 'weapon_sled', + useable = false, + }, + jerry_can = { + description = 'A can full of Fuel', + shouldClose = true, + label = 'Jerrycan 20L', + weight = 20000, + unique = false, + image = 'jerry_can.png', + type = 'item', + name = 'jerry_can', + useable = true, + }, + weapon_pipebomb = { + unique = true, + description = 'A homemade bomb, the components of which are contained in a pipe', + image = 'weapon_pipebomb.png', + type = 'weapon', + name = 'weapon_pipebomb', + label = 'Pipe Bomb', + useable = false, + weight = 1000, + }, + painkillers = { + description = 'For pain you can\'t stand anymore, take this pill that\'d make you feel great again', + shouldClose = true, + label = 'Painkillers', + weight = 0, + unique = false, + image = 'painkillers.png', + type = 'item', + name = 'painkillers', + useable = true, + }, + tablet = { + description = 'Expensive tablet', + shouldClose = true, + label = 'Tablet', + weight = 2000, + unique = false, + image = 'tablet.png', + type = 'item', + name = 'tablet', + useable = false, + }, + weapontint_mk2_23 = { + description = 'Metallic Gold Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Metallic Gold Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_23', + useable = true, + }, + screwdriverset = { + description = 'Sehr nützlich zum Schrauben... zu schrauben...', + shouldClose = false, + label = 'Schraubendreher', + weight = 1000, + unique = false, + image = 'screwdriverset.png', + type = 'item', + name = 'screwdriverset', + useable = false, + }, + bleeder = { + description = '', + shouldClose = true, + label = 'The Bleeder', + weight = 100, + unique = false, + image = 'screenshot_685-removebg-preview.png', + type = 'item', + name = 'bleeder', + useable = true, + }, + weapon_marksmanrifle = { + description = '... die Sonntagsjäger fahrn in den Touristenwald ...', + label = 'Besseres Jagdgewehr', + weight = 1000, + ammotype = 'AMMO_SNIPER', + image = 'screenshot_395-removebg-preview.png', + type = 'weapon', + unique = true, + name = 'weapon_marksmanrifle', + useable = false, + }, + weapon_bread = { + unique = true, + description = 'Bread...?', + image = 'baquette.png', + type = 'weapon', + name = 'weapon_bread', + label = 'Baquette', + useable = false, + weight = 1000, + }, + spazi = { + description = 'Cola trifft Orange – wie nie zuvor gesehen. Falls dir das bekannt vorkommt: Nein, du bildest dir das nur ein.', + shouldClose = true, + label = 'Bergbräu Spazi ', + weight = 150, + unique = true, + image = 'ChatGPT_Image_27._Apr._2025__11_52_24-removebg-preview.png', + type = 'item', + name = 'spazi', + useable = true, + }, + sprunk_dose = { + description = 'Dose Zitronen Limo', + shouldClose = true, + label = 'Sprunk Dose', + weight = 50, + unique = false, + image = 'sprunkcan.png', + type = 'item', + name = 'sprunk_dose', + useable = true, + }, + weed_skunk_seed = { + description = 'A weed seed of Skunk', + shouldClose = true, + label = 'Skunk Seed', + weight = 0, + unique = false, + image = 'weed_seed.png', + type = 'item', + name = 'weed_skunk_seed', + useable = true, + }, + ceramic_brakes = { + description = '', + shouldClose = true, + label = 'Ceramic Bremsen', + weight = 0, + unique = false, + image = 'ceramic_brakes.png', + type = 'item', + name = 'ceramic_brakes', + useable = true, + }, + woodcamo_attachment = { + description = 'A woodland camo for a weapon', + shouldClose = true, + label = 'Woodland Camo', + weight = 1000, + unique = false, + image = 'woodcamo_attachment.png', + type = 'item', + name = 'woodcamo_attachment', + useable = true, + }, + weapon_golfclub = { + unique = true, + description = 'A club used to hit the ball in golf', + image = 'weapon_golfclub.png', + type = 'weapon', + name = 'weapon_golfclub', + label = 'Golfclub', + useable = false, + weight = 1000, + }, + weapon_heavysniper = { + description = 'An upgraded high-precision, long-range rifle', + label = 'Heavy Sniper', + weight = 1000, + ammotype = 'AMMO_SNIPER', + image = 'weapon_heavysniper.png', + type = 'weapon', + unique = true, + name = 'weapon_heavysniper', + useable = false, + }, + burrito = { + description = '', + shouldClose = true, + label = 'Burrito', + weight = 100, + unique = false, + image = 'screenshot_690-removebg-preview.png', + type = 'item', + name = 'burrito', + useable = true, + }, + moneybag = { + description = 'A bag with cash', + shouldClose = true, + label = 'Money Bag', + weight = 0, + unique = true, + image = 'moneybag.png', + type = 'item', + name = 'moneybag', + useable = true, + }, + ecola_dose = { + description = 'Dose Cola', + shouldClose = true, + label = 'E-Cola Dose', + weight = 50, + unique = false, + image = 'ecolacan.png', + type = 'item', + name = 'ecola_dose', + useable = true, + }, + weapontint_mk2_10 = { + description = 'Blue Contrast Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Blue Contrast Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_10', + useable = true, + }, + skadis_hunt = { + description = 'So erfrischend und eisig wie Skadis frostige Heimat.', + shouldClose = true, + label = 'Skadi\'s Hunt', + weight = 200, + unique = false, + image = 'SkadisHunt.png', + type = 'item', + name = 'skadis_hunt', + useable = true, + }, + weed_amnesia = { + description = 'A weed bag with 2g Amnesia', + shouldClose = false, + label = 'Amnesia 2g', + weight = 200, + unique = false, + image = 'weed_baggy.png', + type = 'item', + name = 'weed_amnesia', + useable = true, + }, + weapon_assaultrifle = { + description = 'Russlands Antwort auf jedes Problem: zuverlässig, unkaputtbar und schießt sogar noch, wenn Wodka drüber gekippt wird.', + label = 'AK 75', + weight = 1000, + ammotype = 'AMMO_RIFLE', + image = 'screenshot_403-removebg-preview.png', + type = 'weapon', + unique = true, + name = 'weapon_assaultrifle', + useable = false, + }, + lutschfinger_eis = { + description = 'wie aus deiner Kindheit', + shouldClose = true, + label = 'Lutschfinger Eis', + weight = 100, + unique = false, + image = 'fingerice.png', + type = 'item', + name = 'lutschfinger_eis', + useable = true, + }, + ribeye_steak = { + description = '', + shouldClose = true, + label = 'Ribeye Steak', + weight = 200, + unique = false, + image = 'ribeye_steak.png', + type = 'item', + name = 'ribeye_steak', + useable = true, + }, + salep = { + description = ' Zimt Heißgetränk', + shouldClose = true, + label = 'Salep', + weight = 200, + unique = true, + image = 'salep.png', + type = 'item', + name = 'salep', + useable = true, + }, + gleitgel = { + description = 'Falls es mal zu Trocken ist ^^', + shouldClose = false, + label = 'Gleitgel', + weight = 100, + unique = true, + image = 'gleitgel.png', + type = 'item', + name = 'gleitgel', + useable = false, + }, + weapon_license = { + description = '', + shouldClose = true, + label = 'Waffenschein', + weight = 10, + unique = true, + image = 'weapon_license.png', + type = 'item', + name = 'weapon_license', + useable = true, + }, + weapon_grenadelauncher_smoke = { + description = 'A bomb that produces a lot of smoke when it explodes', + label = 'Smoke Grenade Launcher', + weight = 1000, + ammotype = 'AMMO_GRENADELAUNCHER', + image = 'weapon_grenadelauncher_smoke.PNG', + type = 'weapon', + unique = true, + name = 'weapon_grenadelauncher_smoke', + useable = false, + }, + thermite = { + description = 'Sometimes you\'d wish for everything to burn', + shouldClose = true, + label = 'Thermite', + weight = 1000, + unique = false, + image = 'thermite.png', + type = 'item', + name = 'thermite', + useable = true, + }, + weapontint_mk2_11 = { + description = 'Yellow Contrast Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Yellow Contrast Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_11', + useable = true, + }, + tuch = { + description = '', + shouldClose = true, + label = 'Stofftuch', + weight = 0, + unique = false, + image = '', + type = 'item', + name = 'tuch', + useable = true, + }, + goldchain = { + description = 'A golden chain seems like the jackpot to me!', + shouldClose = true, + label = 'Golden Chain', + weight = 1500, + unique = false, + image = 'goldchain.png', + type = 'item', + name = 'goldchain', + useable = false, + }, + weapon_fireextinguisher = { + unique = true, + description = 'A portable device that discharges a jet of water, foam, gas, or other material to extinguish a fire', + image = 'weapon_fireextinguisher.png', + type = 'weapon', + name = 'weapon_fireextinguisher', + label = 'Fire Extinguisher', + useable = false, + weight = 1000, + }, + antipatharia_coral = { + description = 'Its also known as black corals or thorn corals', + shouldClose = true, + label = 'Antipatharia', + weight = 1000, + unique = false, + image = 'antipatharia_coral.png', + type = 'item', + name = 'antipatharia_coral', + useable = false, + }, + empty_weed_bag = { + description = 'A small empty bag', + shouldClose = true, + label = 'Empty Weed Bag', + weight = 0, + unique = false, + image = 'weed_baggy_empty.png', + type = 'item', + name = 'empty_weed_bag', + useable = true, + }, + veh_armor = { + description = 'Upgrade vehicle armor', + shouldClose = true, + label = 'Armor', + weight = 1000, + unique = false, + image = 'veh_armor.png', + type = 'item', + name = 'veh_armor', + useable = true, + }, + latte = { + description = 'Er hat Latte gesagt XD', + shouldClose = true, + label = 'Latte Macchiato', + weight = 100, + unique = true, + name = 'latte', + type = 'item', + image = 'latte.png', + useable = true, + }, + weapon_heavyshotgun = { + description = 'A large smoothbore gun for firing small shot at short range', + label = 'Heavy Shotgun', + weight = 1000, + ammotype = 'AMMO_SHOTGUN', + image = 'weapon_heavyshotgun.png', + type = 'weapon', + unique = true, + name = 'weapon_heavyshotgun', + useable = false, + }, + kayas_rotwein = { + description = 'Türkischer Rotwein', + shouldClose = true, + label = 'Kırmızı şarap ', + weight = 200, + unique = true, + image = 'kirimzi.png', + type = 'item', + name = 'kayas_rotwein', + useable = true, + }, + weapon_assaultshotgun = { + description = 'An assault version of asmoothbore gun for firing small shot at short range', + label = 'Assault Shotgun', + weight = 1000, + ammotype = 'AMMO_SHOTGUN', + image = 'weapon_assaultshotgun.png', + type = 'weapon', + unique = true, + name = 'weapon_assaultshotgun', + useable = false, + }, + cleaningkit = { + description = 'A microfiber cloth with some soap will let your car sparkle again!', + shouldClose = true, + label = 'Cleaning Kit', + weight = 250, + unique = false, + image = 'cleaningkit.png', + type = 'item', + name = 'cleaningkit', + useable = true, + }, + binoculars = { + description = 'EY!DU sollst nicht spannern!', + shouldClose = true, + label = 'Fernglas', + weight = 600, + unique = true, + image = 'fernglas.png', + type = 'item', + name = 'binoculars', + useable = true, + }, + weapontint_3 = { + description = 'Pink Weapon Tint', + shouldClose = true, + label = 'Pink Tint', + weight = 1000, + unique = false, + image = 'weapontint_pink.png', + type = 'item', + name = 'weapontint_3', + useable = true, + }, + lsd_route = { + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + shouldClose = false, + label = 'LSD Route', + weight = 10, + unique = true, + image = 'lsd_route.png', + type = 'item', + name = 'lsd_route', + useable = false, + }, + leberkas_semmal = { + description = 'Mehr Fleisch als Worte – des is koa Semmel, des is a Lebensgefühl!', + shouldClose = true, + label = 'Leberkas Semmal', + weight = 100, + unique = false, + image = 'leberkasemmel-removebg-preview.png', + type = 'item', + name = 'leberkas_semmal', + useable = true, + }, + ammo_beanbag = { + description = 'Munition für die Beanbag Shotgun', + shouldClose = true, + label = 'Beanbag Ammo', + weight = 100, + unique = false, + image = 'beanbag_ammo.png', + type = 'item', + name = 'ammo_beanbag', + useable = true, + }, + weapon_garbagebag = { + unique = true, + description = 'A garbage bag', + image = 'weapon_garbagebag.png', + type = 'weapon', + name = 'weapon_garbagebag', + label = 'Garbage Bag', + useable = false, + weight = 1000, + }, + aluminum = { + description = 'Nice piece of metal that you can probably use for something', + shouldClose = false, + label = 'Aluminium', + weight = 100, + unique = false, + image = 'aluminum.png', + type = 'item', + name = 'aluminum', + useable = false, + }, + ev_motor = { + description = '', + shouldClose = true, + label = 'EV_Motor', + weight = 0, + unique = false, + image = 'ev_motor.png', + type = 'item', + name = 'ev_motor', + useable = true, + }, + ifs_olden_arvest = { + description = 'Eine goldene Ernte, die Sif selbst gesegnet haben könnte – perfekt für eine herzhafte Mahlzeit.', + shouldClose = true, + label = 'Sif\'s Golden Harvest', + weight = 200, + unique = false, + image = 'SifsGoldenHarvest.png', + type = 'item', + name = 'sifs_olden_harvest', + useable = true, + }, + weapontint_mk2_30 = { + description = 'Metallic White & Aqua Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Metallic White & Aqua Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_30', + useable = true, + }, + lighting_controller = { + description = 'Alle Farben des Regenbogens per Knopfdruck', + shouldClose = false, + label = 'Neon Controller', + weight = 100, + unique = true, + image = 'lighting_controller.png', + type = 'item', + name = 'lighting_controller', + useable = true, + }, + handle = { + description = 'Der Klassiker der Griffe', + shouldClose = false, + label = 'Holzgriff', + weight = 200, + unique = false, + image = 'hammerhandle.png', + type = 'item', + name = 'handle', + useable = false, + }, + glass = { + description = 'It is very fragile, watch out', + shouldClose = false, + label = 'Glass', + weight = 100, + unique = false, + image = 'glass.png', + type = 'item', + name = 'glass', + useable = false, + }, + gg_boar_tusk_01 = { + description = '', + shouldClose = true, + label = 'Rauer Eberzahn', + weight = 1000, + unique = true, + image = 'gg_boar_tusk_01.png', + type = 'item', + name = 'gg_boar_tusk_01', + useable = false, + }, + weapon_molotov = { + unique = true, + description = 'A crude bomb made of a bottle filled with a flammable liquid and fitted with a wick for lighting', + image = 'weapon_molotov.png', + type = 'weapon', + name = 'weapon_molotov', + label = 'Molotov', + useable = false, + weight = 1000, + }, + weapon_revolver_mk2 = { + description = 'da Violence', + label = 'Blood in and out Gun', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'screenshot_419-removebg-preview.png', + type = 'weapon', + unique = true, + name = 'weapon_revolver_mk2', + useable = false, + }, + weapon_crowbar = { + unique = true, + description = 'An iron bar with a flattened end, used as a lever', + image = 'weapon_crowbar.png', + type = 'weapon', + name = 'weapon_crowbar', + label = 'Crowbar', + useable = false, + weight = 1000, + }, + fat_end_muzzle_brake = { + description = 'A muzzle brake for a weapon', + shouldClose = true, + label = 'Fat End Muzzle Brake', + weight = 1000, + unique = false, + image = 'fat_end_muzzle_brake.png', + type = 'item', + name = 'fat_end_muzzle_brake', + useable = true, + }, + veh_brakes = { + description = 'Upgrade vehicle brakes', + shouldClose = true, + label = 'Brakes', + weight = 1000, + unique = false, + image = 'veh_brakes.png', + type = 'item', + name = 'veh_brakes', + useable = true, + }, + weapon_snspistol = { + description = ' So unauffällig, dass selbst der Agent manchmal vergisst, dass er sie dabei hat.', + label = 'Durov Pistole', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'screenshot_401-removebg-preview.png', + type = 'weapon', + unique = true, + name = 'weapon_snspistol', + useable = false, + }, + corn_cob = { + description = '', + shouldClose = true, + label = 'Maiskolben', + weight = 100, + unique = false, + image = 'corn_cob.png', + type = 'item', + name = 'corn_cob', + useable = true, + }, + freyas_blossom = { + description = 'Ein blumiges und fruchtiges Getränk, das die Zartheit und Schönheit, der Göttin Freya widerspiegelt.', + shouldClose = true, + label = 'Freyas Blossom', + weight = 250, + unique = false, + image = 'FreyasBlossom.png', + type = 'item', + name = 'freyas_blossom', + useable = true, + }, + aldurs_ight_lixir = { + description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.', + shouldClose = true, + label = 'Baldur\'s Light Elixir', + weight = 200, + unique = false, + image = 'BaldursLightElixir.png', + type = 'item', + name = 'baldurs_light_elixir', + useable = true, + }, + chair = { + description = '', + shouldClose = true, + label = 'Stuhl', + weight = 600, + unique = false, + image = 'chair.png', + type = 'item', + name = 'chair', + useable = true, + }, + gg_hunting_knife_03 = { + description = '', + shouldClose = true, + label = 'Premium Jagdmesser', + weight = 1000, + unique = true, + image = 'gg_hunting_knife_03.png', + type = 'item', + name = 'gg_hunting_knife_03', + useable = true, + }, + gg_captured_hen = { + description = '', + shouldClose = true, + label = 'Gefangenes Huhn', + weight = 5000, + unique = true, + image = 'gg_captured_hen.png', + type = 'item', + name = 'gg_captured_hen', + useable = true, + }, + joint = { + description = 'Die Friedenspfeife 2.0', + shouldClose = true, + label = 'Joint', + weight = 500, + unique = false, + image = 'joint7.png', + type = 'item', + name = 'joint', + useable = true, + }, + trojan_usb = { + description = 'Handy software to shut down some systems', + shouldClose = true, + label = 'Trojan USB', + weight = 0, + unique = false, + image = 'usb_device.png', + type = 'item', + name = 'trojan_usb', + useable = false, + }, + cooked_turkey_drum = { + description = '', + shouldClose = true, + label = 'gegrillte Putenkeule', + weight = 100, + unique = false, + image = 'cooked_turkey_drum.png', + type = 'item', + name = 'cooked_turkey_drum', + useable = true, + }, + doener = { + description = 'Döner macht schöner...', + shouldClose = true, + label = 'Döner', + weight = 200, + unique = true, + image = 'doner.png', + type = 'item', + name = 'doener', + useable = true, + }, + weapon_raypistol = { + description = 'Weapon Raypistol', + label = 'Up-n-Atomizer', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'weapon_raypistol.png', + type = 'weapon', + unique = true, + name = 'weapon_raypistol', + useable = true, + }, + weapon_unarmed = { + unique = true, + description = 'Fisticuffs', + image = 'placeholder.png', + type = 'weapon', + name = 'weapon_unarmed', + label = 'Fists', + useable = false, + weight = 1000, + }, + rifle_scope = { + description = '', + shouldClose = true, + label = 'Gewehrvisier', + weight = 100, + unique = true, + image = 'smallscope_attachment.png', + type = 'item', + name = 'rifle_scope', + useable = true, + }, + weapon_advancedrifle = { + description = 'An assault version of a rapid-fire, magazine-fed automatic rifle designed for infantry use', + label = 'Advanced Rifle', + weight = 1000, + ammotype = 'AMMO_RIFLE', + image = 'weapon_advancedrifle.png', + type = 'weapon', + unique = true, + name = 'weapon_advancedrifle', + useable = false, + }, + weapontint_1 = { + description = 'Green Weapon Tint', + shouldClose = true, + label = 'Green Tint', + weight = 1000, + unique = false, + image = 'weapontint_green.png', + type = 'item', + name = 'weapontint_1', + useable = true, + }, + dueruem = { + description = 'Wrap, mit typischen Döner-Kebab-Zutaten gefüllt', + shouldClose = true, + label = 'Dürüm', + weight = 200, + unique = true, + image = 'durum.png', + type = 'item', + name = 'dueruem', + useable = true, + }, + blackmoney_route = { + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + shouldClose = false, + label = 'Schwarzgeld Route', + weight = 10, + unique = true, + image = 'blackmoney_route.png', + type = 'item', + name = 'blackmoney_route', + useable = false, + }, + drill = { + description = 'The real deal...', + shouldClose = false, + label = 'Drill', + weight = 20000, + unique = false, + image = 'drill.png', + type = 'item', + name = 'drill', + useable = false, + }, + pistol_flashlight = { + description = '', + shouldClose = true, + label = 'Pistolenlicht', + weight = 100, + unique = true, + image = 'flashlight_attachment.png', + type = 'item', + name = 'pistol_flashlight', + useable = true, + }, + xtcbaggy = { + description = 'Pop those pills baby', + shouldClose = true, + label = 'Bag of XTC', + weight = 0, + unique = false, + image = 'xtc_baggy.png', + type = 'item', + name = 'xtcbaggy', + useable = true, + }, + weaponlicense = { + description = 'Weapon License', + shouldClose = true, + label = 'Weapon License', + weight = 0, + unique = true, + image = 'weapon_license.png', + type = 'item', + name = 'weaponlicense', + useable = true, + }, + aluminumoxide = { + description = 'Some powder to mix with', + shouldClose = false, + label = 'Aluminium Powder', + weight = 100, + unique = false, + image = 'aluminumoxide.png', + type = 'item', + name = 'aluminumoxide', + useable = false, + }, + cheeseanachos = { + description = 'Knusprige Nachos, überzogen mit cremiger, würziger Käsesauce', + shouldClose = true, + label = 'Nachos mit Käsesauce', + weight = 200, + unique = true, + image = 'ChatGPT_Image_26._Apr._2025__18_25_48-removebg-preview.png', + type = 'item', + name = 'cheeseanachos', + useable = true, + }, + brushcamo_attachment = { + description = 'A brushstroke camo for a weapon', + shouldClose = true, + label = 'Brushstroke Camo', + weight = 1000, + unique = false, + image = 'brushcamo_attachment.png', + type = 'item', + name = 'brushcamo_attachment', + useable = true, + }, + lysergic_acid = { + description = 'Der geheime VIP-Zugang zu einer anderen Realität', + shouldClose = false, + label = 'Lysergsäure', + weight = 1000, + unique = false, + image = 'acid.png', + type = 'item', + name = 'lysergic_acid', + useable = false, + }, + tavor25 = { + description = '', + shouldClose = true, + label = 'Tavor 2,5 mg', + weight = 20, + unique = false, + image = 'tavor25.png', + type = 'item', + name = 'tavor25', + useable = true, + }, + 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.', + shouldClose = true, + label = 'Tasse Heiße Schokolade', + weight = 100, + unique = true, + name = 'kakao2', + type = 'item', + image = 'kakao2.png', + useable = true, + }, + rolex = { + description = 'A golden watch seems like the jackpot to me!', + shouldClose = true, + label = 'Golden Watch', + weight = 1500, + unique = false, + image = 'rolex.png', + type = 'item', + name = 'rolex', + useable = false, + }, + emergencydrone = { + description = '', + shouldClose = true, + label = 'Einsatz Drohne', + weight = 1000, + unique = true, + image = 'police_drone.png', + type = 'item', + name = 'emergencydrone', + useable = true, + }, + thermalscope_attachment = { + description = 'A thermal scope for a weapon', + shouldClose = true, + label = 'Thermal Scope', + weight = 1000, + unique = false, + image = 'thermalscope_attachment.png', + type = 'item', + name = 'thermalscope_attachment', + useable = true, + }, + weapontint_mk2_4 = { + description = 'Classic Beige Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Classic Beige Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_4', + useable = true, + }, + smallscope_attachment = { + description = 'A small scope for a weapon', + shouldClose = true, + label = 'Small Scope', + weight = 1000, + unique = false, + image = 'smallscope_attachment.png', + type = 'item', + name = 'smallscope_attachment', + useable = true, + }, + hotdog_deluxe = { + description = 'Der König unter den Hotdogs', + shouldClose = true, + label = 'Deluxe Hotdog', + weight = 100, + unique = true, + image = 'hotdogdeluxe-removebg-preview.png', + type = 'item', + name = 'hotdog_deluxe', + useable = true, + }, + weapon_appistol = { + description = 'Wie die normale Klog nur mit mehr Fuck Yeaaah!', + label = ' Klog 19 A', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'screenshot_406-removebg-preview.png', + type = 'weapon', + unique = true, + name = 'weapon_appistol', + useable = false, + }, + weapon_bottle = { + unique = true, + description = 'A broken bottle', + image = 'weapon_bottle.png', + type = 'weapon', + name = 'weapon_bottle', + label = 'Broken Bottle', + useable = false, + weight = 1000, + }, + extras_kit = { + description = '', + shouldClose = true, + label = 'Fahrzeug Extras', + weight = 0, + unique = false, + image = 'extras_kit.png', + type = 'item', + name = 'extras_kit', + useable = true, + }, + blood_250 = { + description = '', + shouldClose = true, + label = 'Blut (250ml)', + weight = 250, + unique = false, + image = 'bloodbag.png', + type = 'item', + name = 'blood_250', + useable = true, + }, + sniper_holoscope = { + description = '', + shouldClose = true, + label = 'MK2 Sniper Holoscope', + weight = 100, + unique = true, + image = 'holoscope_attachment.png', + type = 'item', + name = 'sniper_holoscope', + useable = true, + }, + smg_drum = { + description = '', + shouldClose = true, + label = 'SMG Trommelmagazin', + weight = 100, + unique = true, + image = 'drum_attachment.png', + type = 'item', + name = 'smg_drum', + useable = true, + }, + weapon_microsmg = { + description = 'A handheld light weight machine gun', + label = 'Micro SMG', + weight = 1000, + ammotype = 'AMMO_SMG', + image = 'weapon_microsmg.png', + type = 'weapon', + unique = true, + name = 'weapon_microsmg', + useable = false, + }, + shotgun_holoscope = { + description = '', + shouldClose = true, + label = 'MK2 Shotgun Holovisier', + weight = 100, + unique = true, + image = 'holoscope_attachment.png', + type = 'item', + name = 'shotgun_holoscope', + useable = true, + }, + raw_turkey_drums = { + description = '', + shouldClose = true, + label = 'rohe Putenkeulen', + weight = 200, + unique = false, + image = 'raw_turkey_drums.png', + type = 'item', + name = 'raw_turkey_drums', + useable = true, + }, + gg_salt_block_01 = { + description = '', + shouldClose = true, + label = 'Salzblock', + weight = 100, + unique = false, + image = 'gg_salt_block_01.png', + type = 'item', + name = 'gg_salt_block_01', + useable = true, + }, + flohmittel = { + description = '', + shouldClose = true, + label = 'Flohmittel', + weight = 25, + unique = false, + image = 'Flohmittel.png', + type = 'item', + name = 'flohmittel', + useable = true, + }, + defibrillator = { + description = '', + shouldClose = true, + label = 'Defibrillator', + weight = 3000, + unique = false, + image = 'aed.png', + type = 'item', + name = 'defibrillator', + useable = true, + }, + kadis_inter_kewers = { + description = '', + shouldClose = true, + label = 'Skadi\'s Winter Skewers', + weight = 200, + unique = false, + image = 'SkadisWinterSkewers.png', + type = 'item', + name = 'skadis_winter_skewers', + useable = true, + }, + gg_deer_hide_01 = { + description = '', + shouldClose = true, + label = 'Raues Hirschleder', + weight = 1000, + unique = true, + image = 'gg_deer_hide_01.png', + type = 'item', + name = 'gg_deer_hide_01', + useable = false, + }, + weapon_stungun = { + unique = true, + description = 'manchmal ist es einfach praktischer, jemanden mit Stromschlägen zu „überzeugen“, anstatt ein vernünftiges Gespräch zu führen.', + image = 'screenshot_408-removebg-preview.png', + type = 'weapon', + name = 'weapon_stungun', + label = 'Taser X6', + useable = false, + weight = 1000, + }, + weapon_remotesniper = { + description = 'A portable high-precision, long-range rifle', + label = 'Remote Sniper', + weight = 1000, + ammotype = 'AMMO_SNIPER_REMOTE', + image = 'weapon_remotesniper.png', + type = 'weapon', + unique = true, + name = 'weapon_remotesniper', + useable = false, + }, + weapontint_5 = { + description = 'LSPD Weapon Tint', + shouldClose = true, + label = 'LSPD Tint', + weight = 1000, + unique = false, + image = 'weapontint_lspd.png', + type = 'item', + name = 'weapontint_5', + useable = true, + }, + opium = { + description = 'Chillfilter fürs Leben – aber Vorsicht, klebrig', + shouldClose = false, + label = 'Opium', + weight = 100, + unique = false, + image = 'opium_dry2.png', + type = 'item', + name = 'opium', + useable = false, + }, + slanted_muzzle_brake = { + description = 'A muzzle brake for a weapon', + shouldClose = true, + label = 'Slanted Muzzle Brake', + weight = 1000, + unique = false, + image = 'slanted_muzzle_brake.png', + type = 'item', + name = 'slanted_muzzle_brake', + useable = true, + }, + brakepad_replacement = { + description = '', + shouldClose = true, + label = 'Premium Bremsenteile', + weight = 0, + unique = false, + image = 'brakepad_replacement.png', + type = 'item', + name = 'brakepad_replacement', + useable = true, + }, + bikerack = { + description = '', + shouldClose = true, + label = 'Fahrradträger', + weight = 1000, + unique = true, + image = 'bikerack.png', + type = 'item', + name = 'bikerack', + useable = true, + }, + nitrous_bottle = { + description = '', + shouldClose = false, + label = 'Nitro Flasche', + weight = 0, + unique = false, + image = '', + type = 'item', + name = 'nitrous_bottle', + useable = false, + }, + shaft = { + description = 'Schaft: Der ruhige Held der Waffe – immer da, wenn man ihn braucht, aber nie im Mittelpunkt', + shouldClose = false, + label = 'Waffenschaft', + weight = 200, + unique = false, + image = 'ar_grip.png', + type = 'item', + name = 'shaft', + useable = false, + }, + drift_tuning_kit = { + description = '', + shouldClose = true, + label = 'Driftkit', + weight = 0, + unique = false, + image = 'drift_tuning_kit.png', + type = 'item', + name = 'drift_tuning_kit', + useable = true, + }, + weapontint_0 = { + description = 'Default/Black Weapon Tint', + shouldClose = true, + label = 'Default Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_0', + useable = true, + }, + weed_ak47 = { + description = 'A weed bag with 2g AK47', + shouldClose = false, + label = 'AK47 2g', + weight = 200, + unique = false, + image = 'weed_baggy.png', + type = 'item', + name = 'weed_ak47', + useable = true, + }, + tyre_smoke_kit = { + description = '', + shouldClose = true, + label = 'Reifenrauch Kit', + weight = 0, + unique = false, + image = 'tyre_smoke_kit.png', + type = 'item', + name = 'tyre_smoke_kit', + useable = true, + }, + ggdrasils_ssence = { + description = 'Erdend und zugleich erfrischend, dieses Getränk bringt die Essenz des Weltenbaums direkt ins Glas.', + shouldClose = true, + label = 'Yggdrasil\'s Essence', + weight = 200, + unique = false, + image = 'YggdrasilsEssence.png', + type = 'item', + name = 'ggdrasils_ssence', + useable = true, + }, + empty_nitrous_bottle = { + description = '', + shouldClose = true, + label = 'leere Nitro Flasche', + weight = 0, + unique = false, + image = 'empty_nitrous_bottle.png', + type = 'item', + name = 'empty_nitrous_bottle', + useable = true, + }, + simcard = { + description = '„Nicht einfach eine SIM. Ein Statement für Stil – in der Welt der Empfangslosen.“', + shouldClose = false, + label = 'Sim-Karte', + weight = 1, + unique = true, + image = 'sim-karte.png', + type = 'item', + name = 'simcard', + useable = false, + }, + i4_engine = { + description = '', + shouldClose = true, + label = 'I4 Motor', + weight = 0, + unique = false, + image = 'i4_engine.png', + type = 'item', + name = 'i4_engine', + useable = true, + }, + diamond_ring = { + description = 'A diamond ring seems like the jackpot to me!', + shouldClose = true, + label = 'Diamond Ring', + weight = 1500, + unique = false, + image = 'diamond_ring.png', + type = 'item', + name = 'diamond_ring', + useable = false, + }, + beerkeg = { + description = '', + shouldClose = true, + label = 'Bierfass', + weight = 600, + unique = true, + image = 'beerkeg.png', + type = 'item', + name = 'beerkeg', + useable = true, + }, + firework4 = { + description = 'Fireworks', + shouldClose = true, + label = 'Weeping Willow', + weight = 1000, + unique = false, + image = 'firework4.png', + type = 'item', + name = 'firework4', + useable = true, + }, + weapon_pistolxm3 = { + description = 'Pistol XM3', + label = 'Pistol XM3', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'highteampistol.png', + type = 'weapon', + unique = true, + name = 'weapon_pistolxm3', + useable = false, + }, + skullcamo_attachment = { + description = 'A skull camo for a weapon', + shouldClose = true, + label = 'Skull Camo', + weight = 1000, + unique = false, + image = 'skullcamo_attachment.png', + type = 'item', + name = 'skullcamo_attachment', + useable = true, + }, + weapon_heavypistol = { + description = 'Wenn die Klog nicht mehr reicht.', + label = 'FM 510', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'screenshot_405-removebg-preview.png', + type = 'weapon', + unique = true, + name = 'weapon_heavypistol', + useable = false, + }, + weapon_handle = { + description = 'Der perfekte Halt – für dich und deine Waffen-Fantasien', + shouldClose = false, + label = 'Griff', + weight = 200, + unique = false, + image = 'snspistol_part_3.png', + type = 'item', + name = 'weapon_handle', + useable = false, + }, + weapon_battleaxe = { + unique = true, + description = 'A large broad-bladed axe used in ancient warfare', + image = 'weapon_battleaxe.png', + type = 'weapon', + name = 'weapon_battleaxe', + label = 'Battle Axe', + useable = false, + weight = 1000, + }, + mixed_grilled_plate = { + description = 'gemischter Grillteller mit Beilagen', + shouldClose = true, + label = 'KARIŞIK IZGARA ', + weight = 200, + unique = true, + image = 'Gemischter_grillteller.png', + type = 'item', + name = 'mixed_grilled_plate', + useable = true, + }, + drum_attachment = { + description = 'A drum for a weapon', + shouldClose = true, + label = 'Drum', + weight = 1000, + unique = false, + image = 'drum_attachment.png', + type = 'item', + name = 'drum_attachment', + useable = true, + }, + engine_oil = { + description = 'Das bier der Kraftfahrzeuge!', + shouldClose = true, + label = 'Premium Motoröl', + weight = 0, + unique = false, + image = 'engine_oil.png', + type = 'item', + name = 'engine_oil', + useable = true, + }, + weapon_rpg = { + description = 'A rocket-propelled grenade launcher', + label = 'RPG', + weight = 1000, + ammotype = 'AMMO_RPG', + image = 'weapon_rpg.png', + type = 'weapon', + unique = true, + name = 'weapon_rpg', + useable = false, + }, + electronickit = { + description = 'If you\'ve always wanted to build a robot you can maybe start here. Maybe you\'ll be the new Elon Musk?', + shouldClose = true, + label = 'Electronic Kit', + weight = 100, + unique = false, + image = 'electronickit.png', + type = 'item', + name = 'electronickit', + useable = true, + }, + weapontint_6 = { + description = 'Orange Weapon Tint', + shouldClose = true, + label = 'Orange Tint', + weight = 1000, + unique = false, + image = 'weapontint_orange.png', + type = 'item', + name = 'weapontint_6', + useable = true, + }, + cooked_lamb_chop = { + description = '', + shouldClose = true, + label = 'gegrillte Lamkeule', + weight = 200, + unique = false, + image = 'cooked_lamb_chops.png', + type = 'item', + name = 'cooked_lamb_chop', + useable = true, + }, + 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.', + shouldClose = true, + label = 'Thors Sandwich', + weight = 150, + unique = false, + image = 'ThorsSandwich.png', + type = 'item', + name = 'thors_sandwich', + useable = true, + }, + laptop = { + description = 'Expensive laptop', + shouldClose = true, + label = 'Laptop', + weight = 4000, + unique = false, + image = 'laptop.png', + type = 'item', + name = 'laptop', + useable = false, + }, + weapon_sniperrifle = { + description = 'Wenn man mal das Gesetzt von weiter weg vertreten muss.', + label = 'ABM Sniper Rifle', + weight = 1000, + ammotype = 'AMMO_SNIPER', + image = 'screenshot_414-removebg-preview.png', + type = 'weapon', + unique = true, + name = 'weapon_sniperrifle', + useable = false, + }, + elastic_bandage = { + description = '', + shouldClose = true, + label = 'Elastische Binde', + weight = 100, + unique = false, + image = 'elastisches-medizinisches-bandageband-komprimierend-geringe-dehnung-80-mm_189499203-removebg-preview.png', + type = 'item', + name = 'elastic_bandage', + useable = true, + }, + weapontint_mk2_9 = { + description = 'Red Contrast Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Red Contrast Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_9', + useable = true, + }, + police_card = { + description = '', + shouldClose = true, + label = 'Police Card', + weight = 10, + unique = true, + image = 'idcardpd.png', + type = 'item', + name = 'police_card', + useable = true, + }, + weapon_smg_mk2 = { + description = 'SMG MK2', + label = 'SMG Mk II', + weight = 1000, + ammotype = 'AMMO_SMG', + image = 'highteamsmgmk2-removebg-preview.png', + type = 'weapon', + unique = true, + name = 'weapon_smg_mk2', + useable = true, + }, + diamond = { + description = 'A diamond seems like the jackpot to me!', + shouldClose = true, + label = 'Diamond', + weight = 1000, + unique = false, + image = 'diamond.png', + type = 'item', + name = 'diamond', + useable = false, + }, + smg_defaultclip = { + description = '', + shouldClose = true, + label = 'SMG Magazine', + weight = 100, + unique = true, + image = 'clip_attachment.png', + type = 'item', + name = 'smg_defaultclip', + useable = true, + }, + raw_kebab = { + description = '', + shouldClose = true, + label = 'roher Schaschlickspieß', + weight = 200, + unique = false, + image = 'raw_kebab.png', + type = 'item', + name = 'raw_kebab', + useable = true, + }, + wwine = { + description = '', + shouldClose = true, + label = 'Weißwein', + weight = 300, + unique = false, + image = 'wwine.png', + type = 'item', + name = 'wwine', + useable = true, + }, + tier_leckerlis = { + description = 'Freude für deinen Vierbeiner.', + shouldClose = true, + label = 'Tier Leckerlis', + weight = 100, + unique = false, + image = 'pet_treats.png', + type = 'item', + name = 'tier_leckerlis', + useable = true, + }, + cup_tide = { + description = '', + shouldClose = true, + label = 'Becher Orange O Tang', + weight = 100, + unique = false, + image = 'cup_tide.png', + type = 'item', + name = 'cup_tide', + useable = true, + }, + zwiebelsalat = { + description = 'Türkischer Zwiebelsalat', + shouldClose = true, + label = 'Soğan salatası', + weight = 200, + unique = true, + image = 'sogan.png', + type = 'item', + name = 'zwiebelsalat', + useable = true, + }, + filled_evidence_bag = { + description = 'A filled evidence bag to see who committed the crime >:(', + shouldClose = false, + label = 'Evidence Bag', + weight = 200, + unique = true, + image = 'evidence.png', + type = 'item', + name = 'filled_evidence_bag', + useable = false, + }, + scookie = { + description = 'Ein Softcookie ist ein weicher, saftiger Keks mit einer zarten Textur, der oft noch leicht warm und innen herrlich chewy ist.', + shouldClose = true, + label = 'Soft Cookie', + weight = 100, + unique = true, + image = 'softccookie.png', + type = 'item', + name = 'scookie', + useable = true, + }, + weed_route = { + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + shouldClose = false, + label = 'Weed Route', + weight = 10, + unique = true, + image = 'weed_route.png', + type = 'item', + name = 'weed_route', + useable = false, + }, + smg_flashlight = { + description = '', + shouldClose = true, + label = 'SMG Licht', + weight = 100, + unique = true, + image = 'flashlight_attachment.png', + type = 'item', + name = 'smg_flashlight', + useable = true, + }, + cooked_bbq_sausages = { + description = '', + shouldClose = true, + label = 'gegrillte Bratwurst', + weight = 200, + unique = false, + image = 'cooked_bbq_sausages.png', + type = 'item', + name = 'cooked_bbq_sausages', + useable = true, + }, + salbutamol = { + description = '', + shouldClose = true, + label = 'Salbutamol', + weight = 10, + unique = false, + image = 'salbutamol.png', + type = 'item', + name = 'salbutamol', + useable = true, + }, + walkstick = { + description = 'Walking stick for ya\'ll grannies out there.. HAHA', + shouldClose = true, + label = 'Walking Stick', + weight = 1000, + unique = false, + image = 'walkstick.png', + type = 'item', + name = 'walkstick', + useable = true, + }, + blood_100 = { + description = '', + shouldClose = true, + label = 'Blut (100ml)', + weight = 100, + unique = false, + image = 'bloodbag.png', + type = 'item', + name = 'blood_100', + useable = true, + }, + bodybag = { + description = '', + shouldClose = true, + label = 'Leichensack', + weight = 200, + unique = false, + image = '40407-leichensack-xxl-schwarz-100-cm-x-220-cm_detail-removebg-preview.png', + type = 'item', + name = 'bodybag', + useable = true, + }, + barrel_attachment = { + description = 'A barrel for a weapon', + shouldClose = true, + label = 'Barrel', + weight = 1000, + unique = false, + image = 'barrel_attachment.png', + type = 'item', + name = 'barrel_attachment', + useable = true, + }, + weapontint_mk2_28 = { + description = 'Metallic Green Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Metallic Green Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_28', + useable = true, + }, + steel_ingots = { + description = 'Hier trifft pure Masse auf unendliches Potenzial.', + shouldClose = false, + label = 'Stahlbarren', + weight = 1000, + unique = false, + image = 'steel_ingot.png', + type = 'item', + name = 'steel_ingots', + useable = false, + }, + pelmini = { + description = 'Kleine Teigtaschen, große Gefühle – Pelmeni lieben dich zurück!', + shouldClose = true, + label = 'Pelmini', + weight = 100, + unique = false, + image = 'pelmini.png', + type = 'item', + name = 'pelmini', + useable = true, + }, + weapon_handcuffs = { + unique = true, + description = 'A pair of lockable linked metal rings for securing a prisoner\'s wrists', + image = 'weapon_handcuffs.png', + type = 'weapon', + name = 'weapon_handcuffs', + label = 'Handcuffs', + useable = false, + weight = 1000, + }, + flashlight_attachment = { + description = 'A flashlight for a weapon', + shouldClose = true, + label = 'Flashlight', + weight = 1000, + unique = false, + image = 'flashlight_attachment.png', + type = 'item', + name = 'flashlight_attachment', + useable = true, + }, + weapon_firework = { + unique = true, + description = 'A device containing gunpowder and other combustible chemicals that causes a spectacular explosion when ignited', + image = 'weapon_firework.png', + type = 'weapon', + name = 'weapon_firework', + label = 'Firework Launcher', + useable = false, + weight = 1000, + }, + raw_wings = { + description = '', + shouldClose = true, + label = 'rohe Chickenwings', + weight = 200, + unique = false, + image = 'raw_wings.png', + type = 'item', + name = 'raw_wings', + useable = true, + }, + sniper_extendedclip = { + description = '', + shouldClose = true, + label = 'erw. Sniper Magazin', + weight = 100, + unique = true, + image = 'sniper_extendedclip.png', + type = 'item', + name = 'sniper_extendedclip', + useable = true, + }, + repair_kit = { + description = 'Für Schnelle & Kleinere Reparaturen ', + shouldClose = true, + label = 'Werkzeug', + weight = 0, + unique = false, + image = 'repair_kit.png', + type = 'item', + name = 'repair_kit', + useable = true, + }, + veh_wheels = { + description = 'Upgrade vehicle wheels', + shouldClose = true, + label = 'Wheels', + weight = 1000, + unique = false, + image = 'veh_wheels.png', + type = 'item', + name = 'veh_wheels', + useable = true, + }, + paracetamol = { + description = '', + shouldClose = true, + label = 'Paracetamol', + weight = 20, + unique = false, + image = 'Paracetamol.png', + type = 'item', + name = 'paracetamol', + useable = true, + }, + blue_phone = { + description = '„Ein Akku, der genau so lange hält wie deine Aufmerksamkeitsspanne.“', + shouldClose = false, + label = 'iFruit 12XR Blau', + weight = 600, + unique = true, + image = 'phone_blue.png', + type = 'item', + name = 'blue_phone', + useable = false, + }, + weapon_compactrifle = { + description = 'A compact version of an assault rifle', + label = 'Compact Rifle', + weight = 1000, + ammotype = 'AMMO_RIFLE', + image = 'weapon_compactrifle.png', + type = 'weapon', + unique = true, + name = 'weapon_compactrifle', + useable = false, + }, + drum_mechanism = { + description = 'Der Dreh, der alles verändert – Spannung in jeder Umdrehung', + shouldClose = false, + label = 'Trommel Mechanismus', + weight = 200, + unique = false, + image = 'Trommel.png', + type = 'item', + name = 'drum_mechanism', + useable = false, + }, + cottoncandy = { + description = '', + shouldClose = true, + label = 'Zuckerwatte', + weight = 100, + unique = false, + image = 'screenshot_693-removebg-preview.png', + type = 'item', + name = 'cottoncandy', + useable = true, + }, + sprunk_flasche = { + description = 'Flasche Zitronen Limo', + shouldClose = true, + label = 'Sprunk Flasche', + weight = 80, + unique = false, + image = 'sprunkbottle1.png', + type = 'item', + name = 'sprunk_flasche', + useable = true, + }, + ifs_olden_ectar = { + description = 'Fruchtig und süß, wie die goldene Ernte auf den Feldern – ein perfekter Genuss für jede Gelegenheit.', + shouldClose = true, + label = 'Sif\'s Golden Nectar', + weight = 200, + unique = false, + image = 'SifGoldenNectar.png', + type = 'item', + name = 'ifs_olden_ectar', + useable = true, + }, + turbocharger = { + description = '', + shouldClose = true, + label = 'Premium Turbokit', + weight = 0, + unique = false, + image = 'turbocharger.png', + type = 'item', + name = 'turbocharger', + useable = true, + }, + ev_coolant = { + description = '', + shouldClose = true, + label = 'EV_Kühlkit', + weight = 0, + unique = false, + image = 'ev_coolant.png', + type = 'item', + name = 'ev_coolant', + useable = true, + }, + purple_phone = { + description = '„Jetzt mit noch mehr Features, die du nie brauchst, aber jedem zeigen musst.“', + shouldClose = false, + label = 'iFruit 12XR Lila', + weight = 600, + unique = true, + image = 'phone_purple.png', + type = 'item', + name = 'purple_phone', + useable = false, + }, + sniper_largescope = { + description = '', + shouldClose = true, + label = 'Sniper Visier groß', + weight = 100, + unique = true, + image = 'advscope_attachment.png', + type = 'item', + name = 'sniper_largescope', + useable = true, + }, + tourniquet = { + description = '', + shouldClose = true, + label = 'Tourniquet', + weight = 20, + unique = false, + image = '81khEr+-vcL._AC_SX450_-removebg-preview.png', + type = 'item', + name = 'tourniquet', + useable = true, + }, + weapon_ball = { + description = 'A solid or hollow spherical or egg-shaped object that is kicked, thrown, or hit in a game', + label = 'Ball', + weight = 1000, + ammotype = 'AMMO_BALL', + image = 'weapon_ball.png', + type = 'weapon', + unique = true, + name = 'weapon_ball', + useable = false, + }, + gg_deer_hide_03 = { + description = '', + shouldClose = true, + label = 'Makelloses Hirschfell', + weight = 1000, + unique = true, + image = 'gg_deer_hide_03.png', + type = 'item', + name = 'gg_deer_hide_03', + useable = false, + }, + firework3 = { + description = 'Fireworks', + shouldClose = true, + label = 'WipeOut', + weight = 1000, + unique = false, + image = 'firework3.png', + type = 'item', + name = 'firework3', + useable = true, + }, + weapon_autoshotgun = { + description = 'A shotgun capable of rapid continous fire', + label = 'Auto Shotgun', + weight = 1000, + ammotype = 'AMMO_SHOTGUN', + image = 'weapon_autoshotgun.png', + type = 'weapon', + unique = true, + name = 'weapon_autoshotgun', + useable = false, + }, + weapon_flashlight = { + unique = true, + description = 'Heller als Du ^^', + image = 'weapon_flashlight.png', + type = 'weapon', + name = 'weapon_flashlight', + label = 'Flashlight', + useable = false, + weight = 1000, + }, + sludgie = { + description = 'Gefrorene Chemie zum Trinken ^^', + shouldClose = true, + label = 'Sludgie', + weight = 100, + unique = false, + image = 'sludgie.png', + type = 'item', + name = 'sludgie', + useable = true, + }, + newsbmic = { + description = 'A Useable BoomMic', + shouldClose = true, + label = 'Boom Microphone', + weight = 100, + unique = true, + image = 'newsbmic.png', + type = 'item', + name = 'newsbmic', + useable = true, + }, + performance_part = { + description = '', + shouldClose = true, + label = 'Performance Kit', + weight = 0, + unique = false, + image = 'performance_part.png', + type = 'item', + name = 'performance_part', + useable = true, + }, + smg_ammo = { + description = 'Kleines schnelles Peng', + shouldClose = true, + label = 'SMG Munition', + weight = 500, + unique = false, + image = 'smgmuni.png', + type = 'item', + name = 'smg_ammo', + useable = true, + }, + wine = { + description = 'Some good wine to drink on a fine evening', + shouldClose = true, + label = 'Rotwein', + weight = 300, + unique = false, + image = 'wine.png', + type = 'item', + name = 'wine', + useable = true, + }, + cocoa = { + description = 'Kakaopulver ist Schokolade im Tarnanzug – bereit, jede Tasse in Wohlfühlzauber zu verwandeln.', + shouldClose = false, + label = 'Packung Kakaopulver', + weight = 200, + unique = false, + name = 'cocoa', + type = 'item', + image = 'cacao.png', + useable = false, + }, + kakao3 = { + description = 'Eine Tasse heiße Schokolade mit Marshmallows ist wie ein Kuschelabend in flüssiger Form – süß, warm und himmlisch übertrieben.', + shouldClose = true, + label = 'Tasse Heiße Schokolade mit Marshmallows', + weight = 100, + unique = true, + name = 'kakao3', + type = 'item', + image = 'kakao3.png', + useable = true, + }, + tims_instant_nudeln = { + description = 'der Kulinarische Blitzbesuch in Fernost', + shouldClose = true, + label = 'Tim\'s Instant Nudeln', + weight = 100, + unique = false, + image = 'ChatGPT_Image_1._Mai_2025__03_26_12-removebg-preview.png', + type = 'item', + name = 'tims_instant_nudeln', + useable = true, + }, + weed_brick = { + description = '1KG Weed Brick to sell to large customers.', + shouldClose = true, + label = 'Weed Brick', + weight = 1000, + unique = false, + image = 'weed_brick.png', + type = 'item', + name = 'weed_brick', + useable = false, + }, + crack_baggy = { + description = 'To get happy faster', + shouldClose = true, + label = 'Bag of Crack', + weight = 0, + unique = false, + image = 'crack_baggy.png', + type = 'item', + name = 'crack_baggy', + useable = true, + }, + weapon_vintagepistol = { + description = 'An antique firearm designed to be held in one hand', + label = 'Vintage Pistol', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'weapon_vintagepistol.png', + type = 'weapon', + unique = true, + name = 'weapon_vintagepistol', + useable = false, + }, + kas_leberkas_semmal = { + description = 'Mehr Fleisch als Worte – des is koa Semmel, des is a Lebensgefühl!', + shouldClose = true, + label = 'Kas Leberkas Semmal', + weight = 100, + unique = false, + image = 'kasleberkassemmel.png', + type = 'item', + name = 'kas_leberkas_semmal', + useable = true, + }, + empty_evidence_bag = { + description = 'Used a lot to keep DNA from blood, bullet shells and more', + shouldClose = false, + label = 'Empty Evidence Bag', + weight = 0, + unique = false, + image = 'evidence.png', + type = 'item', + name = 'empty_evidence_bag', + useable = false, + }, + weapon_bullpuprifle_mk2 = { + description = 'Bull Puprifle MK2', + label = 'Bullpup Rifle Mk II', + weight = 1000, + ammotype = 'AMMO_RIFLE', + image = 'weapon_bullpuprifle_mk2.png', + type = 'weapon', + unique = true, + name = 'weapon_bullpuprifle_mk2', + useable = true, + }, + gg_hunting_arrowammo = { + description = '', + shouldClose = true, + label = 'Armbrust Pfeile', + weight = 20, + unique = false, + image = 'gg_hunting_arrowammo.png', + type = 'item', + name = 'gg_hunting_arrowammo', + useable = true, + }, + small_blade = { + description = ' Die Klinge, die nicht auf sich warten lässt', + shouldClose = false, + label = 'kleine Klinge', + weight = 200, + unique = false, + image = 'Klinge Springmesser.png', + type = 'item', + name = 'small_blade', + useable = false, + }, + ceramic_barrel = { + description = 'Der Lauf, der sich in jeder Sicherheitskontrolle unsichtbar macht', + shouldClose = false, + label = 'Keramiklauf', + weight = 200, + unique = false, + image = 'keramiklauf.png', + type = 'item', + name = 'ceramic_barrel', + useable = false, + }, + espresso = { + description = 'Hiernach bist du safe wach ^^', + shouldClose = true, + label = 'Tasse Espresso', + weight = 100, + unique = true, + name = 'espresso', + type = 'item', + image = 'espresso.png', + useable = true, + }, + sprunk_zero_flasche = { + description = 'Flasche Zero Zitronen Limo', + shouldClose = true, + label = 'Sprunk Zero Flasche', + weight = 80, + unique = false, + image = 'sprunkbottle.png', + type = 'item', + name = 'sprunk_zero_flasche', + useable = true, + }, + advancedlockpick = { + description = 'If you lose your keys a lot this is very useful... Also useful to open your beers', + shouldClose = true, + label = 'Advanced Lockpick', + weight = 500, + unique = false, + image = 'advancedlockpick.png', + type = 'item', + name = 'advancedlockpick', + useable = true, + }, + weed_amnesia_seed = { + description = 'A weed seed of Amnesia', + shouldClose = true, + label = 'Amnesia Seed', + weight = 0, + unique = false, + image = 'weed_seed.png', + type = 'item', + name = 'weed_amnesia_seed', + useable = true, + }, + weapon_musket = { + description = 'An infantryman\'s light gun with a long barrel, typically smooth-bored, muzzleloading, and fired from the shoulder', + label = 'Musket', + weight = 1000, + ammotype = 'AMMO_SHOTGUN', + image = 'weapon_musket.png', + type = 'weapon', + unique = true, + name = 'weapon_musket', + useable = false, + }, + weapontint_mk2_7 = { + description = 'Classic Earth Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Classic Earth Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_7', + useable = true, + }, + tosti = { + description = 'Schmeckt fast wie selbst gemacht – wenn man sich selbst keine Mühe gibt.', + shouldClose = true, + label = 'Grilled Cheese Sandwich', + weight = 200, + unique = false, + image = 'tosti.png', + type = 'item', + name = 'tosti', + useable = true, + }, + akrinor = { + description = '', + shouldClose = true, + label = 'Akrinor', + weight = 20, + unique = false, + image = 'akrinor.png', + type = 'item', + name = 'akrinor', + useable = true, + }, + boomcamo_attachment = { + description = 'A boom camo for a weapon', + shouldClose = true, + label = 'Boom Camo', + weight = 1000, + unique = false, + image = 'boomcamo_attachment.png', + type = 'item', + name = 'boomcamo_attachment', + useable = true, + }, + aspirin = { + description = '', + shouldClose = true, + label = 'Aspirin', + weight = 20, + unique = false, + image = 'aspirin.png', + type = 'item', + name = 'aspirin', + useable = true, + }, + amiodaron = { + description = '', + shouldClose = true, + label = 'Amiodaron', + weight = 15, + unique = false, + image = 'amiodaron.png', + type = 'item', + name = 'amiodaron', + useable = true, + }, + orange_o_tang_flasche = { + description = 'Flasche Orangen Limo', + shouldClose = true, + label = 'Orange O Tang Flasche', + weight = 80, + unique = false, + image = 'otangbottle.png', + type = 'item', + name = 'orange_o_tang_flasche', + useable = true, + }, + ohrstopsel = { + description = 'damit du das Stöhnen der Nachbarn net hören musst', + shouldClose = false, + label = 'Ohrstöpsel', + weight = 20, + unique = true, + image = 'oropax.png', + type = 'item', + name = 'ohrstopsel', + useable = false, + }, + veh_neons = { + description = 'Upgrade vehicle neons', + shouldClose = true, + label = 'Neons', + weight = 1000, + unique = false, + image = 'veh_neons.png', + type = 'item', + name = 'veh_neons', + useable = true, + }, + surgical_kit = { + description = '', + shouldClose = true, + label = 'Näh-Set', + weight = 500, + unique = false, + image = 'surgicalkit.png', + type = 'item', + name = 'surgical_kit', + useable = true, + }, + nacl_1000 = { + description = '', + shouldClose = true, + label = 'NACL (1000ml)', + weight = 1000, + unique = false, + image = 'nacl.png', + type = 'item', + name = 'nacl_1000', + useable = true, + }, + nvscope_attachment = { + description = 'A night vision scope for a weapon', + shouldClose = true, + label = 'Night Vision Scope', + weight = 1000, + unique = false, + image = 'nvscope_attachment.png', + type = 'item', + name = 'nvscope_attachment', + useable = true, + }, + seed = { + description = '', + shouldClose = true, + label = 'Samen', + weight = 5, + unique = false, + image = 'seed.png', + type = 'item', + name = 'seed', + useable = true, + }, + gg_hunting_animaltrap = { + description = '', + shouldClose = true, + label = 'Tierfalle', + weight = 1000, + unique = true, + image = 'gg_hunting_animaltrap.png', + type = 'item', + name = 'gg_hunting_animaltrap', + useable = true, + }, + opium_poppy = { + description = 'Die Blume, die Träume verkauft', + shouldClose = false, + label = 'Schlafmohn', + weight = 100, + unique = false, + image = 'opium_dry.png', + type = 'item', + name = 'opium_poppy', + useable = false, + }, + marshmallows = { + description = 'Marshmallows sind wie kleine Wolken, die versehentlich in Zucker gefallen und dann beschlossen haben, für immer süß zu bleiben.', + shouldClose = true, + label = 'Packung Marshmallows', + weight = 200, + unique = false, + name = 'marshmallows', + type = 'item', + image = 'marshmallows.png', + useable = true, + }, + pork_joint = { + description = '', + shouldClose = true, + label = 'roher Schweinebraten', + weight = 200, + unique = false, + image = 'pork_joint.png', + type = 'item', + name = 'pork_joint', + useable = true, + }, + weapon_combatmg = { + description = 'A combat version of an automatic gun that fires bullets in rapid succession for as long as the trigger is pressed', + label = 'Combat MG', + weight = 1000, + ammotype = 'AMMO_MG', + image = 'weapon_combatmg.png', + type = 'weapon', + unique = true, + name = 'weapon_combatmg', + useable = false, + }, + yggdrasils_root = { + description = '', + shouldClose = true, + label = 'Yggdrasil\'s Root', + weight = 200, + unique = false, + image = 'YggdrasilsRoot.png', + type = 'item', + name = 'yggdrasils_root', + useable = true, + }, + cup_lemonade = { + description = '', + shouldClose = true, + label = 'Becher Sprunk', + weight = 100, + unique = false, + image = '', + type = 'item', + name = 'cup_lemonade', + useable = true, + }, + sandwich = { + description = 'bist du dir sicher das du das essen willst?', + shouldClose = true, + label = '3 Tage altes Sandwich', + weight = 200, + unique = false, + image = 'ChatGPT_Image_27._Apr._2025__12_38_04-removebg-preview.png', + type = 'item', + name = 'sandwich', + useable = true, + }, + propofol_100 = { + description = '', + shouldClose = true, + label = 'Propofol (100ml)', + weight = 100, + unique = false, + image = 'Propofol-00409469924-removebg-preview.png', + type = 'item', + name = 'propofol_100', + useable = true, + }, + cup_cola = { + description = '', + shouldClose = true, + label = 'Becher E-Cola', + weight = 100, + unique = false, + image = 'cup_cola.png', + type = 'item', + name = 'cup_cola', + useable = true, + }, + veh_interior = { + description = 'Upgrade vehicle interior', + shouldClose = true, + label = 'Interior', + weight = 1000, + unique = false, + image = 'veh_interior.png', + type = 'item', + name = 'veh_interior', + useable = true, + }, + hotdog = { + description = '', + shouldClose = true, + label = 'Hot Dog', + weight = 100, + unique = false, + image = 'screenshot_691-removebg-preview.png', + type = 'item', + name = 'hotdog', + useable = true, + }, + gg_salt_block_03 = { + description = '', + shouldClose = true, + label = 'Premium Salzblock', + weight = 100, + unique = false, + image = 'gg_salt_block_03.png', + type = 'item', + name = 'gg_salt_block_03', + useable = true, + }, + harness = { + description = 'Racing Harness so no matter what you stay in the car', + shouldClose = true, + label = 'Race Harness', + weight = 1000, + unique = true, + image = 'harness.png', + type = 'item', + name = 'harness', + useable = true, + }, + pistol_suppressor = { + description = '', + shouldClose = true, + label = 'Pistolen Schalldämpfer', + weight = 100, + unique = true, + image = 'suppressor_attachment.png', + type = 'item', + name = 'pistol_suppressor', + useable = true, + }, + coke_small_brick = { + description = 'Small package of cocaine, mostly used for deals and takes a lot of space', + shouldClose = true, + label = 'Coke Package', + weight = 350, + unique = true, + image = 'coke_small_brick.png', + type = 'item', + name = 'coke_small_brick', + useable = false, + }, + goldbar = { + description = 'Looks pretty expensive to me', + shouldClose = true, + label = 'Gold Bar', + weight = 7000, + unique = false, + image = 'goldbar.png', + type = 'item', + name = 'goldbar', + useable = false, + }, + gg_rabbit_pelt_01 = { + description = '', + shouldClose = true, + label = 'Raues Kaninchenfell', + weight = 1000, + unique = true, + image = 'gg_rabbit_pelt_01.png', + type = 'item', + name = 'gg_rabbit_pelt_01', + useable = false, + }, + sniper_suppressor = { + description = '', + shouldClose = true, + label = 'Sniper Schalldämpfer', + weight = 100, + unique = true, + image = 'suppressor_attachment.png', + type = 'item', + name = 'sniper_suppressor', + useable = true, + }, + weapon_militaryrifle = { + description = 'Weapon Militaryrifle', + label = 'Weapon Militaryrifle', + weight = 1000, + ammotype = 'AMMO_RIFLE', + image = 'weapon_assaultrifle.png', + type = 'weapon', + unique = true, + name = 'weapon_militaryrifle', + useable = true, + }, + weapon_revolver = { + description = 'A pistol with revolving chambers enabling several shots to be fired without reloading', + label = 'Tac. Revolver', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'revolver.png', + type = 'weapon', + unique = true, + name = 'weapon_revolver', + useable = false, + }, + baldurslightelixir = { + description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.', + shouldClose = true, + label = 'Baldurs Light Elixir', + weight = 100, + unique = false, + image = 'BaldursLightElixir.png', + type = 'item', + name = 'baldurslightelixir', + useable = true, + }, + bcso_card = { + description = '', + shouldClose = true, + label = 'BCSO Card', + weight = 10, + unique = true, + image = 'idcardpd.png', + type = 'item', + name = 'bcso_card', + useable = true, + }, + urapidil1 = { + description = '', + shouldClose = true, + label = 'Urapidil 1,0 mg', + weight = 20, + unique = false, + image = 'urapidil1.png', + type = 'item', + name = 'urapidil1', + useable = true, + }, + rubber = { + description = 'Rubber, I believe you can make your own rubber ducky with it :D', + shouldClose = false, + label = 'Rubber', + weight = 100, + unique = false, + image = 'rubber.png', + type = 'item', + name = 'rubber', + useable = false, + }, + ggdrasils_oots = { + description = 'Tief verwurzelt in den Gaben der Natur, bieten diese knusprigen Snacks eine Verbindung zu den alten Geschichten.', + shouldClose = true, + label = 'Yggdrasil\'s Roots', + weight = 200, + unique = false, + image = 'YggdrasilsRootsGemuseChips.png.png', + type = 'item', + name = 'yggdrasils_roots', + useable = true, + }, + field_dressing = { + description = '', + shouldClose = true, + label = 'Verbandtuch', + weight = 100, + unique = false, + image = 'screenshot_477-removebg-preview.png', + type = 'item', + name = 'field_dressing', + useable = true, + }, + pizza_piece = { + description = 'Ein Stück Glück auf deinem Teller – Genieße unser köstliches Stück Pizza!', + shouldClose = true, + label = 'Stück Pizza', + weight = 150, + unique = true, + image = 'file_00000000abf061f788ede1aa1c949dae-removebg-preview.png', + type = 'item', + name = 'pizza_piece', + useable = true, + }, + sniper_defaultclip = { + description = '', + shouldClose = true, + label = 'Sniper Magzin', + weight = 100, + unique = true, + image = 'sniper_defaultclip.png', + type = 'item', + name = 'sniper_defaultclip', + useable = true, + }, + weapon_carbinerifle_mk2 = { + description = 'Carbine Rifle MK2', + label = 'Softair Gewehr', + weight = 1000, + ammotype = 'AMMO_RIFLE', + image = 'screenshot_455-removebg-preview.png', + type = 'weapon', + unique = true, + name = 'weapon_carbinerifle_mk2', + useable = true, + }, + ['sifs_golden-ale'] = { + description = 'Golden und nahrhaft, wie das Feld unter der Obhut der Göttin Sif.', + shouldClose = true, + label = 'Sif\'s Golden Ale', + weight = 200, + unique = false, + image = 'SifGoldenAle.png', + type = 'item', + name = 'sifs_golden-ale', + useable = true, + }, + bellend_muzzle_brake = { + description = 'A muzzle brake for a weapon', + shouldClose = true, + label = 'Bellend Muzzle Brake', + weight = 1000, + unique = false, + image = 'bellend_muzzle_brake.png', + type = 'item', + name = 'bellend_muzzle_brake', + useable = true, + }, + gg_cougar_claw_03 = { + description = '', + shouldClose = true, + label = 'Makellose Puma-Klaue', + weight = 500, + unique = true, + image = 'gg_cougar_claw_03.png', + type = 'item', + name = 'gg_cougar_claw_03', + useable = false, + }, + gg_rabbit_pelt_03 = { + description = '', + shouldClose = true, + label = 'Makelloses Kaninchenfell', + weight = 1000, + unique = true, + image = 'gg_rabbit_pelt_03.png', + type = 'item', + name = 'gg_rabbit_pelt_03', + useable = false, + }, + trigger_unit = { + description = 'Der Schalter für Action – einmal drücken, und die Welt verändert sich', + shouldClose = false, + label = 'Abzugseinheit', + weight = 200, + unique = false, + image = 'snspistol_part_2.png', + type = 'item', + name = 'trigger_unit', + useable = false, + }, + cappuccino = { + description = '„Cappucioni – halb Schaum, halb Koffein, 100 % Attitüde. Gebrüht wie ein Drive-By: schnell, heiß und mit ordentlich Einschlag.“', + shouldClose = true, + label = 'Tasse Cappuccino', + weight = 100, + unique = true, + name = 'cappuccino', + type = 'item', + image = 'cappuccino.png', + useable = true, + }, + falafel = { + description = 'Falafel mit Joghurtsauce', + shouldClose = true, + label = 'Falafel', + weight = 200, + unique = true, + image = 'Falafel.png', + type = 'item', + name = 'falafel', + useable = true, + }, + steel = { + description = 'Nice piece of metal that you can probably use for something', + shouldClose = false, + label = 'Steel', + weight = 100, + unique = false, + image = 'steel.png', + type = 'item', + name = 'steel', + useable = false, + }, + coffeemug = { + description = '„Kaffee? Nein, das ist flüssiger Wahnsinn in \'ner Keramikgranate. Perfekt zum Durchziehen von Überfällen, Steuererklärungen oder Montagen.“', + shouldClose = true, + label = 'Tasse Kaffee', + weight = 100, + unique = true, + name = 'coffeemug', + type = 'item', + image = 'coffeemug.png', + useable = true, + }, + flood_light = { + description = '', + shouldClose = true, + label = 'Outdoor Lampe', + weight = 600, + unique = false, + image = 'flood_light.png', + type = 'item', + name = 'flood_light', + useable = true, + }, + vitaminloesung_1000 = { + description = '', + shouldClose = true, + label = 'Vitaminlösung 1000', + weight = 1000, + unique = false, + image = 'screenshot_696-removebg-preview.png', + type = 'item', + name = 'vitaminloesung_1000', + useable = true, + }, + copper = { + description = 'Es ist Metall aber Weich ', + shouldClose = false, + label = 'Kupfer', + weight = 100, + unique = false, + image = 'copperplate.png', + type = 'item', + name = 'copper', + useable = false, + }, + medscope_attachment = { + description = 'A medium scope for a weapon', + shouldClose = true, + label = 'Medium Scope', + weight = 1000, + unique = false, + image = 'medscope_attachment.png', + type = 'item', + name = 'medscope_attachment', + useable = true, + }, + advancedrepairkit = { + description = 'A nice toolbox with stuff to repair your vehicle', + shouldClose = true, + label = 'Advanced Repairkit', + weight = 4000, + unique = false, + image = 'advancedkit.png', + type = 'item', + name = 'advancedrepairkit', + useable = true, + }, + weapon_specialcarbine_mk2 = { + description = 'Weapon Wpecialcarbine MK2', + label = 'Special Carbine Mk II', + weight = 1000, + ammotype = 'AMMO_RIFLE', + image = 'highteamspecialcarbinemk2.png', + type = 'weapon', + unique = true, + name = 'weapon_specialcarbine_mk2', + useable = false, + }, + penicillin = { + description = '', + shouldClose = true, + label = 'Penicillin', + weight = 20, + unique = false, + image = 'penicillin.png', + type = 'item', + name = 'penicillin', + useable = true, + }, + grape = { + description = 'Mmmmh yummie, grapes', + shouldClose = false, + label = 'Grape', + weight = 100, + unique = false, + image = 'grape.png', + type = 'item', + name = 'grape', + useable = true, + }, + luxuryfinish_attachment = { + description = 'A luxury finish for a weapon', + shouldClose = true, + label = 'Luxury Finish', + weight = 1000, + unique = false, + image = 'luxuryfinish_attachment.png', + type = 'item', + name = 'luxuryfinish_attachment', + useable = true, + }, + blotter_paper = { + description = 'Das Papier, das dich nicht nur trocknen lässt, sondern auch deine Gedanken', + shouldClose = false, + label = 'Blotterpapier', + weight = 500, + unique = false, + image = 'paperroll.png', + type = 'item', + name = 'blotter_paper', + useable = false, + }, + bank_card = { + description = 'Used to access ATM', + shouldClose = true, + label = 'Bank Card', + weight = 0, + unique = true, + image = 'bank_card.png', + type = 'item', + name = 'bank_card', + useable = true, + }, + kennzeichen_tool = { + description = '', + shouldClose = true, + label = 'Kennzeichen', + weight = 0, + unique = false, + image = '', + type = 'item', + name = 'kennzeichen_tool', + useable = true, + }, + weapon_combatpdw = { + description = 'Ab Werk leise', + shouldClose = true, + label = 'Zig MPX', + weight = 1000, + unique = true, + image = 'zigmpx.png', + type = 'weapon', + name = 'weapon_combatpdw', + useable = false, + }, + popcorn = { + description = 'Frisch aufgepopptes Popcorn ', + shouldClose = true, + label = 'Popcorn', + weight = 150, + unique = true, + image = 'ChatGPT Image 26. Apr. 2025, 17_05_56-min.png', + type = 'item', + name = 'popcorn', + useable = true, + }, + tilidin = { + description = '', + shouldClose = true, + label = 'Tilidin', + weight = 20, + unique = false, + image = 'syringe.png', + type = 'item', + name = 'tilidin', + useable = true, + }, + veh_plates = { + description = 'Install vehicle plates', + shouldClose = true, + label = 'Plates', + weight = 1000, + unique = false, + image = 'veh_plates.png', + type = 'item', + name = 'veh_plates', + useable = true, + }, + weapon_combatmg_mk2 = { + description = 'Weapon Combatmg MK2', + label = 'Combat MG Mk II', + weight = 1000, + ammotype = 'AMMO_MG', + image = 'weapon_combatmg_mk2.png', + type = 'weapon', + unique = true, + name = 'weapon_combatmg_mk2', + useable = true, + }, + gg_coyote_fangs_02 = { + description = '', + shouldClose = true, + label = 'Robuster Kojotenzahn', + weight = 1000, + unique = true, + image = 'gg_coyote_fangs_02.png', + type = 'item', + name = 'gg_coyote_fangs_02', + useable = false, + }, + vitaminloesung_750 = { + description = '', + shouldClose = true, + label = 'Vitaminlösung 750', + weight = 750, + unique = false, + image = 'screenshot_696-removebg-preview.png', + type = 'item', + name = 'vitaminloesung_750', + useable = true, + }, + gg_hunting_campfire = { + description = '', + shouldClose = false, + label = 'Lagerfeuerkit', + weight = 1000, + unique = false, + image = 'gg_hunting_campfire.png', + type = 'item', + name = 'gg_hunting_campfire', + useable = false, + }, + jords_cean_reeze_alkoholfrei = { + description = 'Eine kühle Meeresbrise in Form eines Getränks, die erfrischend und exotisch zugleich ist.', + shouldClose = true, + label = 'Njord\'s Ocean Breeze (alkoholfrei)', + weight = 200, + unique = false, + image = 'NjordsOceanBreeze.png', + type = 'item', + name = 'njords_ocean_breeze_alkoholfrei', + useable = true, + }, + weapon_switchblade = { + unique = true, + description = 'A knife with a blade that springs out from the handle when a button is pressed', + image = 'weapon_switchblade.png', + type = 'weapon', + name = 'weapon_switchblade', + label = 'Switchblade', + useable = false, + weight = 1000, + }, + sunflowerseeds = { + description = 'Der Snack zum selber knacken', + shouldClose = true, + label = 'Sonnenblumenkerne', + weight = 100, + unique = true, + image = 'Sonnenblumenkerne.png', + type = 'item', + name = 'sunflowerseeds', + useable = true, + }, + raw_beef_brisket = { + description = '', + shouldClose = true, + label = 'rohes Beef Brisket', + weight = 200, + unique = false, + image = 'raw_beef_brisket.png', + type = 'item', + name = 'raw_beef_brisket', + useable = true, + }, + weapon_pistol50 = { + description = 'Für alle, die denken, normale Pistolen fühlen sich einfach zu sehr nach Spielzeug an.', + label = 'Tropical Eagle', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'tropical_eagle.png', + type = 'weapon', + unique = true, + name = 'weapon_pistol50', + useable = false, + }, + lean_route = { + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + shouldClose = false, + label = 'Lean Route', + weight = 10, + unique = true, + image = 'lean_route.png', + type = 'item', + name = 'lean_route', + useable = false, + }, + diving_gear = { + description = 'An oxygen tank and a rebreather', + shouldClose = true, + label = 'Diving Gear', + weight = 30000, + unique = true, + image = 'diving_gear.png', + type = 'item', + name = 'diving_gear', + useable = true, }, amoxicillin = { - shouldClose = true, - type = 'item', - image = 'amoxicillin.png', description = '', - unique = false, - useable = true, + shouldClose = true, label = 'Amoxicillin', weight = 20, + unique = false, + image = 'amoxicillin.png', + type = 'item', name = 'amoxicillin', + useable = true, + }, + meth_route = { + description = 'Offiziell? Dieses Dokument gibt’s nicht. Unofficially? Du bist jetzt Teil der geheimen Route – und das solltest du niemandem erzählen', + shouldClose = false, + label = 'Meth Route', + weight = 10, + unique = true, + image = 'meth_route.png', + type = 'item', + name = 'meth_route', + useable = false, + }, + gg_deer_hide_02 = { + description = '', + shouldClose = true, + label = 'Robustes Hirschleder', + weight = 1000, + unique = true, + image = 'gg_deer_hide_02.png', + type = 'item', + name = 'gg_deer_hide_02', + useable = false, + }, + offroad_tyres = { + description = '', + shouldClose = true, + label = 'Reifen offroad', + weight = 0, + unique = false, + image = 'offroad_tyres.png', + type = 'item', + name = 'offroad_tyres', + useable = true, + }, + zeckenschutzmittel = { + description = '', + shouldClose = true, + label = 'Zeckenschutzmittel', + weight = 25, + unique = false, + image = 'Zeckenschutzmittel.png', + type = 'item', + name = 'zeckenschutzmittel', + useable = true, + }, + oxy = { + description = 'The Label Has Been Ripped Off', + shouldClose = true, + label = 'Prescription Oxy', + weight = 0, + unique = false, + image = 'oxy.png', + type = 'item', + name = 'oxy', + useable = true, + }, + doj_card = { + description = '', + shouldClose = true, + label = 'DOJ Card', + weight = 10, + unique = true, + image = 'idcardpd.png', + type = 'item', + name = 'doj_card', + useable = true, + }, + tranexamsaure = { + description = '', + shouldClose = true, + label = 'Tranexamsäure', + weight = 20, + unique = false, + image = 'tranexamsaure.png', + type = 'item', + name = 'tranexamsaure', + useable = true, + }, + casinochips = { + description = 'Chips For Casino Gambling', + shouldClose = false, + label = 'Casino Chips', + weight = 0, + unique = false, + image = 'casinochips.png', + type = 'item', + name = 'casinochips', + useable = false, + }, + weapontint_mk2_16 = { + description = 'Bold Green & Purple Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Bold Green & Purple Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_16', + useable = true, + }, + big_bottle_lemonade = { + description = '', + shouldClose = true, + label = 'große Flasche Sprunk', + weight = 600, + unique = false, + image = 'big_bottle_lemonade.png', + type = 'item', + name = 'big_bottle_lemonade', + useable = true, + }, + gg_pug_bait_03 = { + description = '', + shouldClose = true, + label = 'Illegaler Raubtierköder 3', + weight = 100, + unique = false, + image = 'gg_pug_bait_03.png', + type = 'item', + name = 'gg_pug_bait_03', + useable = true, + }, + weapon_grenadelauncher = { + description = 'A weapon that fires a specially-designed large-caliber projectile, often with an explosive, smoke or gas warhead', + label = 'Grenade Launcher', + weight = 1000, + ammotype = 'AMMO_GRENADELAUNCHER', + image = 'weapon_grenadelauncher.png', + type = 'weapon', + unique = true, + name = 'weapon_grenadelauncher', + useable = false, + }, + pistol_holoscope = { + description = '', + shouldClose = true, + label = 'Pistolenvisier', + weight = 100, + unique = true, + image = 'holoscope_attachment.png', + type = 'item', + name = 'pistol_holoscope', + useable = true, + }, + weapontint_mk2_14 = { + description = 'Bold Purple & Yellow Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Bold Purple & Yellow Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_14', + useable = true, + }, + metacam = { + description = '', + shouldClose = true, + label = 'Metacam', + weight = 20, + unique = false, + image = 'Metacam.png', + type = 'item', + name = 'metacam', + useable = true, + }, + weapontint_mk2_8 = { + description = 'Classic Brown & Black Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Classic Brown & Black Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_8', + useable = true, + }, + kino_keycard = { + description = '', + shouldClose = false, + label = 'Moonlight Cinema Keycard', + weight = 10, + unique = true, + image = 'keycard.png', + type = 'item', + name = 'kino_keycard', + useable = false, + }, + weapon_candycane = { + unique = true, + description = 'Candy Cane', + image = 'weapon_candycane', + type = 'weapon', + name = 'weapon_candycane', + label = 'Candy Cane', + useable = true, + weight = 1000, + }, + gg_coyote_fangs_01 = { + description = '', + shouldClose = true, + label = 'Robuster Kojotenzahn', + weight = 1000, + unique = true, + image = 'gg_coyote_fangs_01.png', + type = 'item', + name = 'gg_coyote_fangs_01', + useable = false, + }, + weapon_combatpistol = { + description = 'Eine kompakte, zuverlässige 9mm-Dienstpistole mit 17 Schuss Magazin.', + label = 'Bretta Storm', + weight = 1000, + ammotype = 'AMMO_PISTOL', + image = 'screenshot_434-removebg-preview.png', + type = 'weapon', + unique = true, + name = 'weapon_combatpistol', + useable = false, + }, + chicken_thigh = { + description = '', + shouldClose = true, + label = 'rohe Hähnchenkeule', + weight = 200, + unique = false, + image = 'chicken_thigh.png', + type = 'item', + name = 'chicken_thigh', + useable = true, + }, + thors_hammer = { + description = 'So kraftvoll wie der Schlag von Mjölnir, Thors legendärem Hammer.', + shouldClose = true, + label = 'Thor\'s Hammer', + weight = 200, + unique = false, + image = 'ThorsHammerBeer.png', + type = 'item', + name = 'thors_hammer', + useable = true, + }, + rifle_largescope = { + description = '', + shouldClose = true, + label = 'Mk2 Gewehr Visier groß', + weight = 100, + unique = true, + image = 'largescope_attachment.png', + type = 'item', + name = 'rifle_largescope', + useable = true, + }, + tenkgoldchain = { + description = '10 carat golden chain', + shouldClose = true, + label = '10k Gold Chain', + weight = 2000, + unique = false, + image = '10kgoldchain.png', + type = 'item', + name = 'tenkgoldchain', + useable = false, + }, + weapontint_mk2_17 = { + description = 'Bold Red Features Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Bold Red Features Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_17', + useable = true, + }, + weapontint_mk2_22 = { + description = 'Bold Blue & White Weapon Tint for MK2 Weapons', + shouldClose = true, + label = 'Bold Blue & White Tint', + weight = 1000, + unique = false, + image = 'weapontint_black.png', + type = 'item', + name = 'weapontint_mk2_22', + useable = true, + }, + heavy_duty_muzzle_brake = { + description = 'A muzzle brake for a weapon', + shouldClose = true, + label = 'HD Muzzle Brake', + weight = 1000, + unique = false, + image = 'heavy_duty_muzzle_brake.png', + type = 'item', + name = 'heavy_duty_muzzle_brake', + useable = true, + }, + weed_skunk = { + description = 'A weed bag with 2g Skunk', + shouldClose = false, + label = 'Skunk 2g', + weight = 200, + unique = false, + image = 'weed_baggy.png', + type = 'item', + name = 'weed_skunk', + useable = true, + }, + gg_coyote_fangs_03 = { + description = '', + shouldClose = true, + label = 'Makelloser Kojotenzahn', + weight = 1000, + unique = true, + image = 'gg_coyote_fangs_03.png', + type = 'item', + name = 'gg_coyote_fangs_03', + useable = false, + }, + waffle_icream = { + description = 'Cremiges Vanilleeis, umhüllt von zwei zarten Waffelschichten – der Klassiker im Retro-Look für echte Eisliebhaber.', + shouldClose = true, + label = 'Sandwich Eis', + weight = 150, + unique = true, + image = 'ChatGPT_Image_27._Apr._2025__12_49_09-removebg-preview.png', + type = 'item', + name = 'waffle_icream', + useable = true, + }, + pistol_defaultclip = { + description = '', + shouldClose = true, + label = 'Pistolen Magazin', + weight = 100, + unique = true, + image = 'clip_attachment.png', + type = 'item', + name = 'pistol_defaultclip', + useable = true, + }, + weapon_hatchet = { + unique = true, + description = 'A small axe with a short handle for use in one hand', + image = 'weapon_hatchet.png', + type = 'weapon', + name = 'weapon_hatchet', + label = 'Hatchet', + useable = false, + weight = 1000, + }, + markedbills = { + description = 'Money?', + shouldClose = true, + label = 'Marked Money', + weight = 1000, + unique = true, + image = 'markedbills.png', + type = 'item', + name = 'markedbills', + useable = false, + }, + cooked_short_ribs = { + description = '', + shouldClose = true, + label = 'gegrillte Short Ribs', + weight = 200, + unique = false, + image = 'cooked_short_ribs.png', + type = 'item', + name = 'cooked_short_ribs', + useable = true, + }, + sauerstoff = { + description = '', + shouldClose = true, + label = 'Sauerstoff', + weight = 200, + unique = false, + image = 'screenshot_697-removebg-preview.png', + type = 'item', + name = 'sauerstoff', + useable = true, + }, + salad = { + shouldClose = false, + type = 'item', + description = '', + weight = 200, + label = 'Eisbergsalat', + unique = true, + useable = false, + image = '', + name = 'salad', }, } \ No newline at end of file diff --git a/resources/[tools]/unlimited-spectre/log.log b/resources/[tools]/unlimited-spectre/log.log index d97a9eba7..005e0cc5b 100644 --- a/resources/[tools]/unlimited-spectre/log.log +++ b/resources/[tools]/unlimited-spectre/log.log @@ -5076,3 +5076,57 @@ [info][UnlSpectre][2025/06/07 16:05:10]: Successfully started VehicleController [info][UnlSpectre][2025/06/07 16:05:16]: HTTP Server started on port 3000. [error][UnlSpectre][2025/06/07 17:58:37]: Internal Server Error +[info][UnlSpectre][2025/06/08 00:05:06]: Successfully registered Exports +[info][UnlSpectre][2025/06/08 00:05:06]: Successfully loaded Items +[info][UnlSpectre][2025/06/08 00:05:06]: Successfully loaded Jobs +[info][UnlSpectre][2025/06/08 00:05:06]: Successfully loaded Gangs +[info][UnlSpectre][2025/06/08 00:05:06]: Successfully loaded Vehicles +[info][UnlSpectre][2025/06/08 00:05:06]: Successfully started GameController +[info][UnlSpectre][2025/06/08 00:05:06]: Successfully started PlayerController +[info][UnlSpectre][2025/06/08 00:05:06]: Successfully started VehicleController +[info][UnlSpectre][2025/06/08 00:05:13]: HTTP Server started on port 3000. +[info][UnlSpectre][2025/06/08 11:33:17]: Successfully registered Exports +[info][UnlSpectre][2025/06/08 11:33:17]: Successfully loaded Items +[info][UnlSpectre][2025/06/08 11:33:17]: Successfully loaded Jobs +[info][UnlSpectre][2025/06/08 11:33:17]: Successfully loaded Gangs +[info][UnlSpectre][2025/06/08 11:33:17]: Successfully loaded Vehicles +[info][UnlSpectre][2025/06/08 11:33:17]: Successfully started GameController +[info][UnlSpectre][2025/06/08 11:33:17]: Successfully started PlayerController +[info][UnlSpectre][2025/06/08 11:33:17]: Successfully started VehicleController +[info][UnlSpectre][2025/06/08 11:33:24]: HTTP Server started on port 3000. +[info][UnlSpectre][2025/06/08 14:43:07]: Successfully registered Exports +[info][UnlSpectre][2025/06/08 14:43:07]: Successfully loaded Items +[info][UnlSpectre][2025/06/08 14:43:07]: Successfully loaded Jobs +[info][UnlSpectre][2025/06/08 14:43:07]: Successfully loaded Gangs +[info][UnlSpectre][2025/06/08 14:43:07]: Successfully loaded Vehicles +[info][UnlSpectre][2025/06/08 14:43:07]: Successfully started GameController +[info][UnlSpectre][2025/06/08 14:43:07]: Successfully started PlayerController +[info][UnlSpectre][2025/06/08 14:43:07]: Successfully started VehicleController +[info][UnlSpectre][2025/06/08 14:43:14]: HTTP Server started on port 3000. +[info][UnlSpectre][2025/06/08 14:43:48]: Successfully registered Exports +[info][UnlSpectre][2025/06/08 14:43:48]: Successfully loaded Items +[info][UnlSpectre][2025/06/08 14:43:48]: Successfully loaded Jobs +[info][UnlSpectre][2025/06/08 14:43:48]: Successfully loaded Gangs +[info][UnlSpectre][2025/06/08 14:43:48]: Successfully loaded Vehicles +[info][UnlSpectre][2025/06/08 14:43:48]: Successfully started GameController +[info][UnlSpectre][2025/06/08 14:43:48]: Successfully started PlayerController +[info][UnlSpectre][2025/06/08 14:43:48]: Successfully started VehicleController +[info][UnlSpectre][2025/06/08 14:43:53]: HTTP Server started on port 3000. +[info][UnlSpectre][2025/06/08 16:21:30]: Successfully registered Exports +[info][UnlSpectre][2025/06/08 16:21:30]: Successfully loaded Items +[info][UnlSpectre][2025/06/08 16:21:30]: Successfully loaded Jobs +[info][UnlSpectre][2025/06/08 16:21:30]: Successfully loaded Gangs +[info][UnlSpectre][2025/06/08 16:21:30]: Successfully loaded Vehicles +[info][UnlSpectre][2025/06/08 16:21:30]: Successfully started GameController +[info][UnlSpectre][2025/06/08 16:21:30]: Successfully started PlayerController +[info][UnlSpectre][2025/06/08 16:21:30]: Successfully started VehicleController +[info][UnlSpectre][2025/06/08 16:21:35]: HTTP Server started on port 3000. +[info][UnlSpectre][2025/06/08 18:11:51]: Successfully registered Exports +[info][UnlSpectre][2025/06/08 18:11:52]: Successfully loaded Items +[info][UnlSpectre][2025/06/08 18:11:52]: Successfully loaded Jobs +[info][UnlSpectre][2025/06/08 18:11:52]: Successfully loaded Gangs +[info][UnlSpectre][2025/06/08 18:11:52]: Successfully loaded Vehicles +[info][UnlSpectre][2025/06/08 18:11:52]: Successfully started GameController +[info][UnlSpectre][2025/06/08 18:11:52]: Successfully started PlayerController +[info][UnlSpectre][2025/06/08 18:11:52]: Successfully started VehicleController +[info][UnlSpectre][2025/06/08 18:11:58]: 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 560e207d4..43eb0868c 100644 --- a/resources/[tools]/unlimited-spectre/unlWeb/data.json +++ b/resources/[tools]/unlimited-spectre/unlWeb/data.json @@ -4155,6 +4155,6 @@ } ], "waypoints": [], - "tokenSecret": "CD47gVHny2tCBiFPAM4R", + "tokenSecret": "w3CkPNyDAJR39p2YCMew", "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 009e3dd6f..b82cd6bbd 100644 --- a/resources/[tools]/unlimited-spectre/unlWeb/logs/dev.log +++ b/resources/[tools]/unlimited-spectre/unlWeb/logs/dev.log @@ -5702,3 +5702,65 @@ [info][2025/06/06 17:47:21]: max requested item lockpick. [info][2025/06/06 18:09:43]: max requested all jobs. [info][2025/06/07 20:26:48]: max requested all items. +[info][2025/06/08 00:42:29]: campers requested all items. +[info][2025/06/08 00:43:07]: campers requested item copper. +[info][2025/06/08 00:45:12]: campers requested all items. +[info][2025/06/08 00:46:33]: campers requested item woodcamo_attachment. +[info][2025/06/08 00:46:34]: campers requested all items. +[info][2025/06/08 00:46:42]: campers requested item handle. +[info][2025/06/08 00:47:38]: campers requested all items. +[info][2025/06/08 00:48:27]: campers requested item list. +[info][2025/06/08 00:51:27]: campers uplaoded item image wood_scraps.png. +[info][2025/06/08 00:51:53]: campers requested create item log. +[info][2025/06/08 00:51:53]: campers successfully created item log. +[info][2025/06/08 00:51:59]: campers requested all items. +[info][2025/06/08 00:52:13]: campers requested all items. +[info][2025/06/08 00:52:20]: campers requested item log. +[info][2025/06/08 00:53:58]: campers requested all items. +[info][2025/06/08 01:17:18]: campers requested item gunpowder. +[info][2025/06/08 17:40:55]: nordi requested all items. +[info][2025/06/08 17:40:57]: nordi requested item list. +[info][2025/06/08 17:42:44]: nordi uplaoded item image gardernsicor.png. +[info][2025/06/08 17:42:47]: nordi requested create item gardensicorr. +[info][2025/06/08 17:42:47]: nordi successfully created item gardensicorr. +[info][2025/06/08 17:42:48]: nordi requested all items. +[info][2025/06/08 17:42:54]: nordi requested item list. +[info][2025/06/08 17:43:07]: nordi uplaoded item image korb.png. +[info][2025/06/08 17:43:10]: nordi requested create item korb. +[info][2025/06/08 17:43:10]: nordi successfully created item korb. +[info][2025/06/08 17:43:10]: nordi requested all items. +[info][2025/06/08 17:44:00]: nordi requested item list. +[info][2025/06/08 17:47:16]: nordi uplaoded item image rohkaffee.png. +[info][2025/06/08 17:47:19]: nordi requested create item rohkaffee. +[info][2025/06/08 17:47:19]: nordi successfully created item rohkaffee. +[info][2025/06/08 17:47:20]: nordi requested all items. +[info][2025/06/08 17:54:07]: nordi requested item coffee_beans. +[info][2025/06/08 17:54:25]: nordi requested save item coffee_beans. +[info][2025/06/08 17:54:25]: nordi successfully saved item coffee_beans. +[info][2025/06/08 17:54:32]: nordi requested all items. +[info][2025/06/08 17:54:38]: nordi requested item coffee_beans. +[info][2025/06/08 17:55:37]: nordi requested save item coffee_beans. +[info][2025/06/08 17:55:37]: nordi successfully saved item coffee_beans. +[info][2025/06/08 17:57:16]: nordi requested all items. +[info][2025/06/08 17:57:21]: nordi requested item list. +[info][2025/06/08 17:59:23]: nordi uplaoded item image rostedcoffee.png. +[info][2025/06/08 17:59:28]: nordi requested create item rostedcoffee. +[info][2025/06/08 17:59:28]: nordi successfully created item rostedcoffee. +[info][2025/06/08 17:59:28]: nordi requested all items. +[info][2025/06/08 18:08:30]: nordi requested item list. +[info][2025/06/08 18:08:56]: nordi uplaoded item image emptybag.png. +[info][2025/06/08 18:08:58]: nordi requested create item emptybag. +[info][2025/06/08 18:08:58]: nordi successfully created item emptybag. +[info][2025/06/08 18:08:58]: nordi requested all items. +[info][2025/06/08 18:12:42]: nordi requested all items. +[info][2025/06/08 18:12:49]: nordi requested item rostedcoffee. +[info][2025/06/08 18:12:56]: nordi requested save item rostedcoffee. +[info][2025/06/08 18:12:56]: nordi successfully saved item rostedcoffee. +[info][2025/06/08 18:37:32]: nordi requested all items. +[info][2025/06/08 18:37:42]: nordi requested item weapon_knife. +[info][2025/06/08 18:43:35]: nordi requested all items. +[info][2025/06/08 18:43:36]: nordi requested item list. +[info][2025/06/08 18:46:28]: nordi requested create item salad. +[info][2025/06/08 18:46:28]: nordi successfully created item salad. +[info][2025/06/08 18:46:28]: nordi requested all items. +[info][2025/06/08 18:46:35]: nordi requested item gardensicorr. diff --git a/resources/[tools]/unlimited-spectre/unlWeb/logs/player.log b/resources/[tools]/unlimited-spectre/unlWeb/logs/player.log index 9d08487d8..35b51ac3b 100644 --- a/resources/[tools]/unlimited-spectre/unlWeb/logs/player.log +++ b/resources/[tools]/unlimited-spectre/unlWeb/logs/player.log @@ -5578,3 +5578,19 @@ [info][2025/06/07 22:51:48]: [GNR11868] campers requested Amy Ann. [info][2025/06/07 22:51:51]: [GNR11868] campers changed meta hunger for Amy Ann to 100. [info][2025/06/07 22:51:51]: [GNR11868] campers requested Amy Ann. +[info][2025/06/08 01:49:50]: [DCZ46401] campers requested Georg Schäfer. +[info][2025/06/08 01:50:03]: [DCZ46401] campers changed charinfo for Dr. Georg Schäfer. +[info][2025/06/08 01:50:03]: [DCZ46401] campers requested Dr. Georg Schäfer. +[info][2025/06/08 01:50:16]: [DCZ46401] campers changed charinfo for Dr. Georg Schäfer. +[info][2025/06/08 01:50:16]: [DCZ46401] campers requested Dr. Georg Schäfer. +[info][2025/06/08 11:56:48]: [NAJ08324] mark requested Alfred Monak. +[info][2025/06/08 11:56:51]: [NAJ08324] mark changed meta hunger for Alfred Monak to 100. +[info][2025/06/08 11:56:52]: [NAJ08324] mark requested Alfred Monak. +[info][2025/06/08 11:56:52]: [NAJ08324] mark changed meta thirst for Alfred Monak to 100. +[info][2025/06/08 11:56:52]: [NAJ08324] mark requested Alfred Monak. +[info][2025/06/08 11:56:53]: [NAJ08324] mark healed Alfred Monak. +[info][2025/06/08 11:56:53]: [NAJ08324] mark requested Alfred Monak. +[info][2025/06/08 11:56:54]: [NAJ08324] mark changed meta stress for Alfred Monak to 0. +[info][2025/06/08 11:56:55]: [NAJ08324] mark requested Alfred Monak. +[info][2025/06/08 11:56:56]: [NAJ08324] mark changed meta armor for Alfred Monak to 100. +[info][2025/06/08 11:56:56]: [NAJ08324] mark requested Alfred Monak. diff --git a/resources/[tools]/unlimited-spectre/unlWeb/logs/web.log b/resources/[tools]/unlimited-spectre/unlWeb/logs/web.log index c6dcea1a1..29543f68a 100644 --- a/resources/[tools]/unlimited-spectre/unlWeb/logs/web.log +++ b/resources/[tools]/unlimited-spectre/unlWeb/logs/web.log @@ -5287,3 +5287,26 @@ [info][2025/06/07 22:51:48]: campers requested player with citizenid GNR11868. [info][2025/06/07 22:51:51]: campers requested change meta for citizenid GNR11868. [info][2025/06/07 22:51:51]: campers requested player with citizenid GNR11868. +[info][2025/06/08 00:25:12]: Login attempt on Nordi from 85.16.106.125 +[info][2025/06/08 00:42:26]: Login attempt on Campers from 178.200.177.65 +[info][2025/06/08 00:45:59]: Login attempt on Mark from 178.24.230.51 +[info][2025/06/08 00:46:14]: mark requested all users. +[info][2025/06/08 01:49:50]: campers requested player with citizenid DCZ46401. +[info][2025/06/08 01:50:03]: campers requested change charinfo for citizenid DCZ46401. +[info][2025/06/08 01:50:03]: campers requested player with citizenid DCZ46401. +[info][2025/06/08 01:50:16]: campers requested change charinfo for citizenid DCZ46401. +[info][2025/06/08 01:50:16]: campers requested player with citizenid DCZ46401. +[info][2025/06/08 11:56:44]: Login attempt on Mark from 178.24.230.51 +[info][2025/06/08 11:56:48]: mark requested player with citizenid NAJ08324. +[info][2025/06/08 11:56:51]: mark requested change meta for citizenid NAJ08324. +[info][2025/06/08 11:56:52]: mark requested player with citizenid NAJ08324. +[info][2025/06/08 11:56:52]: mark requested change meta for citizenid NAJ08324. +[info][2025/06/08 11:56:52]: mark requested player with citizenid NAJ08324. +[info][2025/06/08 11:56:53]: mark requested heal for citizenid NAJ08324. +[info][2025/06/08 11:56:53]: mark requested player with citizenid NAJ08324. +[info][2025/06/08 11:56:54]: mark requested change meta for citizenid NAJ08324. +[info][2025/06/08 11:56:55]: mark requested player with citizenid NAJ08324. +[info][2025/06/08 11:56:56]: mark requested change meta for citizenid NAJ08324. +[info][2025/06/08 11:56:56]: mark requested player with citizenid NAJ08324. +[info][2025/06/08 17:40:53]: Login attempt on Nordi from 95.33.63.221 +[info][2025/06/08 18:12:39]: Login attempt on Nordi from 95.33.63.221