Raffson db12ac4f54
Rename custom payloads for Su-15
BARCAP on its own didn't actually assign the payload, it should either be CAP, CAP HEAVY, Retribution BARCAP or Liberation BARCAP
2024-07-07 15:24:08 +02:00

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