1
0
forked from mirrors/0ad

Make generic the infantry swordsman idles so it can be used by all sword infantry shield kinds.

Add base variant file for the romans/infantry_swordsman_c3.xml.

This was SVN commit r23052.
This commit is contained in:
Alexandermb
2019-10-05 02:11:58 +00:00
parent 9a95d21760
commit 92f7df696d
12 changed files with 31 additions and 24 deletions
@@ -33,6 +33,7 @@
</variant>
</group>
<group>
<variant file="biped/base_swordsman_shield_ready.xml"/>
<variant file="biped/formations/testudo_top.xml"/>
<variant file="biped/formations/testudo_front.xml"/>
<variant file="biped/formations/testudo_front_left.xml"/>
@@ -1,8 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<variant name="Base" frequency="1">
<animations>
<animation file="biped/infantry/swordsman/idle_relax_shieldarm.dae" name="idle" speed="100"/>
<animation file="biped/infantry/swordsman/idle_relax_shieldarm.dae" name="idle" speed="90"/>
<animation file="biped/infantry/swordsman/idle_relax_shield_a.dae" name="Idle" id="idle1" frequency="8" speed="80"/>
<animation file="biped/infantry/swordsman/idle_relax_shield_b.dae" name="Idle" id="idle2" frequency="1" speed="80"/>
<animation file="biped/infantry/swordsman/idle_relax_shield_c.dae" name="Idle" id="idle3" frequency="1" speed="80"/>
<animation file="biped/infantry/swordsman/idle_relax_shield_d.dae" name="Idle" id="idle4" frequency="3" speed="80"/>
<animation file="biped/infantry/swordsman/idle_relax_shield_e.dae" name="Idle" id="idle5" frequency="3" speed="80"/>
<animation file="biped/infantry/swordsman/idle_relax_shield_f.dae" name="Idle" id="idle6" frequency="1" speed="80"/>
<animation file="biped/infantry/swordsman/idle_relax_shield_g.dae" name="Idle" id="idle7" frequency="1" speed="80"/>
<animation file="biped/infantry/swordsman/idle_relax_shield_a.dae" name="Idle" id="idle8" frequency="1" speed="80"/>
<animation file="biped/infantry/swordsman/jog_relax_shieldarm.dae" name="Walk" speed="12"/>
<animation file="biped/infantry/swordsman/run_relax_shieldarm.dae" name="Run" id="run1" speed="8"/>
<animation file="biped/infantry/swordsman/run_relax_shieldarm.dae" name="Run" id="run2" speed="9"/>
@@ -1,8 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<variant name="Base" frequency="1">
<animations>
<animation file="biped/infantry/swordsman/idle_relax_shield.dae" name="idle" id="idle1" speed="100"/>
<animation file="biped/infantry/swordsman/idle_relax_shield.dae" name="idle" id="idle2" speed="90"/>
<animation file="biped/infantry/swordsman/idle_relax_shield_a.dae" name="Idle" id="idle1" frequency="8" speed="80"/>
<animation file="biped/infantry/swordsman/idle_relax_shield_b.dae" name="Idle" id="idle2" frequency="1" speed="80"/>
<animation file="biped/infantry/swordsman/idle_relax_shield_c.dae" name="Idle" id="idle3" frequency="1" speed="80"/>
<animation file="biped/infantry/swordsman/idle_relax_shield_d.dae" name="Idle" id="idle4" frequency="3" speed="80"/>
<animation file="biped/infantry/swordsman/idle_relax_shield_e.dae" name="Idle" id="idle5" frequency="3" speed="80"/>
<animation file="biped/infantry/swordsman/idle_relax_shield_f.dae" name="Idle" id="idle6" frequency="1" speed="80"/>
<animation file="biped/infantry/swordsman/idle_relax_shield_g.dae" name="Idle" id="idle7" frequency="1" speed="80"/>
<animation file="biped/infantry/swordsman/idle_relax_shield_a.dae" name="Idle" id="idle8" frequency="1" speed="80"/>
<animation file="biped/infantry/swordsman/jog_relax_shield.dae" name="Walk" speed="12"/>
<animation file="biped/infantry/swordsman/run_ready_shield.dae" name="Run" id="run1" speed="8"/>
<animation file="biped/infantry/swordsman/run_ready_shield.dae" name="Run" id="run2" speed="9"/>