mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 09:15:57 +00:00
This was SVN commit r5293.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant name="base">
|
||||
<mesh>props/shield/round_m_f.pmd</mesh>
|
||||
@@ -12,10 +14,10 @@
|
||||
|
||||
<group>
|
||||
<variant name="Golden-Shield">
|
||||
<texture>props/shield/hele_macedon_royal.dds</texture>
|
||||
<texture>props/shield/hele_macedon_silver.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>player_trans.xml</material>
|
||||
<material>basic_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<mesh>skeletal/m_pants_c.pmd</mesh>
|
||||
<props>
|
||||
<prop actor="props/units/heads/head_pers_tiara.xml" attachpoint="head"/>
|
||||
<prop actor="props/units/shields/gerron_a.xml" attachpoint="shield"/>
|
||||
<prop actor="props/units/shields/pers_tower.xml" attachpoint="shield"/>
|
||||
<prop actor="props/units/weapons/spear_ball.xml" attachpoint="r_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
|
||||
@@ -4,25 +4,51 @@
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<variant frequency="1" name="Base">
|
||||
<animations>
|
||||
<animation file="infantry/general/dude/dudeidle.psa" name="Idle" speed="200"/>
|
||||
<animation file="biped/dudewalk_swordshield.psa" name="Walk" speed="20"/>
|
||||
<animation file="infantry/general/dude/dudebuild.psa" name="Build" speed="150"/>
|
||||
<animation file="infantry/general/dude/dudechop.psa" name="Chop" speed="150"/>
|
||||
<animation file="infantry/general/dude/dudedeath_sword.psa" name="Death" speed="200"/>
|
||||
<animation file="infantry/general/dude/dudedecay_sword.psa" name="Corpse" speed="100"/>
|
||||
<animation file="infantry/general/dude/dudeattack.psa" name="Attack" speed="100"/>
|
||||
<animation file="infantry/general/dude/dudeattack1.psa" name="Attack" speed="100"/>
|
||||
<animation file="quadraped/horse_idle_a.psa" name="Idle" speed="100"/>
|
||||
<animation file="quadraped/horse_idle_a.psa" name="Idle" speed="100"/>
|
||||
<animation file="quadraped/horse_attack_a.psa" name="Idle" speed="100"/>
|
||||
<animation file="quadraped/horse_attack_b.psa" name="Idle" speed="100"/>
|
||||
<animation file="quadraped/horse_gallop.psa" name="Run" speed="8"/>
|
||||
<animation file="quadraped/horse_walk.psa" name="Walk" speed="18"/>
|
||||
<animation file="quadraped/horse_attack_a.psa" name="melee" speed="150"/>
|
||||
<animation file="quadraped/horse_attack_b.psa" name="melee" speed="150"/>
|
||||
</animations>
|
||||
<mesh>skeletal/m_tunic_b.pmd</mesh>
|
||||
<mesh>skeletal/horse.pmd</mesh>
|
||||
<props>
|
||||
<prop actor="props/temp/rome_sign_super_unit2.xml" attachpoint="head_extra"/>
|
||||
<prop actor="props/temp/placeholder_helmet_e.xml" attachpoint="helmet"/>
|
||||
<prop actor="props/units/heads/placeholder_head_rome.xml" attachpoint="head"/>
|
||||
<prop actor="units/romans/super_unit_2_r.xml" attachpoint="rider"/>
|
||||
</props>
|
||||
<texture>skeletal/plac_rome_e.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant frequency="1" name="horse-texture-dapel">
|
||||
<texture>skeletal/horse_rome_su2_2.dds</texture>
|
||||
</variant>
|
||||
<variant frequency="1" name="horse-texture-blaze">
|
||||
<texture>skeletal/horse_rome_su2_3.dds</texture>
|
||||
</variant>
|
||||
<variant frequency="1" name="horse-texture-feet">
|
||||
<texture>skeletal/horse_rome_su2_4.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant frequency="1" name="horse-color-black">
|
||||
<colour>79 79 79</colour>
|
||||
</variant>
|
||||
<variant frequency="1" name="horse-color-brown">
|
||||
<colour>255 148 89</colour>
|
||||
</variant>
|
||||
<variant frequency="1" name="horse-color-roan">
|
||||
<colour>242 219 164</colour>
|
||||
</variant>
|
||||
<variant frequency="1" name="horse-color-white">
|
||||
<colour>255 255 255</colour>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>objectcolor.xml</material>
|
||||
|
||||
</actor>
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="1" name="Base">
|
||||
<animations>
|
||||
<animation file="biped/cavalryidle.psa" name="Idle" speed="20"/>
|
||||
<animation file="biped/cavalryidle.psa" name="Walk" speed="20"/>
|
||||
<animation file="biped/rider_gallop.psa" name="run" speed="8"/>
|
||||
<animation event="0.5" file="biped/rider_sword_shield_atk_a.psa" name="melee" speed="90"/>
|
||||
<animation event="0.5" file="biped/rider_spear_shield_atk_a.psa" name="melee" speed="100"/>
|
||||
</animations>
|
||||
<mesh>skeletal/m_tunic_a.pmd</mesh>
|
||||
<props>
|
||||
<prop actor="props/units/heads/rome_thracian.xml" attachpoint="helmet"/>
|
||||
<prop actor="props/units/heads/rome_head_veteran.xml" attachpoint="head"/>
|
||||
<prop actor="props/units/weapons/spatha.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/shields/rome_parma_hero.xml" attachpoint="shield"/>
|
||||
</props>
|
||||
<texture>skeletal/rome_su2_decurio.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>player_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
|
||||
|
||||
<Entity
|
||||
Parent="template_unit_hero"
|
||||
>
|
||||
<Traits>
|
||||
|
||||
<Id>
|
||||
|
||||
<Icon_Cell>22</Icon_Cell>
|
||||
|
||||
<Specific>Scipio Africanus</Specific>
|
||||
|
||||
<Civ>Romans</Civ>
|
||||
|
||||
<History>He was the first really successful Roman general. His campaigns in Spain and Africa helped to bring Carthage to its knees during the Second Punic War. He defeated Hannibal at the Battle of Zama in 202 BC
|
||||
</History>
|
||||
|
||||
</Id>
|
||||
|
||||
<Footprint>
|
||||
<Radius>1.5</Radius>
|
||||
<Height>7.5</Height>
|
||||
</Footprint>
|
||||
|
||||
<Auras>
|
||||
<Courage>
|
||||
<Radius>20</Radius>
|
||||
<Bonus>10</Bonus>
|
||||
<r>0.1</r>
|
||||
<g>0.9</g>
|
||||
<b>0.1</b>
|
||||
<a>0.5</a>
|
||||
</Courage>
|
||||
</Auras>
|
||||
|
||||
</Traits>
|
||||
|
||||
<Actor>units/romans/hero_scipio_horse.xml</Actor>
|
||||
|
||||
</Entity>
|
||||
@@ -14,7 +14,12 @@
|
||||
<History>Decurions each commanded a cavalry squad of ten Equites, three of which made up a turmae. They wore either Greek-style armor or Roman chain mail hauberks split at the thigh to allow for riding. Armed with a spear for throwing or stabbing, they would use a gladius for close combat. A round shield called a parma was a major source of protection once the heavy Roman horseman had closed with their opponents.</History>
|
||||
|
||||
</Id>
|
||||
|
||||
|
||||
<Footprint>
|
||||
<Radius>1.5</Radius>
|
||||
<Height>7.5</Height>
|
||||
</Footprint>
|
||||
|
||||
</Traits>
|
||||
|
||||
<Actor>units/romans/super_unit_2.xml</Actor>
|
||||
|
||||
Reference in New Issue
Block a user