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

@@ -93,6 +93,7 @@ HELI:
FacingTolerance: 20
OpportunityFire: false
PersistentTargeting: false
AttackType: Hover
AmmoPool:
Ammo: 10
PipCount: 5
@@ -154,6 +155,7 @@ ORCA:
FacingTolerance: 20
OpportunityFire: false
PersistentTargeting: false
AttackType: Hover
AmmoPool:
Ammo: 6
PipCount: 6