1
0
forked from mirrors/0ad

Reduce slightly armor of gaul fanatic unit and make the run speed more consistent. The purpose is to balance it a bit more but also keep and emphasize the specificity of that unit. Reviewed by elexis.

Differential Revision: https://code.wildfiregames.com/D569
This was SVN commit r19697.
This commit is contained in:
fatherbushido
2017-05-30 21:45:54 +00:00
parent 80b5c2dae1
commit 2e5138bad9
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion_infantry_spearman">
<Armour>
<Hack op="add">-3</Hack>
<Pierce op="add">-3</Pierce>
<Hack op="add">-4</Hack>
<Pierce op="add">-4</Pierce>
</Armour>
<Cost>
<BuildTime op="mul">0.5</BuildTime>
@@ -25,7 +25,7 @@
<UnitMotion>
<WalkSpeed op="add">5</WalkSpeed>
<Run>
<Speed op="mul">1.5</Speed>
<Speed op="add">2</Speed>
<Range>600.0</Range>
<RangeMin>5.0</RangeMin>
</Run>