mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Disable attack as formation
Differential Revision: https://code.wildfiregames.com/D1220 Reviewed by: wraitii Refs: #4951 This was SVN commit r21042.
This commit is contained in:
parent
effb1363c0
commit
ac3c02b4d4
5 changed files with 5 additions and 5 deletions
|
|
@ -14,6 +14,6 @@
|
|||
<SpeedMultiplier>0.9</SpeedMultiplier>
|
||||
</Formation>
|
||||
<FormationAttack>
|
||||
<CanAttackAsFormation>true</CanAttackAsFormation>
|
||||
<CanAttackAsFormation>false</CanAttackAsFormation>
|
||||
</FormationAttack>
|
||||
</Entity>
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@
|
|||
<MinColumns>3</MinColumns>
|
||||
</Formation>
|
||||
<FormationAttack>
|
||||
<CanAttackAsFormation>true</CanAttackAsFormation>
|
||||
<CanAttackAsFormation>false</CanAttackAsFormation>
|
||||
</FormationAttack>
|
||||
</Entity>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,6 @@
|
|||
<Sloppyness>0.15</Sloppyness>
|
||||
</Formation>
|
||||
<FormationAttack>
|
||||
<CanAttackAsFormation>true</CanAttackAsFormation>
|
||||
<CanAttackAsFormation>false</CanAttackAsFormation>
|
||||
</FormationAttack>
|
||||
</Entity>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,6 @@
|
|||
</Animations>
|
||||
</Formation>
|
||||
<FormationAttack>
|
||||
<CanAttackAsFormation>true</CanAttackAsFormation>
|
||||
<CanAttackAsFormation>false</CanAttackAsFormation>
|
||||
</FormationAttack>
|
||||
</Entity>
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@
|
|||
<UnitSeparationDepthMultiplier>1.1</UnitSeparationDepthMultiplier>
|
||||
</Formation>
|
||||
<FormationAttack>
|
||||
<CanAttackAsFormation>true</CanAttackAsFormation>
|
||||
<CanAttackAsFormation>false</CanAttackAsFormation>
|
||||
</FormationAttack>
|
||||
</Entity>
|
||||
|
|
|
|||
Loading…
Reference in a new issue