F-16D Barak Block 30 and Block 40 support

Added support for F-16D Barak Block 30 and Block 40 variants. Still using F-16C Barak banners as placeholders until I snap some good ones from the two-seaters.

Resolves #78
This commit is contained in:
MetalStormGhost 2023-01-26 11:33:33 +02:00 committed by Raffson
parent 2fb5f2b738
commit 5535282894
14 changed files with 1051 additions and 6 deletions

View File

@ -345,6 +345,8 @@ class Faction:
self.remove_aircraft("F_16D_50")
self.remove_aircraft("F_16D_50_NS")
self.remove_aircraft("F_16D_52_NS")
self.remove_aircraft("F-16D_Barak_30")
self.remove_aircraft("F-16D_Barak_40")
else:
inject_F16I()
if not mod_settings.f22_raptor:

View File

@ -0,0 +1,462 @@
local unitPayloads = {
["name"] = "F-16D_Barak_30",
["payloads"] = {
[1] = {
["name"] = "Retribution SEAD",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
["num"] = 3,
},
[4] = {
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
["num"] = 4,
},
[5] = {
["CLSID"] = "{IDF Mods Project 300gal}",
["num"] = 5,
},
[6] = {
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
["num"] = 6,
},
[7] = {
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
["num"] = 7,
},
[8] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 8,
},
[9] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[10] = {
["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"] = 11,
},
[11] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
[1] = 29,
},
},
[2] = {
["name"] = "Retribution Ferry",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[2] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 8,
},
[3] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[4] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 2,
},
[5] = {
["CLSID"] = "MXU-648-TP",
["num"] = 6,
},
[6] = {
["CLSID"] = "MXU-648-TP",
["num"] = 4,
},
[7] = {
["CLSID"] = "{IDF Mods Project 300gal}",
["num"] = 5,
},
[8] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
},
},
[3] = {
["name"] = "CAS",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
["num"] = 3,
},
[4] = {
["CLSID"] = "{600gal}",
["num"] = 4,
},
[5] = {
["CLSID"] = "{IDF Mods Project 300gal}",
["num"] = 5,
},
[6] = {
["CLSID"] = "{600gal}",
["num"] = 6,
},
[7] = {
["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
["num"] = 7,
},
[8] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 8,
},
[9] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[10] = {
["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"] = 11,
},
[11] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
},
},
[4] = {
["name"] = "Retribution Strike",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[4] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 8,
},
[5] = {
["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"] = 11,
},
[6] = {
["CLSID"] = "{GBU-24}",
["num"] = 4,
},
[7] = {
["CLSID"] = "{GBU-24}",
["num"] = 6,
},
[8] = {
["CLSID"] = "{GBU-24}",
["num"] = 3,
},
[9] = {
["CLSID"] = "{GBU-24}",
["num"] = 7,
},
[10] = {
["CLSID"] = "{IDF Mods Project 300gal}",
["num"] = 5,
},
[11] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
[1] = 33,
},
},
[5] = {
["name"] = "CAP",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 3,
},
[4] = {
["CLSID"] = "{600gal}",
["num"] = 4,
},
[5] = {
["CLSID"] = "<CLEAN>",
["num"] = 5,
},
[6] = {
["CLSID"] = "{600gal}",
["num"] = 6,
},
[7] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 7,
},
[8] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 8,
},
[9] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[10] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
},
},
[6] = {
["displayName"] = "Retribution DEAD",
["name"] = "Retribution DEAD",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[4] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 8,
},
[5] = {
["CLSID"] = "{AGM-154A}",
["num"] = 7,
},
[6] = {
["CLSID"] = "{600gal}",
["num"] = 6,
},
[7] = {
["CLSID"] = "{AGM-154A}",
["num"] = 3,
},
[8] = {
["CLSID"] = "{600gal}",
["num"] = 4,
},
[9] = {
["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"] = 11,
},
[10] = {
["CLSID"] = "{IDF Mods Project 300gal}",
["num"] = 5,
},
[11] = {
["CLSID"] = "{AN_ASQ_213}",
["num"] = 10,
},
[12] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
[1] = 31,
},
},
[7] = {
["name"] = "Retribution OCA/Runway",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[4] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 8,
},
[5] = {
["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"] = 11,
},
[6] = {
["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
["num"] = 4,
},
[7] = {
["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
["num"] = 6,
},
[8] = {
["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
["num"] = 3,
},
[9] = {
["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
["num"] = 7,
},
[10] = {
["CLSID"] = "{IDF Mods Project 300gal}",
["num"] = 5,
},
[11] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
[1] = 11,
},
},
[8] = {
["name"] = "ANTISHIP",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[2] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 8,
},
[3] = {
["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}",
["num"] = 7,
},
[4] = {
["CLSID"] = "{600gal}",
["num"] = 6,
},
[5] = {
["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"] = 11,
},
[6] = {
["CLSID"] = "<CLEAN>",
["num"] = 5,
},
[7] = {
["CLSID"] = "{600gal}",
["num"] = 4,
},
[8] = {
["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}",
["num"] = 3,
},
[9] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 2,
},
[10] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[11] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
},
},
[9] = {
["name"] = "Retribution SEAD Escort",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 2,
},
[3] = {
["CLSID"] = "LAU_88_AGM_65H_2_L",
["num"] = 3,
},
[4] = {
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
["num"] = 4,
},
[5] = {
["CLSID"] = "{IDF Mods Project 300gal}",
["num"] = 5,
},
[6] = {
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
["num"] = 6,
},
[7] = {
["CLSID"] = "LAU_88_AGM_65H_2_R",
["num"] = 7,
},
[8] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 8,
},
[9] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[10] = {
["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"] = 11,
},
[11] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
[1] = 29,
},
},
},
["tasks"] = {
},
["unitType"] = "F-16D_Barak_30",
}
return unitPayloads

View File

@ -0,0 +1,462 @@
local unitPayloads = {
["name"] = "F-16D_Barak_40",
["payloads"] = {
[1] = {
["name"] = "Retribution SEAD",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
["num"] = 3,
},
[4] = {
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
["num"] = 4,
},
[5] = {
["CLSID"] = "{IDF Mods Project 300gal}",
["num"] = 5,
},
[6] = {
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
["num"] = 6,
},
[7] = {
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
["num"] = 7,
},
[8] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 8,
},
[9] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[10] = {
["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"] = 11,
},
[11] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
[1] = 29,
},
},
[2] = {
["name"] = "Retribution Ferry",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[2] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 8,
},
[3] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[4] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 2,
},
[5] = {
["CLSID"] = "MXU-648-TP",
["num"] = 6,
},
[6] = {
["CLSID"] = "MXU-648-TP",
["num"] = 4,
},
[7] = {
["CLSID"] = "{IDF Mods Project 300gal}",
["num"] = 5,
},
[8] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
},
},
[3] = {
["name"] = "CAS",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
["num"] = 3,
},
[4] = {
["CLSID"] = "{600gal}",
["num"] = 4,
},
[5] = {
["CLSID"] = "{IDF Mods Project 300gal}",
["num"] = 5,
},
[6] = {
["CLSID"] = "{600gal}",
["num"] = 6,
},
[7] = {
["CLSID"] = "{DAC53A2F-79CA-42FF-A77A-F5649B601308}",
["num"] = 7,
},
[8] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 8,
},
[9] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[10] = {
["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"] = 11,
},
[11] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
},
},
[4] = {
["name"] = "Retribution Strike",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[4] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 8,
},
[5] = {
["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"] = 11,
},
[6] = {
["CLSID"] = "{GBU-24}",
["num"] = 4,
},
[7] = {
["CLSID"] = "{GBU-24}",
["num"] = 6,
},
[8] = {
["CLSID"] = "{GBU-24}",
["num"] = 3,
},
[9] = {
["CLSID"] = "{GBU-24}",
["num"] = 7,
},
[10] = {
["CLSID"] = "{IDF Mods Project 300gal}",
["num"] = 5,
},
[11] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
[1] = 33,
},
},
[5] = {
["name"] = "CAP",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 3,
},
[4] = {
["CLSID"] = "{600gal}",
["num"] = 4,
},
[5] = {
["CLSID"] = "<CLEAN>",
["num"] = 5,
},
[6] = {
["CLSID"] = "{600gal}",
["num"] = 6,
},
[7] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 7,
},
[8] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 8,
},
[9] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[10] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
},
},
[6] = {
["displayName"] = "Retribution DEAD",
["name"] = "Retribution DEAD",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[4] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 8,
},
[5] = {
["CLSID"] = "{AGM-154A}",
["num"] = 7,
},
[6] = {
["CLSID"] = "{600gal}",
["num"] = 6,
},
[7] = {
["CLSID"] = "{AGM-154A}",
["num"] = 3,
},
[8] = {
["CLSID"] = "{600gal}",
["num"] = 4,
},
[9] = {
["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"] = 11,
},
[10] = {
["CLSID"] = "{IDF Mods Project 300gal}",
["num"] = 5,
},
[11] = {
["CLSID"] = "{AN_ASQ_213}",
["num"] = 10,
},
[12] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
[1] = 31,
},
},
[7] = {
["name"] = "Retribution OCA/Runway",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[4] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 8,
},
[5] = {
["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"] = 11,
},
[6] = {
["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
["num"] = 4,
},
[7] = {
["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
["num"] = 6,
},
[8] = {
["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
["num"] = 3,
},
[9] = {
["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
["num"] = 7,
},
[10] = {
["CLSID"] = "{IDF Mods Project 300gal}",
["num"] = 5,
},
[11] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
[1] = 11,
},
},
[8] = {
["name"] = "ANTISHIP",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[2] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 8,
},
[3] = {
["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}",
["num"] = 7,
},
[4] = {
["CLSID"] = "{600gal}",
["num"] = 6,
},
[5] = {
["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"] = 11,
},
[6] = {
["CLSID"] = "<CLEAN>",
["num"] = 5,
},
[7] = {
["CLSID"] = "{600gal}",
["num"] = 4,
},
[8] = {
["CLSID"] = "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}",
["num"] = 3,
},
[9] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 2,
},
[10] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[11] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
},
},
[9] = {
["name"] = "Retribution SEAD Escort",
["pylons"] = {
[1] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 2,
},
[3] = {
["CLSID"] = "LAU_88_AGM_65H_2_L",
["num"] = 3,
},
[4] = {
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
["num"] = 4,
},
[5] = {
["CLSID"] = "{IDF Mods Project 300gal}",
["num"] = 5,
},
[6] = {
["CLSID"] = "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}",
["num"] = 6,
},
[7] = {
["CLSID"] = "LAU_88_AGM_65H_2_R",
["num"] = 7,
},
[8] = {
["CLSID"] = "{5CE2FF2A-645A-4197-B48D-8720AC69394F}",
["num"] = 8,
},
[9] = {
["CLSID"] = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
["num"] = 9,
},
[10] = {
["CLSID"] = "{A111396E-D3E8-4b9c-8AC9-2432489304D5}",
["num"] = 11,
},
[11] = {
["CLSID"] = "ALQ_184_Long",
["num"] = 13,
},
},
["tasks"] = {
[1] = 29,
},
},
},
["tasks"] = {
},
["unitType"] = "F-16D_Barak_40",
}
return unitPayloads

View File

@ -12,7 +12,8 @@
"F-15D Baz",
"F-15E Strike Eagle",
"F-16CM Fighting Falcon (Block 50)",
"F-16C Fighting Falcon (IDF mod)",
"F-16D Barak (Block 30)",
"F-16D Barak (Block 40)",
"F-16I Sufa",
"F-14B Tomcat",
"F/A-18C Hornet (Lot 20)",

View File

@ -16,7 +16,8 @@
"F-15D Baz",
"F-15E Strike Eagle",
"F-16CM Fighting Falcon (Block 50)",
"F-16C Fighting Falcon (IDF mod)",
"F-16D Barak (Block 30)",
"F-16D Barak (Block 40)",
"F-16I Sufa",
"F-4E Phantom II",
"UH-1H Iroquois",

View File

@ -16,7 +16,8 @@
"F-15D Baz",
"F-15E Strike Eagle",
"F-16CM Fighting Falcon (Block 50)",
"F-16C Fighting Falcon (IDF mod)",
"F-16D Barak (Block 30)",
"F-16D Barak (Block 40)",
"F-16I Sufa",
"F/A-18C Hornet (Lot 20)",
"Mirage 2000C",

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,58 @@
description:
"The F-16D is a two seat, single engine multirole fighter that was
developed in the 1970s. More than 4,500 units were manufactured and are operated
today by 26 countries where the aircraft performs numerous missions that include
air superiority, close air support, precision bombing, air defense suppression,
reconnaissance and more. Few other aircraft can match its versatility, maneuverability,
firepower, and huge production numbers.
Nicknamed the Viper by its pilots, the F-16 was designed with a reclined seating
position for high G tolerance and a single-piece bubble canopy for exceptional visibility
and comfort. Its lightweight and powerful F110-GE-129 engines provide a greater
than 1:1 thrust ratio.
Housed in the nose of the Viper is a multifunction APG-68(V)5 radar. The aircraft
can also be equipped with multiple sensors such as the LITENING targeting pod and
HARM Targeting System (HTS).
The Viper is armed for air-to-air combat with Sidewinders, AMRAAMs, and an internal
20mm 6-barrel Gatling gun. It can also be loaded with a wide range of air-to-ground
weapons that include general purpose bombs, rockets, canister munition, Mavericks,
laser- and GPS-guided bombs, and more"
introduced: 1987
manufacturer: General Dynamics
origin: USA
price: 22
role: Multirole Fighter
max_range: 350
fuel:
# Parking 44 to RWY 06L at Anderson AFB.
taxi: 200
# AB takeoff to 350/0.75, reduce to MIL and maintain 350/0.75 to 25k ft.
climb_ppm: 28.33
# 0.85 mach for 100NM.
cruise_ppm: 12
# MIL for 100NM. Occasional AB use.
combat_ppm: 26
min_safe: 1000
variants:
F-16D Barak (Block 30): {}
radios:
intra_flight: AN/ARC-222
inter_flight: AN/ARC-164
channels:
type: common
namer: viper
# COM2 is the AN/ARC-222, which is the VHF radio we want to use for
# intra-flight communication to leave COM1 open for UHF inter-flight.
intra_flight_radio_index: 2
inter_flight_radio_index: 1
# default_overrides:
# HelmetMountedDevice: 1
# LAU3ROF: 0
# LaserCode1: 8
# LaserCode10: 8
# LaserCode100: 6

View File

@ -0,0 +1,58 @@
description:
"The F-16D is a two seat, single engine multirole fighter that was
developed in the 1970s. More than 4,500 units were manufactured and are operated
today by 26 countries where the aircraft performs numerous missions that include
air superiority, close air support, precision bombing, air defense suppression,
reconnaissance and more. Few other aircraft can match its versatility, maneuverability,
firepower, and huge production numbers.
Nicknamed the Viper by its pilots, the F-16 was designed with a reclined seating
position for high G tolerance and a single-piece bubble canopy for exceptional visibility
and comfort. Its lightweight and powerful F110-GE-129 engines provide a greater
than 1:1 thrust ratio.
Housed in the nose of the Viper is a multifunction APG-68(V)5 radar. The aircraft
can also be equipped with multiple sensors such as the LITENING targeting pod and
HARM Targeting System (HTS).
The Viper is armed for air-to-air combat with Sidewinders, AMRAAMs, and an internal
20mm 6-barrel Gatling gun. It can also be loaded with a wide range of air-to-ground
weapons that include general purpose bombs, rockets, canister munition, Mavericks,
laser- and GPS-guided bombs, and more"
introduced: 1988
manufacturer: General Dynamics
origin: USA
price: 22
role: Multirole Fighter
max_range: 350
fuel:
# Parking 44 to RWY 06L at Anderson AFB.
taxi: 200
# AB takeoff to 350/0.75, reduce to MIL and maintain 350/0.75 to 25k ft.
climb_ppm: 28.33
# 0.85 mach for 100NM.
cruise_ppm: 12
# MIL for 100NM. Occasional AB use.
combat_ppm: 26
min_safe: 1000
variants:
F-16D Barak (Block 40): {}
radios:
intra_flight: AN/ARC-222
inter_flight: AN/ARC-164
channels:
type: common
namer: viper
# COM2 is the AN/ARC-222, which is the VHF radio we want to use for
# intra-flight communication to leave COM1 open for UHF inter-flight.
intra_flight_radio_index: 2
inter_flight_radio_index: 1
# default_overrides:
# HelmetMountedDevice: 1
# LAU3ROF: 0
# LaserCode1: 8
# LaserCode10: 8
# LaserCode100: 6

View File

@ -2,9 +2,9 @@ description:
"The F-16I is a two-seat variant of the Block 52 developed for the Israeli
Defense Force Air Force (IDF/AF). Israel issued a requirement in September
1997 and selected the F-16 in preference to the F-15I in July 1999."
introduced: 1991
manufacturer: General Dynamics
origin: USA
introduced: 2003
manufacturer: Lockheed Martin / Israel Aerospace Industries / Elbit Systems
origin: USA / Israel
price: 22
role: Multirole Fighter
max_range: 350