Add BLU-107 to OCA/Runway loadout

I had originally opted for iron bombs for anti-runway as the AI sometimes miss with the Durandals because they release them from too high an altitude. But after using them for a while, I am finding they appear to do no worse than with iron bombs. So, might as well let them use the dedicated anti-runway weapon.
This commit is contained in:
Starfire13 2023-07-30 07:32:05 +10:00 committed by Raffson
parent 6ef3bd5095
commit c640a53190
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -407,7 +407,7 @@ local unitPayloads = {
["num"] = 3, ["num"] = 3,
}, },
[5] = { [5] = {
["CLSID"] = "{34759BBC-AF1E-4AEE-A581-498FF7A6EBCE}", ["CLSID"] = "{CFT_R_BLU107_x_6}",
["num"] = 12, ["num"] = 12,
}, },
[6] = { [6] = {
@ -415,17 +415,17 @@ local unitPayloads = {
["num"] = 9, ["num"] = 9,
}, },
[7] = { [7] = {
["CLSID"] = "{34759BBC-AF1E-4AEE-A581-498FF7A6EBCE}",
["num"] = 8,
},
[8] = {
["CLSID"] = "{F-15E_AAQ-14_LANTIRN}", ["CLSID"] = "{F-15E_AAQ-14_LANTIRN}",
["num"] = 7, ["num"] = 7,
}, },
[9] = { },
["CLSID"] = "{34759BBC-AF1E-4AEE-A581-498FF7A6EBCE}", [8] = {
["num"] = 4, ["CLSID"] = "{F-15E_AAQ-14_LANTIRN}",
}, ["num"] = 7,
},
[9] = {
["CLSID"] = "{CFT_L_BLU107_x_6}",
["num"] = 4,
}, },
["tasks"] = { ["tasks"] = {
[1] = 32, [1] = 32,
@ -527,8 +527,6 @@ local unitPayloads = {
}, },
}, },
}, },
["tasks"] = {
},
["unitType"] = "F-15ESE", ["unitType"] = "F-15ESE",
} }
return unitPayloads return unitPayloads