1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/entities/template_structure_gaia_settlement.xml

41 lines
797 B
XML

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