61 lines
1.0 KiB
Lua

local unitPayloads = {
["name"] = "CH_Tu-160M2",
["payloads"] = {
[1] = {
["displayName"] = "Retribution Strike",
["name"] = "Retribution Strike",
["pylons"] = {
[1] = {
["CLSID"] = "{Tu160M2_Kh101x6}",
["num"] = 2,
},
[2] = {
["CLSID"] = "{Tu160M2_Kh101x6}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 32,
},
},
[2] = {
["displayName"] = "Retribution Anti-ship",
["name"] = "Retribution Anti-ship",
["pylons"] = {
[1] = {
["CLSID"] = "{Tu160M2_Kh101x6}",
["num"] = 2,
},
[2] = {
["CLSID"] = "{Tu160M2_Kh101x6}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 32,
},
},
[3] = {
["displayName"] = "BAI",
["name"] = "BAI",
["pylons"] = {
[1] = {
["CLSID"] = "{Tu160M2_Kh101x6}",
["num"] = 2,
},
[2] = {
["CLSID"] = "{Tu160M2_Kh101x6}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 31,
},
},
},
["tasks"] = {
},
["unitType"] = "CH_Tu-160M2",
}
return unitPayloads