1
0
forked from mirrors/0ad

Ooops forgot some xenophon files

This was SVN commit r2987.
This commit is contained in:
Wijitmaker
2005-10-22 10:17:35 +00:00
parent c10b413f65
commit aba61336b7
4 changed files with 83 additions and 0 deletions
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant name="Base">
<mesh>props/helmet/hele_helmet_s.pmd</mesh>
<texture>props/helmet/hele_xenophon.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant name="base">
<mesh>props/shield/round_h_f.pmd</mesh>
<props>
<prop actor="props/units/shields/hele_round_back.xml" attachpoint="back"/>
</props>
</variant>
</group>
<group>
<variant name="h">
<texture>props/shield/hele_round_h.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="biped/inf_idle_spear.psa" name="Idle" speed="200"/>
<animation file="biped/walk_spearshield.psa" name="Walk" speed="20"/>
<animation file="biped/dudedeath_sword.psa" name="Death" speed="200"/>
<animation file="biped/dudedecay_sword.psa" name="Decay" speed="100"/>
<animation event="0.5" file="biped/inf_spear_shield_atk_a.psa" name="Attack" speed="100"/>
<animation event="0.5" file="biped/inf_spear_shield_atk_b.psa" name="Attack" speed="100"/>
</animations>
<mesh>skeletal/m_tunic_a.pmd</mesh>
<props>
<prop actor="props/units/heads/hele_xenophon.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
<prop actor="props/units/shields/hele_round_xenophon.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spear_long.xml" attachpoint="r_hand"/>
</props>
<texture>skeletal/hele_xenophon.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_unit_infantry_melee_isp">
<Traits>
<Id
civ_code="hele"
civ="Hellenes"
internal_only="false"
specific="Xenophon"
history="Xenophon (c. 430 B. C. to c. 355 B. C.) was a Greek soldier and (later) historian who was born in Athens of an oligarch family and was a student of Socrates during his youth. He was elected one of the new Greek leaders chosen to lead the army in its retreat out of Persia. Xenophon went on to fight and lead troops in numerous battles then later write numerous books on military tactics, organization and command throughout the remainder of his lifetime."
/>
</Traits>
<Actor>units/hellenes/xenophon.xml</Actor>
</Entity>