1
0
forked from 0ad/0ad

Added Mauryan birreme from contributor Ndragu.

Added details to Mauryan Great Stupa fence.

This was SVN commit r13202.
This commit is contained in:
Enrique 2013-02-26 15:32:03 +00:00
parent cb890ad876
commit 6c7543c044
10 changed files with 86 additions and 45 deletions

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Mauryan Bireme">
<animations>
</animations>
<mesh>structural/maur_bireme.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/units/shields/maur_bell_a.xml" attachpoint="maur_shield_bell1"/>
<prop actor="props/units/shields/maur_bell_b.xml" attachpoint="maur_shield_bell2"/>
<prop actor="props/units/shields/maur_bell_straight_b.xml" attachpoint="maur_shield_bell3"/>
<prop actor="props/units/shields/maur_tall_roundtop_a.xml" attachpoint="maur_shield_tall_round1"/>
<prop actor="props/units/shields/maur_tall_roundtop_b.xml" attachpoint="maur_shield_tall_round2"/>
<prop actor="props/units/shields/maur_tall_roundtop_a.xml" attachpoint="maur_shield_tall_round3"/>
<prop actor="props/units/weapons/longsword_mauryan.xml" attachpoint="maur_long_sword1"/>
<prop actor="props/units/weapons/longsword_mauryan.xml" attachpoint="maur_long_sword2"/>
<prop actor="props/units/weapons/longsword_mauryan.xml" attachpoint="maur_long_sword3"/>
<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.

Binary file not shown.

View File

@ -28,6 +28,6 @@
<WalkSpeed>12.5</WalkSpeed>
</UnitMotion>
<VisualActor>
<Actor>structures/celts/warship.xml</Actor>
<Actor>structures/mauryans/bireme.xml</Actor>
</VisualActor>
</Entity>