0ad/binaries/data/mods/public/simulation/templates/gaia/fauna_gazelle.xml
2010-08-16 15:58:40 +00:00

20 lines
450 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_skittish">
<Identity>
<Civ>gaia</Civ>
<SpecificName>Gazelle</SpecificName>
<IconCell>8</IconCell>
</Identity>
<UnitMotion>
<WalkSpeed>5.0</WalkSpeed>
<Run>
<Speed>15.0</Speed>
<Range>600.0</Range>
<RangeMin>5.0</RangeMin>
</Run>
</UnitMotion>
<VisualActor>
<Actor>fauna/gazelle.xml</Actor>
</VisualActor>
</Entity>