fixes & updates

This commit is contained in:
Vasyl Horbachenko
2018-06-17 03:32:43 +03:00
parent e54e548bdd
commit 45dbb37d50
36 changed files with 8926 additions and 83 deletions

View File

@@ -0,0 +1,53 @@
local unitPayloads = {
["name"] = "C-101EB",
["payloads"] = {
[1] = {
["name"] = "Smoke System: White Smoke",
["pylons"] = {
[1] = {
["CLSID"] = "{SMOKE-SYSTEM-AVIOJET}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 17,
},
},
[2] = {
["name"] = "Smoke System: White Smoke+Red Colorant",
["pylons"] = {
[1] = {
["CLSID"] = "{SMOKE-RED-AVIOJET}",
["num"] = 2,
},
[2] = {
["CLSID"] = "{SMOKE-SYSTEM-AVIOJET}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 17,
},
},
[3] = {
["name"] = "Smoke System: White Smoke+Yellow Colorant",
["pylons"] = {
[1] = {
["CLSID"] = "{SMOKE-YELLOW-AVIOJET}",
["num"] = 2,
},
[2] = {
["CLSID"] = "{SMOKE-SYSTEM-AVIOJET}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 17,
},
},
},
["tasks"] = {
},
["unitType"] = "C-101EB",
}
return unitPayloads