Skip to content

Commit

Permalink
IndFor MMG Platoon Resupply Crate
Browse files Browse the repository at this point in the history
- CHANGED Platoon Supply Crate ammo count `hlc_100Rnd_762x51_M_MG3` from 6 to 9 and corrected MMG Gunner machine gun belt from 'hlc_100Rnd_762x51_M_M60E4' to 'hlc_100Rnd_762x51_M_MG3' - fixes #220
  • Loading branch information
JamesTheClarke committed Jul 18, 2022
1 parent 48e1e90 commit 47cb75b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/Task%20Force%20Noctem/composition.sqe
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class items
"STRING"
};
};
value="[[[[""rhs_weap_M136_hedp""],[4]],[[""ACE_30Rnd_556x45_Stanag_Mk318_mag"",""30Rnd_556x45_Stanag_Tracer_Red"",""SmokeShell"",""SmokeShellGreen"",""SmokeShellBlue"",""1Rnd_HE_Grenade_shell"",""MRAWS_HEAT_F"",""MRAWS_HE_F"",""HandGrenade"",""rhsusf_5Rnd_300winmag_xm2010"",""hlc_100Rnd_762x51_M_MG3"",""hlc_100Rnd_762x51_T_MG3"",""rhsusf_100Rnd_556x45_mixed_soft_pouch""],[80,20,30,8,4,15,6,3,24,10,6,2,12]],[[""ACE_fieldDressing"",""ACE_quikclot"",""ACE_packingBandage"",""ACE_elasticBandage"",""ACE_morphine"",""ACE_epinephrine"",""ACE_adenosine"",""ACE_bloodIV""],[40,60,20,20,15,15,5,10]],[[],[]]],false]";
value="[[[[""rhs_weap_M136_hedp""],[4]],[[""ACE_30Rnd_556x45_Stanag_Mk318_mag"",""30Rnd_556x45_Stanag_Tracer_Red"",""SmokeShell"",""SmokeShellGreen"",""SmokeShellBlue"",""1Rnd_HE_Grenade_shell"",""MRAWS_HEAT_F"",""MRAWS_HE_F"",""HandGrenade"",""rhsusf_5Rnd_300winmag_xm2010"",""hlc_100Rnd_762x51_M_MG3"",""hlc_100Rnd_762x51_T_MG3"",""rhsusf_100Rnd_556x45_mixed_soft_pouch""],[80,20,30,8,4,15,6,3,24,10,9,2,12]],[[""ACE_fieldDressing"",""ACE_quikclot"",""ACE_packingBandage"",""ACE_elasticBandage"",""ACE_morphine"",""ACE_epinephrine"",""ACE_adenosine"",""ACE_bloodIV""],[40,60,20,20,15,15,5,10]],[[],[]]],false]";
};
};
};
Expand Down Expand Up @@ -11549,7 +11549,7 @@ class items
name="hlc_lmg_MG3";
class primaryMuzzleMag
{
name="hlc_100Rnd_762x51_M_M60E4";
name="hlc_100Rnd_762x51_M_MG3";
ammoLeft=100;
};
};
Expand Down

0 comments on commit 47cb75b

Please sign in to comment.