0ad/binaries/data/mods/public/simulation/templates/structures/pers_barracks.xml
Mythos_Ruler 57a8fcc724 -Mauryan population cap bonus (+10%)
-Persian population cap bonus (+10%)

-"Immortals" technology for Persians. Reduces training time for Anusiya
by half. This is their "special" for now, since they are otherwise
unchanged from the default Champion Spearman.

-"Persian Architecture" technology for Persians (removes the inherent
health bonus and makes it a "special tech" instead).

-Added the Spartan City Phase civ bonus. Spartan citizen-soldiers now
promote directly from Basic to Elite after one kill. Pop cap is reduced
by -10% at the City Phase to balance.

-Updated civ JSON files (and their civ profiles on Trac).

-Adds map preview image for Acropolis 7.

This was SVN commit r12748.
2012-10-13 20:38:40 +00:00

26 lines
808 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_barracks">
<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>
<ProductionQueue>
<Entities datatype="tokens">
units/pers_infantry_spearman_b
units/pers_infantry_javelinist_b
units/pers_infantry_archer_b
</Entities>
<Technologies datatype="tokens">
pair_inf_01
pair_inf_02
-pair_cav_01
</Technologies>
</ProductionQueue>
<VisualActor>
<Actor>structures/persians/barracks.xml</Actor>
</VisualActor>
</Entity>