1
0
forked from 0ad/0ad

The entity that has all the new tweaks we discussed during the meeting - it will break untill the code is updated

This was SVN commit r2204.
This commit is contained in:
Wijitmaker 2005-05-01 10:51:45 +00:00
parent 8698663367
commit c51619264c

View File

@ -2,28 +2,47 @@
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="biped/dudeidle.psa" name="Idle" speed="200"/>
<animation file="biped/dudewalk_swordshield.psa" name="Walk" speed="700"/>
<animation file="biped/dudebuild.psa" name="Build" speed="150"/>
<animation file="biped/dudechop.psa" name="Chop" speed="150"/>
<animation file="biped/dudedeath_sword.psa" name="Death" speed="200"/>
<animation file="biped/dudedecay_sword.psa" name="Decay" speed="100"/>
<animation file="biped/inf_arch_atk_a.psa" name="Attack" speed="400"/>
</animations>
<mesh>skeletal/m_tunic_b.pmd</mesh>
<props>
<prop actor="props/temp/pers_sign_iar_b.xml" attachpoint="head_extra"/>
<prop actor="props/head/plac_head_pers.xml" attachpoint="head"/>
<prop actor="props/weapon/weap_bow_recurve.xml" attachpoint="l_hand"/>
<prop actor="props/temp/quiver.xml" attachpoint="back"/>
<prop actor="props/weapon/weap_arrow_back.xml" attachpoint="r_hand"/>
<loading attachpoint="r_hand"/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="biped/dudeidle.psa" name="Idle" speed="200"/>
<animation file="biped/dudewalk_swordshield.psa" name="Walk" speed="700"/>
<animation file="biped/dudebuild.psa" name="Build" speed="150" event="0.50"/>
<animation file="biped/dudechop.psa" name="Chop" speed="150" event="0.50"/>
<animation file="biped/inf_death_a.psa" name="Death" speed="200"/>
<animation file="biped/inf_death_b.psa" name="Death" speed="200"/>
<animation file="biped/inf_death_c.psa" name="Death" speed="200"/>
<animation file="biped/inf_death_d.psa" name="Death" speed="200"/>
<animation file="biped/inf_death_e.psa" name="Death" speed="200"/>
<animation file="biped/inf_arch_atk_a.psa" name="Attack" speed="400" load="0.06" event="0.86"/>
</animations>
<mesh>skeletal/m_tunic_b.pmd</mesh>
<props>
<prop actor="props/temp/pers_sign_iar_b.xml" attachpoint="head_extra"/>
<prop actor="props/head/plac_head_pers.xml" attachpoint="head"/>
<prop actor="props/weapon/weap_bow_recurve.xml" attachpoint="l_hand"/>
<prop actor="props/temp/quiver.xml" attachpoint="back"/>
<prop actor="props/weapon/weap_arrow_front.xml" attachpoint="projectile"/>
<prop actor="props/weapon/weap_arrow_back.xml" attachpoint="loading"/>
</props>
<texture>skeletal/plac_pers_b.dds</texture>
</variant>
<texture>skeletal/plac_pers_b.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Default">
</variant>
<variant frequency="0" name="Build">
<prop actor="props/tool/prop_mallet.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
</variant>
<variant frequency="0" name="Chop">
<prop actor="props/tool/handaxe.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
</variant>
</group>
</actor>