mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
24 lines
420 B
Lua
24 lines
420 B
Lua
local unitPayloads = {
|
|
["name"] = "RQ-1A Predator",
|
|
["payloads"] = {
|
|
[1] = {
|
|
["name"] = "CAS",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{ee368869-c35a-486a-afe7-284beb7c5d52}",
|
|
["num"] = 2,
|
|
},
|
|
[2] = {
|
|
["CLSID"] = "{ee368869-c35a-486a-afe7-284beb7c5d52}",
|
|
["num"] = 1,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 17,
|
|
},
|
|
},
|
|
},
|
|
["unitType"] = "RQ-1A Predator",
|
|
}
|
|
return unitPayloads
|