1
0
forked from mirrors/0ad

Transversal Crested gallic centurion helmet.

Requested by @Wowgetoffyourcelphone

This was SVN commit r22959.
This commit is contained in:
Alexandermb
2019-09-21 20:49:12 +00:00
parent f69261d37b
commit 8fdfbb7cfd
2 changed files with 33 additions and 2 deletions
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>props/helmet/rome_gallic_type_h_01.dae</mesh>
<textures>
<texture file="props/helmet/rome_gallic_type_h_01_norm.png" name="normTex"/>
<texture file="props/helmet/rome_gallic_type_h_01_spec.png" name="specTex"/>
</textures>
<props>
<prop actor="props/units/helmets/props/rome_crest_bronze_02.xml" attachpoint="crest_transversal"/>
</props>
</variant>
</group>
<group>
<variant name="Type-H-01">
<textures>
<texture file="props/helmet/rome_gallic_type_h_01.png" name="baseTex"/>
<texture file="props/helmet/rome_gallic_type_h_01_norm.png" name="normTex"/>
</textures>
</variant>
<variant name="Type-H-02">
<textures>
<texture file="props/helmet/rome_gallic_type_h_02.png" name="baseTex"/>
<texture file="props/helmet/rome_gallic_type_i_01_norm.png" name="normTex"/>
</textures>
</variant>
</group>
<material>basic_trans_parallax_spec.xml</material>
</actor>