1
0
forked from 0ad/0ad

This was SVN commit r5750.

This commit is contained in:
Michael D. Hafer 2008-03-14 00:55:56 +00:00
parent 761f0e5fdf
commit 09040d0aab
11 changed files with 54 additions and 4 deletions

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<mesh>props/dudette_head.pmd</mesh>
</variant>
</group>
<group>
<variant frequency="1" name="Female-Face-01">
<texture>props/head/celt_fem_b.dds</texture>
</variant>
<variant frequency="1" name="Female-Face-02">
<texture>props/head/celt_fem_boudicca_1.dds</texture>
</variant>
</group>
<group>
<variant frequency="1" name="blonde">
<colour>236 242 123</colour>
</variant>
<variant frequency="1" name="red">
<colour>224 120 16</colour>
</variant>
<variant frequency="3" name="brown">
<colour>120 114 35</colour>
</variant>
</group>
<material>objectcolor.xml</material>
</actor>

View File

@ -24,7 +24,7 @@
</animations>
<mesh>skeletal/f_dress.pmd</mesh>
<props>
<prop actor="props/units/heads/dudette_head.xml" attachpoint="head"/>
<prop actor="props/units/heads/head_female_celt.xml" attachpoint="head"/>
</props>
<texture>skeletal/celt_fem.dds</texture>
</variant>

View File

@ -23,7 +23,7 @@
<group>
<variant frequency="1" name="horse-texture-1">
<texture>skeletal/horse_iber_csp_a_1.dds</texture>
<texture>skeletal/horse_iber_csp_a_2.dds</texture>
</variant>
</group>

View File

@ -23,7 +23,7 @@
<group>
<variant frequency="1" name="horse-texture-1">
<texture>skeletal/horse_iber_csp_a_1.dds</texture>
<texture>skeletal/horse_iber_csp_a_2.dds</texture>
</variant>
</group>

View File

@ -22,7 +22,7 @@
<prop actor="props/units/weapons/falcata.xml" attachpoint="r_hand"/>
<prop actor="props/units/shields/iber_round_su1.xml" attachpoint="shield"/>
</props>
<texture>skeletal/iber_isp_e_1.dds</texture>
<texture>skeletal/high/256_iber_su_inf_1.dds</texture>
</variant>
</group>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.