This was SVN commit r4559.

This commit is contained in:
Michael D. Hafer 2006-10-15 06:39:04 +00:00
parent 0346fd8766
commit ca60e35160

View File

@ -4,17 +4,43 @@
<castshadow/> <castshadow/>
<group> <group>
<variant frequency="100" name="Base"> <variant frequency="1" name="Base">
<animations> <animations>
<animation file="quadraped/horse_idle_a.psa" name="Idle" speed="50"/> <animation file="quadraped/horse_idle_a.psa" name="Idle" speed="50"/>
<animation file="quadraped/horse_gallop.psa" name="Walk" speed="17"/> <animation file="quadraped/horse_walk.psa" name="Walk" speed="17"/>
<animation file="quadraped/horse_gallop.psa" name="run" speed="50"/>
</animations> </animations>
<mesh>skeletal/horse.pmd</mesh> <mesh>skeletal/horse.pmd</mesh>
<props> <props>
<prop actor="units/romans/cavalry_spearman_a_r.xml" attachpoint="rider"/> <prop actor="units/romans/cavalry_spearman_a_r.xml" attachpoint="rider"/>
</props> </props>
<texture>skeletal/horse_gray_a.dds</texture>
</variant> </variant>
</group> </group>
<group>
<variant frequency="1" name="horse-texture-a">
<texture>skeletal/horse_rome_a.dds</texture>
</variant>
<variant frequency="1" name="horse-texture-b">
<texture>skeletal/horse_rome_b.dds</texture>
</variant>
<variant frequency="1" name="horse-texture-c">
<texture>skeletal/horse_rome_c.dds</texture>
</variant>
</group>
<group>
<variant frequency="2" name="horse-color-white">
<colour>242 242 242</colour>
</variant>
<variant frequency="2" name="horse-color-beige">
<colour>164 145 87</colour>
</variant>
<variant frequency="1" name="horse-color-gray">
<colour>116 116 116</colour>
</variant>
</group>
<material>objectcolor.xml</material>
</actor> </actor>