1
0
forked from 0ad/0ad

Alexander Hero (hopefully I included everything)

This was SVN commit r2900.
This commit is contained in:
Wijitmaker 2005-10-11 11:59:26 +00:00
parent 8d37fba12f
commit 30b80c032d
15 changed files with 127 additions and 7 deletions

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<mesh>props/special/cape_a.pmd</mesh>
<texture>props/cape_alexander.dds</texture>
</variant>
</group>
</actor>

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant>
<colour>138 97 60</colour>
<mesh>props/head_hero_a.pmd</mesh>
<texture>props/head/alexander.dds</texture>
</variant>
</group>
<material>objectcolor.xml</material>
</actor>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant name="Base">
<mesh>props/helmet/mace_helmet_n.pmd</mesh>
<texture>props/helmet/hele_alexander.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -13,9 +13,6 @@
<variant name="goldgrip"> <variant name="goldgrip">
<mesh>props/weap_xiphos_a.pmd</mesh> <mesh>props/weap_xiphos_a.pmd</mesh>
</variant> </variant>
<variant name="gold">
<mesh>props/weap_xiphos_b.pmd</mesh>
</variant>
<variant name="steelgrip"> <variant name="steelgrip">
<mesh>props/weap_xiphos_c.pmd</mesh> <mesh>props/weap_xiphos_c.pmd</mesh>
</variant> </variant>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<mesh>props/weap_xiphos_b.pmd</mesh>
<texture>props/prop_weap.dds</texture>
</variant>
</group>
</actor>

View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="biped/dudeidle.psa" name="Idle" speed="200"/>
<animation file="biped/dudewalk_swordshield.psa" name="Walk" speed="20"/>
<animation file="biped/dudebuild.psa" name="Build" speed="150"/>
<animation file="biped/dudechop.psa" name="Chop" speed="150"/>
<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_sword_shield_atk_a.psa" name="Attack" speed="100"/>
<animation event="0.5" file="biped/inf_sword_shield_atk_b.psa" name="Attack" speed="100"/>
<animation event="0.5" file="biped/inf_sword_shield_atk_c.psa" name="Attack" speed="100"/>
</animations>
<mesh>skeletal/m_tunic_c.pmd</mesh>
<props>
<prop actor="props/units/heads/hele_alexander.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_alexander.xml" attachpoint="head"/>
<prop actor="props/units/weapons/xiphos_alexander.xml" attachpoint="r_hand"/>
<prop actor="props/units/cape_alexander.xml" attachpoint="back"/>
</props>
<texture>skeletal/hele_alexander.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

BIN
binaries/data/mods/official/art/meshes/props/head_hero_a.pmd (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.

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_unit_infantry_melee_isw">
<Traits>
<Id
civ_code="hele"
civ="Hellenes"
internal_only="false"
specific="Alexander"
history="The most powerful hero of them all - son of Philip II, king of Macedonia (336 BC - 323 BC). After conquering the rest of the Thracians and quelling the unrest of the Greeks, Alexander embarked on a world-conquest march. Defeating the Persian forces at Granicus (334 BC), Issus (333 BC) and Gaugamela (331 BC), he became master of the Persian Empire. Entering India, he defeated king Porus at Hydaspes (326 BC), but his weary troops made him halt. Died in Babylon at the age of 33 while planning a campaign against Arabia."
/>
</Traits>
<Actor>units/hellenes/alexander.xml</Actor>
</Entity>