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

44 lines
729 B
Lua

local unitPayloads = {
["name"] = "Su_15TM",
["payloads"] = {
[1] = {
["displayName"] = "CAP",
["name"] = "CAP",
["pylons"] = {
[1] = {
["CLSID"] = "{R-98MR}",
["num"] = 6,
},
[2] = {
["CLSID"] = "{R-98MT}",
["num"] = 1,
},
[3] = {
["CLSID"] = "{R-60M}",
["num"] = 5,
},
[4] = {
["CLSID"] = "{R-60M}",
["num"] = 2,
},
[5] = {
["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
["num"] = 4,
},
[6] = {
["CLSID"] = "{E92CBFE5-C153-11d8-9897-000476191836}",
["num"] = 3,
},
},
["tasks"] = {
[1] = 11,
[2] = 10,
},
},
},
["tasks"] = {
},
["unitType"] = "Su_15TM",
}
return unitPayloads