Lower infantry crossbowmen walk speed.

Their lowered prepare time (since c78ead79e6) makes them too good at
hit-and-run, they should be slower since a crossbow is encumbering.

Accepted By: ValihrAnt
Differential Revision: https://code.wildfiregames.com/D4096
This was SVN commit r25724.
This commit is contained in:
wraitii 2021-06-07 06:50:26 +00:00
parent add76379d4
commit 8e853a7a0d
2 changed files with 2 additions and 2 deletions

View File

@ -45,6 +45,6 @@
</Sound>
<Turretable/>
<UnitMotion>
<WalkSpeed op="mul">1.2</WalkSpeed>
<WalkSpeed op="add">0.6</WalkSpeed>
</UnitMotion>
</Entity>

View File

@ -48,6 +48,6 @@
</SoundGroups>
</Sound>
<UnitMotion>
<WalkSpeed op="mul">1.2</WalkSpeed>
<WalkSpeed op="add">0.6</WalkSpeed>
</UnitMotion>
</Entity>