mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Define animations for Iberian infantry in separate variant files.
This was SVN commit r18067.
This commit is contained in:
parent
5602454fe2
commit
70feece690
12 changed files with 212 additions and 1606 deletions
|
|
@ -5,37 +5,17 @@
|
|||
<variant frequency="100" name="Base">
|
||||
<animations>
|
||||
<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="attack_ranged" speed="75"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_off_05.psa" name="attack_slaughter" speed="100"/>
|
||||
<animation file="biped/walk_spearshield.psa" name="Walk" speed="120"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="30"/>
|
||||
<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"/>
|
||||
<animation file="infantry/general/forage.psa" name="gather_meat" speed="125"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_rock" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ore" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ruins" speed="250"/>
|
||||
<animation event="0.6" file="infantry/general/dude/dudebuild.psa" name="Build" speed="300"/>
|
||||
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="400"/>
|
||||
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="700"/>
|
||||
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="500"/>
|
||||
<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="300"/>
|
||||
</animations>
|
||||
<mesh>skeletal/m_tunic_long.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/units/heads/head_iber_su1.xml" attachpoint="head"/>
|
||||
<prop actor="props/units/weapons/jav_iron.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/weapons/jav_iron.xml" attachpoint="projectile"/>
|
||||
<prop actor="props/units/weapons/jav_ammo.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"/>
|
||||
|
|
@ -45,125 +25,23 @@
|
|||
</group>
|
||||
<group>
|
||||
<variant frequency="100" name="Idle"/>
|
||||
<variant name="attack_ranged">
|
||||
<props>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/weapons/jav_loaded.xml" attachpoint="loaded-r_hand"/>
|
||||
<prop actor="props/units/weapons/jav_iron.xml" attachpoint="projectile"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="attack_slaughter">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/knife.xml" attachpoint="r_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_tree">
|
||||
<props>
|
||||
<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 attachpoint="helmet"/>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_fruit">
|
||||
<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_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 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>
|
||||
<variant file="biped/attack_ranged_javelinist.xml"/>
|
||||
<variant file="biped/attack_capture.xml"/>
|
||||
<variant file="biped/attack_slaughter.xml"/>
|
||||
<variant file="biped/gather_tree.xml"/>
|
||||
<variant file="biped/gather_grain.xml"/>
|
||||
<variant file="biped/gather_fruit.xml"/>
|
||||
<variant file="biped/gather_meat.xml"/>
|
||||
<variant file="biped/gather_rock.xml"/>
|
||||
<variant file="biped/gather_ore.xml"/>
|
||||
<variant file="biped/gather_ruins.xml"/>
|
||||
<variant file="biped/build.xml"/>
|
||||
<variant file="biped/infantry_death.xml"/>
|
||||
<variant file="biped/carry_food.xml"/>
|
||||
<variant file="biped/carry_meat.xml"/>
|
||||
<variant file="biped/carry_wood.xml"/>
|
||||
<variant file="biped/carry_stone.xml"/>
|
||||
<variant file="biped/carry_metal.xml"/>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -5,37 +5,17 @@
|
|||
<variant frequency="100" name="Base">
|
||||
<animations>
|
||||
<animation file="infantry/general/dude/dudeidle.psa" name="Idle" speed="100"/>
|
||||
<animation event="0.5" file="infantry/javelin/attack/ijv_off_01.psa" load="0" name="attack_ranged" speed="75"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_off_05.psa" name="attack_slaughter" speed="100"/>
|
||||
<animation file="biped/walk_spearshield.psa" name="Walk" speed="120"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="30"/>
|
||||
<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"/>
|
||||
<animation file="infantry/general/forage.psa" name="gather_meat" speed="125"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_rock" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ore" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ruins" speed="250"/>
|
||||
<animation event="0.6" file="infantry/general/dude/dudebuild.psa" name="Build" speed="300"/>
|
||||
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="400"/>
|
||||
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="700"/>
|
||||
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="500"/>
|
||||
<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="450"/>
|
||||
</animations>
|
||||
<mesh>skeletal/m_tunic_short.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/units/heads/head_iber_isl_b.xml" attachpoint="head"/>
|
||||
<prop actor="props/units/weapons/jav_iron.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/weapons/jav_iron.xml" attachpoint="projectile"/>
|
||||
<prop actor="props/units/weapons/jav_ammo.xml" attachpoint="l_hand"/>
|
||||
<prop actor="props/units/shields/iberian_buckler_basic.xml" attachpoint="shield"/>
|
||||
</props>
|
||||
|
|
@ -44,116 +24,23 @@
|
|||
</group>
|
||||
<group>
|
||||
<variant frequency="100" name="Idle"/>
|
||||
<variant name="attack_ranged">
|
||||
<props>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/weapons/jav_loaded.xml" attachpoint="loaded-r_hand"/>
|
||||
<prop actor="props/units/weapons/jav_iron.xml" attachpoint="projectile"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="attack_slaughter">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/knife.xml" attachpoint="r_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_tree">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_grain">
|
||||
<props>
|
||||
<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 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_meat">
|
||||
<props>
|
||||
<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="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 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>
|
||||
<variant file="biped/attack_ranged_javelinist.xml"/>
|
||||
<variant file="biped/attack_capture.xml"/>
|
||||
<variant file="biped/attack_slaughter.xml"/>
|
||||
<variant file="biped/gather_tree.xml"/>
|
||||
<variant file="biped/gather_grain.xml"/>
|
||||
<variant file="biped/gather_fruit.xml"/>
|
||||
<variant file="biped/gather_meat.xml"/>
|
||||
<variant file="biped/gather_rock.xml"/>
|
||||
<variant file="biped/gather_ore.xml"/>
|
||||
<variant file="biped/gather_ruins.xml"/>
|
||||
<variant file="biped/build.xml"/>
|
||||
<variant file="biped/infantry_death.xml"/>
|
||||
<variant file="biped/carry_food.xml"/>
|
||||
<variant file="biped/carry_meat.xml"/>
|
||||
<variant file="biped/carry_wood.xml"/>
|
||||
<variant file="biped/carry_stone.xml"/>
|
||||
<variant file="biped/carry_metal.xml"/>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -5,37 +5,17 @@
|
|||
<variant frequency="100" name="Base">
|
||||
<animations>
|
||||
<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="attack_ranged" speed="100"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_off_05.psa" name="attack_slaughter" speed="100"/>
|
||||
<animation file="biped/walk_spearshield.psa" name="Walk" speed="120"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="30"/>
|
||||
<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"/>
|
||||
<animation file="infantry/general/forage.psa" name="gather_meat" speed="125"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_rock" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ore" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ruins" speed="250"/>
|
||||
<animation event="0.6" file="infantry/general/dude/dudebuild.psa" name="Build" speed="300"/>
|
||||
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="400"/>
|
||||
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="700"/>
|
||||
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="500"/>
|
||||
<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="450"/>
|
||||
</animations>
|
||||
<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_iron.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/weapons/jav_iron.xml" attachpoint="projectile"/>
|
||||
<prop actor="props/units/weapons/jav_ammo.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"/>
|
||||
|
|
@ -45,125 +25,24 @@
|
|||
</group>
|
||||
<group>
|
||||
<variant frequency="100" name="Idle"/>
|
||||
<variant name="attack_ranged">
|
||||
<props>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/weapons/jav_loaded.xml" attachpoint="loaded-r_hand"/>
|
||||
<prop actor="props/units/weapons/jav_projectile_flame.xml" attachpoint="projectile"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="attack_slaughter">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/knife.xml" attachpoint="r_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_tree">
|
||||
<props>
|
||||
<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 attachpoint="helmet"/>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_fruit">
|
||||
<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_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 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>
|
||||
<variant frequency="100" name="Idle"/>
|
||||
<variant file="biped/attack_ranged_javelinist.xml"/>
|
||||
<variant file="biped/attack_capture.xml"/>
|
||||
<variant file="biped/attack_slaughter.xml"/>
|
||||
<variant file="biped/gather_tree.xml"/>
|
||||
<variant file="biped/gather_grain.xml"/>
|
||||
<variant file="biped/gather_fruit.xml"/>
|
||||
<variant file="biped/gather_meat.xml"/>
|
||||
<variant file="biped/gather_rock.xml"/>
|
||||
<variant file="biped/gather_ore.xml"/>
|
||||
<variant file="biped/gather_ruins.xml"/>
|
||||
<variant file="biped/build.xml"/>
|
||||
<variant file="biped/infantry_death.xml"/>
|
||||
<variant file="biped/carry_food.xml"/>
|
||||
<variant file="biped/carry_meat.xml"/>
|
||||
<variant file="biped/carry_wood.xml"/>
|
||||
<variant file="biped/carry_stone.xml"/>
|
||||
<variant file="biped/carry_metal.xml"/>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -6,36 +6,16 @@
|
|||
<animations>
|
||||
<animation file="infantry/spear/idle/isp_01.psa" name="Idle" speed="200"/>
|
||||
<animation file="biped/walk_spearshield.psa" name="Walk" speed="120"/>
|
||||
<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_sling_atk_a.psa" name="attack_ranged" speed="30"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_off_05.psa" name="attack_slaughter" speed="100"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="25"/>
|
||||
<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 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="110"/>
|
||||
<animation file="infantry/general/forage.psa" name="gather_meat" speed="110"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_rock" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ore" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ruins" speed="250"/>
|
||||
<animation event="0.6" file="infantry/general/dude/dudebuild.psa" name="Build" speed="220"/>
|
||||
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="400"/>
|
||||
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="700"/>
|
||||
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="500"/>
|
||||
<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="450"/>
|
||||
</animations>
|
||||
<mesh>skeletal/m_tunic_short.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/units/heads/head_iber_adv.xml" attachpoint="head"/>
|
||||
<prop actor="props/units/weapons/sling.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/weapons/slingrock.xml" attachpoint="projectile"/>
|
||||
<prop actor="props/units/heads/iber_helmet_02.xml" attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
|
|
@ -47,115 +27,23 @@
|
|||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="Idle"/>
|
||||
<variant name="attack_ranged">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/sling.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/weapons/slingrock.xml" attachpoint="projectile"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="attack_slaughter">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/knife.xml" attachpoint="r_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_tree">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_grain">
|
||||
<props>
|
||||
<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 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_meat">
|
||||
<props>
|
||||
<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="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 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>
|
||||
<variant file="biped/attack_ranged_slinger.xml"/>
|
||||
<variant file="biped/attack_capture.xml"/>
|
||||
<variant file="biped/attack_slaughter.xml"/>
|
||||
<variant file="biped/gather_tree.xml"/>
|
||||
<variant file="biped/gather_grain.xml"/>
|
||||
<variant file="biped/gather_fruit.xml"/>
|
||||
<variant file="biped/gather_meat.xml"/>
|
||||
<variant file="biped/gather_rock.xml"/>
|
||||
<variant file="biped/gather_ore.xml"/>
|
||||
<variant file="biped/gather_ruins.xml"/>
|
||||
<variant file="biped/build.xml"/>
|
||||
<variant file="biped/infantry_death.xml"/>
|
||||
<variant file="biped/carry_food.xml"/>
|
||||
<variant file="biped/carry_meat.xml"/>
|
||||
<variant file="biped/carry_wood.xml"/>
|
||||
<variant file="biped/carry_stone.xml"/>
|
||||
<variant file="biped/carry_metal.xml"/>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -6,37 +6,16 @@
|
|||
<animations>
|
||||
<animation file="infantry/spear/idle/isp_01.psa" name="Idle" speed="200"/>
|
||||
<animation file="biped/walk_spearshield.psa" name="Walk" speed="120"/>
|
||||
<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_sling_atk_a.psa" name="attack_ranged" speed="30"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_off_05.psa" name="attack_slaughter" speed="100"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="25"/>
|
||||
<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 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="110"/>
|
||||
<animation file="infantry/general/forage.psa" name="gather_meat" speed="110"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_rock" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ore" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ruins" speed="250"/>
|
||||
<animation event="0.6" file="infantry/general/dude/dudebuild.psa" name="Build" speed="220"/>
|
||||
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="400"/>
|
||||
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="700"/>
|
||||
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="500"/>
|
||||
<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="450"/>
|
||||
</animations>
|
||||
<mesh>skeletal/m_tunic_short.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/units/heads/head_iber_isl_b.xml" attachpoint="head"/>
|
||||
<prop actor="props/units/weapons/sling.xml" attachpoint="r_hand"/>
|
||||
<prop attachpoint=""/>
|
||||
<prop actor="props/units/weapons/slingrock.xml" attachpoint="projectile"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
|
|
@ -50,115 +29,23 @@
|
|||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="Idle"/>
|
||||
<variant name="attack_ranged">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/sling.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/weapons/slingrock.xml" attachpoint="projectile"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="attack_slaughter">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/knife.xml" attachpoint="r_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_tree">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_grain">
|
||||
<props>
|
||||
<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 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_meat">
|
||||
<props>
|
||||
<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="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 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>
|
||||
<variant file="biped/attack_ranged_slinger.xml"/>
|
||||
<variant file="biped/attack_capture.xml"/>
|
||||
<variant file="biped/attack_slaughter.xml"/>
|
||||
<variant file="biped/gather_tree.xml"/>
|
||||
<variant file="biped/gather_grain.xml"/>
|
||||
<variant file="biped/gather_fruit.xml"/>
|
||||
<variant file="biped/gather_meat.xml"/>
|
||||
<variant file="biped/gather_rock.xml"/>
|
||||
<variant file="biped/gather_ore.xml"/>
|
||||
<variant file="biped/gather_ruins.xml"/>
|
||||
<variant file="biped/build.xml"/>
|
||||
<variant file="biped/infantry_death.xml"/>
|
||||
<variant file="biped/carry_food.xml"/>
|
||||
<variant file="biped/carry_meat.xml"/>
|
||||
<variant file="biped/carry_wood.xml"/>
|
||||
<variant file="biped/carry_stone.xml"/>
|
||||
<variant file="biped/carry_metal.xml"/>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -6,30 +6,9 @@
|
|||
<animations>
|
||||
<animation file="infantry/spear/idle/isp_01.psa" name="Idle" speed="200"/>
|
||||
<animation file="biped/walk_spearshield.psa" name="Walk" speed="120"/>
|
||||
<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_sling_atk_a.psa" name="attack_ranged" speed="30"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_off_05.psa" name="attack_slaughter" speed="100"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="25"/>
|
||||
<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 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="110"/>
|
||||
<animation file="infantry/general/forage.psa" name="gather_meat" speed="110"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_rock" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ore" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ruins" speed="250"/>
|
||||
<animation event="0.6" file="infantry/general/dude/dudebuild.psa" name="Build" speed="220"/>
|
||||
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="400"/>
|
||||
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="700"/>
|
||||
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="500"/>
|
||||
<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="450"/>
|
||||
</animations>
|
||||
<mesh>skeletal/m_tunic_short.dae</mesh>
|
||||
|
|
@ -38,6 +17,7 @@
|
|||
<prop actor="props/units/weapons/sling.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/heads/iber_helmet_01.xml" attachpoint="helmet"/>
|
||||
<prop actor="props/units/shields/iberian_buckler_adv.xml" attachpoint="shield"/>
|
||||
<prop actor="props/units/weapons/slingrock.xml" attachpoint="projectile"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
|
|
@ -48,115 +28,24 @@
|
|||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="Idle"/>
|
||||
<variant name="attack_ranged">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/sling.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/weapons/slingrock.xml" attachpoint="projectile"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="attack_slaughter">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/knife.xml" attachpoint="r_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_tree">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_grain">
|
||||
<props>
|
||||
<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 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_meat">
|
||||
<props>
|
||||
<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="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 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>
|
||||
<variant frequency="1" name="Idle"/>
|
||||
<variant file="biped/attack_ranged_slinger.xml"/>
|
||||
<variant file="biped/attack_capture.xml"/>
|
||||
<variant file="biped/attack_slaughter.xml"/>
|
||||
<variant file="biped/gather_tree.xml"/>
|
||||
<variant file="biped/gather_grain.xml"/>
|
||||
<variant file="biped/gather_fruit.xml"/>
|
||||
<variant file="biped/gather_meat.xml"/>
|
||||
<variant file="biped/gather_rock.xml"/>
|
||||
<variant file="biped/gather_ore.xml"/>
|
||||
<variant file="biped/gather_ruins.xml"/>
|
||||
<variant file="biped/build.xml"/>
|
||||
<variant file="biped/infantry_death.xml"/>
|
||||
<variant file="biped/carry_food.xml"/>
|
||||
<variant file="biped/carry_meat.xml"/>
|
||||
<variant file="biped/carry_wood.xml"/>
|
||||
<variant file="biped/carry_stone.xml"/>
|
||||
<variant file="biped/carry_metal.xml"/>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -6,32 +6,9 @@
|
|||
<animations>
|
||||
<animation file="biped/inf_sword_ready_e.dae" name="Idle" speed="111"/>
|
||||
<animation file="biped/walk_spearshield.psa" name="Walk" speed="120"/>
|
||||
<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_a.psa" name="attack_melee" speed="100"/>
|
||||
<animation event="0.5" file="biped/inf_spear_shield_atk_b.psa" name="attack_melee" speed="100"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_def_06.psa" name="attack_melee" speed="100"/>
|
||||
<animation event="0.5" file="biped/inf_spear_shield_atk_a.psa" name="attack_slaughter" speed="100"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="25"/>
|
||||
<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 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="110"/>
|
||||
<animation file="infantry/general/forage.psa" name="gather_meat" speed="110"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_rock" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ore" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ruins" speed="250"/>
|
||||
<animation event="0.6" file="infantry/general/dude/dudebuild.psa" name="Build" speed="220"/>
|
||||
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="400"/>
|
||||
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="700"/>
|
||||
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="500"/>
|
||||
<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="450"/>
|
||||
</animations>
|
||||
<mesh>skeletal/m_tunic_short.dae</mesh>
|
||||
|
|
@ -59,118 +36,23 @@
|
|||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="Idle"/>
|
||||
<variant name="attack_melee">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/shields/iber_scutum_isp.xml" attachpoint="shield"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_tree">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_grain">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_fruit">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_meat">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_rock">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_ore">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_ruins">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="Build">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
|
||||
<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>
|
||||
<variant file="biped/attack_melee_spearman.xml"/>
|
||||
<variant file="biped/attack_capture.xml"/>
|
||||
<variant file="biped/attack_slaughter.xml"/>
|
||||
<variant file="biped/gather_tree.xml"/>
|
||||
<variant file="biped/gather_grain.xml"/>
|
||||
<variant file="biped/gather_fruit.xml"/>
|
||||
<variant file="biped/gather_meat.xml"/>
|
||||
<variant file="biped/gather_rock.xml"/>
|
||||
<variant file="biped/gather_ore.xml"/>
|
||||
<variant file="biped/gather_ruins.xml"/>
|
||||
<variant file="biped/build.xml"/>
|
||||
<variant file="biped/infantry_death.xml"/>
|
||||
<variant file="biped/carry_food.xml"/>
|
||||
<variant file="biped/carry_meat.xml"/>
|
||||
<variant file="biped/carry_wood.xml"/>
|
||||
<variant file="biped/carry_stone.xml"/>
|
||||
<variant file="biped/carry_metal.xml"/>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -6,32 +6,9 @@
|
|||
<animations>
|
||||
<animation file="biped/inf_sword_ready_e.dae" name="Idle" speed="120"/>
|
||||
<animation file="biped/walk_spearshield.psa" name="Walk" speed="120"/>
|
||||
<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_a.psa" name="attack_melee" speed="100"/>
|
||||
<animation event="0.5" file="biped/inf_spear_shield_atk_b.psa" name="attack_melee" speed="100"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_def_06.psa" name="attack_melee" speed="100"/>
|
||||
<animation event="0.5" file="biped/inf_spear_shield_atk_a.psa" name="attack_slaughter" speed="100"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="25"/>
|
||||
<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 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="110"/>
|
||||
<animation file="infantry/general/forage.psa" name="gather_meat" speed="110"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_rock" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ore" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ruins" speed="250"/>
|
||||
<animation event="0.6" file="infantry/general/dude/dudebuild.psa" name="Build" speed="220"/>
|
||||
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="400"/>
|
||||
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="700"/>
|
||||
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="500"/>
|
||||
<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="450"/>
|
||||
</animations>
|
||||
<mesh>skeletal/m_tunic_short.dae</mesh>
|
||||
|
|
@ -53,118 +30,23 @@
|
|||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="Idle"/>
|
||||
<variant name="attack_melee">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/shields/iber_scutum_isp.xml" attachpoint="shield"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_tree">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_grain">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_fruit">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_meat">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_rock">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_ore">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_ruins">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="Build">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
|
||||
<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>
|
||||
<variant file="biped/attack_melee_spearman.xml"/>
|
||||
<variant file="biped/attack_capture.xml"/>
|
||||
<variant file="biped/attack_slaughter.xml"/>
|
||||
<variant file="biped/gather_tree.xml"/>
|
||||
<variant file="biped/gather_grain.xml"/>
|
||||
<variant file="biped/gather_fruit.xml"/>
|
||||
<variant file="biped/gather_meat.xml"/>
|
||||
<variant file="biped/gather_rock.xml"/>
|
||||
<variant file="biped/gather_ore.xml"/>
|
||||
<variant file="biped/gather_ruins.xml"/>
|
||||
<variant file="biped/build.xml"/>
|
||||
<variant file="biped/infantry_death.xml"/>
|
||||
<variant file="biped/carry_food.xml"/>
|
||||
<variant file="biped/carry_meat.xml"/>
|
||||
<variant file="biped/carry_wood.xml"/>
|
||||
<variant file="biped/carry_stone.xml"/>
|
||||
<variant file="biped/carry_metal.xml"/>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -6,32 +6,9 @@
|
|||
<animations>
|
||||
<animation file="biped/inf_sword_ready_e.dae" name="Idle" speed="100"/>
|
||||
<animation file="biped/walk_spearshield.psa" name="Walk" speed="120"/>
|
||||
<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_a.psa" name="attack_melee" speed="100"/>
|
||||
<animation event="0.5" file="biped/inf_spear_shield_atk_b.psa" name="attack_melee" speed="100"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_def_06.psa" name="attack_melee" speed="100"/>
|
||||
<animation event="0.5" file="biped/inf_spear_shield_atk_a.psa" name="attack_slaughter" speed="100"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="20"/>
|
||||
<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 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="110"/>
|
||||
<animation file="infantry/general/forage.psa" name="gather_meat" speed="110"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_rock" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ore" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ruins" speed="250"/>
|
||||
<animation event="0.6" file="infantry/general/dude/dudebuild.psa" name="Build" speed="220"/>
|
||||
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="400"/>
|
||||
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="700"/>
|
||||
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="500"/>
|
||||
<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="450"/>
|
||||
</animations>
|
||||
<props>
|
||||
|
|
@ -50,118 +27,23 @@
|
|||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="Idle"/>
|
||||
<variant name="attack_melee">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/shields/iber_scutum_isp_e.xml" attachpoint="shield"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_tree">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_grain">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_fruit">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_meat">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_rock">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_ore">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_ruins">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="Build">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
|
||||
<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>
|
||||
<variant file="biped/attack_melee_spearman.xml"/>
|
||||
<variant file="biped/attack_capture.xml"/>
|
||||
<variant file="biped/attack_slaughter.xml"/>
|
||||
<variant file="biped/gather_tree.xml"/>
|
||||
<variant file="biped/gather_grain.xml"/>
|
||||
<variant file="biped/gather_fruit.xml"/>
|
||||
<variant file="biped/gather_meat.xml"/>
|
||||
<variant file="biped/gather_rock.xml"/>
|
||||
<variant file="biped/gather_ore.xml"/>
|
||||
<variant file="biped/gather_ruins.xml"/>
|
||||
<variant file="biped/build.xml"/>
|
||||
<variant file="biped/infantry_death.xml"/>
|
||||
<variant file="biped/carry_food.xml"/>
|
||||
<variant file="biped/carry_meat.xml"/>
|
||||
<variant file="biped/carry_wood.xml"/>
|
||||
<variant file="biped/carry_stone.xml"/>
|
||||
<variant file="biped/carry_metal.xml"/>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -7,32 +7,10 @@
|
|||
<animation file="biped/inf_sword_ready_a.dae" name="Idle" speed="105"/>
|
||||
<animation file="biped/inf_sword_ready_a.dae" name="Idle" speed="90"/>
|
||||
<animation file="biped/inf_sword_ready_b.dae" name="Idle" speed="95"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_off_03.psa" name="attack_melee" speed="150"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_off_05.psa" name="attack_melee" speed="150"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_off_03.psa" name="attack_slaughter" speed="150"/>
|
||||
<animation file="biped/walk_spearshield.psa" name="Walk" speed="120"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="20"/>
|
||||
<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="110"/>
|
||||
<animation file="infantry/general/forage.psa" name="gather_meat" speed="110"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_rock" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ore" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ruins" speed="250"/>
|
||||
<animation event="0.6" file="infantry/general/dude/dudebuild.psa" name="Build" speed="220"/>
|
||||
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="400"/>
|
||||
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="700"/>
|
||||
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="500"/>
|
||||
<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="450"/>
|
||||
</animations>
|
||||
<mesh>skeletal/m_tunic_short.dae</mesh>
|
||||
|
|
@ -54,117 +32,23 @@
|
|||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="Idle"/>
|
||||
<variant name="attack_melee">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/falcata.xml" attachpoint="r_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_tree">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_grain">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_fruit">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_meat">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_rock">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_ore">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_ruins">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="Build">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
|
||||
<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>
|
||||
<variant file="biped/attack_melee_swordsman.xml"/>
|
||||
<variant file="biped/attack_capture.xml"/>
|
||||
<variant file="biped/attack_slaughter.xml"/>
|
||||
<variant file="biped/gather_tree.xml"/>
|
||||
<variant file="biped/gather_grain.xml"/>
|
||||
<variant file="biped/gather_fruit.xml"/>
|
||||
<variant file="biped/gather_meat.xml"/>
|
||||
<variant file="biped/gather_rock.xml"/>
|
||||
<variant file="biped/gather_ore.xml"/>
|
||||
<variant file="biped/gather_ruins.xml"/>
|
||||
<variant file="biped/build.xml"/>
|
||||
<variant file="biped/infantry_death.xml"/>
|
||||
<variant file="biped/carry_food.xml"/>
|
||||
<variant file="biped/carry_meat.xml"/>
|
||||
<variant file="biped/carry_wood.xml"/>
|
||||
<variant file="biped/carry_stone.xml"/>
|
||||
<variant file="biped/carry_metal.xml"/>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -7,32 +7,10 @@
|
|||
<animation file="biped/inf_sword_ready_a.dae" name="Idle" speed="105"/>
|
||||
<animation file="biped/inf_sword_ready_a.dae" name="Idle" speed="90"/>
|
||||
<animation file="biped/inf_sword_ready_b.dae" name="Idle" speed="95"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_off_03.psa" name="attack_melee" speed="150"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_off_05.psa" name="attack_melee" speed="150"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_off_03.psa" name="attack_slaughter" speed="150"/>
|
||||
<animation file="biped/walk_spearshield.psa" name="Walk" speed="120"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="20"/>
|
||||
<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="110"/>
|
||||
<animation file="infantry/general/forage.psa" name="gather_meat" speed="110"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_rock" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ore" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ruins" speed="250"/>
|
||||
<animation event="0.6" file="infantry/general/dude/dudebuild.psa" name="Build" speed="220"/>
|
||||
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="400"/>
|
||||
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="700"/>
|
||||
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="500"/>
|
||||
<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="450"/>
|
||||
</animations>
|
||||
<mesh>skeletal/m_tunic_short.dae</mesh>
|
||||
|
|
@ -56,117 +34,23 @@
|
|||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="Idle"/>
|
||||
<variant name="attack_melee">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/falcata.xml" attachpoint="r_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_tree">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_grain">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_fruit">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_meat">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_rock">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_ore">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_ruins">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="Build">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
|
||||
<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>
|
||||
<variant file="biped/attack_melee_swordsman.xml"/>
|
||||
<variant file="biped/attack_capture.xml"/>
|
||||
<variant file="biped/attack_slaughter.xml"/>
|
||||
<variant file="biped/gather_tree.xml"/>
|
||||
<variant file="biped/gather_grain.xml"/>
|
||||
<variant file="biped/gather_fruit.xml"/>
|
||||
<variant file="biped/gather_meat.xml"/>
|
||||
<variant file="biped/gather_rock.xml"/>
|
||||
<variant file="biped/gather_ore.xml"/>
|
||||
<variant file="biped/gather_ruins.xml"/>
|
||||
<variant file="biped/build.xml"/>
|
||||
<variant file="biped/infantry_death.xml"/>
|
||||
<variant file="biped/carry_food.xml"/>
|
||||
<variant file="biped/carry_meat.xml"/>
|
||||
<variant file="biped/carry_wood.xml"/>
|
||||
<variant file="biped/carry_stone.xml"/>
|
||||
<variant file="biped/carry_metal.xml"/>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -7,32 +7,10 @@
|
|||
<animation file="biped/inf_sword_ready_a.dae" name="Idle" speed="105"/>
|
||||
<animation file="biped/inf_sword_ready_a.dae" name="Idle" speed="90"/>
|
||||
<animation file="biped/inf_sword_ready_b.dae" name="Idle" speed="95"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_off_03.psa" name="attack_melee" speed="150"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_off_05.psa" name="attack_melee" speed="150"/>
|
||||
<animation event="0.5" file="infantry/sword/attack/isw_s_off_03.psa" name="attack_slaughter" speed="150"/>
|
||||
<animation file="biped/walk_spearshield.psa" name="Walk" speed="120"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="25"/>
|
||||
<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="110"/>
|
||||
<animation file="infantry/general/forage.psa" name="gather_meat" speed="110"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_rock" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ore" speed="250"/>
|
||||
<animation event="0.43" file="infantry/general/mine.psa" name="gather_ruins" speed="250"/>
|
||||
<animation event="0.6" file="infantry/general/dude/dudebuild.psa" name="Build" speed="220"/>
|
||||
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="400"/>
|
||||
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="700"/>
|
||||
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="500"/>
|
||||
<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="450"/>
|
||||
</animations>
|
||||
<mesh>skeletal/m_tunic_short.dae</mesh>
|
||||
|
|
@ -51,117 +29,23 @@
|
|||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="Idle"/>
|
||||
<variant name="attack_melee">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/falcata.xml" attachpoint="r_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_tree">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_grain">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_fruit">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_meat">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_rock">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_ore">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_ruins">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="Build">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
|
||||
<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>
|
||||
<variant file="biped/attack_melee_swordsman.xml"/>
|
||||
<variant file="biped/attack_capture.xml"/>
|
||||
<variant file="biped/attack_slaughter.xml"/>
|
||||
<variant file="biped/gather_tree.xml"/>
|
||||
<variant file="biped/gather_grain.xml"/>
|
||||
<variant file="biped/gather_fruit.xml"/>
|
||||
<variant file="biped/gather_meat.xml"/>
|
||||
<variant file="biped/gather_rock.xml"/>
|
||||
<variant file="biped/gather_ore.xml"/>
|
||||
<variant file="biped/gather_ruins.xml"/>
|
||||
<variant file="biped/build.xml"/>
|
||||
<variant file="biped/infantry_death.xml"/>
|
||||
<variant file="biped/carry_food.xml"/>
|
||||
<variant file="biped/carry_meat.xml"/>
|
||||
<variant file="biped/carry_wood.xml"/>
|
||||
<variant file="biped/carry_stone.xml"/>
|
||||
<variant file="biped/carry_metal.xml"/>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
|
|
|||
Loading…
Reference in a new issue