1
0
Fork 0
forked from Simnation/Main
Main/resources/[qb]/qb-core/shared/items.lua

9470 lines
227 KiB
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
QBShared = QBShared or {}
QBShared.Items = {
2025-06-24 22:00:28 +02:00
riverwater = {
image = 'kanister.png',
name = 'riverwater',
label = 'Kanister mit Wasser',
weight = 3000,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
vitaminloesung_1000 = {
image = 'screenshot_696-removebg-preview.png',
name = 'vitaminloesung_1000',
label = 'Vitaminlösung 1000',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
pralinen = {
image = 'pralinen.png',
name = 'pralinen',
label = 'Pralinen',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Damit Sie dich mal wieder ranlässt...',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
njords_ocean_breeze_alkoholfrei = {
image = 'NjordsOceanBreeze.png',
name = 'njords_ocean_breeze_alkoholfrei',
label = 'Njords Ocean Breeze',
2025-06-16 01:11:07 +02:00
weight = 100,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
shouldClose = true,
},
2025-06-24 22:00:28 +02:00
red_phone = {
image = 'red_phone.png',
name = 'red_phone',
label = 'iFruit 12XR Rot',
weight = 0.09999999999999432,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '„So smart, es wundert sich selbst, warum es bei dir gelandet ist.“',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_hammer = {
image = 'weapon_hammer.png',
name = 'weapon_hammer',
unique = true,
label = 'Hammer',
description = 'Used for jobs such as breaking things (legs) and driving in nails',
2025-06-23 20:07:19 +02:00
type = 'weapon',
weight = 1000,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_raypistol = {
image = 'weapon_raypistol.png',
name = 'weapon_raypistol',
label = 'Up-n-Atomizer',
ammotype = 'AMMO_PISTOL',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'weapon',
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Weapon Raypistol',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_revolver_mk2 = {
image = 'screenshot_419-removebg-preview.png',
name = 'weapon_revolver_mk2',
label = 'Blood in and out Gun',
ammotype = 'AMMO_PISTOL',
weight = 1000,
type = 'weapon',
unique = true,
description = 'da Violence',
2025-06-23 20:07:19 +02:00
useable = false,
},
2025-06-24 22:00:28 +02:00
aldurs_right_ites = {
image = 'BaldursBrightBites.png',
name = 'aldurs_right_ites',
label = 'Baldur\'s Bright Bites',
weight = 200,
2025-06-10 20:04:39 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Leicht und erfrischend, diese Bissen erhellen den Geist und lassen den Geschmack erstrahlen.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
newsmic = {
image = 'newsmic.png',
name = 'newsmic',
label = 'News Microphone',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'A microphone for the news',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
gatecrack = {
2025-06-23 11:41:02 +02:00
image = 'usb_device.png',
2025-06-23 20:07:19 +02:00
name = 'gatecrack',
label = 'Gatecrack',
2025-06-24 22:00:28 +02:00
weight = 0,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Handy software to tear down some fences',
useable = false,
2025-06-23 11:41:02 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_stickybomb = {
image = 'weapon_stickybomb.png',
name = 'weapon_stickybomb',
unique = true,
label = 'C4',
description = 'An explosive charge covered with an adhesive that when thrown against an object sticks until it explodes',
type = 'weapon',
weight = 1000,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_machete = {
image = 'machete.png',
name = 'weapon_machete',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
label = 'Machete',
description = 'A broad, heavy knife used as a weapon',
2025-06-23 11:41:02 +02:00
type = 'weapon',
2025-06-11 17:02:33 +02:00
weight = 1000,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
lsd_route = {
image = 'lsd_route.png',
name = 'lsd_route',
label = 'LSD Route',
weight = 10,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
useable = false,
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
pork_joint = {
image = 'pork_joint.png',
name = 'pork_joint',
label = 'roher Schweinebraten',
weight = 200,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_2 = {
image = 'weapontint_gold.png',
name = 'weapontint_2',
label = 'Gold Tint',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Gold Weapon Tint',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_5 = {
image = 'weapontint_lspd.png',
name = 'weapontint_5',
label = 'LSPD Tint',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-11 17:02:33 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'LSPD Weapon Tint',
useable = true,
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
vapejuice = {
image = 'vapejuice.png',
name = 'vapejuice',
label = 'E-Liquid',
2025-06-23 20:07:19 +02:00
weight = 100,
type = 'item',
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
kanister = {
image = 'kanister.png',
name = 'kanister',
label = 'leerer Kanister',
weight = 600,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = false,
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_revolver = {
image = 'revolver.png',
name = 'weapon_revolver',
label = 'Tac. Revolver',
ammotype = 'AMMO_PISTOL',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'weapon',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'A pistol with revolving chambers enabling several shots to be fired without reloading',
useable = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
corn = {
image = 'corn.png',
name = 'corn',
label = 'Getreide',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = false,
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
shotgun_flashlight = {
image = 'flashlight_attachment.png',
name = 'shotgun_flashlight',
label = 'Shotgun Licht',
2025-06-16 01:11:07 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_mg = {
image = 'weapon_mg.png',
name = 'weapon_mg',
label = 'Machinegun',
ammotype = 'AMMO_MG',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-11 17:02:33 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'An automatic gun that fires bullets in rapid succession for as long as the trigger is pressed',
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_grenade = {
image = 'weapon_grenade.png',
name = 'weapon_grenade',
unique = true,
label = 'Grenade',
description = 'A handheld throwable bomb',
type = 'weapon',
2025-06-16 01:11:07 +02:00
weight = 1000,
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-08 18:52:38 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_pumpshotgun = {
image = 'screenshot_399-removebg-preview.png',
name = 'weapon_pumpshotgun',
label = 'Banalli Schrotflinte',
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
type = 'weapon',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Der Türöffner für Cops, wenn Klopfen keine Option mehr ist.',
useable = false,
},
fenystil = {
image = 'fenystil.png',
name = 'fenystil',
label = 'Fenistil',
weight = 100,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
gg_hunting_knife_03 = {
image = 'gg_hunting_knife_03.png',
name = 'gg_hunting_knife_03',
label = 'Premium Jagdmesser',
weight = 1000,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
vitaminloesung_750 = {
image = 'screenshot_696-removebg-preview.png',
name = 'vitaminloesung_750',
label = 'Vitaminlösung 750',
weight = 750,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weed_skunk_seed = {
image = 'weed_seed.png',
name = 'weed_skunk_seed',
label = 'Skunk Seed',
2025-06-23 20:07:19 +02:00
weight = 0,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A weed seed of Skunk',
useable = true,
2025-06-10 20:04:39 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
halbes_haendel = {
image = 'halbes_haendel.png',
name = 'halbes_haendel',
label = 'Halbes Händel',
weight = 100,
type = 'item',
unique = false,
description = 'zum Finger lecken gut ^^',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_briefcase = {
image = 'weapon_briefcase.png',
name = 'weapon_briefcase',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
label = 'Briefcase',
description = 'A briefcase for storing important documents',
type = 'weapon',
weight = 1000,
useable = false,
},
falafel = {
image = 'Falafel.png',
name = 'falafel',
label = 'Falafel',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Falafel mit Joghurtsauce',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
irishexit = {
image = 'irish_exit.png',
name = 'irishexit',
label = 'Irish Exit',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weed_skunk = {
image = 'weed_baggy.png',
name = 'weed_skunk',
label = 'Skunk 2g',
weight = 200,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'A weed bag with 2g Skunk',
useable = true,
shouldClose = false,
},
drift_tuning_kit = {
image = 'drift_tuning_kit.png',
name = 'drift_tuning_kit',
label = 'Driftkit',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
codeine_syrup = {
image = 'crackmixingagent.png',
name = 'codeine_syrup',
label = 'Codein-Sirup',
weight = 500,
type = 'item',
unique = false,
description = 'Der Sirup, der dich von „A“ nach „Z“ schickt aber ohne Zwischenstopps',
2025-06-11 17:02:33 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
anglegrinder = {
image = 'anglegrinder.png',
name = 'anglegrinder',
label = 'Flex',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '„Dein bester Freund, wenns darum geht, Dinge zu zerstören äh, bearbeiten.“',
useable = false,
shouldClose = false,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
sugarbeet = {
image = 'rube.png',
name = 'sugarbeet',
label = 'Zuckerrübe',
weight = 500,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = false,
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
rare_earths = {
image = 'rare_earths.png',
name = 'rare_earths',
label = 'seltene Erden',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_bullpuprifle_mk2 = {
image = 'weapon_bullpuprifle_mk2.png',
name = 'weapon_bullpuprifle_mk2',
label = 'Bullpup Rifle Mk II',
ammotype = 'AMMO_RIFLE',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
unique = true,
description = 'Bull Puprifle MK2',
useable = true,
},
big_bottle_tide = {
image = 'big_bottle_tide.png',
name = 'big_bottle_tide',
label = 'große Flasche Orange O Tang',
weight = 600,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
hors_hunder_torm = {
image = 'ThorsThunderStorm.png',
name = 'thors_thunder_storm',
label = 'Thor\'s Thunder Storm (alkoholfrei)',
2025-06-23 20:07:19 +02:00
weight = 200,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Ein spritziges Getränk mit einem überraschenden Kick, das wie ein Donnerschlag erfrischt.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
v6_engine = {
image = 'v6_engine.png',
name = 'v6_engine',
label = 'V6 Motor',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
midazolam = {
image = 'screenshot_696-removebg-preview.png',
name = 'midazolam',
label = 'Midazolam',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
advscope_attachment = {
image = 'advscope_attachment.png',
name = 'advscope_attachment',
label = 'Advanced Scope',
weight = 1000,
type = 'item',
unique = false,
description = 'An advanced scope for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
casinochips = {
image = 'casinochips.png',
name = 'casinochips',
label = 'Casino Chips',
weight = 0,
type = 'item',
unique = false,
description = 'Chips For Casino Gambling',
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
okis_rickster_unch = {
image = 'LokisTricksterPunch.png',
name = 'lokis_trickster_punch',
label = 'Loki\'s Trickster Punch',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Unberechenbar und aufregend, dieser Mocktail hält eine erfrischende Überraschung parat.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
pistol_barrel = {
image = 'weapon_batton.png',
name = 'pistol_barrel',
label = 'Pistolenlauf',
weight = 250,
type = 'item',
unique = false,
description = 'Der einzige Weg, wie du in kürzester Zeit einen bleibenden Eindruck hinterlässt',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
freshtobbacoleaf = {
image = 'freshtobbacoleaf.png',
name = 'freshtobbacoleaf',
label = 'frisches Tabakblatt',
weight = 10,
2025-06-10 20:04:39 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_handle = {
image = 'snspistol_part_3.png',
name = 'weapon_handle',
label = 'Griff',
2025-06-16 01:11:07 +02:00
weight = 200,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Der perfekte Halt für dich und deine Waffen-Fantasien',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
lighting_controller = {
image = 'lighting_controller.png',
name = 'lighting_controller',
label = 'Neon Controller',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Alle Farben des Regenbogens per Knopfdruck',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
vape = {
image = 'vape.png',
name = 'vape',
label = 'E-Dampfe',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
handle = {
image = 'hammerhandle.png',
name = 'handle',
label = 'Holzgriff',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Der Klassiker der Griffe',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
mmorgenlicht = {
image = 'mmorgenlicht.png',
name = 'mmorgenlicht',
label = 'Meiers Morgenlicht',
weight = 100,
type = 'item',
unique = false,
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_assaultrifle_mk2 = {
image = 'weapon_assaultrifle_mk2.png',
name = 'weapon_assaultrifle_mk2',
label = 'Assault Rifle Mk II',
ammotype = 'AMMO_RIFLE',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Assault Rifle MK2',
2025-06-23 20:07:19 +02:00
useable = true,
},
2025-06-24 22:00:28 +02:00
metacam = {
image = 'Metacam.png',
name = 'metacam',
label = 'Metacam',
weight = 20,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_4 = {
image = 'weapontint_army.png',
name = 'weapontint_4',
label = 'Army Tint',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Army Weapon Tint',
useable = true,
2025-06-16 01:11:07 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
thors_sandwich = {
image = 'thors_sandwich.png',
name = 'thors_sandwich',
label = 'Thors Sandwich',
weight = 150,
type = 'item',
unique = false,
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.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_assaultshotgun = {
image = 'weapon_assaultshotgun.png',
name = 'weapon_assaultshotgun',
label = 'Assault Shotgun',
ammotype = 'AMMO_SHOTGUN',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'An assault version of asmoothbore gun for firing small shot at short range',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
rifle_defaultclip = {
image = 'rifle_defaultclip.png',
name = 'rifle_defaultclip',
label = 'Gewehr Magazin',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
fruitpicker = {
image = 'fruitpicker.png',
name = 'fruitpicker',
label = 'Obstpflücker',
weight = 0.09999999999999432,
type = 'item',
unique = true,
description = '',
useable = false,
shouldClose = false,
},
odins_nuesse = {
image = 'Odins_nuesse.png',
name = 'Odins_nuesse',
label = 'Odins Nüsse',
weight = 150,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
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.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
heimdalls_clear_sight = {
image = 'HeimdallsClearSight.png',
name = 'heimdalls_clear_sight',
label = 'Heimdalls Clear Sight',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = true,
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_smg = {
image = 'screenshot_409-removebg-preview.png',
name = 'weapon_smg',
label = 'MP5',
ammotype = 'AMMO_SMG',
weight = 1000,
type = 'weapon',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Deutsche Ingenieurskunst in Kompaktform, gebaut für Cops, die auf Präzision und Verlässlichkeit zählen.',
2025-06-10 20:04:39 +02:00
useable = false,
2025-06-08 18:52:38 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_8 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_8',
label = 'Classic Brown & Black Tint',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Classic Brown & Black Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
['3-fach_impfung_katze'] = {
image = 'katzenimpfstoff.png',
name = '3-fach_impfung_katze',
label = '3-fach Impfung Katze',
2025-06-23 20:07:19 +02:00
weight = 20,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-23 11:41:02 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
bcso_card = {
image = 'police_card.png',
name = 'bcso_card',
label = 'BCSO Dienstausweis',
weight = 0,
type = 'item',
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
veh_turbo = {
image = 'veh_turbo.png',
name = 'veh_turbo',
label = 'Turbo',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Install vehicle turbo',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_huntingrifle = {
image = 'weapon_huntingrifle.png',
name = 'weapon_huntingrifle',
label = 'Jagdgewehr',
weight = 1000,
type = 'weapon',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
odins_mead = {
image = 'OdinsMead.png',
name = 'odins_mead',
label = ' Odin\'s Mead',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-16 01:11:07 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Ein weises Getränk, so alt wie die Geschichten von Asgard selbst.',
useable = true,
shouldClose = true,
},
moneybag = {
image = 'moneybag.png',
name = 'moneybag',
label = 'Money Bag',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'A bag with cash',
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
boxapplejuice = {
image = 'boxapplejuice.png',
name = 'boxapplejuice',
label = 'Kiste Apfelsaft',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
shotgun_grip = {
image = 'grip_attachment.png',
name = 'shotgun_grip',
label = 'Shotgun Griff',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
bagruben = {
image = 'bagruben.png',
name = 'bagruben',
label = 'Sack Zuckerrüben',
weight = 2000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = false,
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
vomex = {
image = 'vomex.png',
name = 'vomex',
label = 'Vomex',
weight = 20,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
gg_hunting_animaltrap = {
image = 'gg_hunting_animaltrap.png',
name = 'gg_hunting_animaltrap',
label = 'Tierfalle',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-16 01:11:07 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
boxsalad = {
image = 'saladbox.png',
name = 'boxsalad',
label = 'Kiste Eisbergsalat',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_molotov = {
image = 'weapon_molotov.png',
name = 'weapon_molotov',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
label = 'Molotov',
description = 'A crude bomb made of a bottle filled with a flammable liquid and fitted with a wick for lighting',
type = 'weapon',
weight = 1000,
useable = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
pistol_defaultclip = {
image = 'clip_attachment.png',
name = 'pistol_defaultclip',
label = 'Pistolen Magazin',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_25 = {
2025-06-23 20:07:19 +02:00
image = 'weapontint_black.png',
2025-06-24 22:00:28 +02:00
name = 'weapontint_mk2_25',
label = 'Metallic Gray & Lilac Tint',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Metallic Gray & Lilac Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
kakao = {
image = 'coffee.png',
name = 'kakao',
label = 'Kakao Togo',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Eine heiße, süße Tasse Schokolade perfekt zum Entspannen oder Aufwärmen an kühlen Tagen.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_bread = {
image = 'baquette.png',
name = 'weapon_bread',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
label = 'Baquette',
description = 'Bread...?',
2025-06-23 20:07:19 +02:00
type = 'weapon',
weight = 1000,
useable = false,
},
2025-06-24 22:00:28 +02:00
cup_cola = {
image = 'cup_cola.png',
name = 'cup_cola',
label = 'Becher E-Cola',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
machete_blade = {
image = 'Machetenklinge.png',
name = 'machete_blade',
label = 'Machete Klinge',
weight = 500,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Wenn du mehr als nur ein bisschen Durchblick brauchst sie räumt den Weg frei',
useable = false,
shouldClose = false,
},
semi_slick_tyres = {
image = 'semi_slick_tyres.png',
name = 'semi_slick_tyres',
label = 'Reifen semi slick',
weight = 0,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
gussform = {
image = 'gussform.png',
name = 'gussform',
label = 'Gussform ',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
security_card_02 = {
image = 'security_card_02.png',
name = 'security_card_02',
label = 'Security Card B',
weight = 0,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'A security card... I wonder what it goes to',
useable = true,
shouldClose = true,
},
aluminumoxide = {
image = 'aluminumoxide.png',
name = 'aluminumoxide',
label = 'Aluminium Powder',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Some powder to mix with',
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
radio = {
image = 'radio.png',
name = 'radio',
label = 'Funkgerät',
weight = 600,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'You can communicate with this through a signal',
useable = true,
shouldClose = true,
},
creditcard = {
image = 'creditcard.png',
name = 'creditcard',
label = 'Bankkarte',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Ich brauch Geld',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
pistol_extendedclip = {
image = 'clip_attachment.png',
name = 'pistol_extendedclip',
label = 'pistol_extendedclip',
weight = 100,
type = 'item',
unique = true,
description = 'erw. Pistolen Magazin',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
digicamo_attachment = {
image = 'digicamo_attachment.png',
name = 'digicamo_attachment',
label = 'Digital Camo',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A digital camo for a weapon',
useable = true,
2025-06-10 20:04:39 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
sprunk_dose = {
image = 'sprunk_dose.png',
name = 'sprunk_dose',
label = 'Sprunk Dose',
weight = 50,
type = 'item',
unique = false,
description = 'Dose Zitronen Limo',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
black_phone = {
image = 'black_phone.png',
name = 'black_phone',
label = 'iFruit 12XR Schwarz',
weight = 0.09999999999999432,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '„Mach Schluss mit echten Gesprächen es gibt jetzt bessere Ablenkungen.“',
useable = false,
shouldClose = false,
},
narketan = {
image = 'screenshot_696-removebg-preview.png',
name = 'narketan',
label = 'Narketan',
weight = 250,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
shovel = {
image = 'shovel.png',
name = 'shovel',
label = 'Schaufel',
weight = 0.09999999999999432,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '',
useable = false,
shouldClose = false,
},
perseuscamo_attachment = {
image = 'perseuscamo_attachment.png',
name = 'perseuscamo_attachment',
label = 'Perseus Camo',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A perseus camo for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
corn_cob = {
image = 'corn_cob.png',
name = 'corn_cob',
label = 'Maiskolben',
2025-06-11 17:02:33 +02:00
weight = 100,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = '',
useable = true,
shouldClose = true,
},
slushi = {
image = 'slushi.png',
name = 'slushi',
label = 'Slushi',
weight = 150,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Erfrischung pur in jedem Schluck Gönn dir deinen Slushi!',
useable = true,
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
chemiebarrel = {
image = 'chemie.png',
name = 'chemiebarrel',
label = 'Chemie Fass',
2025-06-23 11:41:02 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
snp_ammo = {
image = 'snp_ammo.png',
name = 'snp_ammo',
label = 'Sniper Munition',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Ammo for Sniper Rifles',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
largescope_attachment = {
image = 'largescope_attachment.png',
name = 'largescope_attachment',
label = 'Large Scope',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A large scope for a weapon',
useable = true,
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
kevlar = {
image = 'kevlar.png',
name = 'kevlar',
label = 'Kevlar ',
weight = 200,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
turbocharger = {
image = 'turbocharger.png',
name = 'turbocharger',
label = 'Premium Turbokit',
2025-06-23 20:07:19 +02:00
weight = 0,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_pistol = {
image = 'screenshot_398-removebg-preview.png',
name = 'weapon_pistol',
label = 'Bretta',
ammotype = 'AMMO_PISTOL',
weight = 1000,
type = 'weapon',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Das Multitool zum Löcher machen.',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
sniper_largescope = {
image = 'advscope_attachment.png',
name = 'sniper_largescope',
label = 'Sniper Visier groß',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
ready_methpipe = {
image = 'opium_pipe.png',
name = 'ready_methpipe',
label = 'Gefüllte Methpfeife',
weight = 500,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Der schnelle Weg ins Nirvana aber du verpasst den Ausgang',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
juice = {
image = 'juice.png',
name = 'juice',
label = 'Saft',
2025-06-16 01:11:07 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Wenn hier Anna nass macht dann bin ICH das !!!!',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
jords_ea_latter = {
image = 'NjordsSeaPlatter.png',
name = 'njords_sea_platter',
label = 'Njord\'s Sea Platter',
weight = 200,
type = 'item',
unique = false,
description = 'Frisch aus dem Meer, diese Meeresfrüchte erinnern an Njords Verbindung zu den stürmischen Wellen der nordischen Meere.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
nitrous_install_kit = {
image = 'nitrous_install_kit.png',
name = 'nitrous_install_kit',
label = 'Nitrokit',
2025-06-23 20:07:19 +02:00
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-23 20:07:19 +02:00
rostedcoffee = {
image = 'rostedcoffee.png',
name = 'rostedcoffee',
2025-06-24 22:00:28 +02:00
label = 'Sack geröstete Kaffeebohnen',
weight = 2000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
tactical_muzzle_brake = {
image = 'tactical_muzzle_brake.png',
name = 'tactical_muzzle_brake',
label = 'Tactical Muzzle Brake',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = 'A muzzle brakee for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
hors_hunder_ings = {
image = 'ThorsThunderWings.png',
name = 'hors_hunder_ings',
label = 'Thor\'s Thunder Wings',
weight = 200,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Knusprig, würzig und mit einem feurigen Biss diese Flügel schlagen ein wie ein Donnerblitz.',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
cerveza_barracho = {
image = 'ChatGPT Image 26. Apr. 2025, 15_29_53-min.png',
name = 'cerveza_barracho',
label = 'Cerveza Barracho',
weight = 200,
type = 'item',
unique = false,
description = 'Erfrischendes mexikanisches Bier mit vollmundigem Geschmack',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
etilefrin = {
image = 'screenshot_696-removebg-preview.png',
name = 'etilefrin',
label = 'Etilefrin',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
cooked_bbq_ribeye = {
image = 'cooked_bbq_ribeye.png',
name = 'cooked_bbq_ribeye',
label = 'gegrilltes Ribeye Steak',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
nitrous = {
image = 'nitrous.png',
name = 'nitrous',
label = 'Nitrous',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Speed up, gas pedal! :D',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
pussycat = {
image = 'pussycat.png',
name = 'pussycat',
label = 'Pussycat',
weight = 40,
2025-06-23 11:41:02 +02:00
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Für die einsamen Nächte.',
2025-06-10 20:04:39 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
lokis_trickster_punch = {
image = 'LokisTricksterPunch.png',
name = 'lokis_trickster_punch',
label = 'Lokis Trickster Punch',
weight = 10,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-16 01:11:07 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
gardenshovel = {
image = 'gardenshovel.png',
name = 'gardenshovel',
label = 'Gartenschaufel',
weight = 0.09999999999999432,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
luxuryfinish_attachment = {
image = 'luxuryfinish_attachment.png',
name = 'luxuryfinish_attachment',
label = 'Luxury Finish',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = 'A luxury finish for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
samsplint = {
image = 'samsplint.png',
name = 'samsplint',
label = 'Samsplint',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
ggdrasils_oots = {
image = 'YggdrasilsRootsGemuseChips.png.png',
name = 'yggdrasils_roots',
label = 'Yggdrasil\'s Roots',
weight = 200,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Tief verwurzelt in den Gaben der Natur, bieten diese knusprigen Snacks eine Verbindung zu den alten Geschichten.',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
dins_isdom_latter = {
image = 'OdinsWisdomPlatter.png',
name = 'dins_isdom_latter',
label = 'Odin\'s Wisdom Platter',
2025-06-23 11:41:02 +02:00
weight = 200,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Eine herzhafte Mischung, die den Wissensdurst und die Abenteuerlust des Göttervaters befriedigt.',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-23 20:07:19 +02:00
weapon_stone_hatchet = {
image = 'weapon_stone_hatchet.png',
2025-06-24 22:00:28 +02:00
name = 'weapon_stone_hatchet',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
label = 'Stone Hatchet',
2025-06-23 20:07:19 +02:00
description = 'Stone Hatchet',
2025-06-24 22:00:28 +02:00
type = 'weapon',
weight = 1000,
useable = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
veh_suspension = {
image = 'veh_suspension.png',
name = 'veh_suspension',
label = 'Suspension',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Upgrade vehicle suspension',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
soocer = {
image = 'soccer.png',
name = 'soocer',
label = 'Fußball',
weight = 400,
type = 'item',
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
smg_extendedclip = {
image = 'smg_extendedclip.png',
name = 'smg_extendedclip',
label = 'erw. SMG Magazin',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
sauerstoff = {
image = 'screenshot_697-removebg-preview.png',
name = 'sauerstoff',
label = 'Sauerstoff',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
dackels = {
image = 'dacklschreck.png',
name = 'dackels',
label = 'Dackelschreck',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
id_card = {
image = 'id_card.png',
name = 'id_card',
label = 'ID Card',
weight = 0,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'A card containing all your information to identify yourself',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
reinforced_handle = {
image = 'Verstaerktergriff.png',
name = 'reinforced_handle',
label = 'Verstärkter Griff',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
unique = false,
description = 'Der Bodybuilder unter den Griffen',
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
veh_xenons = {
image = 'veh_xenons.png',
name = 'veh_xenons',
label = 'Xenons',
weight = 1000,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Upgrade vehicle xenons',
useable = true,
shouldClose = true,
},
kq_outfitbag = {
image = 'kq_outfitbag.png',
name = 'kq_outfitbag',
label = 'Outfit Rucksack',
weight = 5,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Der Kleiderschrank für unterwegs',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
dirischebs = {
image = 'Der_Irische_Beziehungsstatus.png',
name = 'dirischebs',
label = 'Der Irische Beziehungstatus',
2025-06-23 11:41:02 +02:00
weight = 100,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
lsd_papers = {
image = 'lsd.png',
name = 'lsd_papers',
label = 'LSD-Papes',
weight = 500,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Miniatur-Kunstwerke, die dir den Kopf verdrehen aber hey, zumindest sieht alles schöner aus.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
plastic = {
image = 'plastic.png',
name = 'plastic',
label = 'Kunststoff',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'RECYCLE! - Greta Thunberg 2019',
useable = false,
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
barrel = {
image = 'barrel.png',
name = 'barrel',
label = 'leeres Metallfass',
weight = 2000,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
stonedrill = {
image = 'stonedrill.png',
name = 'stonedrill',
label = 'Steinbohrer',
weight = 0,
type = 'item',
unique = false,
description = '',
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
manual_gearbox = {
image = 'manual_gearbox.png',
name = 'manual_gearbox',
label = 'Schaltgetriebe',
weight = 0,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Handgerissen, so gehört sich das',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
pizza_burger = {
image = 'ChatGPT_Image_26._Apr._2025__18_16_22-removebg-preview.png',
name = 'pizza_burger',
label = 'Pizza Burger',
weight = 200,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Zartes Wagyu-Patty, würzige Salami, fruchtige Tomatensauce und geschmolzener Mozzarella, serviert in fluffigen Brioche Buns',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
flashlight_attachment = {
image = 'flashlight_attachment.png',
name = 'flashlight_attachment',
label = 'Flashlight',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A flashlight for a weapon',
useable = true,
2025-06-23 11:41:02 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
ironbar = {
image = 'ironbar.png',
name = 'ironbar',
label = 'Eisenbarren',
weight = 2000,
type = 'item',
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_license = {
image = 'weapon_license.png',
name = 'weapon_license',
label = 'Waffenschein',
weight = 10,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
amoxicillin = {
image = 'amoxicillin.png',
name = 'amoxicillin',
label = 'Amoxicillin',
weight = 20,
type = 'item',
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
mechanic_tablet = {
image = 'mechanic_tablet.png',
name = 'mechanic_tablet',
label = 'Petrol Head Tablet',
2025-06-23 20:07:19 +02:00
weight = 0,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Das wichtigste Werkzeug',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_candycane = {
image = 'weapon_candycane',
name = 'weapon_candycane',
unique = true,
label = 'Candy Cane',
description = 'Candy Cane',
type = 'weapon',
weight = 1000,
2025-06-23 20:07:19 +02:00
useable = true,
},
2025-06-24 22:00:28 +02:00
orange_o_tang_zero_dose = {
image = 'orange_o_tang_zero_dose.png',
name = 'orange_o_tang_zero_dose',
label = 'Orange O Tang Zero Dose',
2025-06-23 20:07:19 +02:00
weight = 50,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Dose Orangen Limo',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
dackelk = {
image = 'Dackelklatscher.png',
name = 'dackelk',
label = 'Dackelklatscher',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '',
useable = false,
shouldClose = false,
},
wine = {
image = 'wine.png',
name = 'wine',
label = 'Rotwein',
weight = 300,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Some good wine to drink on a fine evening',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
gg_pug_bait_01 = {
image = 'gg_pug_bait_01.png',
name = 'gg_pug_bait_01',
label = 'Illegaler Raubtierköder 1',
weight = 100,
type = 'item',
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
ribeye_steak = {
image = 'ribeye_steak.png',
name = 'ribeye_steak',
label = 'Ribeye Steak',
weight = 200,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
engine_oil = {
image = 'engine_oil.png',
name = 'engine_oil',
label = 'Premium Motoröl',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Das bier der Kraftfahrzeuge!',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
thors_hammer = {
image = 'ThorsHammerBeer.png',
name = 'thors_hammer',
label = 'Thor\'s Hammer',
weight = 200,
type = 'item',
unique = true,
description = 'So kraftvoll wie der Schlag von Mjölnir, Thors legendärem Hammer.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_marksmanpistol = {
image = 'weapon_marksmanpistol.png',
name = 'weapon_marksmanpistol',
label = 'Marksman Pistol',
ammotype = 'AMMO_PISTOL',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
unique = true,
description = 'A very accurate small firearm designed to be held in one hand',
useable = false,
},
axe_head = {
image = 'Axtkopf.png',
name = 'axe_head',
label = 'Axt Kopf',
weight = 1000,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Der schneidige Bruder der Säge',
useable = false,
shouldClose = false,
},
okis_ischief_ites = {
image = 'LokisMischiefBites.png',
name = 'okis_ischief_ites',
label = 'Loki\'s Mischief Bites',
weight = 200,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Knusprige Bissen, die mit einer scharfen Überraschung im Inneren den Gästen einen schelmischen Spaß bereiten.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
tenkgoldchain = {
image = '10kgoldchain.png',
name = 'tenkgoldchain',
label = '10k Gold Chain',
weight = 2000,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '10 carat golden chain',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
veh_plates = {
image = 'veh_plates.png',
name = 'veh_plates',
label = 'Plates',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Install vehicle plates',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
weapon_stungun = {
image = 'weapon_stungun.png',
name = 'weapon_stungun',
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.',
type = 'weapon',
weight = 1000,
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
junk_energy = {
image = 'junk_energy.png',
name = 'junk_energy',
label = 'Junk Energy',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Dose mit Engery',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
waffle_icream = {
image = 'waffle_icream.png',
name = 'waffle_icream',
label = 'Sandwich Eis',
weight = 100,
type = 'item',
unique = true,
description = 'Cremiges Vanilleeis, umhüllt von zwei zarten Waffelschichten der Klassiker im Retro-Look für echte Eisliebhaber.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
sniper_defaultclip = {
image = 'sniper_defaultclip.png',
name = 'sniper_defaultclip',
label = 'Sniper Magzin',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_2 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_2',
label = 'Classic Two-Tone Tint',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
unique = false,
description = 'Classic Two-Tone Weapon Tint for MK2 Weapons',
useable = true,
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
macrons = {
image = 'macrons.png',
name = 'macrons',
label = 'Macrons',
weight = 50,
type = 'item',
unique = false,
description = 'bunte Leckerbissen, die den Gaumen mit süßer Freude verzaubern',
useable = true,
shouldClose = true,
},
weapon_combatmg = {
image = 'weapon_combatmg.png',
name = 'weapon_combatmg',
label = 'Combat MG',
ammotype = 'AMMO_MG',
2025-06-16 01:11:07 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
unique = true,
description = 'A combat version of an automatic gun that fires bullets in rapid succession for as long as the trigger is pressed',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
shotgun_scope = {
image = 'smallscope_attachment.png',
name = 'shotgun_scope',
label = 'MK2 Shotgun Visier',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
gg_captured_rabbit = {
image = 'gg_captured_rabbit.png',
name = 'gg_captured_rabbit',
label = 'Gefangenes Kaninchen',
weight = 5000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-16 01:11:07 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_ball = {
image = 'weapon_ball.png',
name = 'weapon_ball',
label = 'Ball',
ammotype = 'AMMO_BALL',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-16 01:11:07 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'A solid or hollow spherical or egg-shaped object that is kicked, thrown, or hit in a game',
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
spikestrips = {
image = 'spikestripes.png',
name = 'spikestrips',
label = 'Nagelband',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
blood_500 = {
image = 'blood_500.png',
name = 'blood_500',
label = 'Blut (500ml)',
weight = 500,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
pistol_suppressor = {
image = 'suppressor_attachment.png',
name = 'pistol_suppressor',
label = 'Pistolen Schalldämpfer',
2025-06-23 11:41:02 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
patriotcamo_attachment = {
image = 'patriotcamo_attachment.png',
name = 'patriotcamo_attachment',
label = 'Patriot Camo',
2025-06-23 11:41:02 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A patriot camo for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
ammo_beanbag = {
image = 'beanbag_ammo.png',
name = 'ammo_beanbag',
label = 'Beanbag Ammo',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Munition für die Beanbag Shotgun',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
comp_attachment = {
image = 'comp_attachment.png',
name = 'comp_attachment',
label = 'Compensator',
weight = 1000,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A compensator for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_combatmg_mk2 = {
image = 'weapon_combatmg_mk2.png',
name = 'weapon_combatmg_mk2',
label = 'Combat MG Mk II',
ammotype = 'AMMO_MG',
2025-06-23 11:41:02 +02:00
weight = 1000,
type = 'weapon',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Weapon Combatmg MK2',
useable = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
muffin = {
image = 'ChatGPT_Image_1._Mai_2025__03_50_52-removebg-preview.png',
name = 'muffin',
label = 'Muffin',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'der Muffin Mann...',
2025-06-10 20:04:39 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_15 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_15',
label = 'Bold Orange Tint',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Bold Orange Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
coffee_beans = {
image = 'coffee_beans.png',
name = 'coffee_beans',
label = 'Packung Kaffeepulver',
weight = 200,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
water_bottle = {
image = 'wasserflasche.png',
name = 'water_bottle',
label = 'Wasser Flasche ',
2025-06-23 20:07:19 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Gerüchte sagen, es stammt aus einem Gletscher wahrscheinlich eher aus dem Hahn hinterm Werkstor.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
pistol_holoscope = {
image = 'holoscope_attachment.png',
name = 'pistol_holoscope',
label = 'Pistolenvisier',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
useable = true,
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
heartstopper = {
image = 'screenshot_687-removebg-preview.png',
name = 'heartstopper',
label = 'Heart Stopper ',
weight = 600,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '"Sieben Lagen pures Glück und ein direkter Weg zum Herzstillstand!"',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
baldurs_light = {
image = 'BaldursLight.png',
name = 'baldurs_light',
label = 'Baldur\'s Light',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Sanft und erfrischend, wie das reine Licht, das Baldur ausstrahlt.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_hatchet = {
image = 'weapon_hatchet.png',
name = 'weapon_hatchet',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
label = 'Beil',
description = 'A small axe with a short handle for use in one hand',
2025-06-23 20:07:19 +02:00
type = 'weapon',
2025-06-24 22:00:28 +02:00
weight = 1000,
2025-06-16 01:11:07 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
pipe = {
image = 'pipe.png',
name = 'pipe',
label = 'Pfeife',
weight = 400,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
potato = {
image = 'potato.png',
name = 'potato',
label = 'Kartoffel',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-16 01:11:07 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_16 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_16',
label = 'Bold Green & Purple Tint',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Bold Green & Purple Weapon Tint for MK2 Weapons',
useable = true,
shouldClose = true,
},
weapon_minigun = {
image = 'weapon_minigun.png',
name = 'weapon_minigun',
label = 'Minigun',
ammotype = 'AMMO_MINIGUN',
weight = 1000,
type = 'weapon',
unique = true,
description = 'A portable machine gun consisting of a rotating cluster of six barrels and capable of variable rates of fire of up to 6,000 rounds per minute',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
tomato = {
image = 'tomato.png',
name = 'tomato',
label = 'Tomate',
2025-06-23 20:07:19 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-10 20:04:39 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_28 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_28',
label = 'Metallic Green Tint',
weight = 1000,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Metallic Green Weapon Tint for MK2 Weapons',
2025-06-23 11:41:02 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
ffries = {
image = 'screenshot_686-removebg-preview.png',
name = 'ffries',
label = 'Freedom Fries',
2025-06-23 11:41:02 +02:00
weight = 100,
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = '"Jetzt mit 0 % Kartoffel, 100 % Patriotismus!"',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_18 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_18',
label = 'Bold Green Features Tint',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Bold Green Features Weapon Tint for MK2 Weapons',
2025-06-23 11:41:02 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
deckelblendno5 = {
image = 'deckelblendno5.png',
name = 'deckelblendno5',
label = 'Deckel Blend No.5',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_7 = {
image = 'weapontint_plat.png',
name = 'weapontint_7',
label = 'Platinum Tint',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Platinum Weapon Tint',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
skadis_hunt = {
image = 'SkadisHunt.png',
name = 'skadis_hunt',
label = 'Skadi\'s Hunt',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'So erfrischend und eisig wie Skadis frostige Heimat.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
orange_o_tang_zero_flasche = {
image = 'orange_o_tang_zero_flasche.png',
name = 'orange_o_tang_zero_flasche',
label = 'Orange O Tang Zero Flasche',
weight = 80,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Flasche Orangen Limo',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-23 11:41:02 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
shotgun_holoscope = {
2025-06-23 20:07:19 +02:00
image = 'holoscope_attachment.png',
2025-06-24 22:00:28 +02:00
name = 'shotgun_holoscope',
label = 'MK2 Shotgun Holovisier',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-16 01:11:07 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
gleitgel = {
image = 'gleitgel.png',
name = 'gleitgel',
label = 'Gleitgel',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Falls es mal zu Trocken ist ^^',
useable = false,
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
mettbroetchen = {
image = 'mettbroetchen.png',
name = 'mettbroetchen',
label = 'Mettbrötchen',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'mhmm deutsches Sushi',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
tilidin = {
image = 'syringe.png',
name = 'tilidin',
label = 'Tilidin',
weight = 20,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = '',
useable = true,
shouldClose = true,
},
rolex = {
image = 'rolex.png',
name = 'rolex',
label = 'Golden Watch',
weight = 1500,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A golden watch seems like the jackpot to me!',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_garbagebag = {
image = 'weapon_garbagebag.png',
name = 'weapon_garbagebag',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
label = 'Garbage Bag',
description = 'A garbage bag',
2025-06-23 20:07:19 +02:00
type = 'weapon',
weight = 1000,
useable = false,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
tuch = {
image = '',
name = 'tuch',
label = 'Stofftuch',
2025-06-23 20:07:19 +02:00
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
empty_cup = {
image = 'empty_cup.png',
name = 'empty_cup',
label = 'leerer Becher',
weight = 6,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
woodcamo_attachment = {
image = 'woodcamo_attachment.png',
name = 'woodcamo_attachment',
label = 'Woodland Camo',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = 'A woodland camo for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_fireextinguisher = {
image = 'weapon_fireextinguisher.png',
name = 'weapon_fireextinguisher',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
label = 'Fire Extinguisher',
description = 'A portable device that discharges a jet of water, foam, gas, or other material to extinguish a fire',
type = 'weapon',
weight = 1000,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
meth = {
image = 'meth_baggy.png',
name = 'meth',
label = 'Meth',
weight = 100,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A baggie of Meth',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
roofbox_color = {
image = 'roofbox_color.png',
name = 'roofbox_color',
label = 'Farbige Dachbox',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_microsmg = {
image = 'weapon_microsmg.png',
name = 'weapon_microsmg',
label = 'Micro SMG',
ammotype = 'AMMO_SMG',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'A handheld light weight machine gun',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
freyas_kiss = {
image = 'FreyasKiss.png',
name = 'freyas_kiss',
label = 'Freya\'s Kiss',
weight = 200,
type = 'item',
2025-06-16 01:11:07 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Ein verführerischer und zarter Drink, der die Schönheit der Göttin Freya widerspiegelt.',
useable = true,
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
handcuffs = {
image = 'handcuffs.png',
name = 'handcuffs',
label = 'Handschellen',
weight = 100,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Comes in handy when people misbehave. Maybe it can be used for something else?',
useable = true,
shouldClose = true,
},
security_card_01 = {
image = 'security_card_01.png',
name = 'security_card_01',
label = 'Security Card A',
weight = 0,
type = 'item',
unique = false,
description = 'A security card... I wonder what it goes to',
useable = true,
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_briefcase_02 = {
image = 'weapon_briefcase2.png',
name = 'weapon_briefcase_02',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
label = 'Suitcase',
description = 'Wonderfull for nice vacation to Liberty City',
2025-06-23 20:07:19 +02:00
type = 'weapon',
2025-06-24 22:00:28 +02:00
weight = 1000,
2025-06-16 01:11:07 +02:00
useable = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_21 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_21',
label = 'Bold Red & White Tint',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
unique = false,
description = 'Bold Red & White Weapon Tint for MK2 Weapons',
useable = true,
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_specialcarbine_mk2 = {
image = 'highteamspecialcarbinemk2.png',
name = 'weapon_specialcarbine_mk2',
label = 'Special Carbine Mk II',
ammotype = 'AMMO_RIFLE',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Weapon Wpecialcarbine MK2',
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
clutch_replacement = {
image = 'clutch_replacement.png',
name = 'clutch_replacement',
label = 'Premium Kupplungssatz',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
gg_captured_hen = {
image = 'gg_captured_hen.png',
name = 'gg_captured_hen',
label = 'Gefangenes Huhn',
weight = 5000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
jelly_beans = {
image = 'file_00000000007861f7963805e1f6fecfc5-removebg-preview.png',
name = 'jelly_beans',
label = 'Jelly Beans',
weight = 150,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Bunte, kleine Köstlichkeiten mit knackiger Hülle und fruchtig-süßem Kern ein Farbtupfer voller Geschmack.',
useable = true,
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
sd_card = {
image = 'sd_card.png',
name = 'sd_card',
label = 'SD Karte',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
veh_tint = {
image = 'veh_tint.png',
name = 'veh_tint',
label = 'Tints',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Install vehicle tint',
2025-06-23 11:41:02 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
sludgie = {
image = 'sludgie.png',
name = 'sludgie',
label = 'Sludgie',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Gefrorene Chemie zum Trinken ^^',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
diamond = {
image = 'diamond.png',
name = 'diamond',
label = 'Diamond',
2025-06-23 11:41:02 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A diamond seems like the jackpot to me!',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
walkstick = {
image = 'walkstick.png',
name = 'walkstick',
label = 'Walking Stick',
weight = 1000,
type = 'weapon',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Walking stick for ya\'ll grannies out there.. HAHA',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
cottoncandy = {
image = 'screenshot_693-removebg-preview.png',
name = 'cottoncandy',
label = 'Zuckerwatte',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
heroin_injection = {
image = 'dirtyneedle.png',
name = 'heroin_injection',
label = 'Heroinspritze',
weight = 750,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Der schnellste Weg ins Nirwana, aber der Ausgang ist unsichtbar',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
yggdrasils_root = {
image = 'YggdrasilsRoot.png',
name = 'yggdrasils_root',
label = 'Yggdrasil\'s Root',
weight = 200,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
leberkas_semmal = {
image = 'leberkas_semmal.png',
name = 'leberkas_semmal',
label = 'Leberkas Semmal',
weight = 100,
type = 'item',
unique = false,
description = 'Mehr Fleisch als Worte des is koa Semmel, des is a Lebensgefühl!',
useable = true,
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_29 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_29',
label = 'Metallic Blue Tint',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Metallic Blue Weapon Tint for MK2 Weapons',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
gg_boar_tusk_02 = {
image = 'gg_boar_tusk_02.png',
name = 'gg_boar_tusk_02',
label = 'Robuster Eberzahn',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
lamb_chops = {
image = 'lamb_chops.png',
name = 'lamb_chops',
label = 'Lammkoteletts',
weight = 200,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
split_end_muzzle_brake = {
image = 'split_end_muzzle_brake.png',
name = 'split_end_muzzle_brake',
label = 'Split End Muzzle Brake',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'A muzzle brake for a weapon',
useable = true,
shouldClose = true,
},
tablet = {
image = 'tablet.png',
name = 'tablet',
label = 'Tablet',
weight = 2000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Expensive tablet',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
tirerepairkit = {
image = 'tirerepairkit.png',
name = 'tirerepairkit',
label = 'Tire Repair Kit',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A kit to repair your tires',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
cleaning_kit = {
image = '',
name = 'cleaning_kit',
label = 'Premium Putzlappen ',
2025-06-23 20:07:19 +02:00
weight = 0,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Für die schnelle Reinigung',
useable = false,
shouldClose = false,
},
raw_ribs = {
image = 'raw_ribs.png',
name = 'raw_ribs',
label = 'rohe Rippchen',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
doener = {
image = 'doner.png',
name = 'doener',
label = 'Döner',
weight = 200,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Döner macht schöner...',
useable = true,
shouldClose = true,
},
sprunk_flasche = {
image = 'sprunk_flasche.png',
name = 'sprunk_flasche',
label = 'Sprunk Flasche',
weight = 80,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Flasche Zitronen Limo',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
defibrillator = {
image = 'aed.png',
name = 'defibrillator',
label = 'Defibrillator',
weight = 3000,
type = 'item',
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
sifs_olden_harvest = {
image = 'SifsGoldenHarvest.png',
name = 'sifs_olden_harvest',
label = 'Sifs Golden Harvest',
weight = 100,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '',
useable = true,
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
zeckenschutzmittel = {
image = 'Zeckenschutzmittel.png',
name = 'zeckenschutzmittel',
label = 'Zeckenschutzmittel',
weight = 25,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = true,
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
rifle_smallscope = {
image = 'smallscope_attachment.png',
name = 'rifle_smallscope',
label = 'MK2 Gewehr Visier klein',
weight = 100,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
ev_battery = {
image = 'ev_battery.png',
name = 'ev_battery',
label = 'EV Battery',
weight = 0,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
police_stormram = {
image = 'police_stormram.png',
name = 'police_stormram',
label = 'Stormram',
weight = 18000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'A nice tool to break into doors',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
},
weapon_combatpistol = {
image = 'screenshot_434-removebg-preview.png',
name = 'weapon_combatpistol',
label = 'Bretta Storm',
ammotype = 'AMMO_PISTOL',
weight = 1000,
type = 'weapon',
unique = true,
description = 'Eine kompakte, zuverlässige 9mm-Dienstpistole mit 17 Schuss Magazin.',
useable = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_marksmanrifle = {
image = 'screenshot_395-removebg-preview.png',
name = 'weapon_marksmanrifle',
label = 'Besseres Jagdgewehr',
ammotype = 'AMMO_SNIPER',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '... die Sonntagsjäger fahrn in den Touristenwald ...',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-08 18:52:38 +02:00
},
2025-06-24 22:00:28 +02:00
lighter = {
image = 'lighter.png',
name = 'lighter',
label = 'Feuerzeug',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Flamme an oder so ....',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
grip_attachment = {
image = 'grip_attachment.png',
name = 'grip_attachment',
label = 'Grip',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = 'A grip for a weapon',
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
lean = {
image = 'lean.png',
name = 'lean',
label = 'Lean',
weight = 500,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Der Drink, der dich so langsam macht wie eine Schnecke auf Valium',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-23 20:07:19 +02:00
goldbar = {
image = 'goldbar.png',
name = 'goldbar',
2025-06-24 22:00:28 +02:00
label = 'Gold Bar',
weight = 7000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = 'Looks pretty expensive to me',
2025-06-16 01:11:07 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
basketball = {
image = 'basketball.png',
name = 'basketball',
label = 'Basketball',
weight = 400,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_raycarbine = {
image = 'weapon_raycarbine.png',
name = 'weapon_raycarbine',
label = 'Unholy Hellbringer',
ammotype = 'AMMO_SMG',
weight = 1000,
type = 'weapon',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Weapon Raycarbine',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
ifs_olden_arvest = {
image = 'SifsGoldenHarvest.png',
name = 'sifs_olden_harvest',
label = 'Sif\'s Golden Harvest',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Eine goldene Ernte, die Sif selbst gesegnet haben könnte perfekt für eine herzhafte Mahlzeit.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_snowball = {
image = 'weapon_snowball.png',
name = 'weapon_snowball',
unique = true,
label = 'Snowball',
description = 'A ball of packed snow, especially one made for throwing at other people for fun',
2025-06-23 20:07:19 +02:00
type = 'weapon',
weight = 1000,
2025-06-24 22:00:28 +02:00
useable = false,
},
weapon_combatshotgun = {
image = 'beanbagshotgun.png',
name = 'weapon_combatshotgun',
label = 'Beanbag Shotgun',
ammotype = 'AMMO_BEANBAG',
weight = 1000,
type = 'weapon',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Weapon Combatshotgun',
useable = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
cup_tide = {
image = 'cup_tide.png',
name = 'cup_tide',
label = 'Becher Orange O Tang',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
quickclot = {
image = '40053-QuikClot-Combat-Gauze-01-removebg-preview.png',
name = 'quickclot',
label = 'Wundschnellverband',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
orange = {
image = 'orange.png',
name = 'orange',
label = 'Orange',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = false,
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_musket = {
image = 'weapon_musket.png',
name = 'weapon_musket',
label = 'Musket',
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
type = 'weapon',
unique = true,
description = 'An infantryman\'s light gun with a long barrel, typically smooth-bored, muzzleloading, and fired from the shoulder',
useable = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
munky_juice_ice_tea = {
image = 'munky_juice_ice_tea.png',
name = 'munky_juice_ice_tea',
label = 'Munky Juice Ice Tea',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Pfirsich oder Zitrone das hier die Frage...',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
fries_with_dip = {
image = 'ChatGPT_Image_27._Apr._2025__12_41_35-removebg-preview.png',
name = 'fries_with_dip',
label = 'Pommes mit Dip ',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Knusprig goldene Pommes, serviert im kleinen Metallkorb dazu ein cremiger Dip im stilechten Mini-Metalleimer.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
medscope_attachment = {
image = 'medscope_attachment.png',
name = 'medscope_attachment',
label = 'Medium Scope',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A medium scope for a weapon',
useable = true,
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_bullpuprifle = {
image = 'screenshot_411-removebg-preview.png',
name = 'weapon_bullpuprifle',
label = 'QBX-92-3',
ammotype = 'AMMO_RIFLE',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
unique = true,
description = 'Dieses Gewehr ist der neueste chinesische Import, der Amerika im Sturm erobert.',
useable = false,
},
cleaningkit = {
image = 'cleaningkit.png',
name = 'cleaningkit',
label = 'Cleaning Kit',
weight = 250,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'A microfiber cloth with some soap will let your car sparkle again!',
useable = true,
shouldClose = true,
},
ecola_light = {
image = 'ecola_light.png',
name = 'ecola_light',
label = 'E-Cola Light Softdrink',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '"Weil dein Körper Zucker liebt du aber nicht deinen Körper."',
useable = true,
2025-06-23 11:41:02 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
penicillin = {
image = 'penicillin.png',
name = 'penicillin',
label = 'Penicillin',
weight = 20,
type = 'item',
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_firework = {
image = 'weapon_firework.png',
name = 'weapon_firework',
unique = true,
label = 'Firework Launcher',
description = 'A device containing gunpowder and other combustible chemicals that causes a spectacular explosion when ignited',
2025-06-23 20:07:19 +02:00
type = 'weapon',
2025-06-16 01:11:07 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
newsbmic = {
image = 'newsbmic.png',
name = 'newsbmic',
label = 'Boom Microphone',
2025-06-23 20:07:19 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'A Useable BoomMic',
2025-06-23 11:41:02 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
blue_phone = {
image = 'blue_phone.png',
name = 'blue_phone',
label = 'iFruit 12XR Blau',
weight = 0.09999999999999432,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '„Ein Akku, der genau so lange hält wie deine Aufmerksamkeitsspanne.“',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
empty_nitrous_bottle = {
image = 'empty_nitrous_bottle.png',
name = 'empty_nitrous_bottle',
label = 'leere Nitro Flasche',
weight = 0,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
cooked_turkey_drum = {
image = 'cooked_turkey_drum.png',
name = 'cooked_turkey_drum',
label = 'gegrillte Putenkeule',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
v12_engine = {
image = 'v12_engine.png',
name = 'v12_engine',
label = 'V12 Motor',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = true,
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_golfclub = {
image = 'weapon_golfclub.png',
name = 'weapon_golfclub',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
label = 'Golfclub',
description = 'A club used to hit the ball in golf',
type = 'weapon',
weight = 1000,
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
chainsaw = {
image = 'chainsaw.png',
name = 'chainsaw',
label = 'Kettensäge',
weight = 600,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Fichtenmoped..... Benzinbiber..... ',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_1 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_1',
label = 'Classic Gray Tint',
weight = 1000,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Classic Gray Weapon Tint for MK2 Weapons',
useable = true,
shouldClose = true,
},
tunerlaptop = {
image = 'tunerchip.png',
name = 'tunerlaptop',
label = 'Tunerchip',
weight = 2000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'With this tunerchip you can get your car on steroids... If you know what you\'re doing',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
weed_brick = {
image = 'weed_brick.png',
name = 'weed_brick',
label = 'Weed Brick',
weight = 1000,
type = 'item',
unique = false,
description = '1KG Weed Brick to sell to large customers.',
useable = false,
shouldClose = true,
},
rifle_ammo = {
image = 'rifle_ammo.png',
name = 'rifle_ammo',
label = 'Gewehr Munition',
weight = 200,
type = 'item',
unique = false,
description = 'schnelles Peng',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
weapon_crossbow = {
image = 'weapon_crossbow.png',
name = 'weapon_crossbow',
2025-06-24 22:00:28 +02:00
label = 'Jagd Armbrust',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'weapon',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weed = {
image = 'marihuana.png',
name = 'weed',
label = 'Cannabis Knolle',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Wächst, riecht, entspannt',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
cryptostick = {
image = 'cryptostick.png',
name = 'cryptostick',
label = 'Crypto Stick',
2025-06-16 01:11:07 +02:00
weight = 200,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Why would someone ever buy money that doesn\'t exist.. How many would it contain..?',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
sprunk_zero_flasche = {
image = 'sprunk_zero_flasche.png',
name = 'sprunk_zero_flasche',
label = 'Sprunk Zero Flasche',
weight = 80,
type = 'item',
unique = false,
description = 'Flasche Zero Zitronen Limo',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
shotgun_suppressor = {
image = 'suppressor_attachment.png',
name = 'shotgun_suppressor',
label = 'Shotgun Schalldämpfer',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
aspirin = {
image = 'aspirin.png',
name = 'aspirin',
label = 'Aspirin',
weight = 20,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
gg_hunting_knife_01 = {
image = 'gg_hunting_knife_01.png',
name = 'gg_hunting_knife_01',
label = 'Klassisches Jagdmesser',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
gg_deer_hide_01 = {
image = 'gg_deer_hide_01.png',
name = 'gg_deer_hide_01',
label = 'Raues Hirschleder',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
rubber = {
image = 'rubber.png',
name = 'rubber',
label = 'Gummi',
weight = 600,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Rubber, I believe you can make your own rubber ducky with it :D',
useable = false,
shouldClose = false,
},
schnitzelbroetchen = {
image = 'schnitzelbroetchen.png',
name = 'schnitzelbroetchen',
label = 'Schnitzelbrötchen',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Knuspriger Held im Brötchenmantel das Schnitzel regelt!',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
eimdalls_lear_ight = {
image = 'HeimdallsClearSight.png',
name = 'heimdalls_clear_sight',
label = 'Heimdall\'s Clear Sight',
weight = 200,
type = 'item',
unique = false,
description = 'Ein erfrischendes, klares Getränk, das wie Heimdalls wachsames Auge rein und belebend wirkt.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
goldchain = {
image = 'goldchain.png',
name = 'goldchain',
label = 'Golden Chain',
weight = 1500,
type = 'item',
unique = false,
description = 'A golden chain seems like the jackpot to me!',
2025-06-16 01:11:07 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
},
weapon_navyrevolver = {
image = 'weapon_navyrevolver.png',
name = 'weapon_navyrevolver',
label = 'Navy Revolver',
ammotype = 'AMMO_PISTOL',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Weapon Navyrevolver',
useable = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
ayran = {
image = 'Ayran.png',
name = 'ayran',
label = 'Ayran',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'erfrischendes Joghurtgetränk',
useable = true,
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_17 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_17',
label = 'Bold Red Features Tint',
weight = 1000,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Bold Red Features Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
cooked_brisket = {
image = 'cooked_brisket.png',
name = 'cooked_brisket',
label = 'gegrilltes Brisket',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
holoscope_attachment = {
image = 'holoscope_attachment.png',
name = 'holoscope_attachment',
label = 'Holo Scope',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'A holo scope for a weapon',
useable = true,
shouldClose = true,
},
weapon_grenadelauncher = {
image = 'weapon_grenadelauncher.png',
name = 'weapon_grenadelauncher',
label = 'Grenade Launcher',
ammotype = 'AMMO_GRENADELAUNCHER',
weight = 1000,
type = 'weapon',
unique = true,
description = 'A weapon that fires a specially-designed large-caliber projectile, often with an explosive, smoke or gas warhead',
useable = false,
},
sniper_suppressor = {
image = 'suppressor_attachment.png',
name = 'sniper_suppressor',
label = 'Sniper Schalldämpfer',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
useable = true,
2025-06-16 01:11:07 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
weapon_machinepistol = {
image = 'weapon_machinepistol.png',
name = 'weapon_machinepistol',
label = 'Tec-9',
ammotype = 'AMMO_PISTOL',
weight = 1000,
type = 'weapon',
unique = true,
description = 'A self-loading pistol capable of burst or fully automatic fire',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
pinger = {
image = 'pinger.png',
name = 'pinger',
label = 'Pinger',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'With a pinger and your phone you can send out your location',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
erz = {
image = 'erz.png',
name = 'erz',
label = 'Metallerz',
weight = 2000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
fentanyl = {
image = 'fentanyl-removebg-preview.png',
name = 'fentanyl',
label = 'Fentanyl',
weight = 10,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
jords_cean_reeze_alkoholfrei = {
image = 'NjordsOceanBreeze.png',
name = 'njords_ocean_breeze_alkoholfrei',
label = 'Njord\'s Ocean Breeze (alkoholfrei)',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Eine kühle Meeresbrise in Form eines Getränks, die erfrischend und exotisch zugleich ist.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
veh_wheels = {
image = 'veh_wheels.png',
name = 'veh_wheels',
label = 'Wheels',
2025-06-23 11:41:02 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Upgrade vehicle wheels',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_remotesniper = {
image = 'weapon_remotesniper.png',
name = 'weapon_remotesniper',
label = 'Remote Sniper',
ammotype = 'AMMO_SNIPER_REMOTE',
2025-06-23 11:41:02 +02:00
weight = 1000,
type = 'weapon',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'A portable high-precision, long-range rifle',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
parachute = {
image = 'parachute.png',
name = 'parachute',
label = 'Parachute',
weight = 30000,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'The sky is the limit! Woohoo!',
useable = true,
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_dbshotgun = {
image = 'weapon_dbshotgun.png',
name = 'weapon_dbshotgun',
label = 'Double-barrel Shotgun',
ammotype = 'AMMO_SHOTGUN',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'weapon',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'A shotgun with two parallel barrels, allowing two single shots to be fired in quick succession',
2025-06-16 01:11:07 +02:00
useable = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
orangejuice = {
image = 'orangejuice.png',
name = 'orangejuice',
label = 'Flasche Orangensaft',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
heroin_route = {
image = 'heroin_route.png',
name = 'heroin_route',
label = 'Heroin Route',
weight = 10,
2025-06-23 20:07:19 +02:00
type = 'item',
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
2025-06-16 01:11:07 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
ecola_zero_flasche = {
image = 'ecolazerobottle.png',
name = 'ecola_zero_flasche',
label = 'E-Cola Zero Flasche',
weight = 80,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Flasche Cola',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
freyas_blossom = {
image = 'FreyasBlossom.png',
name = 'freyas_blossom',
label = 'Freyas Blossom',
weight = 250,
type = 'item',
unique = true,
description = 'Ein blumiges und fruchtiges Getränk, das die Zartheit und Schönheit, der Göttin Freya widerspiegelt.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
armor = {
image = 'armor.png',
name = 'armor',
label = 'Kugelsichere Weste',
weight = 4000,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Some protection won\'t hurt... right?',
useable = true,
shouldClose = true,
},
ornageo = {
image = 'screenshot_688-removebg-preview.png',
name = 'ornageo',
label = 'Orange O Tang Softdrink',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '"Weil dein Körper Zucker liebt du aber nicht deinen Körper."',
useable = true,
2025-06-23 11:41:02 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
sniper_holoscope = {
image = 'holoscope_attachment.png',
name = 'sniper_holoscope',
label = 'MK2 Sniper Holoscope',
weight = 100,
type = 'item',
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
mixed_grilled_plate = {
image = 'Gemischter_grillteller.png',
name = 'mixed_grilled_plate',
label = 'KARIŞIK IZGARA ',
2025-06-16 01:11:07 +02:00
weight = 200,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'gemischter Grillteller mit Beilagen',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
bulletproof_tyres = {
image = 'bulletproof_tyres.png',
name = 'bulletproof_tyres',
label = 'Reifen Gebanzert',
weight = 0,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
badfruit = {
image = 'badfruit.png',
name = 'badfruit',
label = 'Faules Obst',
2025-06-16 01:11:07 +02:00
weight = 100,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = false,
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_heavysniper_mk2 = {
image = 'weapon_heavysniper_mk2.png',
name = 'weapon_heavysniper_mk2',
label = 'Heavy Sniper Mk II',
ammotype = 'AMMO_SNIPER',
weight = 1000,
type = 'weapon',
2025-06-16 01:11:07 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Weapon Heavysniper MK2',
2025-06-23 20:07:19 +02:00
useable = true,
},
2025-06-24 22:00:28 +02:00
weapontint_6 = {
image = 'weapontint_orange.png',
name = 'weapontint_6',
label = 'Orange Tint',
2025-06-23 11:41:02 +02:00
weight = 1000,
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Orange Weapon Tint',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
steel = {
image = 'steel.png',
name = 'steel',
label = 'Stahl',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Nice piece of metal that you can probably use for something',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
tavor25 = {
image = 'tavor25.png',
name = 'tavor25',
label = 'Tavor 2,5 mg',
weight = 20,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
raw_short_ribs = {
image = 'raw_short_ribs.png',
name = 'raw_short_ribs',
label = 'rohe Short Ribs',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
smg_suppressor = {
image = 'suppressor_attachment.png',
name = 'smg_suppressor',
label = 'SMG Schalldämpfer',
2025-06-23 20:07:19 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weed_whitewidow_seed = {
image = 'weed_seed.png',
name = 'weed_whitewidow_seed',
label = 'White Widow Seed',
2025-06-23 20:07:19 +02:00
weight = 0,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A weed seed of White Widow',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
drum_mechanism = {
image = 'Trommel.png',
name = 'drum_mechanism',
label = 'Trommel Mechanismus',
weight = 200,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Der Dreh, der alles verändert Spannung in jeder Umdrehung',
useable = false,
shouldClose = false,
},
tosti = {
image = 'tosti.png',
name = 'tosti',
label = 'Grilled Cheese Sandwich',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Schmeckt fast wie selbst gemacht wenn man sich selbst keine Mühe gibt.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_32 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_32',
label = 'Metallic Red and Yellow Tint',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
unique = false,
description = 'Metallic Red and Yellow Weapon Tint for MK2 Weapons',
2025-06-23 11:41:02 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
wood = {
image = 'wood.png',
name = 'wood',
label = 'Holz',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Ich und mein Holz....',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
shaft = {
image = 'ar_grip.png',
name = 'shaft',
label = 'Waffenschaft',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Schaft: Der ruhige Held der Waffe immer da, wenn man ihn braucht, aber nie im Mittelpunkt',
useable = false,
shouldClose = false,
},
gg_pug_bait_02 = {
image = 'gg_pug_bait_02.png',
name = 'gg_pug_bait_02',
label = 'Illegaler Raubtierköder 2',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-08 21:04:39 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
extras_kit = {
image = 'extras_kit.png',
name = 'extras_kit',
label = 'Fahrzeug Extras',
weight = 0,
type = 'item',
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
ecola_flasche = {
image = 'ecolabottle.png',
name = 'ecola_flasche',
label = 'E-Cola Flasche',
weight = 80,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Flasche Cola',
useable = true,
shouldClose = true,
},
filament = {
image = 'filament.png',
name = 'filament',
label = 'Filament',
weight = 100,
type = 'item',
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_dagger = {
image = 'weapon_dagger.png',
name = 'weapon_dagger',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
label = 'Dagger',
description = 'A short knife with a pointed and edged blade, used as a weapon',
type = 'weapon',
weight = 1000,
useable = false,
},
blotter_paper = {
image = 'paperroll.png',
name = 'blotter_paper',
label = 'Blotterpapier',
weight = 500,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Das Papier, das dich nicht nur trocknen lässt, sondern auch deine Gedanken',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
performance_part = {
image = 'performance_part.png',
name = 'performance_part',
label = 'Performance Kit',
2025-06-23 20:07:19 +02:00
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
twerks_candy = {
image = 'twerks_candy.png',
name = 'twerks_candy',
label = 'Ego Chaser Schockriegel',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'It\'s all about you.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
gg_cougar_claw_02 = {
image = 'gg_cougar_claw_02.png',
name = 'gg_cougar_claw_02',
label = 'Robuste Puma-Klaue',
weight = 500,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
thermite = {
image = 'thermite.png',
name = 'thermite',
label = 'Thermite',
weight = 1000,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Sometimes you\'d wish for everything to burn',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
roofbox_carbon = {
image = 'roofbox_carbon.png',
name = 'roofbox_carbon',
label = 'Carbon Dachbox',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = true,
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
aluminum = {
image = 'aluminum.png',
name = 'aluminum',
label = 'Aluminium',
2025-06-23 11:41:02 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Nice piece of metal that you can probably use for something',
2025-06-23 20:07:19 +02:00
useable = false,
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_22 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_22',
label = 'Bold Blue & White Tint',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Bold Blue & White Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
applejuice = {
image = 'applejuice.png',
name = 'applejuice',
label = 'Flasche Apfelsaft',
weight = 400,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
shoe = {
image = 'shoe.png',
name = 'shoe',
label = 'Schuh',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'ein Schuh an Kop .... oder so',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
vitaminloesung_250 = {
image = 'screenshot_696-removebg-preview.png',
name = 'vitaminloesung_250',
label = 'Vitaminlösung 250',
weight = 250,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_bullpupshotgun = {
image = 'weapon_bullpupshotgun.png',
name = 'weapon_bullpupshotgun',
label = 'Bullpup Shotgun',
ammotype = 'AMMO_SHOTGUN',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'weapon',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'A compact smoothbore gun for firing small shot at short range',
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
diving_gear = {
image = 'diving_gear.png',
name = 'diving_gear',
label = 'Diving Gear',
weight = 30000,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'An oxygen tank and a rebreather',
2025-06-23 20:07:19 +02:00
useable = true,
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
packtobbaco = {
image = 'packtobbaco.png',
name = 'packtobbaco',
label = 'Packung Tabak',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
drum_attachment = {
image = 'drum_attachment.png',
name = 'drum_attachment',
label = 'Drum',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A drum for a weapon',
useable = true,
2025-06-11 17:02:33 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
['sifs_golden-ale'] = {
image = 'SifGoldenAle.png',
name = 'sifs_golden-ale',
label = 'Sif\'s Golden Ale',
weight = 200,
type = 'item',
unique = true,
description = 'Golden und nahrhaft, wie das Feld unter der Obhut der Göttin Sif.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
gg_hunting_meat = {
image = 'gg_hunting_meat.png',
name = 'gg_hunting_meat',
label = 'rohes Wildfleisch',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_pistolxm3 = {
image = 'highteampistol.png',
name = 'weapon_pistolxm3',
label = 'Pistol XM3',
ammotype = 'AMMO_PISTOL',
weight = 1000,
type = 'weapon',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Pistol XM3',
useable = false,
},
goezleme = {
image = 'Goezleme.png',
name = 'goezleme',
label = 'Gözleme',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'würzig gefülltes Fladenbrot',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
propofol_100 = {
image = 'Propofol-00409469924-removebg-preview.png',
name = 'propofol_100',
label = 'Propofol (100ml)',
weight = 100,
type = 'item',
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_flaregun = {
image = 'weapon_flaregun.png',
name = 'weapon_flaregun',
label = 'Flare Gun',
ammotype = 'AMMO_FLARE',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'A handgun for firing signal rockets',
useable = false,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_grenadelauncher_smoke = {
image = 'weapon_grenadelauncher_smoke.PNG',
name = 'weapon_grenadelauncher_smoke',
label = 'Smoke Grenade Launcher',
ammotype = 'AMMO_GRENADELAUNCHER',
weight = 1000,
type = 'weapon',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'A bomb that produces a lot of smoke when it explodes',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weed_ak47_seed = {
image = 'weed_seed.png',
name = 'weed_ak47_seed',
label = 'AK47 Seed',
weight = 0,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A weed seed of AK47',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
raw_kebab = {
image = 'raw_kebab.png',
name = 'raw_kebab',
label = 'roher Schaschlickspieß',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
smg_drum = {
image = 'drum_attachment.png',
name = 'smg_drum',
label = 'SMG Trommelmagazin',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = true,
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_minismg = {
image = 'weapon_minismg.png',
name = 'weapon_minismg',
label = 'Mini SMG',
ammotype = 'AMMO_SMG',
2025-06-16 01:11:07 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'A mini handheld light weight machine gun',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
raw_wings = {
image = 'raw_wings.png',
name = 'raw_wings',
label = 'rohe Chickenwings',
2025-06-16 01:11:07 +02:00
weight = 200,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-16 01:11:07 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = '',
useable = true,
shouldClose = true,
},
kayas_rotwein = {
image = 'kirimzi.png',
name = 'kayas_rotwein',
label = 'Kırmızı şarap ',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Türkischer Rotwein',
useable = true,
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
aldurs_ight_lixir = {
image = 'BaldursLightElixir.png',
name = 'baldurs_light_elixir',
label = 'Baldur\'s Light Elixir',
weight = 200,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.',
useable = true,
shouldClose = true,
},
tier_leckerlis = {
image = 'pet_treats.png',
name = 'tier_leckerlis',
label = 'Tier Leckerlis',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Freude für deinen Vierbeiner.',
useable = true,
2025-06-23 11:41:02 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
veh_armor = {
image = 'veh_armor.png',
name = 'veh_armor',
label = 'Armor',
weight = 1000,
type = 'item',
unique = false,
description = 'Upgrade vehicle armor',
2025-06-23 11:41:02 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-23 20:07:19 +02:00
veh_exterior = {
image = 'veh_exterior.png',
name = 'veh_exterior',
2025-06-24 22:00:28 +02:00
label = 'Exterior',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = 'Upgrade vehicle exterior',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
},
privcard01 = {
image = '',
name = 'privcard01',
label = 'Schlüsselkarte-0100a',
weight = 0,
type = 'item',
unique = false,
description = 'Registriert auf Mark Petrol',
useable = false,
shouldClose = false,
},
heavy_duty_muzzle_brake = {
image = 'heavy_duty_muzzle_brake.png',
name = 'heavy_duty_muzzle_brake',
label = 'HD Muzzle Brake',
weight = 1000,
type = 'item',
unique = false,
description = 'A muzzle brake for a weapon',
useable = true,
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
packing_bandage = {
image = 'screenshot_478-removebg-preview.png',
name = 'packing_bandage',
label = 'Verbandpäckchen',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-23 11:41:02 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
ceramic_brakes = {
image = 'ceramic_brakes.png',
name = 'ceramic_brakes',
label = 'Ceramic Bremsen',
2025-06-23 20:07:19 +02:00
weight = 0,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
veh_engine = {
image = 'veh_engine.png',
name = 'veh_engine',
label = 'Engine',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Upgrade vehicle engine',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_19 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_19',
label = 'Bold Cyan Features Tint',
2025-06-23 11:41:02 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Bold Cyan Features Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
esketamin = {
image = 'esketamin.png',
name = 'esketamin',
label = 'Esketamin',
weight = 20,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
filled_evidence_bag = {
image = 'evidence.png',
name = 'filled_evidence_bag',
label = 'Evidence Bag',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'A filled evidence bag to see who committed the crime >:(',
useable = false,
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
gg_rabbit_pelt_02 = {
image = 'gg_rabbit_pelt_02.png',
name = 'gg_rabbit_pelt_02',
label = 'Robustes Kaninchenfell',
2025-06-23 11:41:02 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
gun_handle = {
image = 'empu.png',
name = 'gun_handle',
label = 'Griffstück',
weight = 200,
type = 'item',
unique = false,
description = 'Dein persönlicher Halt stärker als jeder Nervenkitzel',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-08 18:52:38 +02:00
},
2025-06-24 22:00:28 +02:00
kbrotmcr = {
image = 'Koboldbrot_mit_Cheddar.png',
name = 'kbrotmcr',
label = 'Koboldbrot mit Cheedar',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = false,
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
slanted_muzzle_brake = {
image = 'slanted_muzzle_brake.png',
name = 'slanted_muzzle_brake',
label = 'Slanted Muzzle Brake',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A muzzle brake for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
crack_baggy = {
image = 'crack_baggy.png',
name = 'crack_baggy',
label = 'Bag of Crack',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'To get happy faster',
2025-06-23 11:41:02 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
boxmilk = {
image = 'boxmilk.png',
name = 'boxmilk',
label = 'Karton mit Milch',
weight = 1200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
sessantacamo_attachment = {
image = 'sessantacamo_attachment.png',
name = 'sessantacamo_attachment',
label = 'Sessanta Nove Camo',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = 'A sessanta nove camo for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
whiskeywickel = {
image = 'whiskeywickel.png',
name = 'whiskeywickel',
label = 'Whiskeywickel',
weight = 200,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weaponlicense = {
image = 'weapon_license.png',
name = 'weaponlicense',
label = 'Weapon License',
weight = 0,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Weapon License',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
dildo = {
image = 'dildo.png',
name = 'dildo',
label = 'Dildo',
weight = 200,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'passt gut zum Gleitgel ^^',
2025-06-23 11:41:02 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_30 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_30',
label = 'Metallic White & Aqua Tint',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Metallic White & Aqua Weapon Tint for MK2 Weapons',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
cup_lemonade = {
image = 'cup_lemonade.png',
name = 'cup_lemonade',
label = 'Becher Sprunk',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
precision_muzzle_brake = {
image = 'precision_muzzle_brake.png',
name = 'precision_muzzle_brake',
label = 'Precision Muzzle Brake',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A muzzle brake for a weapon',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
sandwich = {
image = 'sandwich.png',
name = 'sandwich',
label = '3 Tage altes Sandwich',
weight = 200,
type = 'item',
unique = false,
description = 'bist du dir sicher das du das essen willst?',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
field_dressing = {
image = 'screenshot_477-removebg-preview.png',
name = 'field_dressing',
label = 'Verbandtuch',
2025-06-16 01:11:07 +02:00
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
cappuccino = {
image = 'cappuccino.png',
name = 'cappuccino',
label = 'Tasse Cappuccino',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '„Cappucioni halb Schaum, halb Koffein, 100% Attitüde. Gebrüht wie ein Drive-By: schnell, heiß und mit ordentlich Einschlag.“',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
placebo = {
image = 'placebo.png',
name = 'placebo',
label = 'Placebo',
weight = 20,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-11 17:02:33 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
marble_pop_limo = {
image = 'marblepop.png',
name = 'marble_pop_limo',
label = 'Marble Pop Limo',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Kult-Getränk aus Japan: Erfrischende Limonade mit fruchtigem Geschmack und der typischen Glasmurmel',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weed_nutrition = {
image = 'weed_nutrition.png',
name = 'weed_nutrition',
label = 'Plant Fertilizer',
weight = 2000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Plant nutrition',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
gg_hunting_knife_02 = {
image = 'gg_hunting_knife_02.png',
name = 'gg_hunting_knife_02',
label = 'verbessertes Jagdmesser',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
gg_coyote_fangs_01 = {
image = 'gg_coyote_fangs_01.png',
name = 'gg_coyote_fangs_01',
label = 'Robuster Kojotenzahn',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
ecola_zero_dose = {
image = 'ecolazerocan.png',
name = 'ecola_zero_dose',
label = 'E-Cola Zero Dose',
weight = 50,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Dose Cola',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_compactrifle = {
image = 'weapon_compactrifle.png',
name = 'weapon_compactrifle',
label = 'Compact Rifle',
ammotype = 'AMMO_RIFLE',
weight = 1000,
type = 'weapon',
unique = true,
description = 'A compact version of an assault rifle',
useable = false,
},
hundefutter = {
image = 'dogfood.png',
name = 'hundefutter',
label = 'Hundefutter',
weight = 200,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Futter für Hunde',
useable = true,
shouldClose = true,
},
coffee = {
image = 'coffee.png',
name = 'coffee',
label = 'Kaffee Togo',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Pump 4 Caffeine',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
weapon_hazardcan = {
image = 'weapon_hazardcan.png',
name = 'weapon_hazardcan',
label = 'Hazardous Jerry Can',
ammotype = 'AMMO_PETROLCAN',
weight = 1000,
type = 'weapon',
unique = true,
description = 'Weapon Hazardcan',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
rolling_paper = {
image = 'rolling_paper2.png',
name = 'rolling_paper',
label = 'Drehpapier',
weight = 200,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Der Stoff, der Gras und Tabak zusammenhält',
useable = false,
2025-06-23 11:41:02 +02:00
shouldClose = true,
},
2025-06-24 22:00:28 +02:00
weapons_route = {
image = 'weaponsroute.png',
name = 'weapons_route',
label = 'Waffen Route',
weight = 10,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
heparin = {
image = 'heparin.png',
name = 'heparin',
label = 'Heparin',
weight = 10,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
tourniquet = {
image = '81khEr+-vcL._AC_SX450_-removebg-preview.png',
name = 'tourniquet',
label = 'Tourniquet',
weight = 20,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
salbutamol = {
image = 'salbutamol.png',
name = 'salbutamol',
label = 'Salbutamol',
weight = 10,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = true,
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
iron = {
image = 'iron.png',
name = 'iron',
label = 'Iron',
2025-06-16 01:11:07 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Handy piece of metal that you can probably use for something',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
soda_machine = {
image = 'soda_machine.png',
name = 'soda_machine',
label = 'Abfüllstation',
weight = 1000,
type = 'item',
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = true,
shouldClose = true,
},
weapon_autoshotgun = {
image = 'weapon_autoshotgun.png',
name = 'weapon_autoshotgun',
label = 'Auto Shotgun',
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
type = 'weapon',
unique = true,
description = 'A shotgun capable of rapid continous fire',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
cosmetic_part = {
image = 'cosmetic_part.png',
name = 'cosmetic_part',
label = 'Cosmetickit',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
newspaper = {
image = 'newspaper.png',
name = 'newspaper',
label = 'Zeitung',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-11 17:02:33 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'zum Nachschlagen ^^',
useable = true,
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_1 = {
image = 'weapontint_green.png',
name = 'weapontint_1',
label = 'Green Tint',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Green Weapon Tint',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
njords_tide = {
image = 'NjordsTide.png',
name = 'njords_tide',
label = 'Njord\'s Tide',
weight = 200,
type = 'item',
unique = true,
description = 'Frisch wie die Seebrise und kraftvoll wie die Gezeiten des Meeres.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 18:52:38 +02:00
},
2025-06-24 22:00:28 +02:00
slick_tyres = {
image = 'slick_tyres.png',
name = 'slick_tyres',
label = 'Reifen slick',
2025-06-23 20:07:19 +02:00
weight = 0,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_rpg = {
image = 'weapon_rpg.png',
name = 'weapon_rpg',
label = 'RPG',
ammotype = 'AMMO_RPG',
weight = 1000,
type = 'weapon',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'A rocket-propelled grenade launcher',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
diamond_ring = {
image = 'diamond_ring.png',
name = 'diamond_ring',
label = 'Diamond Ring',
weight = 1500,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A diamond ring seems like the jackpot to me!',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
small_blade = {
image = 'Klinge Springmesser.png',
name = 'small_blade',
label = 'kleine Klinge',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = ' Die Klinge, die nicht auf sich warten lässt',
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
frenchfries = {
image = 'screenshot_692-removebg-preview.png',
name = 'frenchfries',
label = 'French Fries',
2025-06-23 11:41:02 +02:00
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weed_whitewidow = {
image = 'weed_baggy.png',
name = 'weed_whitewidow',
label = 'White Widow 2g',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = 'A weed bag with 2g White Widow',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = false,
},
2025-06-24 22:00:28 +02:00
weapon_gusenberg = {
image = 'screenshot_412-removebg-preview.png',
name = 'weapon_gusenberg',
label = 'Gusenberg Sweeper',
ammotype = 'AMMO_MG',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = ' das Original aus der goldenen Ära der Gangster',
useable = false,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
kolonya = {
image = 'Kolonya.png',
name = 'kolonya',
label = 'Kolonya',
weight = 150,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Duftwasser - Geschenk für Gäste',
2025-06-23 20:07:19 +02:00
useable = true,
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
cay = {
image = 'Cay.png',
name = 'cay',
label = 'Cay',
weight = 200,
2025-06-23 20:07:19 +02:00
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Türkischer Tee',
2025-06-11 17:02:33 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_14 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_14',
label = 'Bold Purple & Yellow Tint',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Bold Purple & Yellow Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
sniper_flashlight = {
image = 'flashlight_attachment.png',
name = 'sniper_flashlight',
label = 'Sniper Licht',
2025-06-16 01:11:07 +02:00
weight = 100,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '',
useable = true,
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
potatobag = {
image = 'potatobag.png',
name = 'potatobag',
label = 'Sack Kartoffeln',
2025-06-16 01:11:07 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
hotdog_deluxe = {
image = 'hotdogdeluxe-removebg-preview.png',
name = 'hotdog_deluxe',
label = 'Deluxe Hotdog',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Der König unter den Hotdogs',
2025-06-23 20:07:19 +02:00
useable = true,
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
rifle_grip = {
image = 'ar_grip.png',
name = 'rifle_grip',
label = 'Gewehrgriff',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
filter_papers = {
image = 'filter_papers.png',
name = 'filter_papers',
label = 'Filtertips',
weight = 200,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Der Joint ist dein Freund und am besten mit Filter',
useable = false,
shouldClose = false,
},
brushcamo_attachment = {
image = 'brushcamo_attachment.png',
name = 'brushcamo_attachment',
label = 'Brushstroke Camo',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A brushstroke camo for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
elastic_bandage = {
image = 'elastisches-medizinisches-bandageband-komprimierend-geringe-dehnung-80-mm_189499203-removebg-preview.png',
name = 'elastic_bandage',
label = 'Elastische Binde',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-10 20:04:39 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
xtcbaggy = {
image = 'xtc_baggy.png',
name = 'xtcbaggy',
label = 'Bag of XTC',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Pop those pills baby',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
zwiebelsalat = {
image = 'sogan.png',
name = 'zwiebelsalat',
label = 'Soğan salatası',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Türkischer Zwiebelsalat',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 18:52:38 +02:00
},
2025-06-24 22:00:28 +02:00
acetic = {
image = 'acetone2.png',
name = 'acetic',
label = 'Essiganhydrid',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Küchenessenz für Chemieprofis',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
flood_light = {
image = 'flood_light.png',
name = 'flood_light',
label = 'Outdoor Lampe',
weight = 600,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
bandage = {
image = 'bandage.png',
name = 'bandage',
label = 'Bandage',
weight = 0,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A bandage works every time',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
baklava = {
image = 'baklava.png',
name = 'baklava',
label = 'Baklava',
2025-06-23 20:07:19 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
clip_attachment = {
image = 'clip_attachment.png',
name = 'clip_attachment',
label = 'Clip',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A clip for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_militaryrifle = {
image = 'weapon_assaultrifle.png',
name = 'weapon_militaryrifle',
label = 'Weapon Militaryrifle',
ammotype = 'AMMO_RIFLE',
2025-06-16 01:11:07 +02:00
weight = 1000,
type = 'weapon',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Weapon Militaryrifle',
useable = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
grape = {
image = 'grape.png',
name = 'grape',
label = 'Weintrauben',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Mmmmh yummie, grapes',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
scookie = {
image = 'softccookie.png',
name = 'scookie',
label = 'Soft Cookie',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Ein Softcookie ist ein weicher, saftiger Keks mit einer zarten Textur, der oft noch leicht warm und innen herrlich chewy ist.',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
lawyerpass = {
image = 'lawyerpass.png',
name = 'lawyerpass',
label = 'Lawyer Pass',
weight = 0,
type = 'item',
unique = true,
description = 'Pass exclusive to lawyers to show they can represent a suspect',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
laptop = {
image = 'laptop.png',
name = 'laptop',
label = 'Laptop',
weight = 4000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Expensive laptop',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
driver_license = {
image = 'driver_license.png',
name = 'driver_license',
label = 'Drivers License',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Permit to show you can drive a vehicle',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
bauernsalat = {
image = 'corban.png',
name = 'bauernsalat',
label = 'Çorban salatası ',
weight = 200,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Türkischer Bauernsalat',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
pistol_smallscope = {
image = 'smallscope_attachment.png',
name = 'pistol_smallscope',
label = 'MK2 Revolver Visier',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
cooked_corn_cob = {
image = 'cooked_corn_cob.png',
name = 'cooked_corn_cob',
label = 'gegrillter Maiskolben',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-11 17:02:33 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
bucket = {
image = 'bucket.png',
name = 'bucket',
label = 'Eimer',
weight = 600,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'alles im Eimer ^^',
useable = false,
shouldClose = false,
},
cooked_short_ribs = {
image = 'cooked_short_ribs.png',
name = 'cooked_short_ribs',
label = 'gegrillte Short Ribs',
weight = 200,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
propofol_250 = {
image = 'Propofol-00409469924-removebg-preview.png',
name = 'propofol_250',
label = 'Propofol 250',
weight = 250,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
opium = {
image = 'opium_dry2.png',
name = 'opium',
label = 'Opium',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Chillfilter fürs Leben aber Vorsicht, klebrig',
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
burger = {
image = 'burger.png',
name = 'burger',
label = 'Hamburger mit Käse',
2025-06-23 20:07:19 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
chemical_set = {
image = 'lab.png',
name = 'chemical_set',
label = 'Chemikalien-Set',
weight = 1000,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Dein persönliches Labor für Experimente, die besser nicht in der Küche stattfinden.',
useable = false,
shouldClose = false,
},
lockpick = {
image = 'lockpick.png',
name = 'lockpick',
label = 'Dietrich',
weight = 300,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Very useful if you lose your keys a lot.. or if you want to use it for something else...',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
gunpowder = {
image = 'gunpowder.png',
name = 'gunpowder',
label = 'Schwarzpulver',
weight = 500,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Schwarzes Pulver kann Schaden machen kann im Verdichten Zustand',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
wurmkur = {
image = 'Wurmkur.png',
name = 'wurmkur',
label = 'Wurmkur',
weight = 20,
type = 'item',
unique = false,
description = '',
useable = true,
shouldClose = true,
},
weapon_gadgetpistol = {
image = 'weapon_gadgetpistol.png',
name = 'weapon_gadgetpistol',
label = 'Perico Pistol',
ammotype = 'AMMO_PISTOL',
weight = 1000,
type = 'weapon',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Weapon Gadgetpistol',
useable = true,
},
butcherknife = {
image = 'butcherknife.png',
name = 'butcherknife',
label = 'Schlachtermesser',
weight = 400,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
blood_100 = {
image = 'blood_100.png',
name = 'blood_100',
label = 'Blut (100ml)',
2025-06-23 20:07:19 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-10 20:04:39 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
weapontint_mk2_12 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_12',
label = 'Orange Contrast Tint',
weight = 1000,
type = 'item',
unique = false,
description = 'Orange Contrast Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
zig = {
image = 'zig.png',
name = 'zig',
label = 'selbstgedrehte Zigarette ',
2025-06-16 01:11:07 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = false,
},
2025-06-24 22:00:28 +02:00
gg_hunting_animaltracker = {
image = 'gg_hunting_animaltracker.png',
name = 'gg_hunting_animaltracker',
label = 'Tier Ortungsgerät',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = true,
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
certificate = {
image = 'certificate.png',
name = 'certificate',
label = 'Certificate',
2025-06-23 20:07:19 +02:00
weight = 0,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Certificate that proves you own certain stuff',
useable = false,
2025-06-23 11:41:02 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
salad = {
image = 'salad.png',
name = 'salad',
label = 'Eisbergsalat',
weight = 200,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
ironoxide = {
image = 'ironoxide.png',
name = 'ironoxide',
label = 'Iron Powder',
2025-06-16 01:11:07 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Some powder to mix with.',
useable = false,
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
leopardcamo_attachment = {
image = 'leopardcamo_attachment.png',
name = 'leopardcamo_attachment',
label = 'Leopard Camo',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A leopard camo for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
firework2 = {
image = 'firework2.png',
name = 'firework2',
label = 'Poppelers',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Fireworks',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
paracetamol = {
image = 'Paracetamol.png',
name = 'paracetamol',
label = 'Paracetamol',
2025-06-23 20:07:19 +02:00
weight = 20,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
smg_flashlight = {
image = 'flashlight_attachment.png',
name = 'smg_flashlight',
label = 'SMG Licht',
weight = 100,
type = 'item',
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
green_phone = {
image = 'green_phone.png',
name = 'green_phone',
label = 'iFruit 12XR Grün',
weight = 0.09999999999999432,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '„Du bist nicht oberflächlich. Du hast einfach ein teures Telefon.“',
useable = false,
shouldClose = false,
},
weapon_bottle = {
image = 'weapon_bottle.png',
name = 'weapon_bottle',
unique = true,
label = 'Broken Bottle',
description = 'A broken bottle',
2025-06-23 20:07:19 +02:00
type = 'weapon',
2025-06-24 22:00:28 +02:00
weight = 1000,
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
markedbills = {
image = 'markedbills.png',
name = 'markedbills',
label = 'Marked Money',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Money?',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
cigbox = {
image = 'cigbox.png',
name = 'cigbox',
label = 'Zigarrenkiste',
weight = 400,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
oxy = {
image = 'oxy.png',
name = 'oxy',
label = 'Prescription Oxy',
weight = 0,
2025-06-23 20:07:19 +02:00
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = 'The Label Has Been Ripped Off',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_0 = {
image = 'weapontint_black.png',
name = 'weapontint_0',
label = 'Default Tint',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Default/Black Weapon Tint',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
gg_hunting_cookedmeat = {
image = 'gg_hunting_cookedmeat.png',
name = 'gg_hunting_cookedmeat',
label = 'gebratenes Wildfleisch',
weight = 50,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weed_route = {
image = 'weed_route.png',
name = 'weed_route',
label = 'Weed Route',
weight = 10,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
useable = false,
shouldClose = false,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_26 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_26',
label = 'Metallic Purple & Lime Tint',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Metallic Purple & Lime Weapon Tint for MK2 Weapons',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
snikkel_candy = {
image = 'snikkel_candy.png',
name = 'snikkel_candy',
label = 'EarthQuakes',
2025-06-23 11:41:02 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Some delicious candy :O',
2025-06-23 11:41:02 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
skullcamo_attachment = {
image = 'skullcamo_attachment.png',
name = 'skullcamo_attachment',
label = 'Skull Camo',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = 'A skull camo for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
lysergic_acid = {
image = 'acid.png',
name = 'lysergic_acid',
label = 'Lysergsäure',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Der geheime VIP-Zugang zu einer anderen Realität',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
pistol_flashlight = {
image = 'flashlight_attachment.png',
name = 'pistol_flashlight',
label = 'Pistolenlicht',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
i4_engine = {
image = 'i4_engine.png',
name = 'i4_engine',
label = 'I4 Motor',
weight = 0,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
cooked_bbq_wings = {
image = 'cooked_bbq_wings.png',
name = 'cooked_bbq_wings',
label = 'gegrillte BBQ Wings',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_batton = {
image = 'weapon_batton.png',
name = 'weapon_batton',
label = 'Waffenlauf Lang',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
unique = false,
description = 'Ein Lauf auf Stahl mit einer hohen Genauigkeit ',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
rifle_largescope = {
image = 'largescope_attachment.png',
name = 'rifle_largescope',
label = 'Mk2 Gewehr Visier groß',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
kakao2 = {
image = 'kakao2.png',
name = 'kakao2',
label = 'Tasse Heiße Schokolade',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Eine Tasse heiße Schokolade ist wie eine warme Umarmung von innen süß, tröstlich und immer zur Stelle, wenn die Welt zu kalt wird.',
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
gg_rabbit_pelt_01 = {
image = 'gg_rabbit_pelt_01.png',
name = 'gg_rabbit_pelt_01',
label = 'Raues Kaninchenfell',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
useable = false,
2025-06-23 11:41:02 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
rohkaffee = {
image = 'rohkaffee.png',
name = 'rohkaffee',
label = 'Rohkaffee',
weight = 4,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = false,
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
cup_beer = {
image = 'cup_beer.png',
name = 'cup_beer',
label = 'Becher Bier',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
joint = {
image = 'joint7.png',
name = 'joint',
label = 'Joint',
2025-06-23 20:07:19 +02:00
weight = 500,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Die Friedenspfeife 2.0',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
coffeemug = {
image = 'coffeemug.png',
name = 'coffeemug',
label = 'Tasse Kaffee',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '„Kaffee? Nein, das ist flüssiger Wahnsinn in \'ner Keramikgranate. Perfekt zum Durchziehen von Überfällen, Steuererklärungen oder Montagen.“',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
flour = {
image = 'flour.png',
name = 'flour',
label = 'Packung Mehl ',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
deployable_light = {
image = 'deployable_light.png',
name = 'deployable_light',
label = 'Aufsetzt Rundumleuchte',
weight = 250,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_flare = {
image = 'weapon_flare.png',
name = 'weapon_flare',
label = 'Flare pistol',
ammotype = 'AMMO_FLARE',
weight = 1000,
type = 'weapon',
unique = true,
description = 'A small pyrotechnic devices used for illumination and signalling',
useable = false,
},
ggdrasils_ssence = {
image = 'YggdrasilsEssence.png',
name = 'ggdrasils_ssence',
label = 'Yggdrasil\'s Essence',
2025-06-23 20:07:19 +02:00
weight = 200,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Erdend und zugleich erfrischend, dieses Getränk bringt die Essenz des Weltenbaums direkt ins Glas.',
2025-06-08 21:04:39 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_appistol = {
image = 'weapon_appistol.png',
name = 'weapon_appistol',
label = ' Klog 19 A',
ammotype = 'AMMO_PISTOL',
2025-06-16 01:11:07 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
unique = true,
description = 'Wie die normale Klog nur mit mehr Fuck Yeaaah!',
useable = false,
},
lutschfinger_eis = {
image = 'lutschfinger_eis.png',
name = 'lutschfinger_eis',
label = 'Lutschfinger Eis',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'wie aus deiner Kindheit',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
empty_weed_bag = {
image = 'weed_baggy_empty.png',
name = 'empty_weed_bag',
label = 'Empty Weed Bag',
weight = 0,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A small empty bag',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
ev_motor = {
image = 'ev_motor.png',
name = 'ev_motor',
label = 'EV_Motor',
weight = 0,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_proxmine = {
image = 'weapon_proximitymine.png',
name = 'weapon_proxmine',
unique = true,
label = 'Proxmine Grenade',
description = 'A bomb placed on the ground that detonates when going within its proximity',
type = 'weapon',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
table = {
image = 'table.png',
name = 'table',
label = 'Klapptisch',
weight = 400,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
binoculars = {
image = 'fernglas.png',
name = 'binoculars',
label = 'Fernglas',
weight = 600,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'EY!DU sollst nicht spannern!',
useable = true,
shouldClose = true,
},
switchblade_mechanism = {
image = 'weapon_parts2.png',
name = 'switchblade_mechanism',
label = 'Mechanismus für Springmesser',
weight = 500,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Der flinke Schalter ein Klick, und das Messer ist blitzschnell auf dem Sprung',
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
cheese_burger = {
image = 'cheese_burger.png',
name = 'cheese_burger',
label = 'Bacon Cheese Burger',
weight = 150,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
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.',
useable = true,
shouldClose = true,
},
sprunk_zero_dose = {
image = 'sprunk_zero_dose.png',
name = 'sprunk_zero_dose',
label = 'Sprunk Zero Dose',
weight = 50,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Dose Zitronen Limo',
useable = true,
2025-06-10 20:04:39 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
newscam = {
image = 'newscam.png',
name = 'newscam',
label = 'News Camera',
weight = 100,
type = 'item',
unique = true,
description = 'A camera for the news',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
gg_rabbit_pelt_03 = {
image = 'gg_rabbit_pelt_03.png',
name = 'gg_rabbit_pelt_03',
label = 'Makelloses Kaninchenfell',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
sniper_grip = {
image = 'ar_grip.png',
name = 'sniper_grip',
label = 'Marksmangewehr Griff',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-23 20:07:19 +02:00
dueruem = {
image = 'durum.png',
name = 'dueruem',
2025-06-24 22:00:28 +02:00
label = 'Dürüm',
weight = 200,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = 'Wrap, mit typischen Döner-Kebab-Zutaten gefüllt',
useable = true,
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
weapon_carbinerifle_mk2 = {
image = 'screenshot_455-removebg-preview.png',
name = 'weapon_carbinerifle_mk2',
label = 'Softair Gewehr',
ammotype = 'AMMO_RIFLE',
weight = 1000,
type = 'weapon',
unique = true,
description = 'Carbine Rifle MK2',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
roadpods = {
image = 'roadpods.png',
name = 'roadpods',
label = 'iFruit Ear Buds',
weight = 200,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '„Klang für Menschen, die sich keine Kompromisse anhören.“',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
heimdalls_watch = {
image = 'HeimdallsWatch.png',
name = 'heimdalls_watch',
label = 'Heimdall\'s Watch',
weight = 200,
type = 'item',
unique = false,
description = 'Scharf und klar wie Heimdalls Auge, aber mit einem farbenfrohen Twist.',
2025-06-23 11:41:02 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
kakao3 = {
image = 'kakao3.png',
name = 'kakao3',
label = 'Tasse Heiße Schokolade mit Marshmallows',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Eine Tasse heiße Schokolade mit Marshmallows ist wie ein Kuschelabend in flüssiger Form süß, warm und himmlisch übertrieben.',
useable = true,
2025-06-23 11:41:02 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
nacl_500 = {
image = 'nacl.png',
name = 'nacl_500',
label = 'NACL (500ml)',
weight = 500,
type = 'item',
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_3 = {
image = 'weapontint_pink.png',
name = 'weapontint_3',
label = 'Pink Tint',
weight = 1000,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Pink Weapon Tint',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
frittenwbm = {
image = 'Fritten_wie_bei_Muttern.png',
name = 'frittenwbm',
label = 'Fritten wie bei Muttern',
weight = 100,
type = 'item',
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = false,
shouldClose = false,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
orange_o_tang_flasche = {
image = 'orange_o_tang_flasche.png',
name = 'orange_o_tang_flasche',
label = 'Orange O Tang Flasche',
weight = 80,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Flasche Orangen Limo',
useable = true,
shouldClose = true,
},
bbq_seasoning = {
image = 'bbq_seasoning.png',
name = 'bbq_seasoning',
label = 'BBQ Gewürze',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
weapon_heavysniper = {
image = 'weapon_heavysniper.png',
name = 'weapon_heavysniper',
label = 'Heavy Sniper',
ammotype = 'AMMO_SNIPER',
weight = 1000,
type = 'weapon',
unique = true,
description = 'An upgraded high-precision, long-range rifle',
2025-06-16 01:11:07 +02:00
useable = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
gg_salt_block_03 = {
image = 'gg_salt_block_03.png',
name = 'gg_salt_block_03',
label = 'Premium Salzblock',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_marksmanrifle_mk2 = {
image = 'huntingrifle2.png',
name = 'weapon_marksmanrifle_mk2',
label = 'Marksman Rifle Mk II',
ammotype = 'AMMO_SNIPER',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
unique = true,
description = 'Weapon Marksmanrifle MK2',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_sniperrifle = {
image = 'screenshot_414-removebg-preview.png',
name = 'weapon_sniperrifle',
label = 'ABM Sniper Rifle',
ammotype = 'AMMO_SNIPER',
2025-06-16 01:11:07 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Wenn man mal das Gesetzt von weiter weg vertreten muss.',
useable = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
smallscope_attachment = {
image = 'smallscope_attachment.png',
name = 'smallscope_attachment',
label = 'Small Scope',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A small scope for a weapon',
2025-06-11 17:02:33 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
emergencydrone = {
image = 'police_drone.png',
name = 'emergencydrone',
label = 'Einsatz Drohne',
weight = 1000,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_31 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_31',
label = 'Metallic Orange & Yellow Tint',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Metallic Orange & Yellow Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
ifs_olden_ectar = {
image = 'SifGoldenNectar.png',
name = 'ifs_olden_ectar',
label = 'Sif\'s Golden Nectar',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Fruchtig und süß, wie die goldene Ernte auf den Feldern ein perfekter Genuss für jede Gelegenheit.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
bbq_grill = {
image = 'bbq_grill.png',
name = 'bbq_grill',
label = 'BBQ Grill',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
kobolbrolle = {
image = 'kobolbrolle.png',
name = 'kobolbrolle',
label = 'Kobolbrolle',
weight = 100,
type = 'item',
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
labkey = {
image = 'labkey.png',
name = 'labkey',
label = 'Key',
2025-06-23 20:07:19 +02:00
weight = 500,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Key for a lock...?',
useable = true,
shouldClose = true,
},
veh_brakes = {
image = 'veh_brakes.png',
name = 'veh_brakes',
label = 'Brakes',
weight = 1000,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Upgrade vehicle brakes',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
rawmeat = {
image = 'rawmeat.png',
name = 'rawmeat',
label = 'rohes Fleisch',
weight = 100,
type = 'item',
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
ibuprophen = {
image = 'Ibuprophen.png',
name = 'ibuprophen',
label = 'Ibuprophen',
weight = 20,
2025-06-10 20:04:39 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_6 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_6',
label = 'Classic Blue Tint',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Classic Blue Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
wwine = {
image = 'wwine.png',
name = 'wwine',
label = 'Weißwein',
weight = 300,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
epinephrine = {
image = 'epi_pen.png',
name = 'epinephrine',
label = 'Adrenalinspritze',
weight = 10,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_27 = {
2025-06-23 20:07:19 +02:00
image = 'weapontint_black.png',
2025-06-24 22:00:28 +02:00
name = 'weapontint_mk2_27',
label = 'Metallic Red Tint',
weight = 1000,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Metallic Red Weapon Tint for MK2 Weapons',
useable = true,
shouldClose = true,
},
electronickit = {
image = 'electronickit.png',
name = 'electronickit',
label = 'Electronic Kit',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'If you\'ve always wanted to build a robot you can maybe start here. Maybe you\'ll be the new Elon Musk?',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
rifle_extendedclip = {
image = 'rifle_extendedclip.png',
name = 'rifle_extendedclip',
label = 'erw. Gewehr Magazin',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
eimdalls_uard_read = {
image = 'HeimdallsGuardBread.png',
name = 'heimdalls_guard_bread',
label = 'Heimdall\'s Guard Bread',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Stark und nahrhaft, dieses Brot bewacht den Magen und bereitet dich auf den Genuss der kommenden Speisen vor.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
harness = {
image = 'harness.png',
name = 'harness',
label = 'Race Harness',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Racing Harness so no matter what you stay in the car',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
popcorn = {
image = 'ChatGPT Image 26. Apr. 2025, 17_05_56-min.png',
name = 'popcorn',
label = 'Popcorn',
weight = 150,
type = 'item',
unique = true,
description = 'Frisch aufgepopptes Popcorn ',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
gardensicorr = {
image = 'gardensicorr.png',
name = 'gardensicorr',
label = 'Gartenschere',
weight = 0.09999999999999432,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_sawnoffshotgun = {
image = 'weapon_sawnoffshotgun.png',
name = 'weapon_sawnoffshotgun',
label = 'Sawn-off Shotgun',
ammotype = 'AMMO_SHOTGUN',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
unique = true,
description = 'A sawn-off smoothbore gun for firing small shot at short range',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
raki = {
image = 'raki.png',
name = 'raki',
label = 'Raki',
weight = 200,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'türkisches Nationalgetränk, aus Weintrauben oder Rosinen gebrannter Anisée',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
kino_keycard = {
image = 'keycard.png',
name = 'kino_keycard',
label = 'Moonlight Cinema Keycard',
weight = 10,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
rifle_scope = {
image = 'smallscope_attachment.png',
name = 'rifle_scope',
label = 'Gewehrvisier',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = true,
shouldClose = true,
},
weapon_flashlight = {
image = 'weapon_flashlight.png',
name = 'weapon_flashlight',
unique = true,
label = 'Flashlight',
description = 'Heller als Du ^^',
type = 'weapon',
weight = 1000,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
loaded_fries = {
image = 'loaded_fries.png',
name = 'loaded_fries',
label = 'Loaded Fries',
weight = 100,
type = 'item',
unique = false,
description = 'Knusprige Pommes, reich belegt mit köstlichen Toppings',
useable = true,
shouldClose = true,
},
empty_evidence_bag = {
image = 'evidence.png',
name = 'empty_evidence_bag',
label = 'Empty Evidence Bag',
2025-06-23 20:07:19 +02:00
weight = 0,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Used a lot to keep DNA from blood, bullet shells and more',
useable = false,
shouldClose = false,
},
suppressor_attachment = {
image = 'suppressor_attachment.png',
name = 'suppressor_attachment',
label = 'Suppressor',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A suppressor for a weapon',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
voltaren_salbenverband = {
image = 'salbenverband.png',
name = 'voltaren_salbenverband',
label = 'Voltaren Salbenverband',
weight = 20,
type = 'item',
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
attachment_bench = {
image = 'attworkbench.png',
name = 'attachment_bench',
label = 'Attachment Workbench',
weight = 15000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'A workbench for crafting attachments.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
marshal_card = {
image = 'police_card.png',
name = 'marshal_card',
label = 'Marshal Card',
weight = 0,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = false,
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
squared_muzzle_brake = {
image = 'squared_muzzle_brake.png',
name = 'squared_muzzle_brake',
label = 'Squared Muzzle Brake',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A muzzle brake for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
boxgrapejuice = {
image = 'boxgrapejuice.png',
name = 'boxgrapejuice',
label = 'Kiste Traubensaft',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '',
useable = false,
shouldClose = false,
},
sawdust = {
image = 'sawdust.png',
name = 'sawdust',
label = 'Sägemehl',
weight = 20,
type = 'item',
unique = false,
description = '',
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
stoff = {
image = 'stoff.png',
name = 'stoff',
label = 'Stoff ',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-11 17:02:33 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
lidocain = {
image = 'Lidocain.png',
name = 'lidocain',
label = 'Lidocain',
weight = 20,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
akrinor = {
image = 'akrinor.png',
name = 'akrinor',
label = 'Akrinor',
weight = 20,
type = 'item',
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_combatpdw = {
image = 'zigmpx.png',
name = 'weapon_combatpdw',
label = 'Zig MPX',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Ab Werk leise',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
cokebaggy = {
image = 'cocaine_baggy.png',
name = 'cokebaggy',
label = 'Bag of Coke',
weight = 0,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'To get happy real quick',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
gg_hunting_arrowammo = {
image = 'gg_hunting_arrowammo.png',
name = 'gg_hunting_arrowammo',
label = 'Armbrust Pfeile',
weight = 20,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-16 01:11:07 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
weapon_smg_mk2 = {
image = 'highteamsmgmk2-removebg-preview.png',
name = 'weapon_smg_mk2',
label = 'SMG Mk II',
ammotype = 'AMMO_SMG',
weight = 1000,
type = 'weapon',
unique = true,
description = 'SMG MK2',
2025-06-23 20:07:19 +02:00
useable = true,
},
2025-06-24 22:00:28 +02:00
cheeseanachos = {
image = 'ChatGPT_Image_26._Apr._2025__18_25_48-removebg-preview.png',
name = 'cheeseanachos',
label = 'Nachos mit Käsesauce',
2025-06-23 11:41:02 +02:00
weight = 200,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Knusprige Nachos, überzogen mit cremiger, würziger Käsesauce',
2025-06-23 20:07:19 +02:00
useable = true,
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_crowbar = {
image = 'weapon_crowbar.png',
name = 'weapon_crowbar',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
label = 'Crowbar',
description = 'An iron bar with a flattened end, used as a lever',
2025-06-23 20:07:19 +02:00
type = 'weapon',
weight = 1000,
useable = false,
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_9 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_9',
label = 'Red Contrast Tint',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Red Contrast Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
jerry_can = {
image = 'jerry_can.png',
name = 'jerry_can',
label = 'Jerrycan 20L',
weight = 20000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A can full of Fuel',
useable = true,
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_5 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_5',
label = 'Classic Green Tint',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Classic Green Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
pump = {
image = 'pump.png',
name = 'pump',
label = 'Akku Pumpe',
weight = 2000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
boxwater = {
image = 'boxwater.png',
name = 'boxwater',
label = 'Kiste Wasser',
weight = 2000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
boxgrapes = {
image = 'boxgrapes.png',
name = 'boxgrapes',
label = 'Packung Weintrauben',
weight = 400,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = false,
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
spazi_limo = {
image = 'spazi_limo.png',
name = 'spazi_limo',
label = 'Bergbräu Limo',
weight = 150,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Spritzig, lecker, absolut neu und revolutionär. Ähnlichkeiten zu anderen Limos? Niemals. Reinste Zufälle. Wirklich.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weed_amnesia_seed = {
image = 'weed_seed.png',
name = 'weed_amnesia_seed',
label = 'Amnesia Seed',
2025-06-23 20:07:19 +02:00
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A weed seed of Amnesia',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
nacl_1000 = {
image = 'nacl.png',
name = 'nacl_1000',
label = 'NACL (1000ml)',
weight = 1000,
type = 'item',
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
burrito = {
image = 'screenshot_690-removebg-preview.png',
name = 'burrito',
label = 'Burrito',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
sunflowerseeds = {
image = 'Sonnenblumenkerne.png',
name = 'sunflowerseeds',
label = 'Sonnenblumenkerne',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Der Snack zum selber knacken',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
plank = {
image = 'plank.png',
name = 'plank',
label = 'Brett ',
weight = 600,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Brett vorm Kopf oder so...',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
purple_phone = {
image = 'purple_phone.png',
name = 'purple_phone',
label = 'iFruit 12XR Lila',
weight = 0.09999999999999432,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '„Jetzt mit noch mehr Features, die du nie brauchst, aber jedem zeigen musst.“',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
ammunition_route = {
image = 'ammunition_route.png',
name = 'ammunition_route',
label = 'Munitions Route',
weight = 10,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
useable = false,
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
thors_thunder_storm = {
image = 'ThorsThunderStorm.png',
name = 'thors_thunder_storm',
label = 'Thors Thunder Storm',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
fitbit = {
image = 'fitbit.png',
name = 'fitbit',
label = 'Fitbit',
weight = 500,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'I like fitbit',
useable = true,
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
gg_deer_hide_03 = {
image = 'gg_deer_hide_03.png',
name = 'gg_deer_hide_03',
label = 'Makelloses Hirschfell',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = true,
},
2025-06-24 22:00:28 +02:00
smg_holoscope = {
image = 'holoscope_attachment.png',
name = 'smg_holoscope',
label = 'SMG Holoscope',
2025-06-23 11:41:02 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
gg_boar_tusk_01 = {
image = 'gg_boar_tusk_01.png',
name = 'gg_boar_tusk_01',
label = 'Rauer Eberzahn',
2025-06-23 11:41:02 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_poolcue = {
image = 'weapon_poolcue.png',
name = 'weapon_poolcue',
unique = true,
label = 'Billardque',
description = 'A stick used to strike a ball, usually the cue ball (or other things)',
type = 'weapon',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
lahmacun = {
image = 'lahmacun.png',
name = 'lahmacun',
label = 'Lahmacun',
weight = 200,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Fladenbrot mit einer würzigen Mischung aus Hackfleisch, Zwiebeln, Tomaten und Olivenöl',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
remote = {
image = 'remote.png',
name = 'remote',
label = 'TV Fernbedienung',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_snspistol = {
image = 'screenshot_401-removebg-preview.png',
name = 'weapon_snspistol',
label = 'Durov Pistole',
ammotype = 'AMMO_PISTOL',
weight = 1000,
type = 'weapon',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = ' So unauffällig, dass selbst der Agent manchmal vergisst, dass er sie dabei hat.',
useable = false,
},
gg_captured_chickenhawk = {
image = 'gg_captured_chickenhawk.png',
name = 'gg_captured_chickenhawk',
label = 'Gefangener Falke',
weight = 5000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
cotton = {
image = 'cotton.png',
name = 'cotton',
label = 'Baumwolle',
weight = 100,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
repairkit = {
image = 'repairkit.png',
name = 'repairkit',
label = 'Repairkit',
weight = 2500,
type = 'item',
2025-06-11 17:02:33 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'A nice toolbox with stuff to repair your vehicle',
useable = true,
shouldClose = true,
},
simcard = {
image = 'sim-karte.png',
name = 'simcard',
label = 'Sim-Karte',
weight = 1,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '„Nicht einfach eine SIM. Ein Statement für Stil in der Welt der Empfangslosen.“',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = false,
},
2025-06-24 22:00:28 +02:00
flat_muzzle_brake = {
image = 'flat_muzzle_brake.png',
name = 'flat_muzzle_brake',
label = 'Flat Muzzle Brake',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A muzzle brake for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
},
weapon_bat = {
image = 'weapon_bat.png',
name = 'weapon_bat',
unique = true,
label = 'Bat',
description = 'Used for hitting a ball in sports (or other things)',
type = 'weapon',
weight = 1000,
useable = false,
2025-06-11 17:02:33 +02:00
},
2025-06-23 11:41:02 +02:00
stickynote = {
image = 'stickynote.png',
2025-06-23 20:07:19 +02:00
name = 'stickynote',
2025-06-24 22:00:28 +02:00
label = 'Sticky note',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = 'Sometimes handy to remember something :)',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
chicken_thigh = {
image = 'chicken_thigh.png',
name = 'chicken_thigh',
label = 'rohe Hähnchenkeule',
weight = 200,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
cigar = {
image = 'cigar.png',
name = 'cigar',
label = 'Zigarre',
2025-06-23 11:41:02 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
repair_kit = {
image = 'repair_kit.png',
name = 'repair_kit',
label = 'Werkzeug',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Für Schnelle & Kleinere Reparaturen ',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
cocoa = {
image = 'cacao.png',
name = 'cocoa',
label = 'Packung Kakaopulver',
weight = 200,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Kakaopulver ist Schokolade im Tarnanzug bereit, jede Tasse in Wohlfühlzauber zu verwandeln.',
useable = false,
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
item_bench = {
image = 'workbench.png',
name = 'item_bench',
label = 'Workbench',
weight = 15000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'A workbench to craft items.',
2025-06-23 11:41:02 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
billokaffee = {
image = 'cheapcoffee.png',
name = 'billokaffee',
label = 'Billo Kaffee',
weight = 80,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Die Schande Kolumbiens',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
printerdocument = {
image = 'printerdocument.png',
name = 'printerdocument',
label = 'Document',
weight = 500,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'A nice document',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
barrel_attachment = {
image = 'barrel_attachment.png',
name = 'barrel_attachment',
label = 'Barrel',
2025-06-16 01:11:07 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A barrel for a weapon',
useable = true,
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
rohmilk = {
image = 'rohmilk.png',
name = 'rohmilk',
label = 'Eimer mit Rohmilch',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = false,
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
shotgun_squaredmuzzle = {
image = 'comp_attachment.png',
name = 'shotgun_squaredmuzzle',
label = 'MK2 Shotgun Squaredmuzzle',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
nordisee_fischfrikadellenbroetchen = {
image = 'Nordisee Fischfrikadellenbroetchen.png',
name = 'nordisee_fischfrikadellenbroetchen',
label = 'Nordisee Fischfrikadellenbrötchen',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
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."',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_knife = {
image = 'weapon_knife.png',
name = 'weapon_knife',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
label = 'Messer',
description = 'An instrument composed of a blade fixed into a handle, used for cutting or as a weapon',
type = 'weapon',
weight = 1000,
useable = false,
},
vodka = {
image = 'vodka.png',
name = 'vodka',
label = 'Chernokov Vodka',
weight = 500,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Nach 4 Flaschen redet man Russisch.',
useable = true,
2025-06-16 01:11:07 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
fat_end_muzzle_brake = {
image = 'fat_end_muzzle_brake.png',
name = 'fat_end_muzzle_brake',
label = 'Fat End Muzzle Brake',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A muzzle brake for a weapon',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
munky_juice = {
image = 'munky_juice.png',
name = 'munky_juice',
label = 'Munky Juice',
weight = 100,
type = 'item',
unique = false,
description = 'Trinkpäckchen mit Saft und ja der Strohhalm ist aus Plastik ^^',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
trigger_unit = {
image = 'snspistol_part_2.png',
name = 'trigger_unit',
label = 'Abzugseinheit',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Der Schalter für Action einmal drücken, und die Welt verändert sich',
useable = false,
shouldClose = false,
},
weapontint_mk2_3 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_3',
label = 'Classic White Tint',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Classic White Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
bubble_tea = {
image = 'bubble_tea.png',
name = 'bubble_tea',
label = 'Bubble Tea',
2025-06-23 11:41:02 +02:00
weight = 100,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Bubble Tea das einzige Getränk, bei dem man sich fragt, ob man gerade trinkt, snackt oder ein Kinderspielzeug schlürft!',
useable = true,
shouldClose = true,
},
dendrogyra_coral = {
image = 'dendrogyra_coral.png',
name = 'dendrogyra_coral',
label = 'Dendrogyra',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Its also known as pillar coral',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_assaultsmg = {
image = 'weapon_assaultsmg.png',
name = 'weapon_assaultsmg',
label = 'BDR-C ',
ammotype = 'AMMO_SMG',
weight = 1000,
type = 'weapon',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Voll Scifi ^^',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_bzgas = {
image = 'bz_gas.png',
name = 'weapon_bzgas',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
label = 'Tränengas Granate',
description = 'Tränen aus der Dose',
type = 'weapon',
weight = 500,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
blood_1000 = {
image = 'blood_100.png',
name = 'blood_1000',
label = 'Blut (1000ml)',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
packtomatos = {
image = 'packtomatos.png',
name = 'packtomatos',
label = 'Packung Tomaten',
weight = 600,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_switchblade = {
image = 'weapon_switchblade.png',
name = 'weapon_switchblade',
unique = true,
label = 'Switchblade',
description = 'A knife with a blade that springs out from the handle when a button is pressed',
type = 'weapon',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
brakepad_replacement = {
image = 'brakepad_replacement.png',
name = 'brakepad_replacement',
label = 'Premium Bremsenteile',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weed_purplehaze = {
image = 'weed_baggy.png',
name = 'weed_purplehaze',
label = 'Purple Haze 2g',
weight = 200,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A weed bag with 2g Purple Haze',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
smg_defaultclip = {
image = 'clip_attachment.png',
name = 'smg_defaultclip',
label = 'SMG Magazine',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
v8_engine = {
image = 'v8_engine.png',
name = 'v8_engine',
label = 'V8 Motor',
weight = 0,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = true,
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
urapidil1 = {
image = 'urapidil1.png',
name = 'urapidil1',
label = 'Urapidil 1,0 mg',
2025-06-23 20:07:19 +02:00
weight = 20,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
korb = {
image = 'korb.png',
name = 'korb',
label = 'Korb',
weight = 0.09999999999999432,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
zebracamo_attachment = {
image = 'zebracamo_attachment.png',
name = 'zebracamo_attachment',
label = 'Zebra Camo',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A zebra camo for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
raw_sausages = {
image = 'raw_sausages.png',
name = 'raw_sausages',
label = 'rohe Bratwurst',
2025-06-23 11:41:02 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
metalscrap = {
image = 'scrap-iron.png',
name = 'metalscrap',
label = 'Metallschrott',
weight = 500,
2025-06-23 11:41:02 +02:00
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Der Stoff, aus dem DIY-Träume sind',
2025-06-16 01:11:07 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
magic_mushroom = {
image = 'magic_mushroom.png',
name = 'magic_mushroom',
label = 'Mutterkorn',
weight = 500,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Der Pilz, der dir das Gefühl gibt, du könntest mit deinen Gedanken den Regenbogen malen.',
useable = false,
2025-06-23 11:41:02 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
cefalexin = {
image = 'Cefalexin.png',
name = 'cefalexin',
label = 'Cefalexin',
weight = 20,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
glucoseg40 = {
image = 'glucoseg40.png',
name = 'glucoseg40',
label = 'Glucose 40%',
2025-06-23 11:41:02 +02:00
weight = 10,
type = 'item',
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weed_amnesia = {
image = 'weed_baggy.png',
name = 'weed_amnesia',
label = 'Amnesia 2g',
weight = 200,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A weed bag with 2g Amnesia',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
tims_instant_nudeln = {
image = 'tims_instant_nudeln.png',
name = 'tims_instant_nudeln',
label = 'Tim\'s Instant Nudeln',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'der Kulinarische Blitzbesuch in Fernost',
2025-06-23 11:41:02 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
heavyarmor = {
image = 'armor.png',
name = 'heavyarmor',
label = 'Verstärkte Kugelsischere Weste',
weight = 5000,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Some protection won\'t hurt... right?',
useable = true,
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
vitaminloesung = {
image = 'screenshot_696-removebg-preview.png',
name = 'vitaminloesung',
label = 'Vitaminlösung 100',
weight = 100,
type = 'item',
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
nitrous_bottle = {
image = '',
name = 'nitrous_bottle',
label = 'Nitro Flasche',
weight = 0,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = '',
useable = false,
shouldClose = false,
},
kuzu_sis = {
image = 'Kuzu_sis.png',
name = 'kuzu_sis',
label = 'Kuzu Sis',
weight = 200,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Lammkebab mit Beilagen',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
sniper_extendedclip = {
image = 'sniper_extendedclip.png',
name = 'sniper_extendedclip',
label = 'erw. Sniper Magazin',
2025-06-23 11:41:02 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-11 17:02:33 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
kadis_rostbite = {
image = 'SkadisFrostbite.png',
name = 'kadis_rostbite',
label = 'Skadi\'s Frostbite',
2025-06-23 20:07:19 +02:00
weight = 200,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Erfrischend und frostig, wie die kalte Winterluft in Skadis schneebedeckten Bergen.',
useable = true,
2025-06-16 01:11:07 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
gumianimals = {
image = 'gummanimals.png',
name = 'gumianimals',
label = 'Gummitierchen',
weight = 100,
type = 'item',
unique = true,
description = 'Zurück in die Kindheit Deine Retro-Tüte voller bunter Gummi-Tierchen!',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
gg_coyote_fangs_03 = {
image = 'gg_coyote_fangs_03.png',
name = 'gg_coyote_fangs_03',
label = 'Makelloser Kojotenzahn',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
eis_konfekt = {
image = 'ChatGPT_Image_27._Apr._2025__12_24_22-removebg-preview.png',
name = 'eis_konfekt',
label = 'Eis Konfekt',
2025-06-23 11:41:02 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Eis Konfekt der erfrischende Klassiker aus den 70er Jahren!',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
fwd_drivetrain = {
image = 'fwd_drivetrain.png',
name = 'fwd_drivetrain',
label = 'FWD',
weight = 0,
type = 'item',
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
duct_tape = {
image = 'duct_tape.png',
name = 'duct_tape',
label = 'Klebeband',
weight = 0,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
police_card = {
image = 'police_card.png',
name = 'police_card',
label = 'PD Dienstausweis',
weight = 10,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
thermalscope_attachment = {
image = 'thermalscope_attachment.png',
name = 'thermalscope_attachment',
label = 'Thermal Scope',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A thermal scope for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
steel_ingots = {
image = 'steel_ingot.png',
name = 'steel_ingots',
label = 'Stahlbarren',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
unique = false,
description = 'Hier trifft pure Masse auf unendliches Potenzial.',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
gg_boar_tusk_03 = {
image = 'gg_boar_tusk_03.png',
name = 'gg_boar_tusk_03',
label = 'Makelloser Eberzahn',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
gg_salt_block_01 = {
image = 'gg_salt_block_01.png',
name = 'gg_salt_block_01',
label = 'Salzblock',
2025-06-23 11:41:02 +02:00
weight = 100,
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
spazi = {
image = 'spazi.png',
name = 'spazi',
label = 'Bergbräu Spazi ',
weight = 150,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Cola trifft Orange wie nie zuvor gesehen. Falls dir das bekannt vorkommt: Nein, du bildest dir das nur ein.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_unarmed = {
image = 'placeholder.png',
name = 'weapon_unarmed',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
label = 'Fists',
description = 'Fisticuffs',
2025-06-23 20:07:19 +02:00
type = 'weapon',
2025-06-24 22:00:28 +02:00
weight = 1000,
useable = false,
},
pistol_ammo = {
image = 'pistol_ammo.png',
name = 'pistol_ammo',
label = 'Pistolen Munition',
weight = 200,
type = 'item',
unique = false,
description = 'Peng in klein',
2025-06-23 11:41:02 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
injection = {
image = 'syringe.png',
name = 'injection',
label = 'Spritze',
weight = 500,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Bereit für alles, aber hat nix zu sagen.',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
cooked_ribs = {
image = 'cooked_ribs.png',
name = 'cooked_ribs',
label = 'gegrillte Rippchen',
weight = 200,
type = 'item',
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
sugar = {
image = 'sugaar.png',
name = 'sugar',
label = 'Packung Zucker ',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
cooked_kebab = {
image = 'cooked_kebab.png',
name = 'cooked_kebab',
label = 'gegrilltes Schaschlick',
weight = 200,
type = 'item',
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
sprunk = {
image = 'sprunk.png',
name = 'sprunk',
label = 'Sprunk Softdrink',
2025-06-23 20:07:19 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '"Weil dein Körper Zucker liebt du aber nicht deinen Körper."',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
doj_card = {
image = 'doj_card.png',
name = 'doj_card',
label = 'DOJ Card',
weight = 10,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-23 11:41:02 +02:00
shouldClose = true,
},
2025-06-24 22:00:28 +02:00
morphine = {
image = 'syringe.png',
name = 'morphine',
label = 'Morphiumspritze',
weight = 10,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
},
2025-06-24 22:00:28 +02:00
thiopental = {
image = 'screenshot_696-removebg-preview.png',
name = 'thiopental',
label = 'Thiopental',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
cuttingdisc = {
image = 'cuttingdisc.png',
name = 'cuttingdisc',
label = 'Trennscheibe',
weight = 200,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
gg_cougar_claw_03 = {
image = 'gg_cougar_claw_03.png',
name = 'gg_cougar_claw_03',
label = 'Makellose Puma-Klaue',
weight = 500,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
stancing_kit = {
image = 'stancing_kit.png',
name = 'stancing_kit',
label = 'Stancing Kit',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
heimdalls_guard_bread = {
image = 'HeimdallsGuardBread.png',
name = 'heimdalls_guard_bread',
label = 'Heimdalls Guard Bread',
2025-06-23 11:41:02 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
sand = {
image = 'sand.png',
name = 'sand',
label = 'Eimer mit Sand',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
diving_fill = {
image = 'diving_tube.png',
name = 'diving_fill',
label = 'Diving Tube',
weight = 3000,
type = 'item',
unique = true,
description = 'An oxygen tube and a rebreather',
useable = true,
shouldClose = true,
},
weapon_battleaxe = {
image = 'weapon_battleaxe.png',
name = 'weapon_battleaxe',
unique = true,
label = 'Battle Axe',
description = 'A large broad-bladed axe used in ancient warfare',
type = 'weapon',
weight = 1000,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
box = {
image = 'box.png',
name = 'box',
label = 'Kiste',
weight = 600,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
rifle_drum = {
image = 'drum_attachment.png',
name = 'rifle_drum',
label = 'Gewehr Trommelmagzin',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
trojan_usb = {
image = 'usb_device.png',
name = 'trojan_usb',
label = 'Trojan USB',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Handy software to shut down some systems',
useable = false,
2025-06-16 01:11:07 +02:00
shouldClose = true,
},
2025-06-24 22:00:28 +02:00
rifle_holoscope = {
image = 'holoscope_attachment.png',
name = 'rifle_holoscope',
label = '100',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'MK2 Gewehr Holovisier',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
shotgun_ammo = {
image = 'shotgun_ammo.png',
name = 'shotgun_ammo',
label = 'Shotgun Munition',
weight = 500,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'viel Peng',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
beerkeg = {
image = 'beerkeg.png',
name = 'beerkeg',
label = 'Bierfass',
weight = 600,
type = 'item',
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_assaultrifle = {
image = 'weapon_assaultrifle.png',
name = 'weapon_assaultrifle',
label = 'AK 75',
ammotype = 'AMMO_RIFLE',
2025-06-11 17:02:33 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
unique = true,
description = 'Russlands Antwort auf jedes Problem: zuverlässig, unkaputtbar und schießt sogar noch, wenn Wodka drüber gekippt wird.',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
veh_neons = {
image = 'veh_neons.png',
name = 'veh_neons',
label = 'Neons',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Upgrade vehicle neons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
tavor1 = {
image = 'tavor1.png',
name = 'tavor1',
label = 'Tavor 1,0 mg',
weight = 20,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
veh_interior = {
image = 'veh_interior.png',
name = 'veh_interior',
label = 'Interior',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Upgrade vehicle interior',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
spark_plug = {
image = 'spark_plug.png',
name = 'spark_plug',
label = 'Premium Zündkerzen',
2025-06-23 20:07:19 +02:00
weight = 0,
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
ev_coolant = {
image = 'ev_coolant.png',
name = 'ev_coolant',
label = 'EV_Kühlkit',
2025-06-23 20:07:19 +02:00
weight = 0,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_compactlauncher = {
image = 'weapon_compactlauncher.png',
name = 'weapon_compactlauncher',
unique = true,
label = 'Compact Launcher',
description = 'A compact grenade launcher',
2025-06-16 01:11:07 +02:00
type = 'weapon',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
ecola = {
image = 'ecola.png',
name = 'ecola',
label = 'E-Cola Softdrink',
weight = 100,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = '"Weil dein Körper Zucker liebt du aber nicht deinen Körper."',
useable = true,
2025-06-16 01:11:07 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_0 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_0',
label = 'Classic Black Tint',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Classic Black Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
bodybag = {
image = 'bodybag.png',
name = 'bodybag',
label = 'Leichensack',
weight = 200,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-07 08:51:21 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_handcuffs = {
image = 'weapon_handcuffs.png',
name = 'weapon_handcuffs',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
label = 'Handcuffs',
description = 'A pair of lockable linked metal rings for securing a prisoner\'s wrists',
2025-06-23 20:07:19 +02:00
type = 'weapon',
2025-06-24 22:00:28 +02:00
weight = 1000,
2025-06-23 20:07:19 +02:00
useable = false,
},
2025-06-24 22:00:28 +02:00
odins_wisdom_brew = {
image = 'OdinsWisdomBrew.png',
name = 'odins_wisdom_brew',
label = 'Odin\'s Wisdom Brew (alkoholfrei)',
weight = 200,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Ein Getränk, das auch ohne Alkohol die Weisheit und Kraft des Allvaters vermittelt voller Geschmack und leicht süß.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
emp_ammo = {
image = 'emp_ammo.png',
name = 'emp_ammo',
label = 'EMP Ammo',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Ammo for EMP Launcher',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
hotdog = {
image = 'screenshot_691-removebg-preview.png',
name = 'hotdog',
label = 'Hot Dog',
weight = 100,
type = 'item',
unique = false,
description = '',
2025-06-10 20:04:39 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
drytobbacoleaf = {
image = 'drietobbacoleaf.png',
name = 'drytobbacoleaf',
label = 'getrocknetes Tabakblatt',
weight = 10,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = '',
useable = false,
shouldClose = false,
},
respray_kit = {
image = 'respray_kit.png',
name = 'respray_kit',
label = 'Lack Spraydose',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Perfekt für die schnelle Ausbesserung des Kleides',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
raw_beef_brisket = {
image = 'raw_beef_brisket.png',
name = 'raw_beef_brisket',
label = 'rohes Beef Brisket',
weight = 200,
type = 'item',
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_pipebomb = {
image = 'weapon_pipebomb.png',
name = 'weapon_pipebomb',
unique = true,
label = 'Pipe Bomb',
description = 'A homemade bomb, the components of which are contained in a pipe',
2025-06-23 20:07:19 +02:00
type = 'weapon',
weight = 1000,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
nvscope_attachment = {
image = 'nvscope_attachment.png',
name = 'nvscope_attachment',
label = 'Night Vision Scope',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A night vision scope for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
emptybottle = {
image = 'emptybottle.png',
name = 'emptybottle',
label = 'leere Flasche',
weight = 200,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-11 17:02:33 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
file = {
image = 'file.png',
name = 'file',
label = 'SD Karte mit Datei',
weight = 100,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = false,
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
kadis_inter_kewers = {
image = 'SkadisWinterSkewers.png',
name = 'skadis_winter_skewers',
label = 'Skadi\'s Winter Skewers',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
advancedlockpick = {
image = 'advancedlockpick.png',
name = 'advancedlockpick',
label = 'Advanced Lockpick',
weight = 500,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'If you lose your keys a lot this is very useful... Also useful to open your beers',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
shortened_gunbarrel = {
image = 'shotgun_barrel_compressed_better.png',
name = 'shortened_gunbarrel',
label = 'verkürzter Waffenlauf',
weight = 1000,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Weniger Lauf, mehr Stil',
useable = false,
2025-06-23 11:41:02 +02:00
shouldClose = false,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
donut = {
image = 'donut.png',
name = 'donut',
label = 'Donut',
2025-06-23 20:07:19 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Dooooonuuuuts',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
copper = {
image = 'cooperbar.png',
name = 'copper',
label = 'Kupferbarren',
weight = 800,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Es ist Metall aber Weich ',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_13 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_13',
label = 'Bold Pink Tint',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
unique = false,
description = 'Bold Pink Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
redwoodpack = {
image = 'redwoodpack.png',
name = 'redwoodpack',
label = 'Packung Redwood Zigaretten',
weight = 200,
type = 'item',
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
bleeder = {
image = 'screenshot_685-removebg-preview.png',
name = 'bleeder',
label = 'The Bleeder',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
offroad_tyres = {
image = 'offroad_tyres.png',
name = 'offroad_tyres',
label = 'Reifen offroad',
weight = 0,
type = 'item',
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
pd_keycard = {
image = 'pd_keycard.png',
name = 'pd_keycard',
label = 'PD Key Card',
weight = 10,
type = 'item',
unique = true,
description = 'Wenn du kein Cop bist Finger weg!',
useable = false,
shouldClose = false,
},
gg_coyote_fangs_02 = {
image = 'gg_coyote_fangs_02.png',
name = 'gg_coyote_fangs_02',
label = 'Robuster Kojotenzahn',
weight = 1000,
type = 'item',
unique = true,
description = '',
2025-06-11 17:02:33 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
},
weapon_railgunxm3 = {
image = 'weapon_railgunxm3.png',
name = 'weapon_railgunxm3',
unique = true,
label = 'Railgun XM3',
description = 'A weapon that uses electromagnetic force to launch high velocity projectiles',
2025-06-23 20:07:19 +02:00
type = 'weapon',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
rwd_drivetrain = {
image = 'rwd_drivetrain.png',
name = 'rwd_drivetrain',
label = 'RWD',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_sled = {
image = 'Waffenschlitten.png',
name = 'weapon_sled',
label = 'Pistolenschlitten',
weight = 250,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Der flinke Kurier, der das Feuer in Bewegung bringt',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_specialcarbine = {
image = 'screenshot_407-removebg-preview.png',
name = 'weapon_specialcarbine',
label = 'KH 450',
ammotype = 'AMMO_RIFLE',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Wenn die Ar 15 nicht mehr reicht.',
useable = false,
},
small_triggersystem = {
image = 'trigger2.png',
name = 'small_triggersystem',
label = 'kleines Abzugssystem',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Winzig, aber mächtig ein kleiner Klick und die Action geht los',
useable = false,
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
coke_brick = {
image = 'coke_brick.png',
name = 'coke_brick',
label = 'Coke Brick',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Heavy package of cocaine, mostly used for deals and takes a lot of space',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
koboldkotze = {
image = 'Koboldkotze.png',
name = 'koboldkotze',
label = 'Koboldkotze',
weight = 100,
type = 'item',
2025-06-11 17:02:33 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '',
useable = false,
shouldClose = false,
},
beer = {
image = 'beer.png',
name = 'beer',
label = 'Pißwasser Bier',
weight = 500,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Nothing like a good cold beer!',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
revolver_barrel = {
image = 'axehandle.png',
name = 'revolver_barrel',
label = 'Revolverlauf',
weight = 250,
type = 'item',
2025-06-16 01:11:07 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Revolver-Abzug: Ein kurzer Zug, der großen Knall bringt',
useable = false,
shouldClose = false,
},
bellend_muzzle_brake = {
image = 'bellend_muzzle_brake.png',
name = 'bellend_muzzle_brake',
label = 'Bellend Muzzle Brake',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A muzzle brake for a weapon',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
kaugummi = {
image = 'kaugummi.png',
name = 'kaugummi',
label = 'Kaugummi ',
weight = 40,
type = 'item',
unique = false,
description = 'Damit dein Maul net mehr so Stinkt...',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
firework4 = {
image = 'firework4.png',
name = 'firework4',
label = 'Weeping Willow',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Fireworks',
useable = true,
2025-06-11 17:02:33 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
big_bottle_lemonade = {
image = 'big_bottle_lemonade.png',
name = 'big_bottle_lemonade',
label = 'große Flasche Sprunk',
weight = 600,
type = 'item',
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
boxorangejuice = {
image = 'boxorangejuice.png',
name = 'boxorangejuice',
label = 'Kiste Orangensaft',
2025-06-23 11:41:02 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
useable = false,
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
dirt = {
image = 'dirt.png',
name = 'dirt',
label = 'Erde',
weight = 200,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = '',
useable = false,
shouldClose = false,
},
gg_pug_bait_03 = {
image = 'gg_pug_bait_03.png',
name = 'gg_pug_bait_03',
label = 'Illegaler Raubtierköder 3',
weight = 100,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
latte = {
image = 'latte.png',
name = 'latte',
label = 'Latte Macchiato',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Er hat Latte gesagt XD',
2025-06-11 17:02:33 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
blood_250 = {
image = 'blood_250.png',
name = 'blood_250',
label = 'Blut (250ml)',
weight = 250,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
advancedrepairkit = {
image = 'advancedkit.png',
name = 'advancedrepairkit',
label = 'Advanced Repairkit',
weight = 4000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A nice toolbox with stuff to repair your vehicle',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
},
weapon_petrolcan = {
image = 'weapon_petrolcan.png',
name = 'weapon_petrolcan',
label = 'Petrol Can',
ammotype = 'AMMO_PETROLCAN',
weight = 1000,
type = 'weapon',
unique = true,
description = 'A robust liquid container made from pressed steel',
useable = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
screwdriverset = {
image = 'screwdriverset.png',
name = 'screwdriverset',
label = 'Schraubendreher Set',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Sehr nützlich zum Schrauben... zu schrauben...',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = false,
},
2025-06-24 22:00:28 +02:00
weapon_knuckle = {
image = 'weapon_knuckle.png',
name = 'weapon_knuckle',
unique = true,
label = 'Knuckle',
description = 'A metal guard worn over the knuckles in fighting, especially to increase the effect of the blows',
type = 'weapon',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
boxorange = {
image = 'boxorange.png',
name = 'boxorange',
label = 'Kiste Orangen',
weight = 1000,
type = 'item',
unique = true,
description = '',
2025-06-10 20:04:39 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
},
weapon_advancedrifle = {
image = 'weapon_advancedrifle.png',
name = 'weapon_advancedrifle',
label = 'Advanced Rifle',
ammotype = 'AMMO_RIFLE',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-10 20:04:39 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'An assault version of a rapid-fire, magazine-fed automatic rifle designed for infantry use',
useable = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
campers_fuel = {
image = 'campers_fuel.png',
name = 'campers_fuel',
label = 'Campers Fuel',
2025-06-23 11:41:02 +02:00
weight = 100,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'ein Campers am morgen vertreibt Kummer und Sorgen',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
firework1 = {
image = 'firework1.png',
name = 'firework1',
label = '2Brothers',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Fireworks',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
air_filter = {
image = 'air_filter.png',
name = 'air_filter',
label = 'Premium Luftfilter',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'sollte das Baby wieder nach Luft schreien, einmal wechseln',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
weapontint_mk2_7 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_7',
label = 'Classic Earth Tint',
weight = 1000,
type = 'item',
unique = false,
description = 'Classic Earth Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
dagger_blade = {
image = 'P1026942-3-scaled-removebg-preview.png',
name = 'dagger_blade',
label = 'Dolchklinge',
weight = 500,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'So klein, du siehst sie fast nicht aber sie hinterlässt Eindruck',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
gg_hunting_campfire = {
image = 'gg_hunting_campfire.png',
name = 'gg_hunting_campfire',
label = 'Lagerfeuerkit',
2025-06-11 17:02:33 +02:00
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = '',
useable = false,
shouldClose = false,
},
tyre_smoke_kit = {
image = 'tyre_smoke_kit.png',
name = 'tyre_smoke_kit',
label = 'Reifenrauch Kit',
weight = 0,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_snspistol_mk2 = {
image = 'weapon_snspistol_mk2.png',
name = 'weapon_snspistol_mk2',
label = 'Softair Pistole',
ammotype = 'AMMO_PISTOL',
weight = 1000,
type = 'weapon',
2025-06-11 17:02:33 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Sie sieht gefährlich aus, macht Krach und verursacht blaue Flecken.',
useable = true,
},
blackmoney_route = {
image = 'blackmoney_route.png',
name = 'blackmoney_route',
label = 'Schwarzgeld Route',
weight = 10,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_doubleaction = {
image = 'revolver2.png',
name = 'weapon_doubleaction',
label = ' Revolver',
ammotype = 'AMMO_PISTOL',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'weapon',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Moderner Revolver um auf Städter zu schießen und was sich sonst noch so bewegt ^^',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
smg_scope = {
image = 'holoscope_attachment.png',
name = 'smg_scope',
label = 'SMG Visier',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weed_purplehaze_seed = {
image = 'weed_seed.png',
name = 'weed_purplehaze_seed',
label = 'Purple Haze Seed',
weight = 0,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A weed seed of Purple Haze',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
milk = {
image = 'milk.png',
name = 'milk',
label = 'Packung Milch',
weight = 400,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Muuuuhhhh ',
useable = true,
2025-06-07 08:51:21 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
['5-fach_impfung_hund'] = {
image = 'hundeimpfstoff.png',
name = '5-fach_impfung_hund',
label = '5-fach Impfung Hund',
weight = 20,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
hopfen = {
image = 'hopfen.png',
name = 'hopfen',
label = 'Hopfen',
weight = 100,
2025-06-10 20:04:39 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = false,
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_wrench = {
image = 'weapon_wrench.png',
name = 'weapon_wrench',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
label = 'Wrench',
description = 'A tool used for gripping and turning nuts, bolts, pipes, etc',
2025-06-23 11:41:02 +02:00
type = 'weapon',
2025-06-24 22:00:28 +02:00
weight = 1000,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
ammo_grenadelauncher = {
image = 'grenade_launcher_tokyo_marui_m320a1_6_-removebg-preview.png',
name = 'ammo_grenadelauncher',
label = 'AMMO_GRENADELAUNCHER',
weight = 200,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Munition für den Granatwerfer',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_24 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_24',
label = 'Metallic Platinum Tint',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Metallic Platinum Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
radioscanner = {
image = 'radioscanner.png',
name = 'radioscanner',
label = 'Radio Scanner',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'With this you can get some police alerts. Not 100% effective however',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = true,
},
2025-06-24 22:00:28 +02:00
suspension_parts = {
image = 'suspension_parts.png',
name = 'suspension_parts',
label = 'Premium Fahrwerksteile',
weight = 0,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
firework3 = {
image = 'firework3.png',
name = 'firework3',
label = 'WipeOut',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Fireworks',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_nightstick = {
image = 'weapon_nightstick.png',
name = 'weapon_nightstick',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
label = 'Nightstick',
description = 'A police officer\'s club or billy',
type = 'weapon',
weight = 1000,
useable = false,
},
glass = {
image = 'glass.png',
name = 'glass',
label = 'Glas',
weight = 600,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'It is very fragile, watch out',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = false,
2025-06-24 22:00:28 +02:00
},
sniper_scope = {
image = 'largescope_attachment.png',
name = 'sniper_scope',
label = 'Sniper Visier',
weight = 100,
type = 'item',
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
surgical_kit = {
image = 'surgicalkit.png',
name = 'surgical_kit',
label = 'Näh-Set',
weight = 500,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = true,
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
blood_750 = {
image = 'blood_750.png',
name = 'blood_750',
label = 'Blut (750ml)',
weight = 750,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
tobbaco = {
image = 'tobbaco.png',
name = 'tobbaco',
label = 'Tabak',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
salsa_nachos = {
image = 'ChatGPT_Image_26._Apr._2025__19_00_33-removebg-preview.png',
name = 'salsa_nachos',
label = 'Nachos mit Salsa',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-10 20:04:39 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Knusprige Nachos, serviert mit frischer, würziger Salsa ',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 18:52:38 +02:00
},
2025-06-24 22:00:28 +02:00
pistol_compensator = {
image = 'comp_attachment.png',
name = 'pistol_compensator',
label = 'Pistolen Kompensator',
weight = 100,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '',
useable = true,
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_carbinerifle = {
image = 'ar15.png',
name = 'weapon_carbinerifle',
label = 'AR 15',
ammotype = 'AMMO_RIFLE',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'weapon',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Der beste Freund eines Cops, wenn Funk und Pfefferspray nicht mehr reichen.',
2025-06-23 20:07:19 +02:00
useable = false,
},
2025-06-24 22:00:28 +02:00
woodbug = {
image = 'woodbug.png',
name = 'woodbug',
label = 'Borkenkäfer',
weight = 4,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Deutsche Borkenkäfer dürfen dies....',
useable = false,
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
gg_salt_block_02 = {
image = 'gg_salt_block_02.png',
name = 'gg_salt_block_02',
label = 'besserer Salzblock',
2025-06-23 11:41:02 +02:00
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-16 01:11:07 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
oilbarrel = {
image = 'oilbarrel.png',
name = 'oilbarrel',
label = 'Erdölfass',
weight = 6000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weed_ak47 = {
image = 'weed_baggy.png',
name = 'weed_ak47',
label = 'AK47 2g',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A weed bag with 2g AK47',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
woodcoal = {
image = 'woodcoal.png',
name = 'woodcoal',
label = 'Sack Holzkohle',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = '',
useable = false,
shouldClose = false,
},
stevens_apfelmustorte = {
image = 'stefansabpfelmustorte.png',
name = 'stevens_apfelmustorte',
label = 'Stevens Apfelmustorte',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'wie bei Oma',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
baldurslightelixir = {
2025-06-23 20:07:19 +02:00
image = 'BaldursLightElixir.png',
2025-06-24 22:00:28 +02:00
name = 'baldurslightelixir',
label = 'Baldurs Light Elixir',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = 'Ein strahlendes und belebendes Getränk, das den leuchtenden Geist Baldurs einfängt.',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
cooked_bbq_sausages = {
image = 'cooked_bbq_sausages.png',
name = 'cooked_bbq_sausages',
label = 'gegrillte Bratwurst',
2025-06-23 20:07:19 +02:00
weight = 200,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
cooked_pork_joint = {
image = 'cooked_pork_joint.png',
name = 'cooked_pork_joint',
label = 'gegrillter Schweinebraten',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
amiodaron = {
image = 'amiodaron.png',
name = 'amiodaron',
label = 'Amiodaron',
weight = 15,
type = 'item',
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
aktexyz = {
image = 'aktexyz.png',
name = 'aktexyz',
label = 'Akte XYZ',
weight = 100,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '',
useable = false,
shouldClose = false,
},
weapon_hominglauncher = {
image = 'weapon_hominglauncher.png',
name = 'weapon_hominglauncher',
label = 'Homing Launcher',
ammotype = 'AMMO_STINGER',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'weapon',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'A weapon fitted with an electronic device that enables it to find and hit a target',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
smg_ammo = {
image = 'smg_ammo.png',
name = 'smg_ammo',
label = 'SMG Munition',
weight = 500,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Kleines schnelles Peng',
useable = true,
shouldClose = true,
},
seed = {
image = 'seed.png',
name = 'seed',
label = 'Samen',
weight = 5,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
chair = {
image = 'chair.png',
name = 'chair',
label = 'Stuhl',
weight = 600,
type = 'item',
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_20 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_20',
label = 'Bold Yellow Features Tint',
weight = 1000,
type = 'item',
unique = false,
description = 'Bold Yellow Features Weapon Tint for MK2 Weapons',
useable = true,
shouldClose = true,
},
apple = {
image = 'screenshot_848-removebg-preview.png',
name = 'apple',
label = 'Apfel',
weight = 100,
type = 'item',
unique = false,
description = '',
useable = false,
shouldClose = false,
},
cigs = {
image = 'cigs.png',
name = 'cigs',
label = 'Zigarette',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-10 20:04:39 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = '',
useable = true,
shouldClose = true,
},
urapidil3 = {
image = 'urapidil1.png',
name = 'urapidil3',
label = 'Urapidil 3,0 mg',
weight = 20,
type = 'item',
unique = false,
description = '',
useable = true,
shouldClose = true,
},
tyre_replacement = {
image = 'tyre_replacement.png',
name = 'tyre_replacement',
label = 'Premium Reifen',
weight = 0,
type = 'item',
unique = false,
description = 'die Premium Schuhe der Kraftfahrzeuge',
useable = true,
shouldClose = true,
},
katzenfutter = {
image = 'catfood.png',
name = 'katzenfutter',
label = 'Katzenfutter',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'besser als das was du hier zu essen bekommst XD',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_10 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_10',
label = 'Blue Contrast Tint',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Blue Contrast Weapon Tint for MK2 Weapons',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
vitaminloesung_500 = {
image = 'screenshot_696-removebg-preview.png',
name = 'vitaminloesung_500',
label = 'Vitaminlösung 500',
weight = 500,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-11 17:02:33 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
meth_pipe = {
image = 'Meth pfeife.png',
name = 'meth_pipe',
label = 'Leere Methpfeife',
weight = 500,
type = 'item',
2025-06-08 21:04:39 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Leere Pfeife zum möglichen Glück was keins ist',
useable = false,
shouldClose = false,
},
sweets_candies = {
image = 'candy1.png',
name = 'sweets_candies',
label = 'Bonbons',
weight = 500,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Bunt, süß und manchmal klebrig',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
espresso = {
image = 'espresso.png',
name = 'espresso',
label = 'Tasse Espresso',
weight = 100,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Hiernach bist du safe wach ^^',
useable = true,
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
awd_drivetrain = {
image = 'awd_drivetrain.png',
name = 'awd_drivetrain',
label = 'AWD',
2025-06-23 11:41:02 +02:00
weight = 0,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
opium_poppy = {
image = 'opium_dry.png',
name = 'opium_poppy',
label = 'Schlafmohn',
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Die Blume, die Träume verkauft',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = false,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
grapejuice = {
image = 'traubensaft.png',
name = 'grapejuice',
label = 'Flasche Traubensaft',
2025-06-23 20:07:19 +02:00
weight = 200,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Grape juice is said to be healthy',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
big_bottle_cola = {
image = 'big_bottle_cola.png',
name = 'big_bottle_cola',
label = 'große Flasche E-Cola',
weight = 600,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
flohmittel = {
image = 'Flohmittel.png',
name = 'flohmittel',
label = 'Flohmittel',
weight = 25,
type = 'item',
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
kennzeichen_tool = {
image = '',
name = 'kennzeichen_tool',
label = 'Kennzeichen',
2025-06-23 20:07:19 +02:00
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
gazoz = {
image = 'Gazoz.png',
name = 'gazoz',
label = 'Gazoz',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'kohlensäurehaltiges, süßes Erfrischungsgetränk ',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
emptybag = {
image = 'emptybag.png',
name = 'emptybag',
label = 'leerer Sack',
weight = 10,
type = 'item',
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_23 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_23',
label = 'Metallic Gold Tint',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Metallic Gold Weapon Tint for MK2 Weapons',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
skadis_winter_skewers = {
image = 'sws.png',
name = 'skadis_winter_skewers',
label = 'Skadis Winter Skewers',
weight = 100,
type = 'item',
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
lokis_trickery = {
image = 'LokisTrickery.png',
name = 'lokis_trickery',
label = 'Loki\'s Trickery',
2025-06-23 20:07:19 +02:00
weight = 200,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Unvorhersehbar und gefährlich, genau wie der Gott der Streiche selbst.',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weed_ogkush = {
image = 'weed_baggy.png',
name = 'weed_ogkush',
label = 'OGKush 2g',
weight = 200,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A weed bag with 2g OG Kush',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
orange_o_tang_dose = {
image = 'orange_o_tang_dose.png',
name = 'orange_o_tang_dose',
label = 'Orange O Tang Dose',
weight = 50,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Dose Orangen Limo',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
packung = {
image = 'packung.png',
name = 'packung',
label = 'leere Verpackung',
2025-06-23 20:07:19 +02:00
weight = 400,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = false,
shouldClose = false,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
rifle_flashlight = {
image = 'flashlight_attachment.png',
name = 'rifle_flashlight',
label = 'Gewehrlicht',
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
log = {
image = 'wood_scraps.png',
name = 'log',
label = 'Holzscheit',
weight = 500,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
raw_turkey_drums = {
image = 'raw_turkey_drums.png',
name = 'raw_turkey_drums',
label = 'rohe Putenkeulen',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-10 20:04:39 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
bikerack = {
image = 'bikerack.png',
name = 'bikerack',
label = 'Fahrradträger',
weight = 1000,
type = 'item',
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
whiskey = {
image = 'whiskey.png',
name = 'whiskey',
label = 'Whiskey',
2025-06-23 20:07:19 +02:00
weight = 500,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'For all the thirsty out there',
useable = true,
2025-06-23 11:41:02 +02:00
shouldClose = true,
},
2025-06-24 22:00:28 +02:00
weapon_vintagepistol = {
image = 'weapon_vintagepistol.png',
name = 'weapon_vintagepistol',
label = 'Vintage Pistol',
ammotype = 'AMMO_PISTOL',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'weapon',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'An antique firearm designed to be held in one hand',
2025-06-23 11:41:02 +02:00
useable = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
boxapples = {
image = 'applebox.png',
name = 'boxapples',
label = 'Kiste Äpfel',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = false,
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
reyas_arden_alad = {
image = 'FreyasGardenSalad.png',
name = 'reyas_arden_alad',
label = 'Freya\'s Garden Salad',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Leicht und verführerisch, mit einer perfekten Balance von süß und herzhaft, genau wie die Göttin der Liebe.',
useable = true,
shouldClose = true,
},
weapon_smokegrenade = {
image = 'screenshot_425-removebg-preview.png',
name = 'weapon_smokegrenade',
unique = true,
label = 'Rauchgranate',
description = 'An explosive charge that can be remotely detonated',
type = 'weapon',
weight = 1000,
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
coke_small_brick = {
image = 'coke_small_brick.png',
name = 'coke_small_brick',
label = 'Coke Package',
weight = 350,
type = 'item',
2025-06-08 21:04:39 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Small package of cocaine, mostly used for deals and takes a lot of space',
useable = false,
shouldClose = true,
},
meth_route = {
image = 'meth_route.png',
name = 'meth_route',
label = 'Meth Route',
weight = 10,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
2025-06-11 17:02:33 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
ecola_dose = {
image = 'ecola_dose.png',
name = 'ecola_dose',
label = 'E-Cola Dose',
weight = 50,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Dose Cola',
useable = true,
shouldClose = true,
},
veh_transmission = {
image = 'veh_transmission.png',
name = 'veh_transmission',
label = 'Transmission',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Upgrade vehicle transmission',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
weapon_pumpshotgun_mk2 = {
image = 'weapon_pumpshotgun_mk2.png',
name = 'weapon_pumpshotgun_mk2',
label = 'Pumpshotgun Mk II',
ammotype = 'AMMO_SHOTGUN',
weight = 1000,
type = 'weapon',
unique = true,
description = 'Pumpshotgun MK2',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_11 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_11',
label = 'Yellow Contrast Tint',
weight = 1000,
2025-06-08 18:52:38 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Yellow Contrast Weapon Tint for MK2 Weapons',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
weapon_ceramicpistol = {
image = 'weapon_ceramicpistol.png',
name = 'weapon_ceramicpistol',
label = 'Ceramic Pistol',
ammotype = 'AMMO_PISTOL',
weight = 1000,
type = 'weapon',
unique = true,
description = 'Weapon Ceramicpistol',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
j_and_js = {
image = 'ChatGPT_Image_27._Apr._2025__12_06_23-removebg-preview.png',
name = 'j_and_js',
label = 'J&Js',
weight = 150,
type = 'item',
unique = true,
description = 'Kleine, bunte Schockodrops mit knackiger Hülle und weichem Kern',
useable = true,
shouldClose = true,
},
fish_and_chips = {
image = 'fish_and_chips.png',
name = 'fish_and_chips',
label = 'Fish and Chips',
weight = 200,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'very british ^^',
useable = true,
shouldClose = true,
},
ems_card = {
image = 'police_card.png',
name = 'ems_card',
label = 'MD Dienstausweis',
weight = 10,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-16 01:11:07 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
geocamo_attachment = {
image = 'geocamo_attachment.png',
name = 'geocamo_attachment',
label = 'Geometric Camo',
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A geometric camo for a weapon',
useable = true,
2025-06-16 01:11:07 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
weapon_rayminigun = {
image = 'weapon_rayminigun.png',
name = 'weapon_rayminigun',
label = 'Widowmaker',
ammotype = 'AMMO_MINIGUN',
weight = 1000,
type = 'weapon',
unique = true,
description = 'Weapon Rayminigun',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
battery = {
image = 'battery.png',
name = 'battery',
label = 'Akku',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
firstaid = {
image = 'firstaid.png',
name = 'firstaid',
label = 'First Aid',
weight = 2500,
2025-06-11 17:02:33 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'You can use this First Aid kit to get people back on their feet',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
ephedrin = {
image = 'ephedrine.png',
name = 'ephedrin',
label = 'Ephedrin Tabletten',
weight = 500,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Deine Eintrittskarte zu einem Adrenalinschub',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_railgun = {
image = 'weapon_railgun.png',
name = 'weapon_railgun',
unique = true,
label = 'Railgun',
description = 'A weapon that uses electromagnetic force to launch high velocity projectiles',
2025-06-23 20:07:19 +02:00
type = 'weapon',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
useable = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
ifaks = {
image = 'ifaks.png',
name = 'ifaks',
label = 'ifaks',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'ifaks for healing and a complete stress remover.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
cooked_bbq_thigh = {
image = 'cooked_bbq_thigh.png',
name = 'cooked_bbq_thigh',
label = 'gegrillte Hähnchenkeule',
weight = 200,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
novalmin = {
image = 'Novalmin.png',
name = 'novalmin',
label = 'Novalmin',
weight = 20,
type = 'item',
unique = false,
description = '',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_heavyshotgun = {
image = 'weapon_heavyshotgun.png',
name = 'weapon_heavyshotgun',
label = 'Heavy Shotgun',
ammotype = 'AMMO_SHOTGUN',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-23 11:41:02 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'A large smoothbore gun for firing small shot at short range',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
smg_grip = {
image = 'grip_attachment.png',
name = 'smg_grip',
label = 'SMG Griff',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
2025-06-24 22:00:28 +02:00
useable = true,
shouldClose = true,
2025-06-07 08:51:21 +02:00
},
2025-06-24 22:00:28 +02:00
vehicle_wheels = {
image = 'vehicle_wheels.png',
name = 'vehicle_wheels',
label = 'Felgen',
2025-06-23 20:07:19 +02:00
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
shouldClose = true,
},
2025-06-24 22:00:28 +02:00
ohrstopsel = {
image = 'oropax.png',
name = 'ohrstopsel',
label = 'Ohrstöpsel',
weight = 20,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'damit du das Stöhnen der Nachbarn net hören musst',
useable = false,
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
painkillers = {
image = 'painkillers.png',
name = 'painkillers',
label = 'Painkillers',
2025-06-23 20:07:19 +02:00
weight = 0,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 20:07:19 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'For pain you can\'t stand anymore, take this pill that\'d make you feel great again',
useable = true,
shouldClose = true,
},
cooked_lamb_chop = {
image = 'cooked_lamb_chops.png',
name = 'cooked_lamb_chop',
label = 'gegrillte Lamkeule',
weight = 200,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = '',
useable = true,
2025-06-10 20:04:39 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
tranexamsaure = {
image = 'tranexamsaure.png',
name = 'tranexamsaure',
label = 'Tranexamsäure',
weight = 20,
type = 'item',
unique = false,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
bank_card = {
image = 'bank_card.png',
name = 'bank_card',
label = 'Bank Card',
weight = 0,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Used to access ATM',
useable = true,
shouldClose = true,
},
amarid = {
image = 'screenshot_918-removebg-preview.png',
name = 'amarid',
label = 'Amarid Fasern',
weight = 200,
2025-06-08 21:04:39 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
ceramic_barrel = {
image = 'keramiklauf.png',
name = 'ceramic_barrel',
label = 'Keramiklauf',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Der Lauf, der sich in jeder Sicherheitskontrolle unsichtbar macht',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
gazebo = {
image = 'gazebo.png',
name = 'gazebo',
label = 'Pavillon',
weight = 600,
2025-06-07 08:51:21 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
bcesandwich = {
image = 'bcesandwich.png',
name = 'bcesandwich',
label = 'Bacon Cheese Egg Sandwich',
2025-06-23 20:07:19 +02:00
weight = 200,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Knuspriger Bacon, geschmolzener Käse und ein saftiges Spiegelei, geschichtet zwischen zwei goldbraun gerösteten Toastscheiben',
useable = true,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
njords_sea_platter = {
image = 'NjordsSeaPlatter.png',
name = 'njords_sea_platter',
label = 'Njords Sea Platter',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
antipatharia_coral = {
image = 'antipatharia_coral.png',
name = 'antipatharia_coral',
label = 'Antipatharia',
2025-06-23 20:07:19 +02:00
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Its also known as black corals or thorn corals',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
kas_leberkas_semmal = {
image = 'kas_leberkas_semmal.png',
name = 'kas_leberkas_semmal',
label = 'Kas Leberkas Semmal',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Mehr Fleisch als Worte des is koa Semmel, des is a Lebensgefühl!',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
mg_ammo = {
image = 'mg_ammo.png',
name = 'mg_ammo',
label = 'MG ammo',
weight = 1000,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Ammo for Machine Guns',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 21:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
gg_deer_hide_02 = {
image = 'gg_deer_hide_02.png',
name = 'gg_deer_hide_02',
label = 'Robustes Hirschleder',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
saldprezels = {
image = 'ChatGPT_Image_27._Apr._2025__00_12_06-removebg-preview.png',
name = 'saldprezels',
label = 'Salzbrezeln',
weight = 150,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Knusprige Mini-Salzbrezeln',
2025-06-16 01:11:07 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
boomcamo_attachment = {
image = 'boomcamo_attachment.png',
name = 'boomcamo_attachment',
label = 'Boom Camo',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A boom camo for a weapon',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
veh_toolbox = {
image = 'veh_toolbox.png',
name = 'veh_toolbox',
label = 'Toolbox',
2025-06-23 11:41:02 +02:00
weight = 1000,
type = 'item',
unique = false,
2025-06-24 22:00:28 +02:00
description = 'Check vehicle status',
useable = true,
2025-06-16 01:11:07 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_pistol50 = {
image = 'tropical_eagle.png',
name = 'weapon_pistol50',
label = 'Tropical Eagle',
ammotype = 'AMMO_PISTOL',
weight = 1000,
type = 'weapon',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Für alle, die denken, normale Pistolen fühlen sich einfach zu sehr nach Spielzeug an.',
useable = false,
},
pizza_piece = {
image = 'file_00000000abf061f788ede1aa1c949dae-removebg-preview.png',
name = 'pizza_piece',
label = 'Stück Pizza',
weight = 150,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Ein Stück Glück auf deinem Teller Genieße unser köstliches Stück Pizza!',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
drill = {
image = 'drill.png',
name = 'drill',
label = 'Bohrmaschine',
2025-06-23 20:07:19 +02:00
weight = 0,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'The real deal...',
useable = false,
shouldClose = false,
},
football = {
image = 'football.png',
name = 'football',
label = 'Football',
weight = 400,
type = 'item',
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
marshmallows = {
image = 'marshmallows.png',
name = 'marshmallows',
label = 'Packung Marshmallows',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Marshmallows sind wie kleine Wolken, die versehentlich in Zucker gefallen und dann beschlossen haben, für immer süß zu bleiben.',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-16 01:11:07 +02:00
},
2025-06-24 22:00:28 +02:00
weapontint_mk2_4 = {
image = 'weapontint_black.png',
name = 'weapontint_mk2_4',
label = 'Classic Beige Tint',
2025-06-23 20:07:19 +02:00
weight = 1000,
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Classic Beige Weapon Tint for MK2 Weapons',
2025-06-11 17:02:33 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
rifle_suppressor = {
image = 'suppressor_attachment.png',
name = 'rifle_suppressor',
label = 'Gewehr Schalldämpfer',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
useable = true,
2025-06-23 11:41:02 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
gg_hunting_rifleammo = {
image = 'gg_hunting_rifleammo.png',
name = 'gg_hunting_rifleammo',
label = 'Jagdgewehr Munition',
2025-06-16 01:11:07 +02:00
weight = 200,
type = 'item',
2025-06-23 11:41:02 +02:00
unique = false,
2025-06-24 22:00:28 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_pistol_mk2 = {
image = 'weapon_pistol_mk2.png',
name = 'weapon_pistol_mk2',
label = 'Klog 19',
ammotype = 'AMMO_PISTOL',
2025-06-16 01:11:07 +02:00
weight = 1000,
2025-06-24 22:00:28 +02:00
type = 'weapon',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'An upgraded small firearm designed to be held in one hand',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-08 20:35:54 +02:00
},
2025-06-24 22:00:28 +02:00
cash = {
image = 'cash.png',
name = 'cash',
label = 'Bargeld',
2025-06-23 20:07:19 +02:00
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Nur Bares ist wares...',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = false,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
pelmini = {
image = 'pelmini.png',
name = 'pelmini',
label = 'Pelmini',
weight = 100,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'Kleine Teigtaschen, große Gefühle Pelmeni lieben dich zurück!',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
emergency_revive_kit = {
image = 'medbox.png',
name = 'emergency_revive_kit',
label = 'Wiederbelebungs-Kit',
weight = 1500,
2025-06-16 01:11:07 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
shouldClose = true,
},
2025-06-24 22:00:28 +02:00
drone = {
image = 'drone.png',
name = 'drone',
label = 'Drohne',
weight = 1000,
2025-06-23 20:07:19 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 20:07:19 +02:00
},
2025-06-24 22:00:28 +02:00
salep = {
image = 'salep.png',
name = 'salep',
label = 'Salep',
weight = 200,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = ' Zimt Heißgetränk',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-08 20:35:54 +02:00
},
2025-06-24 22:00:28 +02:00
dwurstmskraut = {
image = 'Deckelwurst_mit_Sauerkraft-removebg-preview.png',
name = 'dwurstmskraut',
label = 'Dackelwurst mit Sauerkraut',
2025-06-23 20:07:19 +02:00
weight = 100,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
2025-06-23 20:07:19 +02:00
description = '',
useable = false,
2025-06-24 22:00:28 +02:00
shouldClose = false,
2025-06-11 17:02:33 +02:00
},
2025-06-24 22:00:28 +02:00
weed_ogkush_seed = {
image = 'weed_seed.png',
name = 'weed_ogkush_seed',
label = 'OGKush Seed',
weight = 0,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = false,
description = 'A weed seed of OG Kush',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-23 11:41:02 +02:00
},
2025-06-24 22:00:28 +02:00
lean_route = {
image = 'lean_route.png',
name = 'lean_route',
label = 'Lean Route',
weight = 10,
type = 'item',
2025-06-23 20:07:19 +02:00
unique = true,
2025-06-24 22:00:28 +02:00
description = 'Offiziell? Dieses Dokument gibts nicht. Unofficially? Du bist jetzt Teil der geheimen Route und das solltest du niemandem erzählen',
useable = false,
shouldClose = false,
},
gg_cougar_claw_01 = {
image = 'gg_cougar_claw_01.png',
name = 'gg_cougar_claw_01',
label = 'Raue Puma-Klaue',
weight = 500,
2025-06-23 11:41:02 +02:00
type = 'item',
2025-06-24 22:00:28 +02:00
unique = true,
description = '',
useable = false,
2025-06-23 20:07:19 +02:00
shouldClose = true,
2025-06-24 22:00:28 +02:00
},
ecg_monitor = {
image = '148383-multiparameter-patientenmonitor-pc-3000-lepu-medical-2-removebg-preview.png',
name = 'ecg_monitor',
label = 'EKG Monitor',
weight = 2500,
type = 'item',
unique = false,
2025-06-23 11:41:02 +02:00
description = '',
2025-06-23 20:07:19 +02:00
useable = true,
2025-06-24 22:00:28 +02:00
shouldClose = true,
2025-06-10 20:04:39 +02:00
},
2025-06-24 22:00:28 +02:00
weapon_heavypistol = {
image = 'screenshot_405-removebg-preview.png',
name = 'weapon_heavypistol',
label = 'FM 510',
ammotype = 'AMMO_PISTOL',
2025-06-23 11:41:02 +02:00
weight = 1000,
2025-06-16 01:11:07 +02:00
type = 'weapon',
2025-06-24 22:00:28 +02:00
unique = true,
description = 'Wenn die Klog nicht mehr reicht.',
2025-06-23 20:07:19 +02:00
useable = false,
2025-06-23 11:41:02 +02:00
},
2025-06-07 08:51:21 +02:00
}