Loadouts for new FC2024 aircraft (#364)

Co-authored-by: Raffson <Raffson@users.noreply.github.com>
This commit is contained in:
Starfire13
2024-07-17 06:28:17 +10:00
committed by GitHub
parent b2c66c10dc
commit 0f0dc97376
3 changed files with 651 additions and 0 deletions

View File

@@ -0,0 +1,144 @@
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