1
0
forked from mirrors/0ad

Remove an unused elephant variant and replace african forest variant.

This was SVN commit r23041.
This commit is contained in:
Alexandermb
2019-10-04 19:29:07 +00:00
parent 40f0f3d455
commit 5512fdb9ef
3 changed files with 13 additions and 29 deletions
@@ -2,7 +2,7 @@
<actor version="1">
<castshadow/>
<group>
<variant file="quadraped/base_elephant_asian_armor.xml">
<variant file="quadraped/base_elephant_african.xml">
<mesh>skeletal/elephant_african_forest.dae</mesh>
<textures>
<texture file="skeletal/animal-elephant-base.dds" name="baseTex"/>
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<variant frequency="1" name="elephant-african-armor">
<variant frequency="1" name="elephant-african">
<animations>
<animation file="quadraped/elephant_african_idle_01.dae" name="Idle" speed="25"/>
<animation file="quadraped/elephant_african_idle_01.dae" name="Idle" speed="25"/>
<animation file="quadraped/elephant_african_idle_01.dae" name="Idle" speed="25"/>
<animation file="quadraped/elephant_african_idle_02.dae" name="Idle" speed="85"/>
<animation file="quadraped/elephant_african_idle_03.dae" name="Idle" speed="75"/>
<animation file="quadraped/elephant_african_idle_03.dae" name="Idle" speed="75"/>
<animation file="quadraped/elephant_african_walk.dae" name="Walk" speed="30"/>
<animation file="quadraped/elephant_african_walk.dae" name="Run" speed="20"/>
<animation event="0.5" file="quadraped/elephant_african_attack.dae" name="attack_melee" speed="75"/>
<animation file="quadraped/elephant_african_death.dae" id="death1" name="Death" speed="50"/>
<animation file="quadraped/elephant_african_death.dae" id="death2" name="Death" speed="50"/>
<animation file="quadraped/elephant_african_forest_idle_01.dae" name="Idle" speed="25"/>
<animation file="quadraped/elephant_african_forest_idle_01.dae" name="Idle" speed="25"/>
<animation file="quadraped/elephant_african_forest_idle_01.dae" name="Idle" speed="25"/>
<animation file="quadraped/elephant_african_forest_idle_02.dae" name="Idle" speed="85"/>
<animation file="quadraped/elephant_african_forest_idle_03.dae" name="Idle" speed="75"/>
<animation file="quadraped/elephant_african_forest_idle_03.dae" name="Idle" speed="75"/>
<animation file="quadraped/elephant_african_forest_walk.dae" name="Walk" speed="30"/>
<animation file="quadraped/elephant_african_forest_walk.dae" name="Run" speed="20"/>
<animation event="0.5" file="quadraped/elephant_forest_african_attack.dae" name="attack_melee" speed="75"/>
<animation file="quadraped/elephant_african_forest_death.dae" id="death1" name="Death" speed="50"/>
<animation file="quadraped/elephant_african_forest_death.dae" id="death2" name="Death" speed="50"/>
</animations>
</variant>
@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<variant frequency="1" name="elephant-asian-armor">
<animations>
<animation file="quadraped/elephant_asian_armor_idle_01.dae" frequency="1" name="Idle" speed="25"/>
<animation file="quadraped/elephant_asian_armor_idle_01.dae" frequency="1" name="Idle" speed="25"/>
<animation file="quadraped/elephant_asian_armor_idle_01.dae" frequency="1" name="Idle" speed="25"/>
<animation file="quadraped/elephant_asian_armor_idle_02.dae" frequency="1" name="Idle" speed="85"/>
<animation file="quadraped/elephant_asian_armor_idle_03.dae" frequency="1" name="Idle" speed="75"/>
<animation file="quadraped/elephant_asian_armor_idle_03.dae" frequency="1" name="Idle" speed="75"/>
<animation file="quadraped/elephant_asian_armor_walk.dae" name="Walk" speed="20"/>
<animation file="quadraped/elephant_asian_armor_walk.dae" name="Run" speed="20"/>
<animation event="0.5" file="quadraped/elephant_asian_armor_attack.dae" name="attack_melee" speed="75"/>
<animation file="quadraped/elephant_asian_armor_death.dae" id="death1" name="Death" speed="75"/>
<animation file="quadraped/elephant_asian_armor_death.dae" id="death2" name="Death" speed="75"/>
</animations>
</variant>