1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/gaia/fauna_camel.xml

37 lines
887 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_skittish">
<Footprint>
<Circle radius="1.75"/>
<Height>3.0</Height>
</Footprint>
<Identity>
<Civ>gaia</Civ>
<SpecificName>Camel</SpecificName>
<Icon>gaia/fauna_camel.png</Icon>
</Identity>
<Obstruction>
<Unit radius="1.5"/>
</Obstruction>
<Sound>
<SoundGroups>
<select>actor/fauna/animal/camel.xml</select>
<order_walk>actor/fauna/movement/camel.xml</order_walk>
<death>actor/fauna/movement/camel.xml</death>
</SoundGroups>
</Sound>
<ResourceSupply>
<Amount>200</Amount>
</ResourceSupply>
<UnitMotion>
<WalkSpeed>3.0</WalkSpeed>
<Run>
<Speed>9.0</Speed>
<Range>600.0</Range>
<RangeMin>5.0</RangeMin>
</Run>
</UnitMotion>
<VisualActor>
<Actor>fauna/camel.xml</Actor>
</VisualActor>
</Entity>