0ad/binaries/data/mods/official/entities/template_structure_military_barracks.xml
Matei 6578c2c05c Added the new entities.
This was SVN commit r3251.
2005-12-15 22:58:31 +00:00

33 lines
579 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>
<Footprint>
<Width>18.0</Width>
<Depth>18.0</Depth>
<Height>8.0</Height>
</Footprint>
<Health>
<Max>600</Max>
</Health>
</Traits>
</Entity>