1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_structure_military_barracks.xml
2006-02-26 22:10:01 +00:00

35 lines
626 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_structure_military"
>
<Traits>
<Id>
<Internal_Only />
<Generic>Barracks</Generic>
<Icon_Cell>59</Icon_Cell>
<Classes>Town</Classes>
<Rollover>The Barracks trains military units. Technologies may also be researched to improve their equipment.</Rollover>
</Id>
<Foundation>foundation_4x4</Foundation>
<Footprint>
<Width>18.0</Width>
<Depth>18.0</Depth>
<Height>8.0</Height>
</Footprint>
<Health>
<Max>600</Max>
</Health>
</Traits>
</Entity>