1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/art/actors/units/dude4.xml

29 lines
1.2 KiB
XML

<?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="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="0"/>
<animation file="biped/dudeattack.psa" name="Attack" speed="300"/>
<animation file="biped/dudeattack1.psa" name="Attack1" speed="300"/>
</animations>
<mesh>skeletal/dude.pmd</mesh>
<props>
<prop actor="props/head/dude_head.xml" attachpoint="PropHead"/>
<prop actor="props/shield/shld_rome_sm_3.xml" attachpoint="PropShield"/>
<prop actor="props/weapon/weap_xiphos.xml" attachpoint="PropRHand"/>
</props>
<texture>skeletal/kart_sling_elite.dds</texture>
</variant>
</group>
</actor>