Support for the F-105 Thunderchief mod

v2.7.12.23x
This commit is contained in:
MetalStormGhost
2022-10-15 13:57:43 +03:00
committed by GitHub
parent 8c905f95e3
commit 139e42dbed
16 changed files with 775 additions and 2 deletions

View File

@@ -0,0 +1,125 @@
local unitPayloads = {
["name"] = "VSN_F105D",
["payloads"] = {
[1] = {
["displayName"] = "DEAD",
["name"] = "DEAD",
["pylons"] = {
[1] = {
["CLSID"] = "{VSN_F105G_Center_PTB}",
["num"] = 6,
},
[2] = {
["CLSID"] = "{SB_F105_BRU_41A_M117_6}",
["num"] = 5,
},
[3] = {
["CLSID"] = "{SB_F105_BRU_41A_M117_6}",
["num"] = 7,
},
[4] = {
["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}",
["num"] = 8,
},
[5] = {
["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}",
["num"] = 4,
},
},
["tasks"] = {
[1] = 19,
},
},
[2] = {
["displayName"] = "CAS",
["name"] = "CAS",
["pylons"] = {
[1] = {
["CLSID"] = "{VSN_F105G_Center_PTB}",
["num"] = 6,
},
[2] = {
["CLSID"] = "{SB_F105_BRU_41A_M117_6}",
["num"] = 5,
},
[3] = {
["CLSID"] = "{SB_F105_BRU_41A_M117_6}",
["num"] = 7,
},
[4] = {
["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}",
["num"] = 8,
},
[5] = {
["CLSID"] = "{D5D51E24-348C-4702-96AF-97A714E72697}",
["num"] = 4,
},
},
["tasks"] = {
[1] = 19,
},
},
[3] = {
["displayName"] = "STRIKE",
["name"] = "STRIKE",
["pylons"] = {
[1] = {
["CLSID"] = "{SB_F105_BRU_41A_M117_6}",
["num"] = 6,
},
[2] = {
["CLSID"] = "{VSN_F105G_PTB}",
["num"] = 5,
},
[3] = {
["CLSID"] = "{VSN_F105G_PTB}",
["num"] = 7,
},
[4] = {
["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
["num"] = 8,
},
[5] = {
["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
["num"] = 4,
},
},
["tasks"] = {
[1] = 19,
},
},
[4] = {
["displayName"] = "OCA",
["name"] = "OCA",
["pylons"] = {
[1] = {
["CLSID"] = "{VSN_F105G_Center_PTB}",
["num"] = 6,
},
[2] = {
["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
["num"] = 5,
},
[3] = {
["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
["num"] = 7,
},
[4] = {
["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
["num"] = 8,
},
[5] = {
["CLSID"] = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
["num"] = 4,
},
},
["tasks"] = {
[1] = 19,
},
},
},
["tasks"] = {
},
["unitType"] = "VSN_F105D",
}
return unitPayloads