1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/gaia/fauna_gazelle.xml
Ykkrosh cdcee291cf Convert all remaining entity template data to new file format.
Add dummy component implementations for new data.
Partly support multiple weapons for a single unit.

This was SVN commit r7547.
2010-05-15 21:07:52 +00:00

19 lines
426 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_skittish">
<Identity>
<Civ>gaia</Civ>
<SpecificName>Gazelle</SpecificName>
</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>