1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/pers_barracks.xml
Mythos_Ruler b54ad51054 Fixed an error in the plumed conical helm.
Added Amish's bushy Persian hair helmet. ;)

Added Amish's new building portraits to their respective Persian
Buildings.js

Adjusted tooltips on some units.

Added an 8x8 foundation (for the Roman Civic Centre and anything else
that might need it).

This was SVN commit r10630.
2011-11-29 14:47:46 +00:00

27 lines
799 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>
<Icon>structures/pers_barracks.png</Icon>
</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>