1
0
forked from 0ad/0ad

Fix 8bd7a4f4b5 - crossbowman introduced in 7bf2f9ed74

This was SVN commit r25138.
This commit is contained in:
wraitii 2021-03-27 09:48:30 +00:00
parent 31808e6fa3
commit d0de32b2a8
5 changed files with 5 additions and 8 deletions

View File

@ -10,4 +10,7 @@
special/formations/skirmish
</Formations>
</Identity>
<UnitMotion>
<WalkSpeed op="mul">0.89</WalkSpeed>
</UnitMotion>
</Entity>

View File

@ -36,7 +36,4 @@
<attack_ranged>attack/weapon/bow_attack.xml</attack_ranged>
</SoundGroups>
</Sound>
<UnitMotion>
<WalkSpeed op="mul">0.89</WalkSpeed>
</UnitMotion>
</Entity>

View File

@ -36,7 +36,4 @@
<attack_impact_ranged>attack/impact/javelin_impact.xml</attack_impact_ranged>
</SoundGroups>
</Sound>
<UnitMotion>
<WalkSpeed op="mul">0.89</WalkSpeed>
</UnitMotion>
</Entity>

View File

@ -43,6 +43,6 @@
</SoundGroups>
</Sound>
<UnitMotion>
<WalkSpeed op="mul">0.835</WalkSpeed>
<WalkSpeed op="mul">0.89</WalkSpeed>
</UnitMotion>
</Entity>

View File

@ -43,6 +43,6 @@
</SoundGroups>
</Sound>
<UnitMotion>
<WalkSpeed op="mul">0.835</WalkSpeed>
<WalkSpeed op="mul">0.89</WalkSpeed>
</UnitMotion>
</Entity>