0ad/binaries/data/mods/public/simulation/templates/gaia/fauna_elephant.xml

20 lines
459 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_aggressive">
<Identity>
<Civ>gaia</Civ>
<SpecificName>Elephant</SpecificName>
<IconCell>4</IconCell>
</Identity>
<ResourceSupply>
<Amount>500</Amount>
<Type>food.meat</Type>
</ResourceSupply>
<VisualActor>
<Actor>fauna/elephant.xml</Actor>
</VisualActor>
<Footprint>
<Circle radius="2.5"/>
<Height>3.5</Height>
</Footprint>
</Entity>