mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
24 lines
427 B
Lua
24 lines
427 B
Lua
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
|