1
0
Fork 0
forked from Simnation/Main
Main/resources/[qb]/qb-core/shared/items.lua
2025-07-01 19:00:44 +02:00

10108 lines
No EOL
240 KiB
Lua
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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