Update for Super Hornet 2.4.2

This commit is contained in:
Drexyl
2025-03-04 12:16:45 +11:00
parent 076e035349
commit 769e3581d2
6 changed files with 4712 additions and 3894 deletions

View File

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