1
0
forked from 0ad/0ad

Lots of Actor fixes for Carthaginians (animation speeds, props).

Lots of entity fixes that include SelectionGroupName and GenericName
tags.

This was SVN commit r9792.
This commit is contained in:
Michael D. Hafer 2011-07-10 05:09:24 +00:00
parent bfef903c94
commit 0fd79bf9cd
55 changed files with 1148 additions and 450 deletions

View File

@ -5,11 +5,12 @@
<variant frequency="1" name="Base">
<animations>
<animation file="quadraped/horse_idle_a.psa" name="Idle" speed="50"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="8"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="17"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="120"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="40"/>
<animation file="quadraped/horse_walk.psa" name="carry_meat" speed="120"/>
<animation event=".5" file="quadraped/horse_attack_a.psa" name="Melee" speed="20"/>
<animation event=".5" file="quadraped/horse_attack_b.psa" name="Melee" speed="20"/>
<animation file="quadraped/horse_death.psa" name="death" speed="230"/>
<animation file="quadraped/horse_death.psa" name="death" speed="240"/>
</animations>
<mesh>skeletal/horse.pmd</mesh>
<props>

View File

@ -1,15 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="biped/cavalryidle.psa" name="Idle" speed="50"/>
<animation file="biped/cavalryidle.psa" name="Walk" speed="50"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="8"/>
<animation event=".5" file="biped/rider_javelin_atk_a.psa" load="0" name="Melee" speed="50"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="40"/>
<animation event="0.59" file="biped/rider_javelin_atk_a.psa" load="0" name="Melee" speed="50"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="biped/rider_sword_death_a.psa" name="death" speed="230"/>
@ -24,7 +22,15 @@
<texture>skeletal/kart_cjv_a_1.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -5,11 +5,12 @@
<variant frequency="1" name="Base">
<animations>
<animation file="quadraped/horse_idle_a.psa" name="Idle" speed="50"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="8"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="17"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="120"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="40"/>
<animation file="quadraped/horse_walk.psa" name="carry_meat" speed="120"/>
<animation event=".5" file="quadraped/horse_attack_a.psa" name="Melee" speed="20"/>
<animation event=".5" file="quadraped/horse_attack_b.psa" name="Melee" speed="20"/>
<animation file="quadraped/horse_death.psa" name="death" speed="230"/>
<animation file="quadraped/horse_death.psa" name="death" speed="240"/>
</animations>
<mesh>skeletal/horse.pmd</mesh>
<props>

View File

@ -6,8 +6,8 @@
<animations>
<animation file="biped/cavalryidle.psa" name="Idle" speed="50"/>
<animation file="biped/cavalryidle.psa" name="Walk" speed="50"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="8"/>
<animation event=".5" file="biped/rider_javelin_atk_a.psa" load="0" name="Melee" speed="50"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="40"/>
<animation event="0.59" file="biped/rider_javelin_atk_a.psa" load="0" name="Melee" speed="50"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="biped/rider_sword_death_a.psa" name="death" speed="230"/>
@ -21,5 +21,15 @@
<texture>skeletal/kart_cjv_b_1.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,17 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="quadraped/horse_idle_a.psa" name="Idle" speed="50"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="8"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="17"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="120"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="40"/>
<animation file="quadraped/horse_walk.psa" name="carry_meat" speed="120"/>
<animation event=".5" file="quadraped/horse_attack_a.psa" name="Melee" speed="20"/>
<animation event=".5" file="quadraped/horse_attack_b.psa" name="Melee" speed="20"/>
<animation file="quadraped/horse_death.psa" name="death" speed="230"/>
<animation file="quadraped/horse_death.psa" name="death" speed="240"/>
</animations>
<mesh>skeletal/horse.pmd</mesh>
<props>

View File

@ -8,8 +8,8 @@
<animations>
<animation file="biped/cavalryidle.psa" name="Idle" speed="50"/>
<animation file="biped/cavalryidle.psa" name="Walk" speed="50"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="8"/>
<animation event=".5" file="biped/rider_javelin_atk_a.psa" load="0" name="Melee" speed="50"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="40"/>
<animation event="0.59" file="biped/rider_javelin_atk_a.psa" load="0" name="Melee" speed="50"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="biped/rider_sword_death_a.psa" name="death" speed="230"/>
@ -24,7 +24,16 @@
<texture>skeletal/kart_cjv_e_1.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,14 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<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_death.psa" name="death" speed="230"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="120"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="40"/>
<animation file="quadraped/horse_walk.psa" name="carry_meat" speed="120"/>
<animation event=".5" file="quadraped/horse_idle_a.psa" name="Melee" speed="20"/>
<animation file="quadraped/horse_death.psa" name="death" speed="240"/>
</animations>
<mesh>skeletal/horse.pmd</mesh>
<props>
@ -16,13 +17,11 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="horse-texture-ankles">
<texture>skeletal/horse_kart_csp_a_1.dds</texture>
</variant>
</group>
<group>
<variant frequency="1" name="horse-color-darkbrown">
<colour>117 85 38</colour>
@ -37,7 +36,5 @@
<colour>214 214 214</colour>
</variant>
</group>
<material>objectcolor.xml</material>
</actor>

View File

@ -4,13 +4,14 @@
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="biped/cavalryidle.psa" name="Idle" speed="20"/>
<animation file="biped/cavalryidle.psa" name="Walk" speed="20"/>
<animation file="cavalry/rider_gallop.psa" name="run" speed="8"/>
<animation event="0.5" file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="Attack" speed="100"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="biped/cavalryidle.psa" name="Idle" speed="50"/>
<animation file="biped/cavalryidle.psa" name="Walk" speed="18"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="40"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="Melee" speed="405"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="Melee" speed="395"/>
<animation file="biped/rider_sword_death_a.psa" name="death" speed="230"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="gather_meat" speed="400"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="gather_meat" speed="400"/>
</animations>
<mesh>skeletal/m_tunic_short.dae</mesh>
<props>
@ -29,5 +30,15 @@
<texture>skeletal/kart_csp_e_1.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,14 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<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_death.psa" name="death" speed="230"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="120"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="40"/>
<animation file="quadraped/horse_walk.psa" name="carry_meat" speed="120"/>
<animation event=".5" file="quadraped/horse_idle_a.psa" name="Melee" speed="20"/>
<animation file="quadraped/horse_death.psa" name="death" speed="240"/>
</animations>
<mesh>skeletal/horse.pmd</mesh>
<props>
@ -16,7 +17,6 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="horse-texture-1">
<texture>skeletal/horse_hele_a_1.dds</texture>
@ -25,7 +25,6 @@
<texture>skeletal/horse_hele_a_2.dds</texture>
</variant>
</group>
<group>
<variant frequency="1" name="horse-color-darkbrown">
<colour>117 85 38</colour>
@ -40,7 +39,5 @@
<colour>214 214 214</colour>
</variant>
</group>
<material>objectcolor.xml</material>
</actor>

View File

@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="biped/cavalryidle.psa" name="Idle" speed="20"/>
<animation file="biped/cavalryidle.psa" name="Walk" speed="20"/>
<animation file="cavalry/rider_gallop.psa" name="run" speed="8"/>
<animation event="0.5" file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="Attack" speed="100"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="biped/cavalryidle.psa" name="Idle" speed="50"/>
<animation file="biped/cavalryidle.psa" name="Walk" speed="18"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="40"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="Melee" speed="405"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="Melee" speed="395"/>
<animation file="biped/rider_sword_death_a.psa" name="death" speed="230"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="gather_meat" speed="400"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="gather_meat" speed="400"/>
</animations>
<mesh>skeletal/m_tunic_short.dae</mesh>
<props>
@ -22,7 +21,6 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="tunic-1">
<texture>skeletal/kart_csp_b_1.dds</texture>
@ -34,7 +32,15 @@
<texture>skeletal/kart_csp_b_3.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,14 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<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_death.psa" name="death" speed="230"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="120"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="40"/>
<animation file="quadraped/horse_walk.psa" name="carry_meat" speed="120"/>
<animation event=".5" file="quadraped/horse_idle_a.psa" name="Melee" speed="20"/>
<animation file="quadraped/horse_death.psa" name="death" speed="240"/>
</animations>
<mesh>skeletal/horse.pmd</mesh>
<props>
@ -16,7 +17,6 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="horse-texture-snipe">
<texture>skeletal/horse_kart_csp_e_1.dds</texture>
@ -25,7 +25,6 @@
<texture>skeletal/horse_kart_csp_e_2.dds</texture>
</variant>
</group>
<group>
<variant frequency="1" name="horse-color-darkbrown">
<colour>117 85 38</colour>
@ -40,7 +39,5 @@
<colour>214 214 214</colour>
</variant>
</group>
<material>objectcolor.xml</material>
</actor>

View File

@ -4,13 +4,14 @@
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="biped/cavalryidle.psa" name="Idle" speed="20"/>
<animation file="biped/cavalryidle.psa" name="Walk" speed="20"/>
<animation file="cavalry/rider_gallop.psa" name="run" speed="8"/>
<animation event="0.5" file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="Attack" speed="100"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="biped/cavalryidle.psa" name="Idle" speed="50"/>
<animation file="biped/cavalryidle.psa" name="Walk" speed="18"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="40"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="Melee" speed="405"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="Melee" speed="395"/>
<animation file="biped/rider_sword_death_a.psa" name="death" speed="230"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="gather_meat" speed="400"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="gather_meat" speed="400"/>
</animations>
<mesh>skeletal/m_tunic_short.dae</mesh>
<props>
@ -27,5 +28,15 @@
<texture>skeletal/kart_csp_e_3.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,18 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="quadraped/horse_idle_a.psa" name="Idle" speed="50"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="8"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="17"/>
<animation event=".5" file="quadraped/horse_attack_a.psa" name="Melee" speed="20"/>
<animation event=".5" file="quadraped/horse_attack_b.psa" name="Melee" speed="20"/>
<animation file="quadraped/horse_death.psa" name="death" speed="230"/>
<animation speed=""/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="120"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="40"/>
<animation file="quadraped/horse_walk.psa" name="carry_meat" speed="120"/>
<animation event="" file="quadraped/horse_attack_a.psa" name="Melee" speed="20"/>
<animation event="" file="quadraped/horse_attack_b.psa" name="Melee" speed="20"/>
<animation file="quadraped/horse_death.psa" name="death" speed="240"/>
</animations>
<mesh>skeletal/horse.pmd</mesh>
<props>
@ -20,7 +18,6 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="horse-color-bay">
<colour>203 90 52</colour>
@ -35,7 +32,5 @@
<texture>skeletal/horse_kart_csw_b_1.dds</texture>
</variant>
</group>
<material>objectcolor.xml</material>
</actor>

View File

@ -1,19 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="biped/cavalryidle.psa" name="Idle" speed="50"/>
<animation file="biped/cavalryidle.psa" name="Walk" speed="18"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="8"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="Melee" speed="100"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="Melee" speed="100"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="biped/rider_sword_death_a.psa" name="death" speed="230"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="40"/>
<animation event="0.5" file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="Melee" speed="400"/>
<animation event="0.5" file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="Melee" speed="400"/>
<animation file="biped/rider_sword_death_a.psa" name="death" speed="240"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="gather_meat" speed="400"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="gather_meat" speed="400"/>
</animations>
<mesh>skeletal/m_tunic_long.dae</mesh>
<props>
@ -24,13 +22,20 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="Texture">
<texture>skeletal/kart_ijv_a_1.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,17 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="quadraped/horse_idle_a.psa" name="Idle" speed="50"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="8"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="17"/>
<animation event=".5" file="quadraped/horse_attack_a.psa" name="Melee" speed="20"/>
<animation event=".5" file="quadraped/horse_attack_b.psa" name="Melee" speed="20"/>
<animation file="quadraped/horse_death.psa" name="death" speed="230"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="120"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="40"/>
<animation file="quadraped/horse_walk.psa" name="carry_meat" speed="120"/>
<animation event="" file="quadraped/horse_attack_a.psa" name="Melee" speed="20"/>
<animation event="" file="quadraped/horse_attack_b.psa" name="Melee" speed="20"/>
<animation file="quadraped/horse_death.psa" name="death" speed="240"/>
</animations>
<mesh>skeletal/horse.pmd</mesh>
<props>
@ -19,7 +18,6 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="horse-color-bay">
<colour>203 90 52</colour>
@ -34,7 +32,5 @@
<texture>skeletal/horse_kart_csw_b_1.dds</texture>
</variant>
</group>
<material>objectcolor.xml</material>
</actor>

View File

@ -1,19 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="biped/cavalryidle.psa" name="Idle" speed="50"/>
<animation file="biped/cavalryidle.psa" name="Walk" speed="18"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="8"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="Melee" speed="100"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="Melee" speed="100"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="biped/rider_sword_death_a.psa" name="death" speed="230"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="40"/>
<animation event="0.5" file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="Melee" speed="400"/>
<animation event="0.5" file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="Melee" speed="400"/>
<animation file="biped/rider_sword_death_a.psa" name="death" speed="240"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="gather_meat" speed="400"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="gather_meat" speed="400"/>
</animations>
<mesh>skeletal/m_tunic_short.dae</mesh>
<props>
@ -23,13 +21,20 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="Texture">
<texture>skeletal/iber_isw_b_3.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,18 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="quadraped/horse_idle_a.psa" name="Idle" speed="50"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="8"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="17"/>
<animation event=".5" file="quadraped/horse_attack_a.psa" name="Melee" speed="20"/>
<animation event=".5" file="quadraped/horse_attack_b.psa" name="Melee" speed="20"/>
<animation file="quadraped/horse_death.psa" name="death" speed="230"/>
<animation speed=""/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="120"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="40"/>
<animation file="quadraped/horse_walk.psa" name="carry_meat" speed="120"/>
<animation event="" file="quadraped/horse_attack_a.psa" name="Melee" speed="20"/>
<animation event="" file="quadraped/horse_attack_b.psa" name="Melee" speed="20"/>
<animation file="quadraped/horse_death.psa" name="death" speed="240"/>
</animations>
<mesh>skeletal/horse.pmd</mesh>
<props>
@ -20,7 +18,6 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="horse-color-bay">
<colour>203 90 52</colour>
@ -35,7 +32,5 @@
<texture>skeletal/horse_kart_csw_b_1.dds</texture>
</variant>
</group>
<material>objectcolor.xml</material>
</actor>

View File

@ -1,19 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="biped/cavalryidle.psa" name="Idle" speed="50"/>
<animation file="biped/cavalryidle.psa" name="Walk" speed="18"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="8"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="Melee" speed="100"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="Melee" speed="100"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="gather_meat" speed="100"/>
<animation file="biped/rider_sword_death_a.psa" name="death" speed="230"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="40"/>
<animation event="0.5" file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="Melee" speed="400"/>
<animation event="0.5" file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="Melee" speed="400"/>
<animation file="biped/rider_sword_death_a.psa" name="death" speed="240"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="gather_meat" speed="400"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="gather_meat" speed="400"/>
</animations>
<mesh>skeletal/m_tunic_short.dae</mesh>
<props>
@ -24,13 +22,20 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="Texture">
<texture>skeletal/kart_ijv_e_2.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -40,7 +40,7 @@
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_wood">
<variant name="gather_tree">
<props>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
@ -66,13 +66,19 @@
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_stone">
<variant name="gather_rock">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_metal">
<variant name="gather_ore">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_ruins">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
@ -84,6 +90,41 @@
<prop attachpoint="l_hand"/>
</props>
</variant>
<variant name="carry_food">
<props>
<prop actor="props/units/shuttle_basket_back.xml" attachpoint="back"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_basket_back.xml" attachpoint="back"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="carry_wood">
<props>
<prop actor="props/units/shuttle_basket_back.xml" attachpoint="back"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="carry_stone">
<props>
<prop actor="props/units/shuttle_basket_back.xml" attachpoint="back"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="carry_metal">
<props>
<prop actor="props/units/shuttle_basket_back.xml" attachpoint="back"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -5,13 +5,10 @@
<variant frequency="1" name="Base">
<animations>
<animation file="quadraped/horse_idle_a.psa" name="Idle" speed="50"/>
<animation file="quadraped/horse_attack_a.psa" name="Idle" speed="70"/>
<animation file="quadraped/horse_attack_b.psa" name="Idle" speed="48"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="8"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="17"/>
<animation event=".5" file="quadraped/horse_attack_a.psa" name="Melee" speed="45"/>
<animation event=".5" file="quadraped/horse_attack_b.psa" name="Melee" speed="60"/>
<animation file="quadraped/horse_death.psa" name="death" speed="230"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="120"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="40"/>
<animation event=".5" file="quadraped/horse_idle_a.psa" name="Melee" speed="20"/>
<animation file="quadraped/horse_death.psa" name="death" speed="240"/>
</animations>
<mesh>skeletal/horse.pmd</mesh>
<props>

View File

@ -1,16 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="biped/cavalryidle.psa" name="Idle" speed="50"/>
<animation file="biped/cavalryidle.psa" name="Walk" speed="18"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="8"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="Melee" speed="100"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="Melee" speed="100"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="40"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="Melee" speed="405"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="Melee" speed="395"/>
<animation file="biped/rider_sword_death_a.psa" name="death" speed="230"/>
</animations>
<mesh>skeletal/m_tunic_long.dae</mesh>
@ -23,13 +21,10 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="Maharbal-chainmail">
<texture>skeletal/kart_hero_hamilcar.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -5,13 +5,10 @@
<variant frequency="1" name="Base">
<animations>
<animation file="quadraped/horse_idle_a.psa" name="Idle" speed="50"/>
<animation file="quadraped/horse_attack_a.psa" name="Idle" speed="70"/>
<animation file="quadraped/horse_attack_b.psa" name="Idle" speed="48"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="8"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="17"/>
<animation event=".5" file="quadraped/horse_attack_a.psa" name="Melee" speed="45"/>
<animation event=".5" file="quadraped/horse_attack_b.psa" name="Melee" speed="60"/>
<animation file="quadraped/horse_death.psa" name="death" speed="230"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="120"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="40"/>
<animation event=".5" file="quadraped/horse_idle_a.psa" name="Melee" speed="20"/>
<animation file="quadraped/horse_death.psa" name="death" speed="240"/>
</animations>
<mesh>skeletal/horse.pmd</mesh>
<props>

View File

@ -1,16 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="biped/cavalryidle.psa" name="Idle" speed="50"/>
<animation file="biped/cavalryidle.psa" name="Walk" speed="18"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="8"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="Melee" speed="100"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="Melee" speed="100"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="40"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="Melee" speed="405"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="Melee" speed="395"/>
<animation file="biped/rider_sword_death_a.psa" name="death" speed="230"/>
</animations>
<mesh>skeletal/m_tunic_short.dae</mesh>
@ -23,13 +21,10 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="Maharbal-chainmail">
<texture>skeletal/kart_hero_maharbal.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -4,19 +4,17 @@
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="biped/inf_sword_ready_a.dae" name="Idle" speed="100"/>
<animation file="biped/inf_sword_ready_a.dae" name="Idle" speed="90"/>
<animation file="biped/inf_sword_ready_a.dae" name="Idle" speed="85"/>
<animation file="biped/inf_sword_ready_a.dae" name="Idle" speed="50"/>
<animation file="biped/inf_sword_ready_b.dae" name="Idle" speed="110"/>
<animation file="infantry/general/dude/dudeidle.psa" name="Idle" speed="200"/>
<animation event="0.5" file="infantry/javelin/attack/ijv_off_01.psa" load="0" name="Melee" speed="75"/>
<animation file="biped/walk_spearshield.psa" name="Walk" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="Walk" speed="111"/>
<animation file="biped/walk_spearshield.psa" name="Walk" speed="122"/>
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="30"/>
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="38"/>
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="35"/>
<animation file="infantry/sword/move/run/isw_s_def_02.psa" name="Run" speed="37"/>
<animation event="0.4" file="infantry/javelin/attack/ijv_off_01.psa" load="0" name="Melee" speed="100"/>
<animation file="infantry/sword/move/run/isw_s_def_02.psa" name="Run" speed="30"/>
<animation file="infantry/sword/move/run/isw_s_em_03.psa" name="Run" speed="30"/>
<animation file="biped/walk_spearshield.psa" name="carry_food" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_meat" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_wood" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_stone" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_metal" speed="120"/>
<animation event="0.23" file="infantry/general/chop.psa" name="gather_tree" speed="250"/>
<animation file="biped/hoe.psa" name="gather_grain" speed="300"/>
<animation file="infantry/general/forage.psa" name="gather_fruit" speed="125"/>
@ -31,7 +29,7 @@
<animation file="infantry/general/death/inf_04.psa" name="Death" speed="400"/>
<animation file="infantry/general/death/inf_06.psa" name="Death" speed="500"/>
<animation file="infantry/general/death/inf_07.psa" name="Death" speed="400"/>
<animation file="biped/inf_salute_c.psa" name="Promotion" speed="288"/>
<animation file="biped/inf_salute_c.psa" name="Promotion" speed="300"/>
</animations>
<mesh>skeletal/m_tunic_long.dae</mesh>
<props>
@ -39,6 +37,7 @@
<prop actor="props/units/weapons/jav.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/jav.xml" attachpoint="l_hand"/>
<prop actor="props/units/heads/iber_helmet_04.xml" attachpoint="helmet"/>
<prop actor="props/units/shields/iberian_buckler_adv.xml" attachpoint="shield"/>
</props>
<texture>skeletal/kart_ijv_a_1.dds</texture>
</variant>
@ -47,57 +46,116 @@
<variant frequency="100" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/jav.xml" attachpoint="loaded-r_hand"/>
<prop actor="props/units/weapons/jav_projectile.xml" attachpoint="projectile"/>
<prop attachpoint="r_hand"/>
<prop actor="props/units/weapons/jav.xml" attachpoint="loaded-r_hand"/>
<prop actor="props/units/weapons/jav.xml" attachpoint="projectile"/>
</props>
</variant>
<variant name="gather_wood">
<variant name="gather_tree">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
<prop attachpoint="helmet"/>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="r_hand"/>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
</props>
</variant>
<variant name="gather_grain">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
</props>
</variant>
<variant name="gather_fruit">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="l_hand"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_stone">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_metal">
<props>
<prop attachpoint="shield"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_meat">
<props>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_rock">
<props>
<prop attachpoint="helmet"/>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="r_hand"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
</props>
</variant>
<variant name="gather_ore">
<props>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint=""/>
</props>
</variant>
<variant name="gather_ruins">
<props>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint=""/>
</props>
</variant>
<variant name="Build">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="l_hand"/>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint=""/>
<prop attachpoint="shield"/>
<prop attachpoint="l_hand"/>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="carry_food">
<props>
<prop actor="props/units/shuttle_basket.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_wood">
<props>
<prop actor="props/units/shuttle_wood.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_stone">
<props>
<prop actor="props/units/shuttle_stone.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_metal">
<props>
<prop actor="props/units/shuttle_metal.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>

View File

@ -18,6 +18,11 @@
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="38"/>
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="35"/>
<animation file="infantry/sword/move/run/isw_s_def_02.psa" name="Run" speed="35"/>
<animation file="biped/walk_spearshield.psa" name="carry_food" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_meat" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_wood" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_stone" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_metal" speed="120"/>
<animation event="0.4" file="infantry/javelin/attack/ijv_off_01.psa" load="0" name="Melee" speed="100"/>
<animation event="0.23" file="infantry/general/chop.psa" name="gather_tree" speed="250"/>
<animation file="biped/hoe.psa" name="gather_grain" speed="300"/>
@ -44,59 +49,114 @@
<texture>skeletal/iber_isw_b_3.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/jav.xml" attachpoint="loaded-r_hand"/>
<prop actor="props/units/weapons/jav_projectile.xml" attachpoint="projectile"/>
<prop attachpoint="r_hand"/>
<prop actor="props/units/weapons/jav_iron.xml" attachpoint="loaded-r_hand"/>
<prop actor="props/units/weapons/jav_iron.xml" attachpoint="projectile"/>
</props>
</variant>
<variant name="gather_wood">
<variant name="gather_tree">
<props>
<prop actor="" attachpoint="shield"/>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_grain">
<props>
<prop actor="" attachpoint="shield"/>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
</props>
</variant>
<variant name="gather_fruit">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_stone">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_metal">
<variant name="gather_meat">
<props>
<prop attachpoint="shield"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_rock">
<props>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
</props>
</variant>
<variant name="gather_ore">
<props>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
</props>
</variant>
<variant name="gather_ruins">
<props>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
</props>
</variant>
<variant name="Build">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="l_hand"/>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="carry_food">
<props>
<prop actor="props/units/shuttle_basket.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_wood">
<props>
<prop actor="props/units/shuttle_wood.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_stone">
<props>
<prop actor="props/units/shuttle_stone.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_metal">
<props>
<prop actor="props/units/shuttle_metal.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,24 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="biped/inf_sword_ready_a.dae" name="Idle" speed="100"/>
<animation file="biped/inf_sword_ready_a.dae" name="Idle" speed="90"/>
<animation file="biped/inf_sword_ready_a.dae" name="Idle" speed="85"/>
<animation file="biped/inf_sword_ready_a.dae" name="Idle" speed="50"/>
<animation file="biped/inf_sword_ready_b.dae" name="Idle" speed="110"/>
<animation file="infantry/general/dude/dudeidle.psa" name="Idle" speed="200"/>
<animation event="0.5" file="infantry/javelin/attack/ijv_off_01.psa" load="0" name="Melee" speed="100"/>
<animation file="biped/walk_spearshield.psa" name="Walk" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="Walk" speed="111"/>
<animation file="biped/walk_spearshield.psa" name="Walk" speed="122"/>
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="30"/>
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="38"/>
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="35"/>
<animation file="infantry/sword/move/run/isw_s_def_02.psa" name="Run" speed="36"/>
<animation event="0.4" file="infantry/javelin/attack/ijv_off_01.psa" load="0" name="Melee" speed="100"/>
<animation file="infantry/sword/move/run/isw_s_def_02.psa" name="Run" speed="30"/>
<animation file="infantry/sword/move/run/isw_s_em_03.psa" name="Run" speed="30"/>
<animation file="biped/walk_spearshield.psa" name="carry_food" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_meat" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_wood" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_stone" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_metal" speed="120"/>
<animation event="0.23" file="infantry/general/chop.psa" name="gather_tree" speed="250"/>
<animation file="biped/hoe.psa" name="gather_grain" speed="300"/>
<animation file="infantry/general/forage.psa" name="gather_fruit" speed="125"/>
@ -38,72 +34,130 @@
<mesh>skeletal/m_tunic_short.dae</mesh>
<props>
<prop actor="props/units/heads/head_iber_su1.xml" attachpoint="head"/>
<prop actor="props/units/weapons/jav.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/jav.xml" attachpoint="l_hand"/>
<prop actor="props/units/weapons/jav_iron.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/jav_iron.xml" attachpoint="l_hand"/>
<prop actor="props/units/heads/celt_helmet_b.xml" attachpoint="helmet"/>
<prop actor="props/units/shields/iberian_buckler_elite.xml" attachpoint="shield"/>
</props>
<texture>skeletal/kart_ijv_e_2.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="Melee">
<props>
<prop attachpoint="r_hand"/>
<prop actor="props/units/weapons/jav.xml" attachpoint="loaded-r_hand"/>
<prop actor="props/units/weapons/jav_projectile.xml" attachpoint="projectile"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_wood">
<variant name="gather_tree">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
<prop attachpoint="helmet"/>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="r_hand"/>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
</props>
</variant>
<variant name="gather_grain">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
</props>
</variant>
<variant name="gather_fruit">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="l_hand"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_stone">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_metal">
<props>
<prop attachpoint="shield"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_meat">
<props>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_rock">
<props>
<prop attachpoint="helmet"/>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="r_hand"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
</props>
</variant>
<variant name="gather_ore">
<props>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint=""/>
</props>
</variant>
<variant name="gather_ruins">
<props>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint=""/>
</props>
</variant>
<variant name="Build">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="l_hand"/>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
<prop attachpoint="l_hand"/>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="carry_food">
<props>
<prop actor="props/units/shuttle_basket.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_wood">
<props>
<prop actor="props/units/shuttle_wood.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_stone">
<props>
<prop actor="props/units/shuttle_stone.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_metal">
<props>
<prop actor="props/units/shuttle_metal.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
@ -40,52 +38,52 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="tunic-beige">
<texture>skeletal/iber_isw_b_3.dds</texture>
</variant>
</group>
<group>
<variant frequency="1" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/sling.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_wood">
<variant name="gather_tree">
<props>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="gather_grain">
<props>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="gather_fruit">
<props>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="gather_stone">
<variant name="gather_meat">
<props>
<prop attachpoint="r_hand"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_rock">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="gather_metal">
<variant name="gather_ore">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_ruins">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
@ -93,11 +91,39 @@
<props>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
</props>
</variant>
<variant name="carry_food">
<props>
<prop actor="props/units/shuttle_basket.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
</props>
</variant>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
</props>
</variant>
<variant name="carry_wood">
<props>
<prop actor="props/units/shuttle_wood.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_stone">
<props>
<prop actor="props/units/shuttle_stone.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
</props>
</variant>
<variant name="carry_metal">
<props>
<prop actor="props/units/shuttle_metal.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
@ -40,7 +38,6 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="tunic-brown">
<texture>skeletal/iber_isl_b_1.dds</texture>
@ -49,46 +46,47 @@
<texture>skeletal/iber_isl_b_2.dds</texture>
</variant>
</group>
<group>
<variant frequency="1" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/sling.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_wood">
<variant name="gather_tree">
<props>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="gather_grain">
<props>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="gather_fruit">
<props>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="gather_stone">
<variant name="gather_meat">
<props>
<prop attachpoint="r_hand"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_rock">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="gather_metal">
<variant name="gather_ore">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_ruins">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
@ -96,11 +94,40 @@
<props>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
</props>
</variant>
<variant name="carry_food">
<props>
<prop actor="props/units/shuttle_basket.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
</props>
</variant>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
</props>
</variant>
<variant name="carry_wood">
<props>
<prop actor="props/units/shuttle_wood.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_stone">
<props>
<prop actor="props/units/shuttle_stone.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
</props>
</variant>
<variant name="carry_metal">
<props>
<prop actor="props/units/shuttle_metal.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -41,21 +41,14 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="tunic-quilted-beige">
<texture>skeletal/iber_isl_e_1.dds</texture>
</variant>
</group>
<group>
<variant frequency="1" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/sling.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_wood">
<variant name="gather_tree">
<props>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
@ -76,18 +69,32 @@
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="gather_stone">
<variant name="gather_meat">
<props>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_rock">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="gather_metal">
<variant name="gather_ore">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="gather_ruins">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="Build">
@ -97,8 +104,42 @@
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_food">
<props>
<prop actor="props/units/shuttle_basket.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_wood">
<props>
<prop actor="props/units/shuttle_wood.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_stone">
<props>
<prop actor="props/units/shuttle_stone.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_metal">
<props>
<prop actor="props/units/shuttle_metal.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -14,6 +14,11 @@
<animation file="biped/walk_spearshield.psa" name="Walk" speed="122"/>
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="40"/>
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="38"/>
<animation file="biped/walk_spearshield.psa" name="carry_food" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_meat" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_wood" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_stone" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_metal" speed="120"/>
<animation event="0.5" file="biped/inf_spear_shield_atk_b.psa" name="melee" speed="100"/>
<animation event="0.5" file="infantry/sword/attack/isw_s_def_06.psa" name="melee" speed="100"/>
<animation event="0.23" file="infantry/general/chop.psa" name="gather_tree" speed="250"/>
@ -57,13 +62,7 @@
</group>
<group>
<variant frequency="1" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
<prop actor="props/units/shields/kart_round_isp_adv.xml" attachpoint="shield"/>
</props>
</variant>
<variant name="gather_wood">
<variant name="gather_tree">
<props>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
@ -87,7 +86,15 @@
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_stone">
<variant name="gather_meat">
<props>
<prop attachpoint="helmet"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_rock">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
@ -95,7 +102,15 @@
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_metal">
<variant name="gather_ore">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_ruins">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
@ -111,6 +126,46 @@
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="carry_food">
<props>
<prop actor="props/units/shuttle_basket.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_wood">
<props>
<prop actor="props/units/shuttle_wood.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_stone">
<props>
<prop actor="props/units/shuttle_stone.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_metal">
<props>
<prop actor="props/units/shuttle_metal.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -14,6 +14,11 @@
<animation file="biped/walk_spearshield.psa" name="Walk" speed="122"/>
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="40"/>
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="38"/>
<animation file="biped/walk_spearshield.psa" name="carry_food" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_meat" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_wood" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_stone" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_metal" speed="120"/>
<animation event="0.5" file="biped/inf_spear_shield_atk_b.psa" name="melee" speed="100"/>
<animation event="0.5" file="infantry/sword/attack/isw_s_def_06.psa" name="melee" speed="100"/>
<animation event="0.23" file="infantry/general/chop.psa" name="gather_tree" speed="250"/>
@ -48,17 +53,12 @@
</group>
<group>
<variant frequency="1" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
<prop actor="props/units/shields/kart_round_isp_basic.xml" attachpoint="shield"/>
</props>
</variant>
<variant name="gather_wood">
<variant name="gather_tree">
<props>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_grain">
@ -66,6 +66,7 @@
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_fruit">
@ -73,20 +74,39 @@
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_stone">
<variant name="gather_meat">
<props>
<prop attachpoint="helmet"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_rock">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_metal">
<variant name="gather_ore">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_ruins">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="Build">
@ -94,6 +114,47 @@
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="carry_food">
<props>
<prop actor="props/units/shuttle_basket.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_wood">
<props>
<prop actor="props/units/shuttle_wood.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_stone">
<props>
<prop actor="props/units/shuttle_stone.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_metal">
<props>
<prop actor="props/units/shuttle_metal.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>

View File

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
@ -16,6 +14,11 @@
<animation file="biped/walk_spearshield.psa" name="Walk" speed="122"/>
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="40"/>
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="38"/>
<animation file="biped/walk_spearshield.psa" name="carry_food" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_meat" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_wood" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_stone" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_metal" speed="120"/>
<animation event="0.5" file="biped/inf_spear_shield_atk_b.psa" name="melee" speed="100"/>
<animation event="0.5" file="infantry/sword/attack/isw_s_def_06.psa" name="melee" speed="100"/>
<animation event="0.23" file="infantry/general/chop.psa" name="gather_tree" speed="250"/>
@ -42,23 +45,15 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="Liby-Phoenician-Chainmail-1">
<mesh>skeletal/m_tunic_short.dae</mesh>
<texture>skeletal/kart_isp_e_1.dds</texture>
</variant>
</group>
<group>
<variant frequency="1" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
<prop actor="props/units/shields/kart_round_isp_e.xml" attachpoint="shield"/>
</props>
</variant>
<variant name="gather_wood">
<variant name="gather_tree">
<props>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
@ -82,7 +77,15 @@
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_stone">
<variant name="gather_meat">
<props>
<prop attachpoint="helmet"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_rock">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
@ -90,7 +93,15 @@
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_metal">
<variant name="gather_ore">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_ruins">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
@ -106,8 +117,46 @@
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="carry_food">
<props>
<prop actor="props/units/shuttle_basket.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_wood">
<props>
<prop actor="props/units/shuttle_wood.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_stone">
<props>
<prop actor="props/units/shuttle_stone.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_metal">
<props>
<prop actor="props/units/shuttle_metal.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
@ -19,6 +17,11 @@
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="35"/>
<animation file="infantry/sword/move/run/isw_s_def_02.psa" name="Run" speed="36"/>
<animation file="infantry/sword/move/run/isw_s_em_03.psa" name="Run" speed="35"/>
<animation file="biped/walk_spearshield.psa" name="carry_food" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_meat" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_wood" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_stone" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_metal" speed="120"/>
<animation event="0.5" file="infantry/sword/attack/isw_s_off_05.psa" name="Melee" speed="100"/>
<animation event="0.23" file="infantry/general/chop.psa" name="gather_tree" speed="250"/>
<animation file="biped/hoe.psa" name="gather_grain" speed="300"/>
@ -44,7 +47,6 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="Tattoos-1">
<mesh>skeletal/m_tights.dae</mesh>
@ -75,61 +77,112 @@
<texture>skeletal/kart_isw_a_05.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="Melee">
<variant frequency="1" name="Idle"/>
<variant name="gather_tree">
<props>
<prop actor="" attachpoint="l_hand"/>
<prop actor="props/units/shields/celt_scutum_a.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spatha.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_wood">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_grain">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_fruit">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="l_hand"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
<prop actor="" attachpoint="r_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_stone">
<variant name="gather_meat">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_metal">
<variant name="gather_rock">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_ore">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_ruins">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="Build">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="l_hand"/>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="carry_food">
<props>
<prop actor="props/units/shuttle_basket.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_wood">
<props>
<prop actor="props/units/shuttle_wood.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_stone">
<props>
<prop actor="props/units/shuttle_stone.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_metal">
<props>
<prop actor="props/units/shuttle_metal.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
@ -19,6 +17,11 @@
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="35"/>
<animation file="infantry/sword/move/run/isw_s_def_02.psa" name="Run" speed="36"/>
<animation file="infantry/sword/move/run/isw_s_em_03.psa" name="Run" speed="35"/>
<animation file="biped/walk_spearshield.psa" name="carry_food" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_meat" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_wood" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_stone" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_metal" speed="120"/>
<animation event="0.5" file="infantry/sword/attack/isw_s_off_05.psa" name="Melee" speed="100"/>
<animation event="0.23" file="infantry/general/chop.psa" name="gather_tree" speed="250"/>
<animation file="biped/hoe.psa" name="gather_grain" speed="300"/>
@ -44,7 +47,6 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="Pants-1">
<texture>skeletal/celt_ijv_a_01.dds</texture>
@ -59,60 +61,112 @@
<texture>skeletal/celt_ijv_a_04.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="Melee">
<variant frequency="1" name="Idle"/>
<variant name="gather_tree">
<props>
<prop actor="" attachpoint="l_hand"/>
<prop actor="props/units/weapons/spatha.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_wood">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_grain">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_fruit">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="l_hand"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
<prop actor="" attachpoint="r_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_stone">
<variant name="gather_meat">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_metal">
<variant name="gather_rock">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_ore">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_ruins">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="Build">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="l_hand"/>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="carry_food">
<props>
<prop actor="props/units/shuttle_basket.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_wood">
<props>
<prop actor="props/units/shuttle_wood.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_stone">
<props>
<prop actor="props/units/shuttle_stone.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_metal">
<props>
<prop actor="props/units/shuttle_metal.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
@ -19,6 +17,11 @@
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="35"/>
<animation file="infantry/sword/move/run/isw_s_def_02.psa" name="Run" speed="36"/>
<animation file="infantry/sword/move/run/isw_s_em_03.psa" name="Run" speed="35"/>
<animation file="biped/walk_spearshield.psa" name="carry_food" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_meat" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_wood" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_stone" speed="120"/>
<animation file="biped/walk_spearshield.psa" name="carry_metal" speed="120"/>
<animation event="0.5" file="infantry/sword/attack/isw_s_off_05.psa" name="Melee" speed="100"/>
<animation event="0.23" file="infantry/general/chop.psa" name="gather_tree" speed="250"/>
<animation file="biped/hoe.psa" name="gather_grain" speed="300"/>
@ -44,7 +47,6 @@
</props>
</variant>
</group>
<group>
<variant frequency="1" name="Body Armour-1">
<mesh>skeletal/m_pants.dae</mesh>
@ -55,50 +57,57 @@
<texture>skeletal/celt_isw_e_02.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="Melee">
<variant frequency="1" name="Idle"/>
<variant name="gather_tree">
<props>
<prop actor="" attachpoint="l_hand"/>
<prop actor="props/units/shields/celt_scutum_e.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spatha.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_wood">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_grain">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_fruit">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="l_hand"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
<prop actor="" attachpoint="r_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_stone">
<variant name="gather_meat">
<props>
<prop attachpoint="helmet"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
</props>
</variant>
<variant name="gather_rock">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_metal">
<variant name="gather_ore">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="gather_ruins">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
@ -108,14 +117,52 @@
</variant>
<variant name="Build">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="l_hand"/>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
</props>
</variant>
<variant name="carry_food">
<props>
<prop actor="props/units/shuttle_basket.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_meat">
<props>
<prop actor="props/units/shuttle_meat.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_wood">
<props>
<prop actor="props/units/shuttle_wood.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_stone">
<props>
<prop actor="props/units/shuttle_stone.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="carry_metal">
<props>
<prop actor="props/units/shuttle_metal.xml" attachpoint="r_hand"/>
<prop actor="" attachpoint="l_hand"/>
<prop attachpoint="helmet"/>
<prop attachpoint="shield"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

View File

@ -2,6 +2,8 @@
<Entity parent="template_unit_cavalry_ranged_javelinist">
<Identity>
<Civ>cart</Civ>
<SelectionGroupName>units/cart_cavalry_javelinist_b</SelectionGroupName>
<GenericName>Numidian Cavalry</GenericName>
<SpecificName>Iš Kidón Rakhúv</SpecificName>
<History>The Carthaginians possessed the greatest light cavalry of the ancient world in the Numidians. Tough and hardy like their mounts, the Numidians were famous for their ability to ride bareback and without bridles. Riders controlled their horses through a combination of voice commands, knee pressure, and a rope around the animals’ necks. Used mostly for pursuing defeated opponents, the Numidians’ favored weapon was a javelin that could be used for close combat if necessary.</History>
</Identity>

View File

@ -2,8 +2,10 @@
<Entity parent="template_unit_cavalry_melee_spearman">
<Identity>
<Civ>cart</Civ>
<SelectionGroupName>units/cart_cavalry_spearman_b</SelectionGroupName>
<GenericName>Italian Allied Cavalry</GenericName>
<SpecificName>Iš Rómah Rakhúv</SpecificName>
<History>The Samnites were one of the southern Italian tribes who defected to Hannibal’s army during the Second Punic War. While known for their light infantry, the Samnites produced the greatest horsemen in Italy, armed with light spears that could be thrown or used over arm. Swords were plentiful near the coast, but were not often worn in central Samnium. Armor was plentiful, if light, including the peculiar bronze anklets worn by some Samnite horsemen.</History>
<History>The Italian allies of Carthage included the various Samnite tribes of the interior hill-country and Italiote Greek colonies along the Southern coast. They provided a much needed-cavalry contingent for Hannibal's army.</History>
</Identity>
<Promotion>
<Entity>cart_cavalry_spearman_a</Entity>

View File

@ -2,6 +2,8 @@
<Entity parent="template_unit_cavalry_melee_swordsman">
<Identity>
<Civ>cart</Civ>
<SelectionGroupName>units/cart_cavalry_swordsman_b</SelectionGroupName>
<GenericName>Iberian Heavy Cavalry</GenericName>
<SpecificName>Iš Hérev Rakhúv Meguyás</SpecificName>
<History>Along with the Gauls, Iberians formed the Carthaginian heavy cavalry, closing with their opponents at every opportunity. Armed with long-bladed spears and short curved sabers known as falcata, the Iberians were no strangers to fighting on horseback. On many occasions they routed opposing cavalry but usually did not pursue them, preferring to remain close to the main army.</History>
</Identity>

View File

@ -2,6 +2,8 @@
<Entity parent="template_unit_infantry_ranged_javelinist">
<Identity>
<Civ>cart</Civ>
<SelectionGroupName>units/cart_infantry_javelinist_b</SelectionGroupName>
<GenericName>Iberian Mercenary Skirmisher</GenericName>
<SpecificName>Is Kidon Meguyas</SpecificName>
<History>While Iberians had often served as mercenaries in earlier times, after Carthage’s conquest of Spain they were often called up as levies. After the Celts they were considered the most expendable of all the troops in the Carthaginian army, used to dull the force of a charging formation. Armed with a javelin that could have a bundle of burning grass attached at the end for torching buildings, the Iberians could also wear light breastplates called pectorals in addition to their distinctive sinew caps.</History>
<Icon>units/cart_infantry_javelinist.png</Icon>

View File

@ -2,6 +2,8 @@
<Entity parent="template_unit_infantry_ranged_slinger">
<Identity>
<Civ>cart</Civ>
<SelectionGroupName>units/cart_infantry_slinger_b</SelectionGroupName>
<GenericName>Balearic Slinger</GenericName>
<SpecificName>Qalac</SpecificName>
<History>Levied from the Balearic Islands off Spain, these slingers proved to be the greatest the world ever produced, capable of hurling jagged rocks over distances that archers could not match. It was a Balearic slinger that heavily wounded the Roman consul Paullus at the beginning of the bloody battle at Cannae. Stones flung from slings were able to crush and puncture through armor at long ranges, be it iron or bronze.</History>
<Icon>units/cart_infantry_slinger.png</Icon>

View File

@ -2,8 +2,10 @@
<Entity parent="template_unit_infantry_melee_spearman">
<Identity>
<Civ>cart</Civ>
<SelectionGroupName>units/cart_infantry_spearman_b</SelectionGroupName>
<GenericName>Liby-Phoenician Spearman</GenericName>
<SpecificName>Iš Hanít Arukáh Meguyás</SpecificName>
<History>The core of the Carthaginian army was made up of Liby-Phoenicians, Africans with Phoenician ancestors. The wealthy residents of Carthage recruited the non-citizen Liby-Phoenicians as heavy infantry, fighting in the Macedonian phalanx armed with the long sarissa. Armor could range from chain mail hauberks to bronze cuirasses and helmets often included the latest Hellenistic types. Although armed with a shield and a sword, Carthaginian swordsmen were woefully ill-trained compared to their Roman or Iberian counterparts in fencing.</History>
<History>The core of the Carthaginian army was made up of Liby-Phoenicians, Africans with Phoenician ancestors. The wealthy residents of Carthage recruited the non-citizen Liby-Phoenicians as heavy infantry, fighting in the phalanx armed with the long spear. Armor could range from chain mail hauberks to bronze cuirasses and helmets often included the latest Hellenistic types. Although armed with a shield and a sword, Carthaginian swordsmen were woefully ill-trained compared to their Roman or Iberian counterparts in fencing.</History>
<Icon>units/cart_infantry_spearman.png</Icon>
</Identity>
<Promotion>

View File

@ -2,6 +2,8 @@
<Entity parent="template_unit_infantry_melee_swordsman">
<Identity>
<Civ>cart</Civ>
<SelectionGroupName>units/cart_infantry_swordsman_b</SelectionGroupName>
<GenericName>Gallic Mercenary Swordsman</GenericName>
<SpecificName>Is Herev Sakhir</SpecificName>
<History>Hannibal hired Celtic mercenaries when he invaded Italy in 218 BC, recruited from the Gallic tribesmen in the northern third of the country. Fierce and physically imposing thanks to their height the Celtic soldiers attacked their opponents with swords and spears in a solid wave. They were capable of changing formations and despite their usual lack of body armor they were quite capable of hacking down their opponents.</History>
<Icon>units/cart_infantry_swordsman.png</Icon>

View File

@ -2,6 +2,8 @@
<Entity parent="template_unit_cavalry_ranged_archer">
<Identity>
<Civ>pers</Civ>
<SelectionGroupName>units/pers_cavalry_archer_b</SelectionGroupName>
<GenericName>Scythe Chariots</GenericName>
<SpecificName>Chaharcharkhe</SpecificName>
<History>Chariots were obsolete by the 5th and 4th centuries BC, but they were viewed as symbols of rank and class, hence their continued deployment on the battlefield in extremely limited roles well after their obsolescence. The crew was made up of an archer and a driver who rode in an armored car equipped with scythe-like blades underneath the chassis and the axels themselves sported a pair of the deadly knives.</History>
</Identity>

View File

@ -2,7 +2,9 @@
<Entity parent="template_unit_cavalry_ranged_javelinist">
<Identity>
<Civ>pers</Civ>
<SpecificName>Asabari Madi</SpecificName>
<SelectionGroupName>units/pers_cavalry_javelinist_b</SelectionGroupName>
<GenericName>Median Light Cavalry</GenericName>
<SpecificName>Mada Asabari</SpecificName>
<History>Just as the archers were the rock of the Persian infantry, the Persian cavalry was formed around the light cavalryman, or Asabari. Armed with javelins for long-ranged combat or close-quarter fighting, Asabari were also equipped with swords and axes. Since they were recruited from the upper classes many wore armor and helmets and their horses could also be fitted with light armor.</History>
</Identity>
<Promotion>

View File

@ -2,7 +2,9 @@
<Entity parent="template_unit_cavalry_melee_spearman">
<Identity>
<Civ>pers</Civ>
<SpecificName>Aspe Zerehdar Balkhi</SpecificName>
<SelectionGroupName>units/pers_cavalry_spearman_b</SelectionGroupName>
<GenericName>Cappadocian Lancers</GenericName>
<SpecificName>Katpatuka Asabari</SpecificName>
<History>Heavily armed lancers later known as cataphracts were first developed by the Sarmatians from Central Asia. The Persians picked up the technique from other eastern peoples like the Massagetae and the Bactrians. Featuring a heavily armored rider armed with a long lance and even an armored horse, the Cataphracts were the first cavalry to physically crash into their opponents, a considerable feat when one knows that they rode without stirrups.</History>
</Identity>
<Promotion>

View File

@ -2,8 +2,10 @@
<Entity parent="template_unit_cavalry_melee_swordsman">
<Identity>
<Civ>pers</Civ>
<SpecificName>Usubari Tazi</SpecificName>
<History>Camel mounted cavalry were widespread among the Arabs levied into the Persian army, armed with swords and axes to bows and spears. They could move very quickly across all terrain and they were quite effective against traditional horse-mounted cavalry as the horses themselves could not stand the smell of camels. Camels were also seen in Persian armies deployed by the Bactrians from Central Asia, who used them as platforms for archers.</History>
<SelectionGroupName>units/pers_cavalry_swordsman_b</SelectionGroupName>
<GenericName>Hyrcanian Cavalry</GenericName>
<SpecificName>Verkhana Asabari</SpecificName>
<History>The Hyrcanians were the light cavalry of the Achaemenid Great Kings. These men were of superb quality, and are mentioned in every major Persian campaign. Their homeland of Hyrcania bordering the Caspian Sea was both a lush fertile rain forest and foreboding mountain country.</History>
</Identity>
<Promotion>
<Entity>pers_cavalry_swordsman_a</Entity>

View File

@ -2,6 +2,8 @@
<Entity parent="template_unit_infantry_ranged_archer">
<Identity>
<Civ>pers</Civ>
<SelectionGroupName>units/pers_infantry_archer_b</SelectionGroupName>
<GenericName>Sogdian Archer</GenericName>
<SpecificName>Suguda Thanvabara</SpecificName>
<Icon>units/pers_infantry_archer.png</Icon>
<History>Archers were the core of the Persian infantry, often going into battle with spearmen equipped with spara, whom they heavily outnumbered. Although powerful, the Persian recurved bow was cursed with light arrows that had trouble piercing the armor of heavily armed opponents. But the huge numbers loosed in each volley were more than enough to alarm even the most armored enemy.</History>

View File

@ -2,8 +2,10 @@
<Entity parent="template_unit_infantry_ranged_javelinist">
<Identity>
<Civ>pers</Civ>
<SpecificName>Zhupinandaz Frighi</SpecificName>
<History>Javelin throwers were an important arm of the Persian infantry, giving added close range punch to the archers and able to close with the enemy if necessary. Many javelinists were recruited from the peoples of Asia Minor, including the Phrygians, who fought with hide shields and what armor they could find. In their day they were rivaled in skill by only the Thracian peltasts.</History>
<SelectionGroupName>units/pers_infantry_javelinist_b</SelectionGroupName>
<GenericName>Sparda Auxiliary</GenericName>
<SpecificName>Sparda Takabara</SpecificName>
<History>Sparda was the name given to the Achaemenid satrapy in western Asia Minor that replaced the Kingdom of Lydia after the conquests of Cyrus. The peoples of Phrygia, Mysia, Paphlagonia, and Pisidia supplied the empire with much of its skirmish force during this period. Takabara was a blanket term used to describe the Achaemenid auxiliries and derived originally from the Iranian crescent shield. Javelin throwers were an important arm of the Persian infantry, giving added close range punch to the archers and able to close with the enemy if necessary.</History>
</Identity>
<Promotion>
<Entity>pers_infantry_javelinist_a</Entity>

View File

@ -5,6 +5,8 @@
</VisualActor>
<Identity>
<Civ>pers</Civ>
<SelectionGroupName>units/pers_infantry_spearman_b</SelectionGroupName>
<GenericName>Median Shieldbearer</GenericName>
<SpecificName>Mada Sparabara</SpecificName>
<Icon>units/pers_infantry_spearman.png</Icon>
<History>Mede Shieldbearers comprised the main infantry regiment of the Persians during this period, especially in the reign of Xerxes. First under the Medes and later the Achaemenids these soldiers were the bread and butter infantry for hand-to-hand engagement. Within the Satabam, the basic tactical unit of the Achamenid army, the shieldbearers formed the first two ranks, protecting the arhcers and also serving as a way to keep the enemy pinned down until the cavalry could act. While well known for tenacity the shieldbearers were not equipped to last long in an extended melee with heavy infantry, like hoplites. </History>

View File

@ -2,7 +2,9 @@
<Entity parent="template_unit_cavalry_melee_spearman">
<Identity>
<Civ>rome</Civ>
<SpecificName>Equite</SpecificName>
<SelectionGroupName>units/rome_cavalry_spearman_b</SelectionGroupName>
<GenericName>Roman Cavalry</GenericName>
<SpecificName>Eques</SpecificName>
<History>Equites were the elite of Roman society, the added wealth stemming from that position enabling them to obtain horses and therefore serve as cavalry. They were formed into units of 30, known as turmae, armored in chain mail and often wearing fashionable Hellenistic helmets. They used a spear for throwing or over arm stabbing as well as a shield and sword for close combat.</History>
</Identity>
<Promotion>

View File

@ -2,7 +2,9 @@
<Entity parent="template_unit_infantry_ranged_javelinist">
<Identity>
<Civ>rome</Civ>
<SpecificName>Principe</SpecificName>
<SelectionGroupName>units/rome_infantry_javelinist_b</SelectionGroupName>
<GenericName>Roman Principes</GenericName>
<SpecificName>Principes</SpecificName>
<History>The principi were the second line of heavy infantry in the Republican Roman army. Exactly identical in equipment and fighting methods to the hastati, they differed only in age, being slightly older. As a result they could often afford slightly better arms, including chain mail hauberks known as lorica hamata. Like all Roman heavy infantry they decorated their helmets with feathers and horsehair crests in the Italian fashion.</History>
</Identity>
<Promotion>

View File

@ -2,6 +2,8 @@
<Entity parent="template_unit_infantry_melee_spearman">
<Identity>
<Civ>rome</Civ>
<SelectionGroupName>units/rome_infantry_spearman_b</SelectionGroupName>
<GenericName>Veteran Spearman</GenericName>
<SpecificName>Triarus</SpecificName>
<History>The Triarii were the third line of heavy infantry in the Republican Roman army. Made up of the veterans from previous campaigns, they often possessed the most fashionable arms and armor. Armed with a spear and gladius, the Triarii usually did not fight unless the battle was going poorly or enemy forces required the use of a spear to fend them off. In many cases the Tirarii were left at the camp instead of marching out with the rest of the army.</History>
</Identity>

View File

@ -2,6 +2,8 @@
<Entity parent="template_unit_infantry_melee_swordsman">
<Identity>
<Civ>rome</Civ>
<SelectionGroupName>units/rome_infantry_swordsman_b</SelectionGroupName>
<GenericName>Roman Swordsman</GenericName>
<SpecificName>Hastatus</SpecificName>
<History>The hastati were the first line of heavy infantry in the early Republican Roman army. They used pila and gladii as their main weapons, throwing the former into the enemy formation and then closing with the sword. For defence they used a large shield called a scutum and wore the best armor they could afford. Hastati were recruited from the young men of Rome, a small part of the 700,000 troops Rome could bring to bear against its opponents.</History>
</Identity>