mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
BARCAP on its own didn't actually assign the payload, it should either be CAP, CAP HEAVY, Retribution BARCAP or Liberation BARCAP
34 lines
553 B
Lua
34 lines
553 B
Lua
local unitPayloads = {
|
|
["name"] = "Su_15",
|
|
["payloads"] = {
|
|
[1] = {
|
|
["name"] = "CAP",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{R-8M1R}",
|
|
["num"] = 4,
|
|
},
|
|
[2] = {
|
|
["CLSID"] = "{R-8M1T}",
|
|
["num"] = 1,
|
|
},
|
|
[3] = {
|
|
["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
|
|
["num"] = 3,
|
|
},
|
|
[4] = {
|
|
["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
|
|
["num"] = 2,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 10,
|
|
},
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
},
|
|
["unitType"] = "Su_15",
|
|
}
|
|
return unitPayloads
|