126 lines
2.3 KiB
Lua

local unitPayloads = {
["name"] = "FA-18FT",
["payloads"] = {
[1] = {
["displayName"] = "Retribution Refueling",
["name"] = "Retribution Refueling",
["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"] = {
[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"] = {
[1] = 31,
},
},
},
["unitType"] = "FA-18FT",
}
return unitPayloads