Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added DMR Ammo and rebalanced mortar ammo #1148

Merged
merged 4 commits into from
Apr 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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