1
0
forked from 0ad/0ad

Placeholder Mauryan merchant ship

This was SVN commit r13300.
This commit is contained in:
Pureon 2013-03-16 10:30:29 +00:00
parent b0f1afa994
commit 5ba7153541
3 changed files with 31 additions and 2 deletions

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Mauryan Merchant">
<animations>
</animations>
<mesh>structural/maur_merchant.dae</mesh>
<props>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
<prop actor="props/special/eyecandy/basket_celt_a.xml" attachpoint="wrld_basket_a1"/>
<prop actor="props/special/eyecandy/basket_celt_a.xml" attachpoint="wrld_basket_a2"/>
<prop actor="props/special/eyecandy/basket_celt_a.xml" attachpoint="wrld_basket_a3"/>
<prop actor="props/special/eyecandy/barrel_a.xml" attachpoint="wrld_barrel_a004"/>
</props>
</variant>
</group>
<group>
<variant frequency="1" name="Blue Eye">
<textures>
<texture file="structural/maur_bireme.png" name="baseTex"/>
</textures>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_merchant">
<Footprint>
<Square width="12.0" depth="24.0"/>
<Square width="12.0" depth="28.0"/>
<Height>6.0</Height>
</Footprint>
<Identity>
@ -12,6 +12,6 @@
<Icon>units/celt_ship_merchant.png</Icon>
</Identity>
<VisualActor>
<Actor>structures/celts/merchant_ship.xml</Actor>
<Actor>structures/mauryans/merchant_ship.xml</Actor>
</VisualActor>
</Entity>