mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 06:13:55 -07:00
Allow garrisoning elephants at the elephant stables. Patch by jonbaer.
Also add missing obstruction class to the elephant archer and fix its walking speed. This was SVN commit r18286.
This commit is contained in:
parent
74e672d879
commit
f15abb066c
3 changed files with 13 additions and 1 deletions
|
|
@ -13,6 +13,9 @@
|
|||
<Square width="29.0" depth="27.0"/>
|
||||
<Height>8.0</Height>
|
||||
</Footprint>
|
||||
<GarrisonHolder>
|
||||
<List datatype="tokens">Elephant</List>
|
||||
</GarrisonHolder>
|
||||
<Health>
|
||||
<Max>3000</Max>
|
||||
</Health>
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
<HeightOffset>6.5</HeightOffset>
|
||||
</StatusBars>
|
||||
<UnitMotion>
|
||||
<PassabilityClass>large</PassabilityClass>
|
||||
<PassabilityClass>large</PassabilityClass>
|
||||
<WalkSpeed>8.5</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>14.0</Speed>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,15 @@
|
|||
<trained>actor/fauna/animal/elephant_trained.xml</trained>
|
||||
</SoundGroups>
|
||||
</Sound>
|
||||
<UnitMotion>
|
||||
<PassabilityClass>large</PassabilityClass>
|
||||
<WalkSpeed>8.5</WalkSpeed>
|
||||
<Run>
|
||||
<Speed>14.0</Speed>
|
||||
<Range>1000.0</Range>
|
||||
<RangeMin>10.0</RangeMin>
|
||||
</Run>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>units/mauryans/elephant_archer_b.xml</Actor>
|
||||
</VisualActor>
|
||||
|
|
|
|||
Loading…
Reference in a new issue