mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
fixes & updates
This commit is contained in:
53
resources/payloads/C-101EB.lua
Normal file
53
resources/payloads/C-101EB.lua
Normal 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
|
||||
Reference in New Issue
Block a user