No description provided
ranger map
English
6
Big_Boss
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),
('weapon_pistol', 'Pistol', 800),
('weapon_combatpistol', 'Combat Pistol', 950),
('weapon_pistol50', 'Pistol .50', 1200),
('weapon_heavypistol', 'Heavy Pistol', 1100),
('weapon_stungun_mp', 'Stun Gun', 600),
('weapon_raycarbine', 'Ray Carbine', 2000),
('weapon_assaultshotgun', 'Assault Shotgun', 3300),
('weapon_assaultrifle', 'Assault Rifle', 4000),
('weapon_sniperrifle', 'Sniper Rifle', 5000),
('weapon_smokegrenade', 'Smoke Grenade', 300),
('pistol_ammo', 'Pistol Ammo', 200),
('rifle_ammo', 'Rifle Ammo', 300),
('smg_ammo', 'SMG Ammo', 250),
('shotgun_ammo', 'Shotgun Ammo', 400),
('mg_ammo', 'MG Ammo', 350),
('snp_ammo', 'Sniper Ammo', 500),
('sandwich', 'Sandwich', 250),
('snikkel_candy', 'Snikkel Candy', 150),
('twerks_candy', 'Twerks Candy', 100),
('tosti', 'Tosti', 300),
('water_bottle', 'Water Bottle', 500),
('coffee', 'Coffee', 100),
('advancedrepairkit', 'Advanced Repair Kit', 750),
('harness', 'Harness', 300),
('jerry_can', 'Jerry Can', 1500),
('tirerepairkit', 'Tire Repair Kit', 700),
('firstaid', 'First Aid Kit', 450),
('painkillers', 'Pain Killers', 100),
('radio', 'Radio', 600),
('phone', 'Phone', 200),
('radioscanner', 'Radio Scanner', 700),
('armor', 'Armor', 5000),
('heavyarmor', 'Heavy Armor', 7000),
('handcuffs', 'Handcuffs', 250),
('police_stormram', 'Police Storm Ram', 2500);