All roles and stashes made
Gabz Mrpd
English
2
Death2
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', 1500),
('handcuffs', 'Handcuffs', 300),
('weapon_stungun', 'Stun Gun', 500),
('weapon_flashlight', 'Flashlight', 200),
('weapon_heavypistol', 'Heavy Pistol', 1200),
('weapon_beanbag', 'Bean Bag Gun', 1500),
('weapon_smg', 'Submachine Gun', 3000),
('weapon_pumpshotgun', 'Pump Shotgun', 3500),
('weapon_carbinerifle', 'Carbine Rifle', 4000),
('heavyarmor', 'Heavy Armor', 10000),
('pistol_ammo', 'Pistol Ammo', 50),
('rifle_ammo', 'Rifle Ammo', 100),
('smg_ammo', 'SMG Ammo', 80),
('shotgun_ammo', 'Shotgun Ammo', 300),
('empty_evidence_bag', 'Empty Evidence Bag', 50),
('police_stormram', 'Police Storm Ram', 20000),
('repair_kit', 'Repair Kit', 1200);