mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
Buff halberdiers by increasing movement speed and adding 1 hack armor.
This commit is contained in:
parent
5778ef6cac
commit
60f9737cfb
1 changed files with 4 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
<Resistance>
|
||||
<Entity>
|
||||
<Damage>
|
||||
<Hack op="add">-2</Hack>
|
||||
<Hack op="add">-1</Hack>
|
||||
<Pierce op="add">-2</Pierce>
|
||||
</Damage>
|
||||
</Entity>
|
||||
|
|
@ -40,6 +40,9 @@
|
|||
special/formations/anti_cavalry
|
||||
</Formations>
|
||||
</UnitAI>
|
||||
<UnitMotion>
|
||||
<WalkSpeed op="add">0.5</WalkSpeed>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>units/han/infantry_halberdman_b.xml</Actor>
|
||||
</VisualActor>
|
||||
|
|
|
|||
Loading…
Reference in a new issue