Campaign-Updates-6-9-2024 #54

Merged
hizumi merged 4 commits from Campaign-Updates-6-9-2024 into develop 2024-06-19 19:55:05 -05:00

View File

@@ -20,7 +20,8 @@ class SupplyCrates {
{"ACE_40mm_Flare_ir",12}, {"ACE_40mm_Flare_ir",12},
{"rhsusf_200Rnd_556x45_mixed_soft_pouch_coyote",25}, {"rhsusf_200Rnd_556x45_mixed_soft_pouch_coyote",25},
{"rhsusf_20Rnd_762x51_m993_Mag",25}, {"rhsusf_20Rnd_762x51_m993_Mag",25},
{"SmokeShell",12}, {"SmokeShell",24},
{"ACE_M84",24},
{"rhs_mag_m67",24}, {"rhs_mag_m67",24},
{"1Rnd_Smoke_Grenade_shell",24}, {"1Rnd_Smoke_Grenade_shell",24},
{"1Rnd_SmokeRed_Grenade_shell",24}, {"1Rnd_SmokeRed_Grenade_shell",24},
@@ -33,7 +34,8 @@ class SupplyCrates {
{"ACE_20Rnd_762x51_M993_AP_Mag",25}, {"ACE_20Rnd_762x51_M993_AP_Mag",25},
{"rhsusf_20Rnd_762x51_SR25_m993_Mag",25}, {"rhsusf_20Rnd_762x51_SR25_m993_Mag",25},
{"Tier1_20Rnd_762x51_M993_SR25_Mag",25}, {"Tier1_20Rnd_762x51_M993_SR25_Mag",25},
{"DemoCharge_Remote_Mag",16} {"KAR_20Rnd_Fury_blk",25},
{"rhsusf_m112_mag",25},
}; };
items[] = {}; items[] = {};
}; };
@@ -77,6 +79,7 @@ class SupplyCrates {
{"ACE_splint",48}, {"ACE_splint",48},
{"ACE_morphine",50}, {"ACE_morphine",50},
{"ACE_epinephrine",50}, {"ACE_epinephrine",50},
{"ACE_painkillers",20},
{"ACE_bloodIV",75}, {"ACE_bloodIV",75},
{"ACE_bloodIV_500",50}, {"ACE_bloodIV_500",50},
{"ACE_bloodIV_250",25}, {"ACE_bloodIV_250",25},
@@ -127,6 +130,42 @@ class SupplyCrates {
items[] = {}; items[] = {};
}; };
class SquadUtility {
boxClass = "Box_Syndicate_Ammo_F";
displayName = "Squad Utility Supply Crate";
tooltip = "A crate containing Flairs, Smokes, Breaching Charges";
icon = "\A3\ui_f\data\map\vehicleicons\iconCrateAmmo_ca.paa";
backpacks[] = {};
weapons[] = {};
magazines[] = {};
items[] = {
{"ACE_Chemlight_HiYellow",20},
{"ACE_Chemlight_HiBlue",20},
{"ACE_Chemlight_HiGreen",20},
{"ACE_Chemlight_HiRed",20},
{"ACE_Chemlight_UltraHiOrange",20},
{"ACE_HandFlare_Yellow",20},
{"ACE_HandFlare_White",20},
{"ACE_HandFlare_Red",20},
{"ACE_HandFlare_Green",20},
{"ACE_Chemlight_IR",20},
{"ACE_IR_Strobe_Item",20},
{"SmokeShellYellow",20},
{"SmokeShellBlue",20},
{"SmokeShellPurple",20},
{"SmokeShellOrange",20},
{"SmokeShellGreen",20},
{"SmokeShellRed",20},
{"tsp_popperCharge_auto_mag",10},
{"tsp_frameCharge_mag",20},
{"tsp_stickCharge_auto_mag",10},
{"ACE_CableTie",25},
{"DemoCharge_Remote_Mag",15},
{"TFAR_anprc152",3},
};
};
class MortarMk6Resupply { class MortarMk6Resupply {
boxClass = "Box_NATO_WpsSpecial_F"; boxClass = "Box_NATO_WpsSpecial_F";
displayName = "Mortar MK6 Supply Crate"; displayName = "Mortar MK6 Supply Crate";