diff --git a/cScripts/functions/vehicle/fn_vehicle_getPylon.sqf b/cScripts/functions/vehicle/fn_vehicle_getPylon.sqf index 9a90eb417..2864cf174 100644 --- a/cScripts/functions/vehicle/fn_vehicle_getPylon.sqf +++ b/cScripts/functions/vehicle/fn_vehicle_getPylon.sqf @@ -120,46 +120,50 @@ private _rhsusf_m1a1tank_base = createHashMapFromArray [ private _I_APC_Wheeled_03_cannon_F = createHashMapFromArray [ ["antiarmor", [ ["SmokeLauncherMag",[0,0],6], - ["2000Rnd_762x51_Belt_T_Red",[0],2000], - ["2000Rnd_762x51_Belt_T_Red",[0],2000], - ["78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78] - ]], - ["antiair", [ ["SmokeLauncherMag",[0,0],6], ["2000Rnd_762x51_Belt_T_Red",[0],2000], ["2000Rnd_762x51_Belt_T_Red",[0],2000], - ["78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78], - ["4Rnd_Titan_long_missiles",[0],4] + ["cav_78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], + ["cav_78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], + ["cav_78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78], + ["cav_78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78], + ["cav_78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78], + ["cav_78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78] ]], + // ["antiair", [ + // ["SmokeLauncherMag",[0,0],6], + // ["SmokeLauncherMag",[0,0],6], + // ["2000Rnd_762x51_Belt_T_Red",[0],2000], + // ["2000Rnd_762x51_Belt_T_Red",[0],2000], + // ["cav_78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], + // ["cav_78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], + // ["cav_78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78], + // ["cav_78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78], + // ["4Rnd_Titan_long_missiles",[0],4] + // ]], ["default",[ + ["SmokeLauncherMag",[0,0],6], ["SmokeLauncherMag",[0,0],6], ["2000Rnd_762x51_Belt_T_Red",[0],2000], ["2000Rnd_762x51_Belt_T_Red",[0],2000], - ["78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78] + ["cav_78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], + ["cav_78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], + ["cav_78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], + ["cav_78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], + ["cav_78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78], + ["cav_78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78] ]], ["balanced",[ + ["SmokeLauncherMag",[0,0],6], ["SmokeLauncherMag",[0,0],6], ["2000Rnd_762x51_Belt_T_Red",[0],2000], ["2000Rnd_762x51_Belt_T_Red",[0],2000], - ["78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78], - ["78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78] + ["cav_78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], + ["cav_78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], + ["cav_78Rnd_30mm_HEI_shells_Tracer_Red",[0],78], + ["cav_78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78], + ["cav_78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78], + ["cav_78Rnd_30mm_APFSDS_shells_Tracer_Red",[0],78] ]] ]; diff --git a/cScripts/functions/vehicle/fn_vehicle_setupPylonCategories.sqf b/cScripts/functions/vehicle/fn_vehicle_setupPylonCategories.sqf index 5b7982d66..efdd19e41 100644 --- a/cScripts/functions/vehicle/fn_vehicle_setupPylonCategories.sqf +++ b/cScripts/functions/vehicle/fn_vehicle_setupPylonCategories.sqf @@ -38,8 +38,8 @@ if (_vehicle iskindOf "I_APC_Wheeled_03_cannon_F" && !(_vehicle isKindOf "cav_dr // TypeOf, DisplayName, Name, Icon ["I_APC_Wheeled_03_cannon_F", "Anti-Personnel (default)", "default", ""], ["I_APC_Wheeled_03_cannon_F", "Balanced", "balanced", ""], - ["I_APC_Wheeled_03_cannon_F", "Anti-Armor", "antiarmor", ""], - ["I_APC_Wheeled_03_cannon_F", "Anti-Air", "antiair", ""] + ["I_APC_Wheeled_03_cannon_F", "Anti-Armor", "antiarmor", ""] + // ["I_APC_Wheeled_03_cannon_F", "Anti-Air", "antiair", ""] ]; };