1
0
forked from mirrors/0ad

Tweak Macedonian champ infantry to have more attack, not more armour.

Patch by; borg-

Reviewed By: Nescio
Differential Revision: https://code.wildfiregames.com/D2868
This was SVN commit r23819.
This commit is contained in:
wraitii
2020-07-12 09:17:07 +00:00
parent e007caf642
commit a1e812a3ea
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/mace_champion_infantry_a">
<Armour>
<Hack op="add">1</Hack>
<Pierce op="add">1</Pierce>
</Armour>
<Attack>
<Melee>
<Damage>
<Hack op="mul">1.1</Hack>
<Pierce op="mul">1.1</Pierce>
</Damage>
</Melee>
</Attack>
<Health>
<Max op="mul">1.1</Max>
</Health>