0ad/binaries/data/mods/public/simulation/templates/template_unit_cavalry.xml
2010-02-12 22:46:07 +00:00

35 lines
694 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit">
<Identity>
<GenericName>Cavalry</GenericName>
</Identity>
<Cost>
<Population>2</Population>
<Resources>
<food>100</food>
</Resources>
</Cost>
<ResourceGatherer>
<BaseSpeed>1000</BaseSpeed>
<Rates>
<food.meat>20</food.meat>
</Rates>
</ResourceGatherer>
<Health>
<Max>150</Max>
<RegenRate>0.2</RegenRate>
</Health>
<Armour>
<Hack>0.0</Hack>
<Pierce>0.0</Pierce>
<Crush>12.0</Crush>
</Armour>
<UnitMotion>
<WalkSpeed>8.5</WalkSpeed>
</UnitMotion>
<Footprint>
<Circle radius="1.2"/>
<Height>7.5</Height>
</Footprint>
</Entity>