mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
73 lines
1.1 KiB
Lua
73 lines
1.1 KiB
Lua
local unitPayloads = {
|
|
["name"] = "A-20G",
|
|
["payloads"] = {
|
|
[1] = {
|
|
["name"] = "ANTISHIP",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{4xAN-M64_on_InvCountedAttachmentPoints}",
|
|
["num"] = 1,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 31,
|
|
},
|
|
},
|
|
[2] = {
|
|
["name"] = "STRIKE",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{4xAN-M64_on_InvCountedAttachmentPoints}",
|
|
["num"] = 1,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 31,
|
|
},
|
|
},
|
|
[3] = {
|
|
["name"] = "CAS",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{4xAN-M64_on_InvCountedAttachmentPoints}",
|
|
["num"] = 1,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 31,
|
|
},
|
|
},
|
|
[4] = {
|
|
["name"] = "CAP",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{4xAN-M64_on_InvCountedAttachmentPoints}",
|
|
["num"] = 1,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 31,
|
|
},
|
|
},
|
|
[5] = {
|
|
["name"] = "SEAD",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{4xAN-M64_on_InvCountedAttachmentPoints}",
|
|
["num"] = 1,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 31,
|
|
},
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 32,
|
|
[2] = 30,
|
|
[3] = 17,
|
|
},
|
|
["unitType"] = "A-20G",
|
|
}
|
|
return unitPayloads
|