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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user