1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/template_unit.xml

40 lines
791 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_entity_full">
<Identity>
<GenericName>Unit</GenericName>
<IconSheet>PortraitSheet</IconSheet>
</Identity>
<Minimap>
<Type>unit</Type>
</Minimap>
<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>
<Obstruction>
<Unit radius="1.0"/>
</Obstruction>
</Entity>