0ad/binaries/data/mods/public/simulation/templates/structures/iber_barracks.xml
Mythos_Ruler e75765faae Fixed some Greek corral prop problems.
Fixed Storehouses tip.

Fixed the names for ALL Iberian units and buildings.

Added a build restriction for the Iberian Monument.

This was SVN commit r13769.
2013-08-25 22:20:09 +00:00

30 lines
963 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_barracks">
<Cost>
<Resources>
<wood>100</wood>
<stone>200</stone>
</Resources>
</Cost>
<Identity>
<Civ>iber</Civ>
<SpecificName>Kaserna</SpecificName>
<History>The Iberians did not have standing armies in the sense that we know of them elsewhere or of today. Citizens were expected to take up arms whenever called by necessity.</History>
</Identity>
<ProductionQueue>
<Entities datatype="tokens">
units/iber_infantry_spearman_b
units/iber_infantry_swordsman_b
units/iber_infantry_javelinist_b
units/iber_infantry_slinger_b
units/iber_champion_infantry_barracks
units/iber_cavalry_spearman_b
units/iber_cavalry_javelinist_b
units/iber_champion_cavalry_barracks
</Entities>
</ProductionQueue>
<VisualActor>
<Actor>structures/iberians/barracks.xml</Actor>
</VisualActor>
</Entity>