mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-06 06:55:48 -07:00
This was SVN commit r10162.
This commit is contained in:
parent
e2ad017092
commit
a28a5ef934
2 changed files with 4 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<variant frequency="100" name="Base">
|
||||
<mesh>structural/kart_ship_quinquereme.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
|
||||
<prop actor="props/units/weapons/rock.xml" attachpoint="projectile"/>
|
||||
</props>
|
||||
<texture>null_white.dds</texture>
|
||||
</variant>
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<mesh>structural/rome_qui.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/units/weapons/rock.xml" attachpoint="projectile"/>
|
||||
</props>
|
||||
<texture>structural/rome_qui.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
|
@ -14,14 +17,12 @@
|
|||
<prop actor="props/structures/romans/quinquereme_oars.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/romans/quinquereme_props.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/romans/quinquereme_mast.xml" attachpoint="root"/>
|
||||
<prop actor="props/units/weapons/rock.xml" attachpoint="projectile"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant frequency="1" name="no-sail">
|
||||
<props>
|
||||
<prop actor="props/structures/romans/quinquereme_oars.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/romans/quinquereme_props.xml" attachpoint="root"/>
|
||||
<prop actor="props/units/weapons/rock.xml" attachpoint="projectile"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
|
|
|
|||
Loading…
Reference in a new issue