1
0
forked from 0ad/0ad

#Roman Centurion

This was SVN commit r6811.
This commit is contained in:
Michael D. Hafer 2009-04-07 07:42:24 +00:00
parent fbaabe473e
commit 39a80a67d3
5 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="helmet-Imperial Gallic G Crest Transverse">
<mesh>props/helmet/rome_gallicg_cent_a.dae</mesh>
</variant>
</group>
<group>
<variant frequency="1" name="texture">
<texture>props/helmet/rome_gallic_g_cent.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="biped/inf_sword_ready_e.dae" name="idle" speed="100"/>
<animation file="biped/inf_sword_ready_e.dae" name="idle" speed="90"/>
<animation file="biped/inf_sword_ready_e.dae" name="idle" speed="75"/>
<animation file="biped/walk_spearshield.psa" name="walk" speed="18"/>
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="run" speed="8"/>
<animation event="0.5" file="infantry/sword/attack/isw_s_off_05.psa" name="melee" speed="150"/>
<animation event="0.5" file="infantry/sword/attack/isw_s_def_06.psa" name="melee" speed="150"/>
<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_06.psa" name="death" speed="200"/>
<animation file="infantry/general/death/inf_07.psa" name="death" speed="200"/>
</animations>
<mesh>skeletal/m_tunic_long.dae</mesh>
<props>
<prop actor="props/units/heads/rome_head_veteran.xml" attachpoint="head"/>
<prop actor="props/units/heads/rome_imp_gallic_g_cent.xml" attachpoint="helmet"/>
<prop actor="props/units/weapons/gladus.xml" attachpoint="r_hand"/>
<prop actor="props/units/shields/rome_scutum_legionnaire.xml" attachpoint="shield"/>
<prop actor="props/units/cape_m_med.xml" attachpoint="shoulders"/>
</props>
<texture>skeletal/xpack/imp_rome_su1_a.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.