1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/entities/template_structure_special.xml
2008-09-18 04:38:42 +00:00

33 lines
736 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_structure">
<Traits>
<Id>
<Internal_Only />
<Generic>Special Building</Generic>
<Icon_Cell>62</Icon_Cell>
<Classes>Special, City</Classes>
<Rollover>This is a special building unique to a particular civilisation. (Later we should break this down into child elements with different special building templates.)</Rollover>
</Id>
<Creation>
<Foundation>foundation_5x5</Foundation>
<BuildingLimitCategory>Special</BuildingLimitCategory>
</Creation>
<Footprint>
<Width>24.0</Width>
<Depth>24.0</Depth>
<Height>8.0</Height>
</Footprint>
</Traits>
</Entity>