Temporary fishing boat (Greek) and merchant ship (Iberian) for Carthage.

Touched up maps.

This was SVN commit r9868.
This commit is contained in:
Michael D. Hafer 2011-07-18 03:48:24 +00:00
parent af5fad90fa
commit edb063dbc8
5 changed files with 37 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_fishing">
<Identity>
<Civ>cart</Civ>
<SpecificName>Fishing Boat</SpecificName>
<History>Need History</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">
<Identity>
<Civ>cart</Civ>
<SpecificName>Merchant Ship</SpecificName>
<History>Need History</History>
<Icon>units/iber_ship_merchant.png</Icon>
</Identity>
<VisualActor>
<Actor>structures/iberians/merchant.xml</Actor>
</VisualActor>
<Footprint replace="">
<Square width="8.0" depth="24.0"/>
<Height>8.0</Height>
</Footprint>
<Obstruction>
<Unit radius="6.0"/>
</Obstruction>
</Entity>