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

30 lines
611 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_structure_special"
>
<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>
<Footprint>
<Width>24.0</Width>
<Depth>24.0</Depth>
<Height>8.0</Height>
</Footprint>
</Traits>
</Entity>