mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Tweak winchester behavior for SEAD escort.
They can't suppress air defenses after running out of TALDs or ARMs.
This commit is contained in:
@@ -1272,6 +1272,8 @@ class AircraftConflictGenerator:
|
|||||||
group,
|
group,
|
||||||
react_on_threat=OptReactOnThreat.Values.EvadeFire,
|
react_on_threat=OptReactOnThreat.Values.EvadeFire,
|
||||||
roe=OptROE.Values.OpenFire,
|
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,
|
rtb_winchester=OptRTBOnOutOfAmmo.Values.ASM,
|
||||||
restrict_jettison=True,
|
restrict_jettison=True,
|
||||||
)
|
)
|
||||||
@@ -1398,7 +1400,9 @@ class AircraftConflictGenerator:
|
|||||||
self.configure_behavior(
|
self.configure_behavior(
|
||||||
group,
|
group,
|
||||||
roe=OptROE.Values.OpenFire,
|
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,
|
restrict_jettison=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user