mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
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:
parent
6ef3bd5095
commit
c640a53190
@ -407,7 +407,7 @@ local unitPayloads = {
|
||||
["num"] = 3,
|
||||
},
|
||||
[5] = {
|
||||
["CLSID"] = "{34759BBC-AF1E-4AEE-A581-498FF7A6EBCE}",
|
||||
["CLSID"] = "{CFT_R_BLU107_x_6}",
|
||||
["num"] = 12,
|
||||
},
|
||||
[6] = {
|
||||
@ -415,17 +415,17 @@ local unitPayloads = {
|
||||
["num"] = 9,
|
||||
},
|
||||
[7] = {
|
||||
["CLSID"] = "{34759BBC-AF1E-4AEE-A581-498FF7A6EBCE}",
|
||||
["num"] = 8,
|
||||
},
|
||||
[8] = {
|
||||
["CLSID"] = "{F-15E_AAQ-14_LANTIRN}",
|
||||
["num"] = 7,
|
||||
},
|
||||
[9] = {
|
||||
["CLSID"] = "{34759BBC-AF1E-4AEE-A581-498FF7A6EBCE}",
|
||||
["num"] = 4,
|
||||
},
|
||||
},
|
||||
[8] = {
|
||||
["CLSID"] = "{F-15E_AAQ-14_LANTIRN}",
|
||||
["num"] = 7,
|
||||
},
|
||||
[9] = {
|
||||
["CLSID"] = "{CFT_L_BLU107_x_6}",
|
||||
["num"] = 4,
|
||||
},
|
||||
["tasks"] = {
|
||||
[1] = 32,
|
||||
@ -527,8 +527,6 @@ local unitPayloads = {
|
||||
},
|
||||
},
|
||||
},
|
||||
["tasks"] = {
|
||||
},
|
||||
["unitType"] = "F-15ESE",
|
||||
}
|
||||
return unitPayloads
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user