1
0
forked from 0ad/0ad

Tweaks to Death Canyon II.xml

Fixed Persian bireme template.
Added Persian bireme to Persian Dock.

This was SVN commit r10577.
This commit is contained in:
Michael D. Hafer 2011-11-23 02:29:29 +00:00
parent 37b8f8b0d0
commit b9373a9dd3
3 changed files with 6 additions and 4 deletions

Binary file not shown.

View File

@ -14,6 +14,7 @@
</Obstruction>
<TrainingQueue>
<Entities datatype="tokens">
units/pers_ship_bireme
units/pers_ship_trireme
</Entities>
</TrainingQueue>

View File

@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_trireme">
<Entity parent="template_unit_mechanical_ship_bireme">
<Footprint>
<Square width="6.0" depth="36.0"/>
<Height>8.0</Height>
</Footprint>
<Identity>
<Civ>pers</Civ>
<GenericName>Cypriad Galley</GenericName>
<SpecificName>Hamaraniyanava</SpecificName>
<History>Cypriad galleys comprised a substantial part of Xerxes' navy which invaded Greece in 480 BC. While generally considered inferior to the ships of the Phoenicians, these were still very good.</History>
<Icon>units/pers_ship_bireme.png</Icon>
@ -13,4 +14,4 @@
<VisualActor>
<Actor>structures/persians/bireme.xml</Actor>
</VisualActor>
</Entity>
</Entity>