1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/pers_dock.xml
Mythos_Ruler b9373a9dd3 Tweaks to Death Canyon II.xml
Fixed Persian bireme template.
Added Persian bireme to Persian Dock.

This was SVN commit r10577.
2011-11-23 02:29:29 +00:00

25 lines
786 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>
<TrainingQueue>
<Entities datatype="tokens">
units/pers_ship_bireme
units/pers_ship_trireme
</Entities>
</TrainingQueue>
<VisualActor>
<Actor>structures/persians/dock.xml</Actor>
</VisualActor>
</Entity>