0ad/binaries/data/mods/public/simulation/templates/template_unit.xml
2010-04-09 18:48:11 +00:00

34 lines
686 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_entity_full">
<Identity>
<GenericName>Unit</GenericName>
<IconSheet>PortraitSheet</IconSheet>
</Identity>
<UnitAI/>
<Cost>
<Population>1</Population>
<Resources>
<food>0</food>
<wood>0</wood>
<stone>0</stone>
<metal>0</metal>
</Resources>
</Cost>
<Health>
<DeathType>corpse</DeathType>
<Max>100</Max>
</Health>
<Armour>
<Hack>0.0</Hack>
<Pierce>0.0</Pierce>
<Crush>1.0</Crush>
</Armour>
<UnitMotion>
<WalkSpeed>7.0</WalkSpeed>
</UnitMotion>
<Footprint>
<Circle radius="0.5"/>
<Height>2.5</Height>
</Footprint>
</Entity>