1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/celt_kennel.xml

40 lines
1020 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_barracks">
<Identity>
<Civ>celt</Civ>
<GenericName>Special Building</GenericName>
<SpecificName>Kennel</SpecificName>
<Tooltip>Train Celtic war dogs, who are excellent hunters.</Tooltip>
</Identity>
<Cost>
<PopulationBonus>0</PopulationBonus>
<BuildTime>50</BuildTime>
<Resources>
<wood>50</wood>
<stone>50</stone>
</Resources>
</Cost>
<Health>
<Max>500</Max>
</Health>
<VisualActor>
<Actor>structures/celts/kennel.xml</Actor>
<FoundationActor>structures/fndn_2x2.xml</FoundationActor>
</VisualActor>
<TrainingQueue>
<Entities datatype="tokens">
units/celt_cavalry_spearman_b
</Entities>
</TrainingQueue>
<StatusBars>
<HeightOffset>8.0</HeightOffset>
</StatusBars>
<Footprint>
<Square width="8.0" depth="7.0"/>
<Height>5.0</Height>
</Footprint>
<Obstruction>
<Static width="7.5" depth="6.75"/>
</Obstruction>
</Entity>