F-104 mod support.

This commit is contained in:
MetalStormGhost
2021-12-22 23:01:51 +02:00
committed by GitHub
parent 515efd0598
commit 88bc4fd852
21 changed files with 3027 additions and 10 deletions

View File

@@ -0,0 +1,50 @@
local unitPayloads = {
["name"] = "VSN_F104S",
["payloads"] = {
[1] = {
["displayName"] = "CAP",
["name"] = "CAP",
["pylons"] = {
[1] = {
["CLSID"] = "{LAU-138 wtip - AIM-9L}",
["num"] = 2,
},
[2] = {
["CLSID"] = "{AIM-7F}",
["num"] = 3,
},
[3] = {
["CLSID"] = "VSN_F104G_PTB",
["num"] = 4,
},
[4] = {
["CLSID"] = "{AIM-9L}",
["num"] = 5,
},
[5] = {
["CLSID"] = "{AIM-9L}",
["num"] = 7,
},
[6] = {
["CLSID"] = "VSN_F104G_PTB",
["num"] = 8,
},
[7] = {
["CLSID"] = "{AIM-7F}",
["num"] = 9,
},
[8] = {
["CLSID"] = "{LAU-138 wtip - AIM-9L}",
["num"] = 10,
},
},
["tasks"] = {
[1] = 11,
},
},
},
["tasks"] = {
},
["unitType"] = "VSN_F104S",
}
return unitPayloads