mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 13:04:10 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user