1
0
forked from 0ad/0ad

Mauryan female citizen.

This was SVN commit r12043.
This commit is contained in:
Michael D. Hafer 2012-06-30 00:25:30 +00:00
parent 1dc74dc2d7
commit 730263fa5e
4 changed files with 32 additions and 11 deletions

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="hair-bun">
<mesh>props/dudette_head.dae</mesh>
</variant>
<variant frequency="50" name="hair-shoulder">
<mesh>props/helmet/head_female_d.dae</mesh>
</variant>
</group>
<group>
<variant frequency="1" name="face-a">
<texture>props/head/maur_fem_a.dds</texture>
</variant>
</group>
<group>
<variant frequency="5" name="hair-black">
<colour>0 0 0</colour>
</variant>
</group>
<material>objectcolor.xml</material>
</actor>

View File

@ -22,19 +22,11 @@
<animation event="0.6" file="female/f_build_01.dae" name="Build" speed="70"/> <animation event="0.6" file="female/f_build_01.dae" name="Build" speed="70"/>
<animation file="female/f_death_01.dae" name="Death" speed="130"/> <animation file="female/f_death_01.dae" name="Death" speed="130"/>
</animations> </animations>
<mesh>skeletal/f_tunic.dae</mesh>
<props> <props>
<prop actor="props/units/heads/head_pers_fem_1.xml" attachpoint="head"/> <prop actor="props/units/heads/head_maur_fem.xml" attachpoint="head"/>
</props> </props>
</variant> <texture>skeletal/maur_fem.png</texture>
</group>
<group>
<variant frequency="1" name="Dress-01">
<mesh>skeletal/f_dress.dae</mesh>
<texture>skeletal/pers_fem_1.dds</texture>
</variant>
<variant frequency="1" name="Dress-02">
<mesh>skeletal/f_dress.dae</mesh>
<texture>skeletal/pers_fem_2.dds</texture>
</variant> </variant>
</group> </group>
<group> <group>

Binary file not shown.

Binary file not shown.