Skip to content

Commit

Permalink
Missiles removed
Browse files Browse the repository at this point in the history
  • Loading branch information
pool011 committed Apr 4, 2024
1 parent e25f94f commit 99c445d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 29 deletions.
58 changes: 31 additions & 27 deletions cScripts/functions/vehicle/fn_vehicle_getPylon.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
]]
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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", ""]
];
};

Expand Down

0 comments on commit 99c445d

Please sign in to comment.