Skip to content

Commit

Permalink
FlaK 38 instead of FlaK 30
Browse files Browse the repository at this point in the history
38 has a higher rate of fire - a reward for stealing them compared to the slower firing 30 that the FFI can buy
  • Loading branch information
ante185 committed Mar 13, 2024
1 parent e1d1982 commit ea24fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion A3A/addons/core/Templates/Templates/IFA/IFA_AI_WEH.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ for "_i" from 1 to _tankRatio do { _tanks append _mediumTanks; };

["staticMGs", ["LIB_MG42_Lafette_low_Deployed","LIB_MG34_Lafette_low_Deployed"]] call _fnc_saveToTemplate;
["staticAT", ["LIB_Pak40_g","LIB_Pak40_g","LIB_leFH18_AT"]] call _fnc_saveToTemplate;
["staticAA", ["LIB_FlaK_36_AA","LIB_FlaK_30","LIB_FlaK_30","LIB_FlaK_38","LIB_FlaK_38","LIB_Flakvierling_38","LIB_Flakvierling_38"]] call _fnc_saveToTemplate;
["staticAA", ["LIB_FlaK_36_AA","LIB_FlaK_38","LIB_FlaK_38","LIB_FlaK_38","LIB_FlaK_38","LIB_Flakvierling_38","LIB_Flakvierling_38"]] call _fnc_saveToTemplate;
["staticMortars", ["LIB_GrWr34","LIB_GrWr34_g"]] call _fnc_saveToTemplate;

["mortarMagazineHE", "LIB_8Rnd_81mmHE_GRWR34"] call _fnc_saveToTemplate;
Expand Down

0 comments on commit ea24fd7

Please sign in to comment.