0ad/binaries/data/mods/public/simulation/templates/structures/maur_barracks.xml
Mythos_Ruler 68f44a74bd - Fig Tree: Gave it the "berry bush" selection sound to help drive home that it is a fruit-bearing tree.
- All Mauryan buildings: Removed the Persian structural health bonus, a
legacy from copying over from Persian templates.
- Mauryan Barracks: Added the Indian Light Cavalry to the training
roster. Removed the Persian Barracks portrait icon.

This was SVN commit r12079.
2012-07-07 21:38:48 +00:00

19 lines
544 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_barracks">
<Identity>
<Civ>maur</Civ>
<SpecificName>Sainyavasa</SpecificName>
<History>Barracks.</History>
</Identity>
<ProductionQueue>
<Entities datatype="tokens">
units/maur_infantry_archer_b
units/maur_infantry_spearman_b
units/maur_infantry_swordsman_b
units/maur_cavalry_javelinist_b
</Entities>
</ProductionQueue>
<VisualActor>
<Actor>structures/mauryans/barracks.xml</Actor>
</VisualActor>
</Entity>