0ad/binaries/data/mods/public/simulation/templates/structures/celt_barracks.xml

35 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_barracks">
<Cost>
<PopulationBonus>4</PopulationBonus>
</Cost>
<Footprint>
<Square width="22.0" depth="22.0"/>
<Height>5.0</Height>
</Footprint>
<Health>
<SpawnEntityOnDeath>rubble/rubble_stone_5x5</SpawnEntityOnDeath>
</Health>
<Identity>
<Civ>celt</Civ>
<SpecificName>Gwersyllty</SpecificName>
<History>All able-bodied male Celts were expected to heed their liege lord's call to battle when need arose.</History>
</Identity>
<Obstruction>
<Static width="20.0" depth="20.0"/>
</Obstruction>
<ProductionQueue>
<Entities datatype="tokens">
units/celt_infantry_spearman_b
units/celt_infantry_javelinist_b
units/celt_infantry_slinger_b
units/celt_cavalry_swordsman_b
units/celt_cavalry_javelinist_b
</Entities>
</ProductionQueue>
<VisualActor>
<Actor>structures/celts/barracks.xml</Actor>
<FoundationActor>structures/fndn_5x5.xml</FoundationActor>
</VisualActor>
</Entity>