mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Major changes: - FW190A8 ground attack loadout WGr21 rockets (primarily an air-to-air weapon) replaced with SC500J or AB500 bombs. - FW190D9 WGr21 rockets replaced with R4M rocket packs and SC500 bombs for CAS. - Added droptanks for I-16. - Ju-88A4 CAS loadout changed for AB500 cluster bombs. - Mosquito now has rockets which were introduced in DCS World 2.7.9.17830 open beta - Added more/heavier bombs to P-47 - P-51 now has a separate OCA/Runway loadout with bombs. Other ground attack loadouts switched to rockets. Also includes an SA342Minigun loadout which we didn't previously have. cherry-pick from 5684570
171 lines
2.8 KiB
Lua
171 lines
2.8 KiB
Lua
local unitPayloads = {
|
|
["name"] = "P-47D-30bl1",
|
|
["payloads"] = {
|
|
[1] = {
|
|
["name"] = "Liberation TARCAP",
|
|
["pylons"] = {
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
},
|
|
},
|
|
[2] = {
|
|
["displayName"] = "Liberation BARCAP",
|
|
["name"] = "Liberation BARCAP",
|
|
["pylons"] = {
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
},
|
|
},
|
|
[3] = {
|
|
["displayName"] = "Liberation Escort",
|
|
["name"] = "Liberation Escort",
|
|
["pylons"] = {
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
},
|
|
},
|
|
[4] = {
|
|
["displayName"] = "Liberation Fighter Sweep",
|
|
["name"] = "Liberation Fighter Sweep",
|
|
["pylons"] = {
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
},
|
|
},
|
|
[5] = {
|
|
["displayName"] = "Liberation CAS",
|
|
["name"] = "Liberation 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"] = "Liberation Strike",
|
|
["name"] = "Liberation 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"] = "Liberation DEAD",
|
|
["name"] = "Liberation 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"] = "Liberation BAI",
|
|
["name"] = "Liberation 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"] = "Liberation OCA/Runway",
|
|
["name"] = "Liberation OCA/Runway",
|
|
["pylons"] = {
|
|
[1] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 3,
|
|
},
|
|
[2] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 2,
|
|
},
|
|
[3] = {
|
|
["CLSID"] = "{AN-M64}",
|
|
["num"] = 1,
|
|
},
|
|
},
|
|
["tasks"] = {
|
|
[1] = 11,
|
|
},
|
|
},
|
|
[10] = {
|
|
["displayName"] = "Liberation OCA/Aircraft",
|
|
["name"] = "Liberation 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-30bl1",
|
|
}
|
|
return unitPayloads
|