1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/other/celt_homestead.xml

27 lines
853 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_civil_centre">
<Identity>
<Civ>celt</Civ>
<SpecificName>Caer</SpecificName>
<History>This was be the centre of the town, a great hall where the clan leader resided. All political matters were probably performed inside such a structure.</History>
<Tooltip>A Celtic homestead.</Tooltip>
</Identity>
<VisualActor>
<Actor>structures/celts/homestead.xml</Actor>
</VisualActor>
<Footprint replace="">
<Circle radius="15.0"/>
<Height>8.0</Height>
</Footprint>
<Obstruction>
<Static width="24.0" depth="24.0"/>
</Obstruction>
<TrainingQueue>
<Entities datatype="tokens">
units/celt_cavalry_javelinist_b
units/celt_infantry_javelinist_b
units/celt_infantry_spearman_b
</Entities>
</TrainingQueue>
</Entity>