1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/template_structure_gaia_settlement.xml
2006-07-09 23:13:20 +00:00

38 lines
748 B
XML

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