1
0
forked from 0ad/0ad

Lots of Mauryan unit stuff.

This was SVN commit r12116.
This commit is contained in:
Michael D. Hafer 2012-07-15 07:09:26 +00:00
parent 900affb9bf
commit 937670a916
41 changed files with 581 additions and 30 deletions

View File

@ -1,15 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="head-turban-1">
<mesh>props/dude_head.dae</mesh>
<variant frequency="1" name="Indian face b">
<texture>props/head/indian_face_b.dds</texture>
</variant>
</group>
<group>
<variant frequency="3" name="top knot front">
<mesh>props/helmet/head_indian_1.dae</mesh>
</variant>
<variant frequency="2" name="top knot side">
<mesh>props/helmet/head_indian_2.dae</mesh>
</variant>
<variant frequency="1" name="top knot high">
<mesh>props/helmet/head_indian_3.dae</mesh>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="quiver hip">
<mesh>props/quiver_back.dae</mesh>
</variant>
</group>
<group>
<variant frequency="1" name="quiver light">
<texture>props/quiver_light.png</texture>
</variant>
<variant frequency="1" name="quiver dark">
<texture>props/quiver_dark.png</texture>
</variant>
</group>
</actor>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Bamboo quiver 1">
<mesh>props/quiver_bamboo_1.dae</mesh>
<texture>props/maur_props_1.png</texture>
</variant>
</group>
</actor>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="mesh">
<mesh>props/bow_long_indian_a.dae</mesh>
<texture>props/prop_weap.dds</texture>
</variant>
</group>
</actor>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<mesh>props/broadsword_celt.dae</mesh>
<texture>props/prop_weap.dds</texture>
</variant>
</group>
<material>basic_spec.xml</material>
</actor>

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Texture">
<texture>props/maur_props_1.png</texture>
</variant>
</group>
<group>
<variant frequency="2" name="Bamboo Spear">
<mesh>props/spear_bamboo.dae</mesh>
</variant>
<variant frequency="1" name="Bamboo Spear Blood">
<mesh>props/spear_bamboo_blood.dae</mesh>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -23,7 +23,7 @@
<prop actor="props/units/heads/celt_helmet_b.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_celt_su3.xml" attachpoint="head"/>
<prop actor="props/temp/l_sheath.xml" attachpoint="l_hip"/>
<prop actor="props/units/weapons/spatha.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/broadsword.xml" attachpoint="r_hand"/>
</props>
</variant>
</group>

View File

@ -21,7 +21,7 @@
<props>
<prop actor="props/units/heads/head_celt_fanatic.xml" attachpoint="head"/>
<prop actor="props/temp/l_sheath.xml" attachpoint="l_hip"/>
<prop actor="props/units/weapons/spatha.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/broadsword.xml" attachpoint="r_hand"/>
</props>
</variant>
</group>

View File

@ -34,7 +34,7 @@
<props>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
<prop actor="props/units/weapons/bow_short.xml" attachpoint="l_hand"/>
<prop actor="props/temp/quiver.xml" attachpoint="back"/>
<prop actor="props/units/quiver_back.xml" attachpoint="back"/>
<prop actor="props/units/heads/hele_straw.xml" attachpoint="helmet"/>
</props>
</variant>
@ -94,7 +94,7 @@
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_ruins">
<variant name="gather_ruins">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>

View File

@ -33,7 +33,7 @@
<props>
<prop actor="props/units/heads/head_hele_b.xml" attachpoint="head"/>
<prop actor="props/units/weapons/bow_short.xml" attachpoint="l_hand"/>
<prop actor="props/temp/quiver.xml" attachpoint="back"/>
<prop actor="props/units/quiver_back.xml" attachpoint="back"/>
</props>
<texture>skeletal/hele_tunic.dds</texture>
</variant>

View File

@ -34,7 +34,7 @@
<prop actor="props/units/heads/hele_iar_e.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
<prop actor="props/units/weapons/bow_recurve.xml" attachpoint="l_hand"/>
<prop actor="props/temp/quiver.xml" attachpoint="back"/>
<prop actor="props/units/quiver_back.xml" attachpoint="back"/>
<prop actor="props/units/shields/iberian_buckler_adv.xml" attachpoint="shield"/>
</props>
<texture>skeletal/hele_iar_e.dds</texture>

View File

@ -34,7 +34,7 @@
<props>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
<prop actor="props/units/weapons/bow_short.xml" attachpoint="l_hand"/>
<prop actor="props/temp/quiver.xml" attachpoint="back"/>
<prop actor="props/units/quiver_back.xml" attachpoint="back"/>
<prop actor="props/units/heads/hele_straw.xml" attachpoint="helmet"/>
</props>
</variant>
@ -94,7 +94,7 @@
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_ruins">
<variant name="gather_ruins">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>

View File

@ -33,7 +33,7 @@
<props>
<prop actor="props/units/heads/head_hele_b.xml" attachpoint="head"/>
<prop actor="props/units/weapons/bow_short.xml" attachpoint="l_hand"/>
<prop actor="props/temp/quiver.xml" attachpoint="back"/>
<prop actor="props/units/quiver_back.xml" attachpoint="back"/>
</props>
<texture>skeletal/hele_tunic.dds</texture>
</variant>

View File

@ -34,7 +34,7 @@
<prop actor="props/units/heads/hele_iar_e.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
<prop actor="props/units/weapons/bow_recurve.xml" attachpoint="l_hand"/>
<prop actor="props/temp/quiver.xml" attachpoint="back"/>
<prop actor="props/units/quiver_back.xml" attachpoint="back"/>
<prop actor="props/units/shields/iberian_buckler_adv.xml" attachpoint="shield"/>
</props>
<texture>skeletal/hele_iar_e.dds</texture>

View File

@ -0,0 +1,146 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="infantry/spear/idle/isp_01.psa" name="Idle" speed="100"/>
<animation file="infantry/spear/idle/isp_01.psa" name="Idle" speed="97"/>
<animation event="0.84" file="biped/inf_arch_atk_a.psa" load="0.16" name="Melee" speed="90"/>
<animation file="infantry/general/dude/dudewalk.psa" name="Walk" speed="100"/>
<animation file="infantry/sword/move/run/isw_s_off_01.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_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="290"/>
</animations>
<mesh>skeletal/m_tunic_long.dae</mesh>
<props>
<prop actor="props/units/heads/head_indian_a.xml" attachpoint="head"/>
<prop actor="props/units/weapons/bow_long_indian.xml" attachpoint="l_hand"/>
<prop actor="props/units/quiver_back_bamboo.xml" attachpoint="back"/>
</props>
<texture>skeletal/maur_iar_a.png</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/arrow_back.xml" attachpoint="loaded-r_hand"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
</props>
</variant>
<variant name="gather_tree">
<props>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_grain">
<props>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_fruit">
<props>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_meat">
<props>
<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 actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_ore">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_ruins">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="Build">
<props>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
</props>
</variant>
<variant name="carry_food">
<props>
<prop actor="props/units/shuttle_basket.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<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 name="death">
<props>
<prop actor="props/units/blood_01.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,146 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="infantry/spear/idle/isp_01.psa" name="Idle" speed="100"/>
<animation file="infantry/spear/idle/isp_01.psa" name="Idle" speed="97"/>
<animation event="0.84" file="biped/inf_arch_atk_a.psa" load="0.16" name="Melee" speed="90"/>
<animation file="infantry/general/dude/dudewalk.psa" name="Walk" speed="100"/>
<animation file="infantry/sword/move/run/isw_s_off_01.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_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="290"/>
</animations>
<mesh>skeletal/m_tunic_long.dae</mesh>
<props>
<prop actor="props/units/heads/head_indian_a.xml" attachpoint="head"/>
<prop actor="props/units/weapons/bow_long_indian.xml" attachpoint="l_hand"/>
<prop actor="props/units/quiver_back_bamboo.xml" attachpoint="back"/>
</props>
<texture>skeletal/maur_isp_b.png</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/arrow_back.xml" attachpoint="loaded-r_hand"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
</props>
</variant>
<variant name="gather_tree">
<props>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_grain">
<props>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_fruit">
<props>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_meat">
<props>
<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 actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_ore">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_ruins">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="Build">
<props>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
</props>
</variant>
<variant name="carry_food">
<props>
<prop actor="props/units/shuttle_basket.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<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 name="death">
<props>
<prop actor="props/units/blood_01.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,146 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="infantry/spear/idle/isp_01.psa" name="Idle" speed="100"/>
<animation file="infantry/spear/idle/isp_01.psa" name="Idle" speed="97"/>
<animation event="0.84" file="biped/inf_arch_atk_a.psa" load="0.16" name="Melee" speed="90"/>
<animation file="infantry/general/dude/dudewalk.psa" name="Walk" speed="100"/>
<animation file="infantry/sword/move/run/isw_s_off_01.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_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="290"/>
</animations>
<mesh>skeletal/m_tunic_long.dae</mesh>
<props>
<prop actor="props/units/heads/head_indian_a.xml" attachpoint="head"/>
<prop actor="props/units/weapons/bow_long_indian.xml" attachpoint="l_hand"/>
<prop actor="props/units/quiver_back_bamboo.xml" attachpoint="back"/>
</props>
<texture>skeletal/maur_iar_e.png</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/arrow_back.xml" attachpoint="loaded-r_hand"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
</props>
</variant>
<variant name="gather_tree">
<props>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_grain">
<props>
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_fruit">
<props>
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
<prop attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_meat">
<props>
<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 actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_ore">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_ruins">
<props>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop attachpoint="r_hand"/>
</props>
</variant>
<variant name="Build">
<props>
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
</props>
</variant>
<variant name="carry_food">
<props>
<prop actor="props/units/shuttle_basket.xml" attachpoint="r_hand"/>
<prop attachpoint="l_hand"/>
<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 name="death">
<props>
<prop actor="props/units/blood_01.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -40,7 +40,7 @@
<mesh>skeletal/m_tunic_long.dae</mesh>
<props>
<prop actor="props/units/shields/pers_tower.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spear_lance.xml" attachpoint="r_hand"/>
<prop actor="props/units/weapons/spear_bamboo.xml" attachpoint="r_hand"/>
<prop actor="props/units/heads/head_indian_a.xml" attachpoint="head"/>
</props>
<texture>skeletal/maur_isp_b.png</texture>
@ -152,6 +152,11 @@
<prop attachpoint="shield"/>
</props>
</variant>
<variant name="death">
<props>
<prop actor="props/units/blood_01.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -27,6 +27,6 @@
<Range>66</Range>
</Vision>
<VisualActor>
<Actor>units/persians/infantry_archer_a.xml</Actor>
<Actor>units/mauryans/infantry_archer_a.xml</Actor>
</VisualActor>
</Entity>

View File

@ -25,6 +25,6 @@
<Entity>units/maur_infantry_archer_a</Entity>
</Promotion>
<VisualActor>
<Actor>units/persians/infantry_archer_b.xml</Actor>
<Actor>units/mauryans/infantry_archer_b.xml</Actor>
</VisualActor>
</Entity>

View File

@ -25,6 +25,6 @@
<Range>70</Range>
</Vision>
<VisualActor>
<Actor>units/persians/infantry_archer_e.xml</Actor>
<Actor>units/mauryans/infantry_archer_e.xml</Actor>
</VisualActor>
</Entity>