Temporary Roman bireme and trireme. Updated dock template.

This was SVN commit r11071.
This commit is contained in:
Michael D. Hafer 2012-02-14 05:27:33 +00:00
parent d368f57a45
commit d9531e59c7
3 changed files with 39 additions and 0 deletions

View File

@ -1,12 +1,21 @@
<?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>
<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>
<TrainingQueue>
<Entities datatype="tokens">
units/rome_ship_bireme
units/rome_ship_trireme
units/rome_ship_quinquereme
</Entities>
</TrainingQueue>

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_bireme">
<Footprint>
<Square width="6.0" depth="30.0"/>
<Height>8.0</Height>
</Footprint>
<Identity>
<Civ>rome</Civ>
<SpecificName>Liburnus</SpecificName>
<History>By the time of the Second Punic War the Romans had adopted an improved bireme design created by the Liburnians of Illyria. Faster, lighter, and more agile then conventional warships, the Liburna (sing. Liburnus) would quickly become widespread throughout the Roman navy. They appear to have been used in support of Triremes.</History>
<Icon>units/hele_ship_bireme.png</Icon>
</Identity>
<VisualActor>
<Actor>structures/hellenes/pentekonter.xml</Actor>
</VisualActor>
</Entity>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_trireme">
<Identity>
<Civ>rome</Civ>
<SpecificName>Triremis Romanum</SpecificName>
<Tooltip>Medium Warship.
Ramming Secondary Attack.</Tooltip>
<History>The Trireme was the most common warship of the Mediterranean – it was used by Phoenicians, Greeks, Carthaginians and Romans alike. The Romans were already using these vessels by the beginning of the Punic Wars, and underwent a number of modifications. These remain controversial, but it seems that Triremes remained the mainstay of the fleet for this era.</History>
<Icon>units/hele_ship_trireme.png</Icon>
</Identity>
<VisualActor>
<Actor>structures/hellenes/trireme.xml</Actor>
</VisualActor>
</Entity>