Update Super Hornet 2.4.2 Payloads (#494)

This commit is contained in:
Drexyl
2025-03-26 04:48:32 +11:00
committed by GitHub
parent af4bba7396
commit 631321950e
5 changed files with 1249 additions and 782 deletions

View File

@@ -11,49 +11,108 @@ local unitPayloads = {
["num"]=1
},
[2]=
{
["CLSID"]="{SUPERHORNET_PYLON_02_MB_AM_2X_AIM-120C}",
["num"]=2
},
[3]=
{
["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4
},
[4]=
{
["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_AA42R}",
["num"]=5
},
[5]=
{
["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
},
[6]=
[3]=
{
["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
},
[7]=
{
["CLSID"]="{SUPERHORNET_PYLON_10_MB_AM_2X_AIM-120C}",
["num"]=8
},
[8]=
[4]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
},
[9]=
[5]=
{
["CLSID"]="{SUPERHORNET_PYLON_03_IB_FT_FPU-12_Fueltank}",
["CLSID"]="{SUPERHORNET_PYLON_10_MB_AM_2X_AIM-120C}",
["num"]=8
},
[6]=
{
["CLSID"]="{SUPERHORNET_PYLON_02_MB_AM_2X_AIM-120C}",
["num"]=2
},
[7]=
{
["CLSID"]="{GROWLER_PYLON_04_IB_FT_FPU-12_Fueltank}",
["num"]=3
},
[10]=
[8]=
{
["CLSID"]="{SUPERHORNET_PYLON_09_IB_FT_FPU-12_Fueltank}",
["num"]=7
},
[9]=
{
["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
},
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4
}
},
["tasks"] = {
[1] = 31,
},
},
[2] = {
["displayName"] = "Retribution Recovery",
["name"] = "Retribution Recovery",
["pylons"] = {
[1]=
{
["CLSID"]="{SUPERHORNET_PYLON_01_SW_1X_AIM-9X}",
["num"]=1
},
[2]=
{
["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_AA42R}",
["num"]=5
},
[3]=
{
["CLSID"]="{SUPERHORNET_PYLON_11_SW_1X_AIM-9X}",
["num"]=9
},
[4]=
{
["CLSID"]="{SUPERHORNET_PYLON_IN_FT_AUX_CELLS}",
["num"]=10
},
[5]=
{
["CLSID"]="{SUPERHORNET_PYLON_10_MB_AM_2X_AIM-120C}",
["num"]=8
},
[6]=
{
["CLSID"]="{SUPERHORNET_PYLON_02_MB_AM_2X_AIM-120C}",
["num"]=2
},
[7]=
{
["CLSID"]="{GROWLER_PYLON_04_IB_FT_FPU-12_Fueltank}",
["num"]=3
},
[8]=
{
["CLSID"]="{SUPERHORNET_PYLON_09_IB_FT_FPU-12_Fueltank}",
["num"]=7
},
[9]=
{
["CLSID"]="{SUPERHORNET_PYLON_07_AM_1X_AIM-120C}",
["num"]=6
},
[10]=
{
["CLSID"]="{SUPERHORNET_PYLON_05_AM_1X_AIM-120C}",
["num"]=4
}
},
["tasks"] = {
@@ -61,8 +120,6 @@ local unitPayloads = {
},
},
},
["tasks"] = {
},
["unitType"] = "FA-18ET",
}
return unitPayloads