No description provided
fib
Czech
1
Jirkosan_DTH
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
('WEAPON_COMBATPISTOL', 'Combat Pistol', 800),
('WEAPON_CARBINERIFLE', 'Carbine Rifle', 3200),
('weapon_pumpshotgun', 'Pump Shotgun', 3000),
('weapon_smg', 'SMG', 2500),
('handcuffs', 'Handcuffs', 400),
('radio', 'Radio', 500),
('armour', 'Armour', 3000),
('pol_mdt', 'Police MDT', 1200),
('shield', 'Shield', 1500),
('breathalyzer', 'Breathalyzer', 200),
('WEAPON_FLASHLIGHT', 'Flashlight', 300),
('evidencebag', 'Evidence Bag', 100),
('WEAPON_RADARGUN', 'Radar Gun', 1500),
('finger_scanner', 'Finger Scanner', 600),
('metal_wand', 'Metal Wand', 200),
('bodycam', 'Body Cam', 300),
('weapon_smokegrenade', 'Smoke Grenade', 500),
('ammo-9', '9mm Ammo', 10),
('ammo-rifle', 'Rifle Ammo', 15),
('ammo-shotgun', 'Shotgun Ammo', 20),
('WEAPON_STUNGUN', 'Stun Gun', 700),
('handcuffkey', 'Handcuff Key', 50),
('barrier', 'Barrier', 2000),
('cone', 'Traffic Cone', 1000),
('spike_strips', 'Spike Strips', 1500),
('evidence_tablet', 'Evidence Tablet', 700),
('empty_evidence_bag', 'Empty Evidence Bag', 100),
('magnifying_glass', 'Magnifying Glass', 150),
('thermal_camera', 'Thermal Camera', 1200),
('cleaningkit', 'Cleaning Kit', 500),
('worklight', 'Work Light', 800);