Added "Fortress" sounds to the Roman Army Camp. Fixed the errors with the Roman dock.

This was SVN commit r10973.
This commit is contained in:
Michael D. Hafer 2012-01-28 01:00:50 +00:00
parent 47fb1dc377
commit f27d010330
4 changed files with 43 additions and 0 deletions

View File

@ -57,6 +57,13 @@
<Obstruction>
<Static width="24.0" depth="24.0"/>
</Obstruction>
<Sound>
<SoundGroups>
<select>interface/select/building/sel_fortress.xml</select>
<constructed>interface/complete/building/complete_fortress.xml</constructed>
<death>attack/destruction/building_collapse_large.xml</death>
</SoundGroups>
</Sound>
<TerritoryInfluence disable=""/>
<TrainingQueue>
<Entities datatype="tokens">

View File

@ -5,6 +5,11 @@
<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>
<TrainingQueue>
<Entities datatype="tokens">
units/rome_ship_quinquereme
</Entities>
</TrainingQueue>
<VisualActor>
<Actor>structures/romans/dock.xml</Actor>
</VisualActor>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_fishing">
<Identity>
<Civ>rome</Civ>
<SpecificName>Navicula Piscatoria</SpecificName>
<History>For the Romans fishing quickly became the plebs’ favorite pastime from the early days of the Roman Republic when fishing was still done on the Tiber. However towards the end of the Republic the fishing craze spread to the nobility, and hit its peak from the 2nd Century BC to the 4th Century AD. As both a livelihood and as a sport, fishing actually outpaced hunting.</History>
<Icon>units/hele_ship_fishing.png</Icon>
</Identity>
<VisualActor>
<Actor>structures/hellenes/fishing_boat.xml</Actor>
</VisualActor>
</Entity>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_merchant">
<Footprint replace="">
<Square width="8.0" depth="24.0"/>
<Height>8.0</Height>
</Footprint>
<Identity>
<Civ>rome</Civ>
<SpecificName>Corbita</SpecificName>
<History>The Corbita was the most famous class of Roman merchant ships, known as Oneraria. They had a cargo capacity of 60-300 tons on average, with variants known to carry as much as 400 tons. These vessels traveled all over the Mediterranean, and could be found literally on every trade route.</History>
<Icon>units/hele_ship_merchant.png</Icon>
</Identity>
<Obstruction>
<Unit radius="6.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/hellenes/merchant_new.xml</Actor>
</VisualActor>
</Entity>