1
0
forked from 0ad/0ad

This was SVN commit r10341.

This commit is contained in:
Matthijs de Rijk 2011-09-28 23:43:26 +00:00
parent e0255741d8
commit 4fd84919cd
6 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<float/>
<group>
<variant frequency="100" name="Base">
<mesh>props/pers_merc_sail.dae</mesh>
<texture>props/pers_trireme_sail_c.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<float/>
<group>
<variant frequency="100" name="Base">
<mesh>structural/pers_merc.dae</mesh>
<props>
<prop actor="props/structures/persians/merchant_sail.xml" attachpoint="root"/>
</props>
<texture>structural/pers_merc.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_merchant">
<Footprint>
<Square width="6.0" depth="25.0"/>
<Height>8.0</Height>
</Footprint>
<Identity>
<Civ>pers</Civ>
<SpecificName>Merchant</SpecificName>
<History>Phoenician merchant ship used by the persians for trading over sea.</History>
<Icon>units/pers_ship_mercant.png</Icon>
</Identity>
<VisualActor>
<Actor>structures/persians/merchant.xml</Actor>
</VisualActor>
</Entity>