From 4962cfc0d9224464ecf936d19a2f47566d9b4cd3 Mon Sep 17 00:00:00 2001 From: EagleTrooper Date: Wed, 20 May 2026 20:46:04 -0500 Subject: [PATCH] Update defines/SupplyCrates.hpp Updated Loadout Crates to remove TIER 1 and added RHS Ammo and a couple of rifles --- defines/SupplyCrates.hpp | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/defines/SupplyCrates.hpp b/defines/SupplyCrates.hpp index 4157beb..a6b1164 100644 --- a/defines/SupplyCrates.hpp +++ b/defines/SupplyCrates.hpp @@ -7,6 +7,7 @@ class SupplyCrates { backpacks[] = {}; weapons[] = { + {"MCC_MK18_URGI",2}, // m4a1 URGI {"rhs_weap_M136",4}, {"rhs_weap_M136_hp",4}, //{"rhs_weap_m72a7",2} @@ -18,6 +19,7 @@ class SupplyCrates { {"1Rnd_SmokeOrange_Grenade_shell",12}, {"rhs_mag_M441_HE",25}, {"rhs_mag_M433_HEDP",15}, + {"rhsusf_mag_6Rnd_M441_HE",10}, // M32 Ammo {"ACE_40mm_Flare_ir",12}, {"rhsusf_200Rnd_556x45_mixed_soft_pouch_coyote",25}, {"rhsusf_20Rnd_762x51_m993_Mag",25}, @@ -28,18 +30,27 @@ class SupplyCrates { {"1Rnd_SmokeRed_Grenade_shell",24}, {"1Rnd_SmokeGreen_Grenade_shell",24}, {"1Rnd_SmokeYellow_Grenade_shell",12}, - {"rhs_mag_30Rnd_556x45_M855A1_Stanag",25}, - {"ACE_30Rnd_556x45_Stanag_M995_AP_mag",75}, - {"Tier1_250Rnd_762x51_Belt_M993_AP",15}, + {"ACE_30Rnd_556x45_Stanag_M995_AP_mag",100}, // Removed M8556A1 + {"rhsusf_100Rnd_762x51_m61_ap",40}, // Replaced from Tier 1 + {"ranger_100rnd_762_M61",20}, // Replaced from Tier 1 + {"rhs_mag_20Rnd_SCAR_762x51_mk316_special",25}, // SCARH mags + {"MCC_PMAG_300_30_220OTMSUB",25}, // Added 300blk (Subsonic Mags) {"ACE_20Rnd_762x51_Mag_Tracer",25}, {"ACE_20Rnd_762x51_M993_AP_Mag",25}, {"rhsusf_20Rnd_762x51_SR25_m993_Mag",25}, - {"Tier1_20Rnd_762x51_M993_SR25_Mag",25}, + {"JCA_20Rnd_762x51_SMAG",25}, // Swapped out Tier 1 {"KAR_20Rnd_Fury_blk",25}, + {"MCC_PMAG_65x43_25_125PRT",25}, // Added 6.5 + {"MCC_ICM_6ARC_20RD_ATIP",25}, // Added 6Arc + {"MCC_PMAG_68SPC_25_140VLD",25}, // Added 6.8SPC + {"rhsusf_5Rnd_Slug",25}, // Shotgun + {"lot_6Rnd_12Gauge_Slug",25}, // Shotgun + {"SMG_03C_khaki",15}, // PDW + {"CUP_30Rnd_9x19_MP5",15}, // PDW + {"JCA_30Rnd_9x21_MP5_Mag",15}, // PDW + {"rhsusf_mag_40Rnd_46x30_AP",15}, // PDW {"rhsusf_m112_mag",25}, - {"JCA_20Rnd_762x51_PMAG",25}, - {"JCA_20Rnd_762x51_Tracer_Red_PMAG",25}, - {"KAR_100Rnd_Fury_blk",25}, + {"ranger_KAC_LAMG_150rnd_Box_Mixed",25} // Swaped out to 150 }; items[] = {}; }; @@ -55,15 +66,17 @@ class SupplyCrates { {"launch_MRAWS_green_F",2} }; magazines[] = { + {"rhs_weap_m240B",2}, {"MRAWS_HEAT_F",35}, {"MRAWS_HE_F",15}, - {"Tier1_250Rnd_762x51_Belt_M993_AP",50}, - {"rhs_mag_30Rnd_556x45_M855A1_Stanag",25}, - {"ACE_30Rnd_556x45_Stanag_M995_AP_mag",50}, + {"rhsusf_100Rnd_762x51_m61_ap",60}, // Replaced from Tier 1 + {"ranger_100rnd_762_M61",40}, // Replaced from Tier 1 {"Titan_AA",10}, {"Titan_AT",10}, {"200Rnd_65x39_cased_Box_Tracer_Red",50}, - {"KAR_100Rnd_Fury_RT_blk",50} + {"rhsusf_mag_6Rnd_M443_HEDP",25}, // M32 Ammo + {"rhsusf_mag_6Rnd_M441_HE",25}, // M32 Ammo + {"rhsusf_mag_6Rnd_M714_white",15} // M32 Ammo }; items[] = {}; }; @@ -167,7 +180,7 @@ class SupplyCrates { {"tsp_stickCharge_auto_mag",10}, {"ACE_CableTie",25}, {"DemoCharge_Remote_Mag",15}, - {"TFAR_anprc152",3}, + {"TFAR_anprc152",3} }; };