1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/art/actors/fauna/deer.xml
2008-09-18 04:38:42 +00:00

44 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="male">
<animations>
<animation file="quadraped/deer_idle_01.dae" name="idle" speed="20"/>
<animation file="quadraped/deer_idle_02.dae" name="idle" speed="20"/>
<animation file="quadraped/deer_idle_03.dae" name="idle" speed="20"/>
<animation file="quadraped/deer_idle_04.dae" name="idle" speed="20"/>
<animation file="quadraped/deer_death_01.dae" name="death" speed="40"/>
<animation file="quadraped/deer_walk_01.dae" name="walk" speed="20"/>
<animation file="quadraped/deer_walk_02.dae" name="walk" speed="20"/>
<animation file="quadraped/deer_run_01.dae" name="run" speed="15"/>
<animation file="quadraped/deer_attack_01.dae" name="melee" speed="20"/>
</animations>
<mesh>skeletal/deer_mesh.dae</mesh>
<props>
<prop actor="props/fauna/deer_antlers.xml" attachpoint="antler"/>
</props>
<texture>skeletal/animal_deer.dds</texture>
</variant>
<variant frequency="5" name="female">
<animations>
<animation file="quadraped/deer_idle_01.dae" name="idle" speed="5"/>
<animation file="quadraped/deer_idle_02.dae" name="idle" speed="5"/>
<animation file="quadraped/deer_idle_03.dae" name="idle" speed="5"/>
<animation file="quadraped/deer_idle_04.dae" name="idle" speed="5"/>
<animation file="quadraped/deer_death_02.dae" name="death" speed="40"/>
<animation file="quadraped/deer_walk_01.dae" name="walk" speed="20"/>
<animation file="quadraped/deer_walk_02.dae" name="walk" speed="20"/>
<animation file="quadraped/deer_run_01.dae" name="run" speed="15"/>
<animation file="quadraped/deer_attack_01.dae" name="melee" speed="20"/>
<animation name=""/>
</animations>
<mesh>skeletal/deer_mesh.dae</mesh>
<texture>skeletal/animal_deer.dds</texture>
</variant>
</group>
</actor>