0ad/binaries/data/mods/official/entities/template_structure_gaia_settlement.xml
Acumen c9250bd415 GUI Updates:
* Implemented Jason's new tabs for portraits. Shuffled buttons around a
bit.
* Started on Status Pane elements ... portrait, health and stamina bars,
garrison and supply counters, and descriptive text.

This was SVN commit r3585.
2006-03-03 00:02:01 +00:00

38 lines
738 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_structure"
>
<Traits>
<Id>
<Internal_Only />
<Generic>Gaia Building</Generic>
<Specific>Settlement</Specific>
<Civ>Gaia</Civ>
<Icon>PortraitSheetSpecial</Icon>
<Icon_Cell>1</Icon_Cell>
<Classes>Building, Gaia, Special, Settlement</Classes>
<Rollover>Build a Civil Centre at this location to expand your territory.</Rollover>
</Id>
<Foundation>foundation_5x5</Foundation>
<Footprint>
<Width>24.0</Width>
<Depth>24.0</Depth>
<Height>8.0</Height>
</Footprint>
<MiniMap>
<Type>Settlement</Type>
</MiniMap>
</Traits>
</Entity>