mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-09 16:16:03 +00:00
Two-sworded Themistocles to test out Wijit's new "wild and crazy" animations.
This was SVN commit r3366.
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<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="20"/>
|
||||
<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 event="0.5" file="biped/inf_2sword_attack_a.psa" name="Attack" speed="100"/>
|
||||
<animation event="0.5" file="biped/inf_2sword_attack_b.psa" name="Attack" speed="100"/>
|
||||
<animation event="0.5" file="biped/inf_2sword_attack_c.psa" name="Attack" speed="100"/>
|
||||
<animation event="0.5" file="biped/inf_2sword_attack_d.psa" name="Attack" speed="100"/>
|
||||
<animation event="0.5" file="biped/inf_2sword_attack_e.psa" name="Attack" speed="100"/>
|
||||
</animations>
|
||||
<mesh>skeletal/m_tunic_b.pmd</mesh>
|
||||
<props>
|
||||
<prop actor="props/units/heads/hele_thermistocles.xml" attachpoint="helmet"/>
|
||||
<prop actor="props/units/heads/head_hele_h.xml" attachpoint="head"/>
|
||||
<prop actor="props/units/weapons/xiphos_alexander.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/weapons/xiphos_alexander.xml" attachpoint="l_hand"/>
|
||||
</props>
|
||||
<texture>skeletal/hele_themistocles.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>player_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
Reference in New Issue
Block a user