mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Update F/A-18E/F/G Super Hornet Mod to 2.4.0
This commit is contained in:
127
resources/customized_payloads/FA-18FT.lua
Normal file
127
resources/customized_payloads/FA-18FT.lua
Normal file
@@ -0,0 +1,127 @@
|
||||
local unitPayloads = {
|
||||
["name"] = "FA-18FT",
|
||||
["payloads"] = {
|
||||
[1] = {
|
||||
["displayName"] = "Retribution Refueling",
|
||||
["name"] = "Retribution Refueling",
|
||||
["pylons"] = {
|
||||
[1]=
|
||||
{
|
||||
["CLSID"]="{SUPERHORNET_PYLON_06_CN_FT_AA42R}",
|
||||
["num"]=5
|
||||
},
|
||||
[2]=
|
||||
{
|
||||
["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
|
||||
},
|
||||
[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]=
|
||||
{
|
||||
["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
|
||||
},
|
||||
[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,
|
||||
},
|
||||
},
|
||||
},
|
||||
["tasks"] = {
|
||||
},
|
||||
["unitType"] = "FA-18ET",
|
||||
}
|
||||
return unitPayloads
|
||||
Reference in New Issue
Block a user