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