1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/template_unit.xml
2010-01-29 21:07:15 +00:00

16 lines
339 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_entity_full">
<Identity>
<GenericName>Unit</GenericName>
<IconSheet>PortraitSheet</IconSheet>
</Identity>
<UnitMotion/>
<Cost>
<Population>1</Population>
</Cost>
<Footprint>
<Circle radius="0.5"/>
<Height>2.5</Height>
</Footprint>
</Entity>