mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
167 lines
2.7 KiB
Lua
167 lines
2.7 KiB
Lua
local unitPayloads = {
|
|
["name"] = "P-47D-30",
|
|
["payloads"] = {
|
|
[1] = {
|
|
["name"] = "Retribution TARCAP",
|
|
["pylons"] = {
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
},
|
|
},
|
|
[2] = {
|
|
["displayName"] = "Retribution BARCAP",
|
|
["name"] = "Retribution BARCAP",
|
|
["pylons"] = {
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
},
|
|
},
|
|
[3] = {
|
|
["displayName"] = "Retribution Escort",
|
|
["name"] = "Retribution Escort",
|
|
["pylons"] = {
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
},
|
|
},
|
|
[4] = {
|
|
["displayName"] = "Retribution Fighter Sweep",
|
|
["name"] = "Retribution Fighter Sweep",
|
|
["pylons"] = {
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
},
|
|
},
|
|
[5] = {
|
|
["displayName"] = "Retribution CAS",
|
|
["name"] = "Retribution CAS",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 3,
|
|
},
|
|
[2] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 2,
|
|
},
|
|
[3] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 1,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
},
|
|
},
|
|
[6] = {
|
|
["displayName"] = "Retribution Strike",
|
|
["name"] = "Retribution Strike",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 3,
|
|
},
|
|
[2] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 2,
|
|
},
|
|
[3] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 1,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
},
|
|
},
|
|
[7] = {
|
|
["displayName"] = "Retribution DEAD",
|
|
["name"] = "Retribution DEAD",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 3,
|
|
},
|
|
[2] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 2,
|
|
},
|
|
[3] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 1,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
},
|
|
},
|
|
[8] = {
|
|
["displayName"] = "Retribution BAI",
|
|
["name"] = "Retribution BAI",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 3,
|
|
},
|
|
[2] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 2,
|
|
},
|
|
[3] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 1,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
},
|
|
},
|
|
[9] = {
|
|
["displayName"] = "Retribution OCA/Runway",
|
|
["name"] = "Retribution OCA/Runway",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{AN_M65}",
|
|
["num"] = 3,
|
|
},
|
|
[2] = {
|
|
["CLSID"] = "{AN_M65}",
|
|
["num"] = 2,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
},
|
|
},
|
|
[10] = {
|
|
["displayName"] = "Retribution OCA/Aircraft",
|
|
["name"] = "Retribution OCA/Aircraft",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 3,
|
|
},
|
|
[2] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 2,
|
|
},
|
|
[3] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 1,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
},
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
},
|
|
["unitType"] = "P-47D-30",
|
|
}
|
|
return unitPayloads
|