mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
145 lines
2.4 KiB
Lua
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
|