0ad/binaries/data/mods/public/simulation/templates/structures/hele_barracks.xml
Mythos_Ruler c754c63376 Greek naming tweaks.
This was SVN commit r9198.
2011-04-07 17:29:02 +00:00

27 lines
831 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_barracks">
<Identity>
<Civ>hele</Civ>
<SpecificName>Stratigeion</SpecificName>
<History>The Stratigeion was the main military headquarters, where important decisions were taken and plans for battles discussed by the Hellene Generals, or "Strategoi".</History>
</Identity>
<Cost>
<BuildTime>220</BuildTime>
</Cost>
<Health>
<Max>2200</Max>
</Health>
<VisualActor>
<Actor>structures/hellenes/barracks.xml</Actor>
</VisualActor>
<TrainingQueue>
<Entities datatype="tokens">
units/hele_cavalry_swordsman_b
units/hele_cavalry_javelinist_b
units/hele_infantry_archer_b
units/hele_infantry_javelinist_b
units/hele_infantry_spearman_b
</Entities>
</TrainingQueue>
</Entity>