1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/gaia/fauna_elephant.xml
Mythos_Ruler 8b511dd053 #New ATTACK BONUSES code.
This was SVN commit r10804.
2011-12-24 03:49:30 +00:00

25 lines
597 B
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>
<RegenRate>1</RegenRate>
</Health>
<Identity>
<Civ>gaia</Civ>
<Classes datatype="tokens">Elephant</Classes>
<SpecificName>Elephant</SpecificName>
<Icon>gaia/fauna_elephant.png</Icon>
</Identity>
<ResourceSupply>
<Amount>500</Amount>
<Type>food.meat</Type>
</ResourceSupply>
<VisualActor>
<Actor>fauna/elephant.xml</Actor>
</VisualActor>
</Entity>