0ad/binaries/data/mods/public/simulation/templates/structures/rome_dock.xml
Enrique 51f5025b96 Added custom docks rubbles with ao for each civ except Mauryans.
Fixed Hellenic dock origin
Added custom decal for celt docks

This was SVN commit r12857.
2012-11-14 04:24:59 +00:00

29 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_dock">
<Footprint>
<Square width="24.0" depth="28.0"/>
<Height>8.0</Height>
</Footprint>
<Health>
<SpawnEntityOnDeath>rubble/rubble_rome_dock</SpawnEntityOnDeath>
</Health>
<Identity>
<Civ>rome</Civ>
<SpecificName>Portus</SpecificName>
<History>Being an inland city, Rome was still connected to the port of Ostia through means of the Tiber. Merchant ships from all over the Mediterranean arrived at Ostia, bringing all kinds of luxurious goods. The construction of a reliable harbour was planned by Julius Caesar and carried out by Claudius.</History>
</Identity>
<Obstruction>
<Static width="20.0" depth="24.0"/>
</Obstruction>
<ProductionQueue>
<Entities datatype="tokens">
units/rome_ship_bireme
units/rome_ship_trireme
units/rome_ship_quinquereme
</Entities>
</ProductionQueue>
<VisualActor>
<Actor>structures/romans/dock.xml</Actor>
</VisualActor>
</Entity>