1
0
forked from 0ad/0ad

This was SVN commit r4550.

This commit is contained in:
Michael D. Hafer 2006-10-15 02:44:54 +00:00
parent a8840ac0b4
commit f88aa409b9

View File

@ -1,38 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<!-- Class Specific -->
<animation file="infantry/support/idle/fem_01.psa" name="Idle" speed="200"/>
<animation file="infantry/support/move/walk/fem_01.psa" name="Walk" speed="10"/>
<!-- Citzen Soldier Specific -->
<animation file="infantry/general/chop.psa" name="gather_wood" speed="100"/>
<animation file="biped/hoe.psa" name="gather_grain" speed="150"/>
<animation file="infantry/general/forage.psa" name="gather_fruit" speed="35"/>
<animation file="infantry/general/mine.psa" name="gather_stone" speed="150"/>
<animation file="infantry/general/dude/dudebuild.psa" name="Build" speed="150"/>
<!-- Shared -->
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_04.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_05.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_06.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_07.psa" name="Death" speed="200"/>
<animation file="infantry/general/dude/dudedecay_sword.psa" name="Corpse" speed="100"/>
</animations>
<mesh>skeletal/f_dress.pmd</mesh>
<props>
<prop actor="props/units/heads/dudette_head.xml" attachpoint="head"/>
</props>
<texture>skeletal/celt_fem.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<!-- Class Specific -->
<animation file="infantry/support/idle/fem_01.psa" name="Idle" speed="200"/>
<animation file="infantry/support/move/walk/fem_01.psa" name="Walk" speed="10"/>
<!-- Citzen Soldier Specific -->
<animation file="infantry/general/chop.psa" name="gather_wood" speed="100"/>
<animation file="biped/hoe.psa" name="gather_grain" speed="150"/>
<animation file="infantry/general/forage.psa" name="gather_fruit" speed="35"/>
<animation file="infantry/general/mine.psa" name="gather_stone" speed="150"/>
<animation file="infantry/general/dude/dudebuild.psa" name="Build" speed="150"/>
<!-- Shared -->
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_04.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_05.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_06.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_07.psa" name="Death" speed="200"/>
<animation file="infantry/general/dude/dudedecay_sword.psa" name="Corpse" speed="100"/>
</animations>
<mesh>skeletal/f_dress.pmd</mesh>
<props>
<prop actor="props/units/heads/dudette_head.xml" attachpoint="head"/>
</props>
<texture>skeletal/celt_fem.dds</texture>
</variant>
</group>
<group>
<variant frequency="1" name="Idle">
<props>
<prop attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_wood">
<props>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_grain">
<props>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_fruit">
<props>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
</props>
</variant>
<variant name="gather_stone">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="Build">
<props>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>