mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-05 06:25:47 -07:00
This was SVN commit r4978.
This commit is contained in:
parent
70ba997181
commit
fc9eaeaf2b
3 changed files with 14 additions and 3 deletions
|
|
@ -62,6 +62,10 @@
|
|||
<mesh>skeletal/m_tunic_a.pmd</mesh>
|
||||
<texture>skeletal/hele_isp_e.dds</texture>
|
||||
</variant>
|
||||
<variant name="armour-var-e">
|
||||
<mesh>skeletal/m_tunic_a.pmd</mesh>
|
||||
<texture>skeletal/hele_isp_e_d.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
|
|
|
|||
|
|
@ -20,14 +20,21 @@
|
|||
</group>
|
||||
|
||||
<group>
|
||||
<variant frequency="10" name="Armour-Reinforced Linothorax">
|
||||
<variant frequency="5" name="Armour-Linen-Linothorax">
|
||||
<props>
|
||||
<prop actor="props/units/heads/hele_su3.xml" attachpoint="helmet"/>
|
||||
<prop actor="props/units/heads/head_hele_b.xml" attachpoint="head"/>
|
||||
</props>
|
||||
<texture>skeletal/hele_pezhetairoi_3.dds</texture>
|
||||
</variant>
|
||||
<variant frequency="5" name="Armour-Reinforced Linothorax">
|
||||
<props>
|
||||
<prop actor="props/units/heads/hele_su3.xml" attachpoint="helmet"/>
|
||||
<prop actor="props/units/heads/head_hele_b.xml" attachpoint="head"/>
|
||||
</props>
|
||||
<texture>skeletal/hele_pezhetairoi.dds</texture>
|
||||
</variant>
|
||||
<variant frequency="1" name="Armour-Bronze Cuirass">
|
||||
<variant frequency="2" name="Armour-Bronze Cuirass">
|
||||
<props>
|
||||
<prop actor="props/units/heads/hele_mace_frontranker.xml" attachpoint="helmet"/>
|
||||
<prop actor="props/units/heads/head_hele_b.xml" attachpoint="head"/>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
</animations>
|
||||
<mesh>skeletal/m_tunic_a.pmd</mesh>
|
||||
<props>
|
||||
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
|
||||
<prop actor="props/units/heads/head_hele_b.xml" attachpoint="head"/>
|
||||
<prop actor="props/units/heads/hele_cav_e.xml" attachpoint="helmet"/>
|
||||
<prop actor="props/units/weapons/spear_long.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/cape_a.xml" attachpoint="back"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue