mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
20 lines
312 B
Lua
20 lines
312 B
Lua
local unitPayloads = {
|
|
["name"] = "SH-60B",
|
|
["payloads"] = {
|
|
[1] = {
|
|
["name"] = "AGM-119",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{7B8DCEB4-820B-4015-9B48-1028A4195692}",
|
|
["num"] = 1,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 30,
|
|
},
|
|
},
|
|
},
|
|
["unitType"] = "SH-60B",
|
|
}
|
|
return unitPayloads
|