1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/entities/gaia/fauna_zebra.xml
2009-09-04 05:00:34 +00:00

30 lines
622 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_unit_fauna_hunt_skittish">
<Traits>
<Id>
<Specific>Zebra</Specific>
</Id>
<Supply>
<Max>150</Max>
<Type>food</Type>
<SubType>meat</SubType>
</Supply>
<Footprint>
<Radius>1.8</Radius>
<Height>1.8</Height>
</Footprint>
</Traits>
<Actions>
<Move>
<Speed>6.0</Speed>
<TurningRadius>1.0</TurningRadius>
<Run>
<Speed>15.0</Speed>
<Range>600.0</Range>
<RangeMin>5.0</RangeMin>
</Run>
</Move>
</Actions>
<Actor>fauna/zebra.xml</Actor>
</Entity>