moved ground interceptions to the frontline; added ka-50; added close to the CP ground attack operations; added missing loadouts

This commit is contained in:
Vasyl Horbachenko
2018-06-24 00:52:14 +03:00
parent 25e2681665
commit 5d02f7ad4d
90 changed files with 30267 additions and 394 deletions

View File

@@ -0,0 +1,23 @@
local unitPayloads = {
["name"] = "RQ-1A Predator",
["payloads"] = {
[1] = {
["name"] = "AGM-114K*2",
["pylons"] = {
[1] = {
["CLSID"] = "{ee368869-c35a-486a-afe7-284beb7c5d52}",
["num"] = 2,
},
[2] = {
["CLSID"] = "{ee368869-c35a-486a-afe7-284beb7c5d52}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 32,
},
},
},
["unitType"] = "RQ-1A Predator",
}
return unitPayloads