1
0
forked from 0ad/0ad

Added Mauryan fishing boat from contributor Ndragu

This was SVN commit r13135.
This commit is contained in:
Enrique 2013-01-31 12:56:26 +00:00
parent 5bea1e7b87
commit 60c328302b
4 changed files with 31 additions and 13 deletions

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>structural/maur_fishing_boat.dae</mesh>
<textures><texture file="structural/maur_fishing_boat.png" name="baseTex"/></textures>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_fishing">
<Identity>
<Civ>maur</Civ>
<GenericName>Fisherman</GenericName>
<SpecificName>Matsyapalak</SpecificName>
<History>Fishing Boat</History>
<Icon>units/celt_ship_fishing.png</Icon>
</Identity>
<VisualActor>
<Actor>structures/celts/fishing_boat.xml</Actor>
</VisualActor>
</Entity>
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_fishing">
<Identity>
<Civ>maur</Civ>
<GenericName>Fisherman</GenericName>
<SpecificName>Matsyapalak</SpecificName>
<History>Fishing Boat</History>
<Icon>units/celt_ship_fishing.png</Icon>
</Identity>
<VisualActor>
<Actor>structures/mauryans/fishing_ship.xml</Actor>
</VisualActor>
</Entity>