1
0
forked from 0ad/0ad

Quintus Fabius Maximus texture, actor, and entity committed to the game. Amazing texture done by Brendan. :)

This was SVN commit r4745.
This commit is contained in:
Michael D. Hafer 2007-01-06 21:52:50 +00:00
parent 3c8dd6869c
commit e035d781df
3 changed files with 71 additions and 0 deletions

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="infantry/general/dude/dudeidle.psa" name="Idle" speed="100"/>
<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 event="0.5" file="infantry/sword/attack/isw_s_def_01.psa" name="Attack" speed="100"/>
<animation event="0.5" file="infantry/sword/attack/isw_s_off_02.psa" name="Attack" speed="100"/>
<animation event="0.5" file="infantry/sword/attack/isw_s_off_03.psa" name="Attack" speed="100"/>
</animations>
<mesh>skeletal/m_tunic_a.pmd</mesh>
<props>
<prop actor="props/units/heads/rome_monte_e.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_e.xml" attachpoint="head"/>
<prop actor="props/units/weapons/gladus.xml" attachpoint="r_hand"/>
<prop actor="props/units/shields/rome_scutum_su.xml" attachpoint="shield"/>
</props>
<texture>skeletal/rome_hero_maximus.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_hero"
>
<Traits>
<Id>
<Icon_Cell>22</Icon_Cell>
<Specific>Quintus Fabius Maximus</Specific>
<Civ>Romans</Civ>
<History>Quintus Fabius Maximus, dictator twice (most famously in 217 BC) and consul five times. Known as "Cunctator", or "Delayer", for his policy of scorched earth and harassment of Hannibal's army in Italy during the Second Punic War. He was not known as a great military man, but was extremely cautious and careful in all his decisions in a time when brash action had cost 85,000 Roman lives. For this reason he was dubbed "The Shield of Rome" as compared to Marcellus' title of "The Sword of Rome". He was an older man by the time of the Second Punic War, roughly late 50s to early 60s.
</History>
</Id>
<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_maximus.xml</Actor>
</Entity>