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,119 @@
local unitPayloads = {
["name"] = "Su-24MR",
["payloads"] = {
[1] = {
["name"] = "SHPIL,ETHER,R-60M*2",
["pylons"] = {
[1] = {
["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{0519A263-0AB6-11d6-9193-00A0249B6F00}",
["num"] = 5,
},
[3] = {
["CLSID"] = "{0519A261-0AB6-11d6-9193-00A0249B6F00}",
["num"] = 8,
},
},
["tasks"] = {
[1] = 17,
},
},
[2] = {
["name"] = "Fuel*2",
["pylons"] = {
[1] = {
["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}",
["num"] = 2,
},
[2] = {
["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}",
["num"] = 7,
},
},
["tasks"] = {
[1] = 16,
},
},
[3] = {
["name"] = "TANGAZH,ETHER,R-60M*2,Fuel*2",
["pylons"] = {
[1] = {
["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{0519A262-0AB6-11d6-9193-00A0249B6F00}",
["num"] = 5,
},
[4] = {
["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}",
["num"] = 7,
},
[5] = {
["CLSID"] = "{0519A261-0AB6-11d6-9193-00A0249B6F00}",
["num"] = 8,
},
},
["tasks"] = {
[1] = 17,
},
},
[4] = {
["name"] = "TANGAZH,ETHER,R-60M*2",
["pylons"] = {
[1] = {
["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{0519A262-0AB6-11d6-9193-00A0249B6F00}",
["num"] = 5,
},
[3] = {
["CLSID"] = "{0519A261-0AB6-11d6-9193-00A0249B6F00}",
["num"] = 8,
},
},
["tasks"] = {
[1] = 17,
},
},
[5] = {
["name"] = "SHPIL,ETHER,R-60M*2,Fuel*2",
["pylons"] = {
[1] = {
["CLSID"] = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
["num"] = 1,
},
[2] = {
["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}",
["num"] = 2,
},
[3] = {
["CLSID"] = "{0519A263-0AB6-11d6-9193-00A0249B6F00}",
["num"] = 5,
},
[4] = {
["CLSID"] = "{7D7EC917-05F6-49D4-8045-61FC587DD019}",
["num"] = 7,
},
[5] = {
["CLSID"] = "{0519A261-0AB6-11d6-9193-00A0249B6F00}",
["num"] = 8,
},
},
["tasks"] = {
[1] = 17,
},
},
},
["unitType"] = "Su-24MR",
}
return unitPayloads