Revert "Add support for the AI-only F-14A."

AI behavior with the Heatblur F-14 has been fixed, so not needed any
more.

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1927.

This reverts commit 7387c2ed8f.
This commit is contained in:
Dan Albert
2022-09-27 19:33:59 -07:00
parent 123d8fcaa6
commit 1e12f1cc80
15 changed files with 2 additions and 96 deletions

View File

@@ -1,55 +0,0 @@
local unitPayloads = {
["name"] = "F-14A",
["payloads"] = {
[1] = {
["name"] = "CAP",
["pylons"] = {
[1] = {
["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}",
["num"] = 4,
},
[4] = {
["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}",
["num"] = 5,
},
[5] = {
["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}",
["num"] = 8,
},
[6] = {
["CLSID"] = "{7575BA0B-7294-4844-857B-031A144B2595}",
["num"] = 9,
},
[7] = {
["CLSID"] = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
["num"] = 11,
},
[8] = {
["CLSID"] = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
["num"] = 12,
},
[9] = {
["CLSID"] = "{82364E69-5564-4043-A866-E13032926C3E}",
["num"] = 10,
},
[10] = {
["CLSID"] = "{82364E69-5564-4043-A866-E13032926C3E}",
["num"] = 3,
},
},
["tasks"] = {
[1] = 10,
},
},
},
["unitType"] = "F-14A",
}
return unitPayloads