0ad/binaries/data/mods/public/simulation/templates/gaia/fauna_elephant.xml
sanderd17 1aaca7e6e3 health regeneration
This was SVN commit r13647.
2013-08-12 17:45:18 +00:00

37 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_aggressive">
<Footprint>
<Circle radius="2.5"/>
<Height>3.5</Height>
</Footprint>
<Health>
<Max>200</Max>
</Health>
<Identity>
<Civ>gaia</Civ>
<Classes datatype="tokens">Elephant</Classes>
<SpecificName>Elephant</SpecificName>
<Icon>gaia/fauna_elephant.png</Icon>
</Identity>
<Position>
<Anchor>pitch</Anchor>
</Position>
<Sound>
<SoundGroups>
<select>actor/fauna/animal/elephant_select.xml</select>
<order_walk>actor/fauna/animal/elephant_order.xml</order_walk>
<order_attack>actor/fauna/animal/elephant_attack.xml</order_attack>
<attack>actor/fauna/animal/elephant_attack.xml</attack>
<death>actor/fauna/animal/elephant_death.xml</death>
<trained>actor/fauna/animal/elephant_trained.xml</trained>
</SoundGroups>
</Sound>
<ResourceSupply>
<Amount>500</Amount>
<Type>food.meat</Type>
</ResourceSupply>
<VisualActor>
<Actor>fauna/elephant.xml</Actor>
</VisualActor>
</Entity>