No description provided
Gabz
Czech
2
JakubCZ
The items used inside this job. AI has helped to generate these items, feel free to reach out if there any apparent issues.
INSERT INTO items (name, label, weight) VALUES
('fixkit', 'Fix Kit', 500),
('ammo-9', '9mm Ammo', 100),
('ammo-shotgun', 'Shotgun Ammo', 300),
('ammo-rifle', 'Rifle Ammo', 150),
('armour', 'Armour', 2000),
('WEAPON_FLASHLIGHT', 'Flashlight', 200),
('WEAPON_NIGHTSTICK', 'Nightstick', 800),
('WEAPON_STUNGUN', 'Stun Gun', 500),
('WEAPON_CARBINERIFLE', 'Carbine Rifle', 3000),
('WEAPON_SMG', 'Submachine Gun', 2500),
('WEAPON_PUMPSHOTGUN', 'Pump Shotgun', 3500);