1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/pers_barracks.xml
Mythos_Ruler 77f8f95d20 Updated the names of the Persian units and structures. Removed Tachara and replaced with Apadana.
Took out some random flame and smoke actors from the Median Oasis map.

This was SVN commit r10502.
2011-11-10 00:49:54 +00:00

26 lines
753 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_barracks">
<Cost>
<Resources>
<wood>0</wood>
<stone>200</stone>
</Resources>
</Cost>
<Identity>
<Civ>pers</Civ>
<SpecificName>Padgan</SpecificName>
<History>The Persian barracks was often the armory where the weapons of the national regiment of that region was stored. </History>
<Tooltip>Levy Citizen-Infantry units.</Tooltip>
</Identity>
<TrainingQueue>
<Entities datatype="tokens">
units/pers_infantry_spearman_b
units/pers_infantry_javelinist_b
units/pers_infantry_archer_b
</Entities>
</TrainingQueue>
<VisualActor>
<Actor>structures/persians/barracks.xml</Actor>
</VisualActor>
</Entity>