2023-05-07 18:51:51 +02:00

147 lines
2.6 KiB
Lua

local unitPayloads = {
["name"] = "FW-190A8",
["payloads"] = {
[1] = {
["displayName"] = "Retribution Strike",
["name"] = "Retribution Strike",
["pylons"] = {
[1] = {
["CLSID"] = "{SC_500_L2}",
["num"] = 1,
["settings"] = {
["GUI_fuze_operation_mode"] = 1,
["GUI_fuze_type"] = 1,
["arm_delay_ctrl_Strz_VFD_Z38"] = 3,
["arm_delay_ctrl_Wgrcht_VFD_Z38"] = 7.5,
["function_delay_ctrl_Vz_VFD_Z38"] = 5,
["function_delay_ctrl_mV_VFD_Z38"] = 0.2,
["function_delay_ctrl_oV_VFD_Z38"] = 0.05,
},
},
},
["tasks"] = {
[1] = 11,
},
},
[2] = {
["name"] = "Retribution BARCAP",
["pylons"] = {
[1] = {
["CLSID"] = "BF109K_4_FUEL_TANK",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[3] = {
["displayName"] = "Retribution TARCAP",
["name"] = "Retribution TARCAP",
["pylons"] = {
[1] = {
["CLSID"] = "BF109K_4_FUEL_TANK",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[4] = {
["displayName"] = "Retribution Fighter Sweep",
["name"] = "Retribution Fighter Sweep",
["pylons"] = {
[1] = {
["CLSID"] = "BF109K_4_FUEL_TANK",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[5] = {
["displayName"] = "Retribution DEAD",
["name"] = "Retribution DEAD",
["pylons"] = {
[1] = {
["CLSID"] = "{SC_500_L2}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[6] = {
["displayName"] = "Retribution OCA/Runway",
["name"] = "Retribution OCA/Runway",
["pylons"] = {
[1] = {
["CLSID"] = "{SC_500_L2}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[7] = {
["name"] = "Retribution BAI",
["pylons"] = {
[1] = {
["CLSID"] = "{AB_500_1_SD_10A}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[8] = {
["displayName"] = "Retribution OCA/Aircraft",
["name"] = "Retribution OCA/Aircraft",
["pylons"] = {
[1] = {
["CLSID"] = "{AB_500_1_SD_10A}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[9] = {
["displayName"] = "Retribution Escort",
["name"] = "Retribution Escort",
["pylons"] = {
[1] = {
["CLSID"] = "BF109K_4_FUEL_TANK",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[10] = {
["displayName"] = "Retribution CAS",
["name"] = "Retribution CAS",
["pylons"] = {
[1] = {
["CLSID"] = "{AB_500_1_SD_10A}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
},
["tasks"] = {
},
["unitType"] = "FW-190A8",
}
return unitPayloads