1
0
forked from 0ad/0ad

This was SVN commit r5345.

This commit is contained in:
Michael D. Hafer 2007-09-16 19:50:16 +00:00
parent 25e55c1657
commit 21444c9b49
4 changed files with 50 additions and 3 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Helmet-Attic-Crested-Bronze">
<mesh>props/helmet/hele_helmet_s.pmd</mesh>
<texture>props/helmet/rome_attic_bronze.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -4,8 +4,8 @@
<castshadow/>
<group>
<variant>
<mesh>structural/plot_farm.pmd</mesh>
<variant name="base">
<mesh>structural/plot_field.pmd</mesh>
<texture>structural/plot_field_fallow.dds</texture>
</variant>
</group>

View File

@ -5,7 +5,7 @@
<group>
<variant frequency="1" name="Base">
<mesh>structural/plot_farm.pmd</mesh>
<mesh>structural/plot_field.pmd</mesh>
</variant>
</group>

View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="infantry/general/dude/dudeidle.psa" name="idle" speed="1"/>
<animation file="biped/dudewalk_swordshield.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_b.pmd</mesh>
<props>
<prop actor="props/units/heads/rome_head_veteran.xml" attachpoint="head"/>
<prop actor="props/units/heads/rome_thracian.xml" attachpoint="helmet"/>
<prop actor="props/units/weapons/gladus.xml" attachpoint="r_hand"/>
<prop actor="props/units/shields/rome_scutum_su.xml" attachpoint="shield"/>
</props>
<texture>skeletal/test-legionnaire-wip.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>