mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
* Removed AI varients * Removed AI varients Logo/Banners * Removed AI varients Logo/Banners * Removed AI varients ai flgith planner * Removed AI varients SWPack Fix * Removed AI varients SWPack - SWWeapon fix
44 lines
712 B
Lua
44 lines
712 B
Lua
local unitPayloads = {
|
|
["name"] = "AWING",
|
|
["payloads"] = {
|
|
[1] = {
|
|
["displayName"] = "Liberation BARCAP",
|
|
["name"] = "Liberation BARCAP",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{PROTONM1}",
|
|
["num"] = 1,
|
|
},
|
|
[2] = {
|
|
["CLSID"] = "{PROTONM1}",
|
|
["num"] = 3,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
},
|
|
},
|
|
[2] = {
|
|
["displayName"] = "Liberation TARCAP",
|
|
["name"] = "Liberation TARCAP",
|
|
["pylons"] = {
|
|
[1] = {
|
|
"CLSID"] = "{PROTONM1}",
|
|
["num"] = 1,
|
|
},
|
|
[2] = {
|
|
["CLSID"] = "{PROTONM1}",
|
|
["num"] = 3,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
},
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
},
|
|
["unitType"] = "AWING",
|
|
}
|
|
return unitPayloads
|