1
0
forked from 0ad/0ad

#New spears.

This was SVN commit r6729.
This commit is contained in:
Michael D. Hafer 2009-03-07 06:00:48 +00:00
parent d643588d88
commit 2ac3378467
16 changed files with 402 additions and 343 deletions

View File

@ -20,7 +20,7 @@
<mesh>skeletal/m_tunic_a.pmd</mesh>
<props>
<prop actor="props/units/shields/mace_round_hypaspist.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spear_reverse.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/spear_hoplite.xml" attachpoint="r_hand"/>
<prop actor="props/units/heads/head_hele_b.xml" attachpoint="head"/>
<prop actor="props/units/heads/mace_su1.xml" attachpoint="helmet"/>
</props>

View File

@ -28,7 +28,7 @@
<prop actor="props/units/heads/rome_etrusco_a.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/rome_head_veteran.xml" attachpoint="head"/>
<prop actor="props/units/shields/rome_scutum_a.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/spear_lance.xml" attachpoint="r_hand"/>
</props>
<texture>skeletal/rome_isp_a.dds</texture>
</variant>
@ -38,7 +38,7 @@
<variant frequency="1" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/spear_lance.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_wood">

View File

@ -28,7 +28,7 @@
<prop actor="props/units/heads/rome_etrusco_b.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/rome_head_veteran.xml" attachpoint="head"/>
<prop actor="props/units/shields/rome_scutum_b.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/spear_lance.xml" attachpoint="r_hand"/>
</props>
<texture>skeletal/rome_isw_e.dds</texture>
</variant>
@ -38,7 +38,7 @@
<variant frequency="1" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/spear_lance.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_wood">

View File

@ -31,7 +31,7 @@
<prop actor="props/units/heads/rome_etrusco_e.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/rome_head_veteran.xml" attachpoint="head"/>
<prop actor="props/units/shields/rome_scutum_e.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/spear_lance.xml" attachpoint="r_hand"/>
</props>
</variant>
</group>
@ -47,7 +47,7 @@
<variant frequency="1" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/spear_lance.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_wood">

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant name="Base">
<texture>props/prop_weap.dds</texture>
</variant>
</group>
<group>
<variant frequency="1" name="sarissa_a">
<mesh>props/sarissa_a.dae</mesh>
</variant>
<variant frequency="1" name="sarissa_b">
<mesh>props/sarissa_b.dae</mesh>
</variant>
</group>
</actor>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant name="Base">
<mesh>props/spear_hoplite.dae</mesh>
<texture>props/prop_weap.dds</texture>
</variant>
</group>
</actor>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant name="Base">
<mesh>props/spear_lance.dae</mesh>
<texture>props/prop_weap.dds</texture>
</variant>
</group>
</actor>

View File

@ -1,134 +1,134 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="biped/inf_hoplite_idle_a.psa" name="Idle" speed="200"/>
<animation file="biped/inf_hoplite_walk.psa" name="Walk" speed="20"/>
<animation event="0.5" file="biped/inf_hoplite_atk_a.psa" name="Melee" speed="200"/>
<animation file="biped/inf_hoplite_shield_run_a.psa" name="Run" speed="13"/>
<animation file="infantry/general/chop.psa" name="gather_wood" speed="200"/>
<animation file="biped/hoe.psa" name="gather_grain" speed="400"/>
<animation file="infantry/general/forage.psa" name="gather_fruit" speed="100"/>
<animation file="infantry/general/forage.psa" name="gather_meat" speed="100"/>
<animation file="infantry/general/mine.psa" name="gather_stone" speed="200"/>
<animation file="infantry/general/mine.psa" name="gather_metal" speed="200"/>
<animation file="infantry/general/dude/dudebuild.psa" name="Build" speed="250"/>
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_04.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_06.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_07.psa" name="Death" speed="200"/>
<animation file="infantry/general/dude/dudedecay_sword.psa" name="Corpse" speed="100"/>
</animations>
<mesh>skeletal/m_tunic_short.dae</mesh>
<props>
<prop actor="props/units/shields/hele_round_a.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spear_reverse.xml" attachpoint="r_hand"/>
</props>
</variant>
</group>
<group>
<variant frequency="1" name="Helmet-Corinthians">
<props>
<prop actor="props/units/heads/head_hele_h.xml" attachpoint="head"/>
<prop actor="props/units/heads/hele_hoplite_a.xml" attachpoint="helmet"/>
</props>
</variant>
<variant frequency="1" name="Helmet-Later">
<props>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
<prop actor="props/units/heads/hele_hoplite_a2.xml" attachpoint="helmet"/>
</props>
</variant>
</group>
<group>
<variant frequency="1" name="Armour-a">
<texture>skeletal/hele_isp_a.dds</texture>
</variant>
<variant frequency="1" name="Armour-b">
<texture>skeletal/hele_csw_e.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/spear_reverse.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_wood">
<props>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
</props>
</variant>
<variant name="gather_grain">
<props>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
</props>
</variant>
<variant name="gather_fruit">
<props>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
</props>
</variant>
<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"/>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
</props>
</variant>
<variant name="gather_stone">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
</props>
</variant>
<variant name="gather_metal">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
</props>
</variant>
<variant name="Build">
<props>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="biped/inf_hoplite_idle_a.psa" name="Idle" speed="200"/>
<animation file="biped/inf_hoplite_walk.psa" name="Walk" speed="20"/>
<animation event="0.5" file="biped/inf_hoplite_atk_a.psa" name="Melee" speed="200"/>
<animation file="biped/inf_hoplite_shield_run_a.psa" name="Run" speed="13"/>
<animation file="infantry/general/chop.psa" name="gather_wood" speed="200"/>
<animation file="biped/hoe.psa" name="gather_grain" speed="400"/>
<animation file="infantry/general/forage.psa" name="gather_fruit" speed="100"/>
<animation file="infantry/general/forage.psa" name="gather_meat" speed="100"/>
<animation file="infantry/general/mine.psa" name="gather_stone" speed="200"/>
<animation file="infantry/general/mine.psa" name="gather_metal" speed="200"/>
<animation file="infantry/general/dude/dudebuild.psa" name="Build" speed="250"/>
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_04.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_06.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_07.psa" name="Death" speed="200"/>
<animation file="infantry/general/dude/dudedecay_sword.psa" name="Corpse" speed="100"/>
</animations>
<mesh>skeletal/m_tunic_short.dae</mesh>
<props>
<prop actor="props/units/shields/hele_round_a.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spear_hoplite.xml" attachpoint="r_hand"/>
</props>
</variant>
</group>
<group>
<variant frequency="1" name="Helmet-Corinthians">
<props>
<prop actor="props/units/heads/head_hele_h.xml" attachpoint="head"/>
<prop actor="props/units/heads/hele_hoplite_a.xml" attachpoint="helmet"/>
</props>
</variant>
<variant frequency="1" name="Helmet-Later">
<props>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
<prop actor="props/units/heads/hele_hoplite_a2.xml" attachpoint="helmet"/>
</props>
</variant>
</group>
<group>
<variant frequency="1" name="Armour-a">
<texture>skeletal/hele_isp_a.dds</texture>
</variant>
<variant frequency="1" name="Armour-b">
<texture>skeletal/hele_csw_e.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/spear_hoplite.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_wood">
<props>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
</props>
</variant>
<variant name="gather_grain">
<props>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
</props>
</variant>
<variant name="gather_fruit">
<props>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
</props>
</variant>
<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"/>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
</props>
</variant>
<variant name="gather_stone">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
</props>
</variant>
<variant name="gather_metal">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
</props>
</variant>
<variant name="Build">
<props>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,147 +1,147 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="biped/inf_hoplite_idle_a.psa" name="Idle" speed="200"/>
<animation file="biped/inf_hoplite_walk.psa" name="Walk" speed="20"/>
<animation event="0.5" file="biped/inf_hoplite_atk_a.psa" name="Melee" speed="200"/>
<animation file="biped/inf_hoplite_shield_run_a.psa" name="Run" speed="13"/>
<animation file="infantry/general/chop.psa" name="gather_wood" speed="150"/>
<animation file="biped/hoe.psa" name="gather_grain" speed="400"/>
<animation file="infantry/general/forage.psa" name="gather_fruit" speed="100"/>
<animation file="infantry/general/forage.psa" name="gather_meat" speed="100"/>
<animation file="infantry/general/mine.psa" name="gather_stone" speed="150"/>
<animation file="infantry/general/mine.psa" name="gather_metal" speed="150"/>
<animation file="infantry/general/dude/dudebuild.psa" name="Build" speed="250"/>
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="300"/>
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="300"/>
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="300"/>
<animation file="infantry/general/death/inf_04.psa" name="Death" speed="300"/>
<animation file="infantry/general/death/inf_06.psa" name="Death" speed="300"/>
<animation file="infantry/general/death/inf_07.psa" name="Death" speed="300"/>
</animations>
<props>
<prop actor="props/units/shields/hele_round_e.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spear_reverse.xml" attachpoint="r_hand"/>
</props>
</variant>
</group>
<group>
<variant frequency="3" name="Helmet-Corinthian-Varieties">
<props>
<prop actor="props/units/heads/hele_hoplite_e.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_h.xml" attachpoint="head"/>
</props>
</variant>
<variant frequency="1" name="Helmets-Illyrian-Chalcidean-Varieties">
<props>
<prop actor="props/units/heads/hele_hoplite_e2.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
</props>
</variant>
</group>
<group>
<variant frequency="2" name="armour-var-a">
<mesh>skeletal/m_tunic_short.dae</mesh>
<texture>skeletal/hele_isp_e_a.dds</texture>
</variant>
<variant frequency="1" name="armour-var-c">
<mesh>skeletal/m_tunic_short.dae</mesh>
<texture>skeletal/hele_isp_e_c.dds</texture>
</variant>
<variant frequency="1" name="armour-var-d">
<mesh>skeletal/m_tunic_short.dae</mesh>
<texture>skeletal/hele_isp_e_d.dds</texture>
</variant>
<variant frequency="4" name="armour-var-f">
<mesh>skeletal/m_tunic_short.dae</mesh>
<texture>skeletal/hele_isp_e_f.dds</texture>
</variant>
<variant frequency="1" name="armour-var-g">
<mesh>skeletal/m_tunic_short.dae</mesh>
<texture>skeletal/hele_isp_e_g.dds</texture>
</variant>
</group>
<group>
<variant frequency="1" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/spear_reverse.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_wood">
<props>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
</props>
</variant>
<variant name="gather_grain">
<props>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
</props>
</variant>
<variant name="gather_fruit">
<props>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
</props>
</variant>
<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"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
</props>
</variant>
<variant name="gather_stone">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
</props>
</variant>
<variant name="gather_metal">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
</props>
</variant>
<variant name="Build">
<props>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
<prop attachpoint=""/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="biped/inf_hoplite_idle_a.psa" name="Idle" speed="200"/>
<animation file="biped/inf_hoplite_walk.psa" name="Walk" speed="20"/>
<animation event="0.5" file="biped/inf_hoplite_atk_a.psa" name="Melee" speed="200"/>
<animation file="biped/inf_hoplite_shield_run_a.psa" name="Run" speed="13"/>
<animation file="infantry/general/chop.psa" name="gather_wood" speed="150"/>
<animation file="biped/hoe.psa" name="gather_grain" speed="400"/>
<animation file="infantry/general/forage.psa" name="gather_fruit" speed="100"/>
<animation file="infantry/general/forage.psa" name="gather_meat" speed="100"/>
<animation file="infantry/general/mine.psa" name="gather_stone" speed="150"/>
<animation file="infantry/general/mine.psa" name="gather_metal" speed="150"/>
<animation file="infantry/general/dude/dudebuild.psa" name="Build" speed="250"/>
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="300"/>
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="300"/>
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="300"/>
<animation file="infantry/general/death/inf_04.psa" name="Death" speed="300"/>
<animation file="infantry/general/death/inf_06.psa" name="Death" speed="300"/>
<animation file="infantry/general/death/inf_07.psa" name="Death" speed="300"/>
</animations>
<props>
<prop actor="props/units/shields/hele_round_e.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spear_hoplite.xml" attachpoint="r_hand"/>
</props>
</variant>
</group>
<group>
<variant frequency="3" name="Helmet-Corinthian-Varieties">
<props>
<prop actor="props/units/heads/hele_hoplite_e.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_h.xml" attachpoint="head"/>
</props>
</variant>
<variant frequency="1" name="Helmets-Illyrian-Chalcidean-Varieties">
<props>
<prop actor="props/units/heads/hele_hoplite_e2.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
</props>
</variant>
</group>
<group>
<variant frequency="2" name="armour-var-a">
<mesh>skeletal/m_tunic_short.dae</mesh>
<texture>skeletal/hele_isp_e_a.dds</texture>
</variant>
<variant frequency="1" name="armour-var-c">
<mesh>skeletal/m_tunic_short.dae</mesh>
<texture>skeletal/hele_isp_e_c.dds</texture>
</variant>
<variant frequency="1" name="armour-var-d">
<mesh>skeletal/m_tunic_short.dae</mesh>
<texture>skeletal/hele_isp_e_d.dds</texture>
</variant>
<variant frequency="4" name="armour-var-f">
<mesh>skeletal/m_tunic_short.dae</mesh>
<texture>skeletal/hele_isp_e_f.dds</texture>
</variant>
<variant frequency="1" name="armour-var-g">
<mesh>skeletal/m_tunic_short.dae</mesh>
<texture>skeletal/hele_isp_e_g.dds</texture>
</variant>
</group>
<group>
<variant frequency="1" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/spear_hoplite.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_wood">
<props>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
</props>
</variant>
<variant name="gather_grain">
<props>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
</props>
</variant>
<variant name="gather_fruit">
<props>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
</props>
</variant>
<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"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
</props>
</variant>
<variant name="gather_stone">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
</props>
</variant>
<variant name="gather_metal">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
</props>
</variant>
<variant name="Build">
<props>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="shield"/>
<prop attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
<prop attachpoint=""/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -20,7 +20,7 @@
<mesh>skeletal/m_tunic_short.dae</mesh>
<props>
<prop actor="props/units/heads/head_hele_h.xml" attachpoint="head"/>
<prop actor="props/units/weapons/spear_reverse.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/spear_hoplite.xml" attachpoint="r_hand"/>
<prop actor="props/units/cape_m_long.xml" attachpoint="shoulders"/>
</props>
<texture>skeletal/hele_spartitiate_a.dds</texture>
@ -46,17 +46,17 @@
<variant frequency="100" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/spear_reverse.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/spear_hoplite.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="Walk">
<props>
<prop actor="props/units/weapons/spear_reverse.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/spear_hoplite.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="Run">
<props>
<prop actor="props/units/weapons/spear_reverse.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/spear_hoplite.xml" attachpoint="r_hand"/>
</props>
</variant>
</group>

View File

@ -1,50 +1,50 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="biped/inf_phalanx_c.psa" name="Idle" speed="200"/>
<animation file="biped/inf_phalanx_walk_a.psa" name="Walk" speed="17"/>
<animation file="biped/inf_phalanx_walk_a.psa" name="run" speed="18"/>
<animation event="0.5" file="biped/inf_phalanx_atk_a.psa" name="melee" speed="500"/>
<animation file="infantry/general/dude/dudedeath_sword.psa" name="death" speed="165"/>
<animation file="infantry/general/death/inf_06.psa" name="death" speed="200"/>
</animations>
<mesh>skeletal/m_tunic_short.dae</mesh>
<props>
<prop actor="props/units/shields/mace_round_su3.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spear_long.xml" attachpoint="r_hand"/>
</props>
</variant>
</group>
<group>
<variant frequency="5" name="Armour-Linen-Linothorax">
<props>
<prop actor="props/units/heads/hele_su3.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_b.xml" attachpoint="head"/>
</props>
<texture>skeletal/hele_pezhetairoi_3.dds</texture>
</variant>
<variant frequency="5" name="Armour-Reinforced Linothorax">
<props>
<prop actor="props/units/heads/hele_su3.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_b.xml" attachpoint="head"/>
</props>
<texture>skeletal/hele_pezhetairoi.dds</texture>
</variant>
<variant frequency="2" name="Armour-Bronze Cuirass">
<props>
<prop actor="props/units/heads/hele_mace_frontranker.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_b.xml" attachpoint="head"/>
</props>
<texture>skeletal/hele_pezhetairoi_2.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="biped/inf_phalanx_c.psa" name="Idle" speed="200"/>
<animation file="biped/inf_phalanx_walk_a.psa" name="Walk" speed="17"/>
<animation file="biped/inf_phalanx_walk_a.psa" name="run" speed="18"/>
<animation event="0.5" file="biped/inf_phalanx_atk_a.psa" name="melee" speed="500"/>
<animation file="infantry/general/dude/dudedeath_sword.psa" name="death" speed="165"/>
<animation file="infantry/general/death/inf_06.psa" name="death" speed="200"/>
</animations>
<mesh>skeletal/m_tunic_short.dae</mesh>
<props>
<prop actor="props/units/shields/mace_round_su3.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/sarissa.xml" attachpoint="r_hand"/>
</props>
</variant>
</group>
<group>
<variant frequency="5" name="Armour-Linen-Linothorax">
<props>
<prop actor="props/units/heads/hele_su3.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_b.xml" attachpoint="head"/>
</props>
<texture>skeletal/hele_pezhetairoi_3.dds</texture>
</variant>
<variant frequency="5" name="Armour-Reinforced Linothorax">
<props>
<prop actor="props/units/heads/hele_su3.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_b.xml" attachpoint="head"/>
</props>
<texture>skeletal/hele_pezhetairoi.dds</texture>
</variant>
<variant frequency="2" name="Armour-Bronze Cuirass">
<props>
<prop actor="props/units/heads/hele_mace_frontranker.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_b.xml" attachpoint="head"/>
</props>
<texture>skeletal/hele_pezhetairoi_2.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -16,7 +16,7 @@
<props>
<prop actor="props/units/heads/head_hele_b.xml" attachpoint="head"/>
<prop actor="props/units/heads/hele_cav_e.xml" attachpoint="helmet"/>
<prop actor="props/units/weapons/spear_long.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/spear_lance.xml" attachpoint="r_hand"/>
<prop actor="props/units/cape_m_med.xml" attachpoint="shoulders"/>
</props>
</variant>

BIN
binaries/data/mods/public/art/meshes/props/sarissa_a.dae (Stored with Git LFS) Normal file

Binary file not shown.

BIN
binaries/data/mods/public/art/meshes/props/sarissa_b.dae (Stored with Git LFS) Normal file

Binary file not shown.

BIN
binaries/data/mods/public/art/meshes/props/spear_hoplite.dae (Stored with Git LFS) Normal file

Binary file not shown.

BIN
binaries/data/mods/public/art/meshes/props/spear_lance.dae (Stored with Git LFS) Normal file

Binary file not shown.