Skip to content

Commit

Permalink
Added DMR Ammo and rebalanced mortar ammo (#1148)
Browse files Browse the repository at this point in the history
Co-authored-by: Broström.A | Evul <[email protected]>
  • Loading branch information
Zarenx and AndreasBrostrom authored Apr 1, 2024
1 parent 5c76fdb commit 2bc6609
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cScripts/functions/init/fn_init_logistics.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -755,15 +755,16 @@ private _dataArray = [
["crate_resupply_general", [
// Rifle Ammo
["rhs_mag_30Rnd_556x45_M855A1_PMAG_Tracer_Red",70],
["rhsusf_20Rnd_762x51_SR25_m118_special_Mag",7],

// MG Ammo
["rhsusf_200rnd_556x45_mixed_soft_pouch",15],
["rhsusf_100Rnd_762x51_m62_tracer",15],
["rhsusf_200rnd_556x45_mixed_soft_pouch",16],
["rhsusf_100Rnd_762x51_m62_tracer",19],

// AT
["rhs_fgm148_magazine_AT",3],
["MRAWS_HEAT_F",4],
["MRAWS_HE_F",4],
["MRAWS_HEAT_F",6],
["MRAWS_HE_F",3],
["rhs_weap_M136_hedp",8],

// AA
Expand All @@ -777,10 +778,9 @@ private _dataArray = [
["ACE_40mm_Flare_IR",10],

// Mortar Ammo
["NDS_M_6Rnd_60mm_HE_0",5],
["NDS_M_6Rnd_60mm_HE",5],
["NDS_M_6Rnd_60mm_HE_0",3],
["NDS_M_6Rnd_60mm_HE",7],
["NDS_M_6Rnd_60mm_SMOKE",2],
["NDS_M_6Rnd_60mm_ILLUM",2],

// Offensive/Defensive Hand Grenades
["HandGrenade",20],
Expand Down

0 comments on commit 2bc6609

Please sign in to comment.