Introduce AirAttackType

Aircraft attack behavior (currently FlyBy or Hover)
is now controlled via this instead of the CanHover boolean.
This commit is contained in:
reaperrr
2019-06-08 14:56:42 +02:00
committed by abcdefg30
parent b59ae476e4
commit c8a42cbce2
7 changed files with 90 additions and 2 deletions

View File

@@ -305,6 +305,7 @@ HELI:
AttackAircraft:
FacingTolerance: 20
PersistentTargeting: false
AttackType: Hover
Aircraft:
LandWhenIdle: false
TurnSpeed: 4
@@ -373,6 +374,7 @@ HIND:
AttackAircraft:
FacingTolerance: 20
PersistentTargeting: false
AttackType: Hover
Aircraft:
LandWhenIdle: false
TurnSpeed: 4