Skip to content

Commit

Permalink
Updated pylon
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Apr 2, 2024
1 parent 732c8e4 commit 92c5f6e
Showing 1 changed file with 35 additions and 56 deletions.
91 changes: 35 additions & 56 deletions cScripts/cScripts_pylons.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -105,64 +105,43 @@
]],

["I_APC_Wheeled_03_cannon_F", [
["antiarmor", [
["displayName", "Anti-Armor"],
["icon", ""],
["loadout", [
["SmokeLauncherMag",[0,0],6],
["140Rnd_30mm_MP_shells_Tracer_Red",[0],140],
["60Rnd_30mm_APFSDS_shells_Tracer_Red",[0],60],
["60Rnd_30mm_APFSDS_shells_Tracer_Red",[0],60],
["2000Rnd_762x51_Belt_T_Red",[0],2000],
["2000Rnd_762x51_Belt_T_Red",[0],2000],
["2Rnd_GAT_missiles",[0],2],
["2Rnd_GAT_missiles",[0],2],
["2Rnd_GAT_missiles",[0],2]
]]
]],
// ["antiarmor", [
// ["SmokeLauncherMag",[0,0],6],
// ["2000Rnd_762x51_Belt_T_Red",[0],2000],
// ["2000Rnd_762x51_Belt_T_Red",[0],2000],
// ["140Rnd_30mm_MP_shells_Tracer_Red",[0],140],
// ["60Rnd_30mm_APFSDS_shells_Tracer_Red",[0],60],
// ["60Rnd_30mm_APFSDS_shells_Tracer_Red",[0],60],
// ["60Rnd_30mm_APFSDS_shells_Tracer_Red",[0],60],
// ]],
[ "antiair", [
["displayName", "Anti-Air"],
["icon", ""],
["loadout", [
["SmokeLauncherMag",[0,0],6],
["2000Rnd_762x51_Belt_T_Red",[0],2000],
["2000Rnd_762x51_Belt_T_Red",[0],2000],
["60Rnd_30mm_APFSDS_shells_Tracer_Red",[0],60],
["140Rnd_30mm_MP_shells_Tracer_Red",[0],140],
["140Rnd_30mm_MP_shells_Tracer_Red",[0],140],
["4Rnd_Titan_long_missiles",[0],4],
["4Rnd_Titan_long_missiles",[0],4]
]]
["SmokeLauncherMag",[0,0],6],
["2000Rnd_762x51_Belt_T_Red",[0],2000],
["2000Rnd_762x51_Belt_T_Red",[0],2000],
["140Rnd_30mm_MP_shells_Tracer_Red",[0],140],
["140Rnd_30mm_MP_shells_Tracer_Red",[0],140],
["60Rnd_30mm_APFSDS_shells_Tracer_Red",[0],60],
["4Rnd_Titan_long_missiles",[0],4]
]],
["default", [
["displayName", "Default"],
["icon", ""],
["loadout", [
["SmokeLauncherMag",[0,0],6],
["2000Rnd_762x51_Belt_T_Red",[0],2000],
["2000Rnd_762x51_Belt_T_Red",[0],2000],
["140Rnd_30mm_MP_shells_Tracer_Red",[0],140],
["2Rnd_GAT_missiles",[0],2],
["2Rnd_GAT_missiles",[0],2],
["60Rnd_30mm_APFSDS_shells_Tracer_Red",[0],60],
["60Rnd_30mm_APFSDS_shells_Tracer_Red",[0],60]
]]
]],
["assault", [
["displayName", "Assault"],
["icon", ""],
["loadout", [
["SmokeLauncherMag",[0,0],6],
["140Rnd_30mm_MP_shells_Tracer_Red",[0],140],
["140Rnd_30mm_MP_shells_Tracer_Red",[0],140],
["2Rnd_GAT_missiles",[0],2],
["2000Rnd_762x51_Belt_T_Red",[0],2000],
["2000Rnd_762x51_Belt_T_Red",[0],2000],
["2000Rnd_762x51_Belt_T_Red",[0],2000],
["2000Rnd_762x51_Belt_T_Red",[0],2000],
["60Rnd_30mm_APFSDS_shells_Tracer_Red",[0],60],
["60Rnd_30mm_APFSDS_shells_Tracer_Red",[0],60]
]]
["default",[
["SmokeLauncherMag",[0,0],6],
["2000Rnd_762x51_Belt_T_Red",[0],2000],
["2000Rnd_762x51_Belt_T_Red",[0],2000],
["140Rnd_30mm_MP_shells_Tracer_Red",[0],140],
["140Rnd_30mm_MP_shells_Tracer_Red",[0],140],
["60Rnd_30mm_APFSDS_shells_Tracer_Red",[0],60],
["60Rnd_30mm_APFSDS_shells_Tracer_Red",[0],60],
["60Rnd_30mm_APFSDS_shells_Tracer_Red",[0],60],
["60Rnd_30mm_APFSDS_shells_Tracer_Red",[0],60]
]]
// ["assault",[
// ["SmokeLauncherMag",[0,0],6],
// ["2000Rnd_762x51_Belt_T_Red",[0],2000],
// ["2000Rnd_762x51_Belt_T_Red",[0],2000],
// ["140Rnd_30mm_MP_shells_Tracer_Red",[0],140],
// ["140Rnd_30mm_MP_shells_Tracer_Red",[0],140],
// ["60Rnd_30mm_APFSDS_shells_Tracer_Red",[0],60],
// ["60Rnd_30mm_APFSDS_shells_Tracer_Red",[0],60]
// ]]
]]
];

0 comments on commit 92c5f6e

Please sign in to comment.