mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Replace illyrian helmet on macedonian infantry with the new one.
replace mesh from hele_boeotian.xml. This was SVN commit r22934.
This commit is contained in:
parent
35dcdb263f
commit
fec02fa2e3
2 changed files with 8 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<castshadow/>
|
||||
<group>
|
||||
<variant name="boeotian-01">
|
||||
<mesh>props/helmet/hele_boeotian.dae</mesh>
|
||||
<mesh>props/helmet/hele_boeotian_a.dae</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
|
|
|
|||
|
|
@ -65,9 +65,14 @@
|
|||
<prop actor="props/units/helmets/hele_thracian_b5_crested.xml" attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant frequency="1" name="helmet-illyrian-crested">
|
||||
<variant frequency="1" name="Hele Illyrian Helmet-01">
|
||||
<props>
|
||||
<prop actor="props/units/helmets/hele_illyrian_crested.xml" attachpoint="helmet"/>
|
||||
<prop actor="props/units/helmets/hele_illyrian_b1_crested.xml" attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant frequency="1" name="Hele Illyrian Helmet-02">
|
||||
<props>
|
||||
<prop actor="props/units/helmets/hele_illyrian_b2_crested.xml" attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
|
|
|
|||
Loading…
Reference in a new issue