Added payloads for bombers.

This commit is contained in:
Khopa
2020-11-05 20:43:49 +01:00
parent e6cb1b5970
commit e2682d633f
7 changed files with 596 additions and 0 deletions

View File

@@ -0,0 +1,67 @@
local unitPayloads = {
["name"] = "Tu-142",
["payloads"] = {
[1] = {
["name"] = "CAS",
["pylons"] = {
[1] = {
["CLSID"] = "{C42EE4C3-355C-4B83-8B22-B39430B8F4AE}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 30,
},
},
[2] = {
["name"] = "SEAD",
["pylons"] = {
[1] = {
["CLSID"] = "{C42EE4C3-355C-4B83-8B22-B39430B8F4AE}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 30,
},
},
[3] = {
["name"] = "STRIKE",
["pylons"] = {
[1] = {
["CLSID"] = "{C42EE4C3-355C-4B83-8B22-B39430B8F4AE}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 30,
},
},
[4] = {
["name"] = "CAP",
["pylons"] = {
[1] = {
["CLSID"] = "{C42EE4C3-355C-4B83-8B22-B39430B8F4AE}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 30,
},
},
[5] = {
["name"] = "ANTISHIP",
["pylons"] = {
[1] = {
["CLSID"] = "{C42EE4C3-355C-4B83-8B22-B39430B8F4AE}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 30,
},
},
},
["unitType"] = "Tu-142",
}
return unitPayloads