0ad/binaries/data/mods/public/simulation/templates/structures/pers_dock.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

25 lines
790 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_dock">
<Footprint>
<Square width="23.5" depth="16.0"/>
<Height>8.0</Height>
</Footprint>
<Identity>
<Civ>pers</Civ>
<SpecificName>Langargah</SpecificName>
<History>Situated on the Mediterranean coast, all Phoenician cities had excellent docks and harbours, the oustanding example being Tyre, which was situated on an island close to the shore.</History>
</Identity>
<Obstruction>
<Static width="23.0" depth="15.0"/>
</Obstruction>
<ProductionQueue>
<Entities datatype="tokens">
units/pers_ship_bireme
units/pers_ship_trireme
</Entities>
</ProductionQueue>
<VisualActor>
<Actor>structures/persians/dock.xml</Actor>
</VisualActor>
</Entity>