1
0
forked from 0ad/0ad

This was SVN commit r9241.

This commit is contained in:
Michael D. Hafer 2011-04-13 21:40:34 +00:00
parent 17d67b87c3
commit 22374de942
3 changed files with 9 additions and 11 deletions

View File

@ -10,13 +10,5 @@
<texture>structural/iber_ship.dds</texture>
</variant>
</group>
<!--<group>
<variant name="cargo">
<props>
<prop actor="props/structures/hellenes/merchantship_cargo.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/merchantship_shield.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/merchantship_sail.xml" attachpoint="root"/>
</props>
</variant>
</group>-->
<material>player_trans.xml</material>
</actor>

View File

@ -16,7 +16,7 @@
<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="melee" speed="150"/>
<animation event="0.5" file="infantry/sword/attack/isw_s_off_05.psa" name="melee" speed="150"/>
<animation file="biped/walk_spearshield.psa" name="Walk" speed="120"/>
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Walk" speed="44"/>
<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"/>
@ -44,7 +44,7 @@
<variant frequency="2" name="armour-pectoral-2">
<texture>skeletal/iber_su_inf_2.dds</texture>
</variant>
<variant frequency="3" name="armour-chainmail">
<variant frequency="4" name="armour-chainmail">
<texture>skeletal/high/256_iber_su2.dds</texture>
</variant>
</group>

View File

@ -9,4 +9,10 @@
<VisualActor>
<Actor>units/iberians/super_unit_1.xml</Actor>
</VisualActor>
<UnitMotion>
<WalkSpeed>8.8</WalkSpeed>
<Run>
<Speed>17.6</Speed>
</Run>
</UnitMotion>
</Entity>