mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
This was SVN commit r10261.
This commit is contained in:
parent
bf8a0bda32
commit
782bf32e53
2 changed files with 5 additions and 7 deletions
|
|
@ -13,8 +13,9 @@
|
|||
<mesh>skeletal/f_tunic.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/units/heads/head_celt_boudicca.xml" attachpoint="head"/>
|
||||
<prop actor="props/units/weapons/jav_gold.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/weapons/jav_ammo.xml" attachpoint="l_hand"/>
|
||||
<prop actor="props/units/cape_celt_boudicca.xml" attachpoint="shoulders"/>
|
||||
<prop actor="props/units/weapons/jav_loaded.xml" attachpoint="r_hand"/>
|
||||
</props>
|
||||
<texture>skeletal/celt_boudicca_2.dds</texture>
|
||||
</variant>
|
||||
|
|
@ -22,7 +23,7 @@
|
|||
<group>
|
||||
<variant name="Melee">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/jav_gold.xml" attachpoint="loaded-r_hand"/>
|
||||
<prop actor="props/units/weapons/jav_loaded.xml" attachpoint="loaded-r_hand"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/weapons/jav_projectile.xml" attachpoint="projectile"/>
|
||||
</props>
|
||||
|
|
|
|||
|
|
@ -19,9 +19,7 @@
|
|||
<props>
|
||||
<prop actor="props/units/heads/celt_helmet_b.xml" attachpoint="helmet"/>
|
||||
<prop actor="props/units/heads/head_celt.xml" attachpoint="head"/>
|
||||
<prop actor="props/units/weapons/jav.xml" attachpoint="loaded-r_hand"/>
|
||||
<prop actor="props/units/weapons/jav.xml" attachpoint="l_hand"/>
|
||||
<prop actor="props/units/weapons/jav.xml" attachpoint="projectile"/>
|
||||
<prop actor="props/units/weapons/jav_ammo.xml" attachpoint="l_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
|
|
@ -38,8 +36,7 @@
|
|||
</variant>
|
||||
<variant name="Melee">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/jav.xml" attachpoint="l_hand"/>
|
||||
<prop actor="props/units/weapons/jav.xml" attachpoint="loaded-r_hand"/>
|
||||
<prop actor="props/units/weapons/jav_loaded.xml" attachpoint="loaded-r_hand"/>
|
||||
<prop actor="" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/weapons/jav_projectile.xml" attachpoint="projectile"/>
|
||||
</props>
|
||||
|
|
|
|||
Loading…
Reference in a new issue