Starfire13 0f0dc97376
Loadouts for new FC2024 aircraft (#364)
Co-authored-by: Raffson <Raffson@users.noreply.github.com>
2024-07-16 20:28:17 +00:00

145 lines
2.4 KiB
Lua

local unitPayloads = {
["name"] = "MiG-15bis_FC",
["payloads"] = {
[1] = {
["name"] = "Retribution BARCAP",
["pylons"] = {
[1] = {
["CLSID"] = "PTB600_MIG15",
["num"] = 2,
},
[2] = {
["CLSID"] = "PTB600_MIG15",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[2] = {
["displayName"] = "Retribution TARCAP",
["name"] = "Retribution TARCAP",
["pylons"] = {
[1] = {
["CLSID"] = "PTB600_MIG15",
["num"] = 2,
},
[2] = {
["CLSID"] = "PTB600_MIG15",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[3] = {
["displayName"] = "Retribution Escort",
["name"] = "Retribution Escort",
["pylons"] = {
[1] = {
["CLSID"] = "PTB600_MIG15",
["num"] = 2,
},
[2] = {
["CLSID"] = "PTB600_MIG15",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[4] = {
["displayName"] = "Retribution Fighter Sweep",
["name"] = "Retribution Fighter Sweep",
["pylons"] = {
[1] = {
["CLSID"] = "PTB600_MIG15",
["num"] = 2,
},
[2] = {
["CLSID"] = "PTB600_MIG15",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[5] = {
["displayName"] = "Retribution BAI",
["name"] = "Retribution BAI",
["pylons"] = {
[1] = {
["CLSID"] = "FAB_100M",
["num"] = 2,
},
[2] = {
["CLSID"] = "FAB_100M",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[6] = {
["displayName"] = "Retribution CAS",
["name"] = "Retribution CAS",
["pylons"] = {
[1] = {
["CLSID"] = "FAB_100M",
["num"] = 2,
},
[2] = {
["CLSID"] = "FAB_100M",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[7] = {
["displayName"] = "Retribution Strike",
["name"] = "Retribution Strike",
["pylons"] = {
[1] = {
["CLSID"] = "FAB_100M",
["num"] = 2,
},
[2] = {
["CLSID"] = "FAB_100M",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
[8] = {
["displayName"] = "Retribution OCA/Aircraft",
["name"] = "Retribution OCA/Aircraft",
["pylons"] = {
[1] = {
["CLSID"] = "FAB_100M",
["num"] = 2,
},
[2] = {
["CLSID"] = "FAB_100M",
["num"] = 1,
},
},
["tasks"] = {
[1] = 11,
},
},
},
["tasks"] = {
},
["unitType"] = "MiG-15bis_FC",
}
return unitPayloads