mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-20 07:27:46 +00: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:
@@ -14,6 +14,6 @@
|
|||||||
<SpeedMultiplier>0.9</SpeedMultiplier>
|
<SpeedMultiplier>0.9</SpeedMultiplier>
|
||||||
</Formation>
|
</Formation>
|
||||||
<FormationAttack>
|
<FormationAttack>
|
||||||
<CanAttackAsFormation>true</CanAttackAsFormation>
|
<CanAttackAsFormation>false</CanAttackAsFormation>
|
||||||
</FormationAttack>
|
</FormationAttack>
|
||||||
</Entity>
|
</Entity>
|
||||||
|
|||||||
@@ -10,6 +10,6 @@
|
|||||||
<MinColumns>3</MinColumns>
|
<MinColumns>3</MinColumns>
|
||||||
</Formation>
|
</Formation>
|
||||||
<FormationAttack>
|
<FormationAttack>
|
||||||
<CanAttackAsFormation>true</CanAttackAsFormation>
|
<CanAttackAsFormation>false</CanAttackAsFormation>
|
||||||
</FormationAttack>
|
</FormationAttack>
|
||||||
</Entity>
|
</Entity>
|
||||||
|
|||||||
@@ -33,6 +33,6 @@
|
|||||||
<Sloppyness>0.15</Sloppyness>
|
<Sloppyness>0.15</Sloppyness>
|
||||||
</Formation>
|
</Formation>
|
||||||
<FormationAttack>
|
<FormationAttack>
|
||||||
<CanAttackAsFormation>true</CanAttackAsFormation>
|
<CanAttackAsFormation>false</CanAttackAsFormation>
|
||||||
</FormationAttack>
|
</FormationAttack>
|
||||||
</Entity>
|
</Entity>
|
||||||
|
|||||||
@@ -20,6 +20,6 @@
|
|||||||
</Animations>
|
</Animations>
|
||||||
</Formation>
|
</Formation>
|
||||||
<FormationAttack>
|
<FormationAttack>
|
||||||
<CanAttackAsFormation>true</CanAttackAsFormation>
|
<CanAttackAsFormation>false</CanAttackAsFormation>
|
||||||
</FormationAttack>
|
</FormationAttack>
|
||||||
</Entity>
|
</Entity>
|
||||||
|
|||||||
@@ -13,6 +13,6 @@
|
|||||||
<UnitSeparationDepthMultiplier>1.1</UnitSeparationDepthMultiplier>
|
<UnitSeparationDepthMultiplier>1.1</UnitSeparationDepthMultiplier>
|
||||||
</Formation>
|
</Formation>
|
||||||
<FormationAttack>
|
<FormationAttack>
|
||||||
<CanAttackAsFormation>true</CanAttackAsFormation>
|
<CanAttackAsFormation>false</CanAttackAsFormation>
|
||||||
</FormationAttack>
|
</FormationAttack>
|
||||||
</Entity>
|
</Entity>
|
||||||
|
|||||||
Reference in New Issue
Block a user