Elven Ship(under the name noldor_ship_trireme)

This was SVN commit r9899.
This commit is contained in:
ShieldBearer 2011-07-23 10:24:36 +00:00
parent 44742dd78d
commit 3f950d1774
5 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<float/>
<group>
<variant>
<mesh>structural/elven_transport.dae</mesh>
<props>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
</props>
<texture>structural/elven_ship.png</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

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_trireme">
<Identity>
<Civ>hele</Civ>
<SpecificName>Mankar Cirya</SpecificName>
<History>Elven Trading ship, coz elves love to trade.</History>
<Icon>units/noldor_ship_trireme.png</Icon>
</Identity>
<VisualActor>
<Actor>structures/elven_transport.xml</Actor>
</VisualActor>
</Entity>