MetalStormGhost 5684570880
Updates for WW2 loadouts.
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.
2021-12-25 12:16:34 -08:00

127 lines
2.1 KiB
Lua

local unitPayloads = {
["name"] = "Ju-88A4",
["payloads"] = {
[1] = {
["displayName"] = "Liberation OCA/Aircraft",
["name"] = "Liberation OCA/Aircraft",
["pylons"] = {
[1] = {
["CLSID"] = "{SC_500_L2}",
["num"] = 3,
},
[2] = {
["CLSID"] = "{SC_500_L2}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 32,
},
},
[2] = {
["name"] = "Liberation Anti-ship",
["pylons"] = {
[1] = {
["CLSID"] = "{LTF_5B}",
["num"] = 3,
},
[2] = {
["CLSID"] = "{LTF_5B}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 32,
},
},
[3] = {
["displayName"] = "Liberation BAI",
["name"] = "Liberation BAI",
["pylons"] = {
[1] = {
["CLSID"] = "{SC_500_L2}",
["num"] = 3,
},
[2] = {
["CLSID"] = "{SC_500_L2}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 32,
},
},
[4] = {
["name"] = "Liberation Strike",
["pylons"] = {
[1] = {
["CLSID"] = "{SC_500_L2}",
["num"] = 3,
},
[2] = {
["CLSID"] = "{SC_500_L2}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 32,
},
},
[5] = {
["displayName"] = "Liberation CAS",
["name"] = "Liberation CAS",
["pylons"] = {
[1] = {
["CLSID"] = "{AB_500_1_SD_10A}",
["num"] = 3,
},
[2] = {
["CLSID"] = "{AB_500_1_SD_10A}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 32,
},
},
[6] = {
["displayName"] = "Liberation DEAD",
["name"] = "Liberation DEAD",
["pylons"] = {
[1] = {
["CLSID"] = "{SC_500_L2}",
["num"] = 3,
},
[2] = {
["CLSID"] = "{SC_500_L2}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 32,
},
},
[7] = {
["displayName"] = "Liberation OCA/Runway",
["name"] = "Liberation OCA/Runway",
["pylons"] = {
[1] = {
["CLSID"] = "{SC_500_L2}",
["num"] = 3,
},
[2] = {
["CLSID"] = "{SC_500_L2}",
["num"] = 1,
},
},
["tasks"] = {
[1] = 32,
},
},
},
["tasks"] = {
},
["unitType"] = "Ju-88A4",
}
return unitPayloads