This was SVN commit r8767.

This commit is contained in:
Matthijs de Rijk 2010-12-02 23:42:59 +00:00
parent 6b0f06f839
commit 8086433e2b
3 changed files with 16 additions and 6 deletions

View File

@ -6,7 +6,7 @@
<float/>
<group>
<variant frequency="100" name="Base">
<variant frequency="1" name="Base">
<mesh>props/pers_tri_oars.dae</mesh>
<texture>structural/pers_tri.dds</texture>
</variant>

View File

@ -8,10 +8,10 @@
<group>
<variant frequency="100" name="Base">
<mesh>structural/kart_tri.dae</mesh>
<!--<props>
<prop actor="props/structures/persians/trireme_oars.xml" attachpoint="root"/>
<prop actor="props/structures/persians/trireme_mast.xml" attachpoint="root"/>
</props>-->
<props>
<prop actor="props/structures/carthaginians/trireme_oars.xml" attachpoint="root"/>
<!--<prop actor="props/structures/persians/trireme_mast.xml" attachpoint="root"/>-->
</props>
<texture>structural/plac_kart.dds</texture>
</variant>
</group>

View File

@ -5,12 +5,22 @@
<group>
<variant frequency="100" name="Base">
<mesh>structural/pers_tri.dae</mesh>
<texture>structural/pers_tri.dds</texture>
</variant>
</group>
<group>
<variant frequency="1" name="sail">
<props>
<prop actor="props/structures/persians/trireme_oars.xml" attachpoint="root"/>
<prop actor="props/structures/persians/trireme_mast.xml" attachpoint="root"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
</props>
<texture>structural/pers_tri.dds</texture>
</variant>
<variant frequency="1" name="no-sail">
<props>
<prop actor="props/structures/persians/trireme_oars.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>