1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/celt_barracks.xml
Mythos_Ruler 6325a1eafe Adjusting build times.
This was SVN commit r8588.
2010-11-13 06:27:00 +00:00

34 lines
887 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_barracks">
<Identity>
<Civ>celt</Civ>
<SpecificName>Gwersyllty</SpecificName>
</Identity>
<Cost>
<PopulationBonus>7</PopulationBonus>
<Resources>
<wood>200</wood>
<stone>0</stone>
</Resources>
</Cost>
<VisualActor>
<Actor>structures/celts/barracks_new.xml</Actor>
<FoundationActor>structures/fndn_5x5.xml</FoundationActor>
</VisualActor>
<Footprint>
<Square width="22.0" depth="22.0"/>
<Height>5.0</Height>
</Footprint>
<Obstruction>
<Static width="20.0" depth="20.0"/>
</Obstruction>
<TrainingQueue>
<Entities datatype="tokens">
units/celt_cavalry_javelinist_b
units/celt_cavalry_swordsman_b
units/celt_infantry_javelinist_b
units/celt_infantry_spearman_b
</Entities>
</TrainingQueue>
</Entity>