Tweak winchester behavior for SEAD escort.

They can't suppress air defenses after running out of TALDs or ARMs.
This commit is contained in:
Dan Albert 2021-05-22 15:09:10 -07:00
parent 57fe5c04ec
commit ba2157cc43

View File

@ -1272,6 +1272,8 @@ class AircraftConflictGenerator:
group,
react_on_threat=OptReactOnThreat.Values.EvadeFire,
roe=OptROE.Values.OpenFire,
# ASM includes ARMs and TALDs (among other things, but those are the useful
# weapons for SEAD).
rtb_winchester=OptRTBOnOutOfAmmo.Values.ASM,
restrict_jettison=True,
)
@ -1398,7 +1400,9 @@ class AircraftConflictGenerator:
self.configure_behavior(
group,
roe=OptROE.Values.OpenFire,
rtb_winchester=OptRTBOnOutOfAmmo.Values.Guided,
# ASM includes ARMs and TALDs (among other things, but those are the useful
# weapons for SEAD).
rtb_winchester=OptRTBOnOutOfAmmo.Values.ASM,
restrict_jettison=True,
)