1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/template_unit.xml
Ykkrosh 9213ee8c27 # Construct buildings from foundations.
Display construction costs in tooltips.
Stop buildings leaving corpses.
Add debug info option to GUI.

This was SVN commit r7352.
2010-03-12 21:41:40 +00:00

26 lines
519 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>
</Cost>
<Health>
<DeathType>corpse</DeathType>
<Max>100</Max>
</Health>
<Armour>
<Crush>1.0</Crush>
</Armour>
<UnitMotion>
<WalkSpeed>7.0</WalkSpeed>
</UnitMotion>
<Footprint>
<Circle radius="0.5"/>
<Height>2.5</Height>
</Footprint>
</Entity>