Introduce AirAttackType
Aircraft attack behavior (currently FlyBy or Hover) is now controlled via this instead of the CanHover boolean.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user