1
0
forked from 0ad/0ad

New Greek fishing boat. There seems to be a problem with the entity though.

This was SVN commit r8388.
This commit is contained in:
Michael D. Hafer 2010-10-17 00:07:44 +00:00
parent 46efdbbb45
commit ae7af8ed4d
6 changed files with 55 additions and 5 deletions

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<float/>
<group>
<variant name="Greek and Roman Fishing Boat">
<mesh>structural/hele_fishing_boat.dae</mesh>
<texture>structural/hele_fishing_boat.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship">
<Identity>
<GenericName>Fishing Boat</GenericName>
<IconCell>38</IconCell>
<Tooltip>Fish the water for Food. Garrison a unit inside to boost fishing rate.</Tooltip>
</Identity>
<Cost>
<Resources>
<Wood>50</Wood>
</Resources>
</Cost>
<ResourceGatherer>
<MaxDistance>12.0</MaxDistance>
<BaseSpeed>1.0</BaseSpeed>
<Rates>
<food.fish>3</food.fish>
</Rates>
</ResourceGatherer>
<Armour>
<Hack>10.0</Hack>
<Pierce>10.0</Pierce>
<Crush>1.0</Crush>
</Armour>
</Entity>

View File

@ -12,11 +12,6 @@
</Cost>
<ResourceGatherer>
<MaxDistance>12.0</MaxDistance>
<BaseSpeed>1.0</BaseSpeed>
<Rates>
<food.fish>1</food.fish>
<metal.treasure>10000</metal.treasure>
</Rates>
</ResourceGatherer>
<Armour>
<Hack>10.0</Hack>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_fishing">
<Identity>
<Civ>hele</Civ>
<SpecificName>Plio</SpecificName>
<IconSheet>snPortraitSheetHele</IconSheet>
<History>Need History</History>
</Identity>
<VisualActor>
<Actor>structures/hellenes/fishing_boat.xml</Actor>
</VisualActor>
</Entity>