1
0
forked from 0ad/0ad

This was SVN commit r5944.

This commit is contained in:
Michael D. Hafer 2008-05-12 05:20:45 +00:00
parent f201dc0c30
commit 7152e4a3e6
33 changed files with 249 additions and 27 deletions

View File

@ -16,6 +16,9 @@
<variant frequency="1" name="Female-Face-02">
<texture>props/head/celt_fem_boudicca_1.dds</texture>
</variant>
<variant frequency="1" name="Female-Face-03">
<texture>props/head/celt_fem_c.dds</texture>
</variant>
</group>
<group>

View File

@ -12,7 +12,7 @@
<mesh>props/helmet/hele_helmet_t.pmd</mesh>
<texture>props/helmet/hele_a1.dds</texture>
</variant>
<variant frequency="1" name="Helmet-Boeotian-Crested">
<variant frequency="1" name="Helmet-Boeotian-plumed">
<mesh>props/helmet/hele_helmet_u.pmd</mesh>
<texture>props/helmet/hele_a1.dds</texture>
</variant>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Helmet-Boeotian">
<mesh>props/helmet/hele_helmet_t.pmd</mesh>
<texture>props/helmet/hele_a1.dds</texture>
</variant>
<variant frequency="1" name="Helmet-Boeotian-plumed">
<mesh>props/helmet/hele_helmet_u.pmd</mesh>
<texture>props/helmet/hele_a1.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base"/>
</group>
<group>
<variant frequency="1" name="helmet-feathers-temple">
<mesh>props/helmet/rome_helmet_d.pmd</mesh>
</variant>
<variant frequency="1" name="helmet-feathers-top">
<mesh>props/helmet/rome_helmet_e.pmd</mesh>
</variant>
<variant frequency="1" name="helmet-feathers-all">
<mesh>props/helmet/rome_helmet_f.pmd</mesh>
</variant>
<variant frequency="2" name="helmet-plume">
<mesh>props/helmet/rome_helmet_g.pmd</mesh>
</variant>
<variant frequency="1" name="helmet-plume-feathers-top">
<mesh>props/helmet/rome_helmet_h.pmd</mesh>
</variant>
<variant frequency="2" name="helmet-all">
<mesh>props/helmet/rome_helmet_i.pmd</mesh>
</variant>
</group>
<group>
<variant frequency="1" name="helmet-cross-brace">
<texture>props/helmet/rome-b.dds</texture>
</variant>
<variant frequency="2" name="helmet-smooth">
<texture>props/helmet/rome-d.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -20,9 +20,12 @@
</group>
<group>
<variant name="texture">
<variant frequency="1" name="helmet-cross-brace">
<texture>props/helmet/rome-b.dds</texture>
</variant>
<variant frequency="2" name="helmet-smooth">
<texture>props/helmet/rome-d.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<mesh>props/shield/round_b_f.pmd</mesh>
<props>
<prop actor="props/units/shields/kart_csw_round_b_back.xml" attachpoint="back"/>
</props>
</variant>
</group>
<group>
<variant name="Shield-L">
<texture>props/shield/iber_round_l.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -13,9 +13,12 @@
</group>
<group>
<variant frequency="1" name="kart-shield-f">
<variant frequency="1" name="kart-shield-tanit-1">
<texture>props/shield/kart_round_g_tanit.dds</texture>
</variant>
<variant frequency="1" name="kart-shield-tanit-2">
<texture>props/shield/kart_round_y.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>

View File

@ -13,6 +13,9 @@
<variant frequency="1" name="Blanket-1-hide-brown">
<texture>skeletal/kart_su2_ele_a.dds</texture>
</variant>
<variant frequency="1" name="Blanket-1-hide-gray">
<texture>skeletal/kart_su2_ele_b.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>

View File

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="quadraped/horse_idle_a.psa" name="Idle" speed="50"/>
<animation file="quadraped/horse_attack_a.psa" name="Idle" speed="70"/>
<animation file="quadraped/horse_attack_b.psa" name="Idle" speed="48"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="8"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="17"/>
<animation event=".5" file="quadraped/horse_attack_a.psa" name="Melee" speed="45"/>
<animation event=".5" file="quadraped/horse_attack_b.psa" name="Melee" speed="60"/>
</animations>
<mesh>skeletal/horse.pmd</mesh>
<props>
<prop actor="units/iberians/hero_indibil_r.xml" attachpoint="rider"/>
</props>
</variant>
</group>
<group>
<variant frequency="1" name="horse-texture-1">
<texture>skeletal/horse_iber_su2_1.dds</texture>
</variant>
<variant frequency="1" name="horse-texture-legs">
<texture>skeletal/horse_iber_su2_2.dds</texture>
</variant>
</group>
<group>
<variant frequency="1" name="horse-color-black">
<colour>41 41 41</colour>
</variant>
<variant frequency="1" name="horse-color-biege">
<colour>247 213 111</colour>
</variant>
<variant frequency="1" name="horse-color-gray">
<colour>181 181 181</colour>
</variant>
<variant frequency="1" name="horse-color-brown">
<colour>211 123 44</colour>
</variant>
<variant frequency="1" name="horse-color-white">
<colour>255 255 255</colour>
</variant>
</group>
<material>objectcolor.xml</material>
</actor>

View File

@ -0,0 +1,34 @@
<?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="50"/>
<animation file="biped/cavalryidle.psa" name="Walk" speed="18"/>
<animation file="biped/rider_gallop.psa" name="Run" speed="8"/>
<animation file="cavalry/sword/attack/rider_sword_shield_atk_a.psa" name="Melee" speed="100"/>
<animation file="cavalry/spear/attack/rider_spear_shield_atk_a.psa" name="Melee" speed="100"/>
</animations>
<mesh>skeletal/m_tunic_b.pmd</mesh>
<props>
<prop actor="props/units/heads/head_iber_adv.xml" attachpoint="head"/>
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
<prop actor="props/units/shields/iber_round_indibil.xml" attachpoint="shield"/>
<prop actor="props/units/cape_a.xml" attachpoint="back"/>
<prop actor="props/units/heads/celt_helmet_b.xml" attachpoint="helmet"/>
</props>
</variant>
</group>
<group>
<variant frequency="1" name="indibil-scalemail">
<texture>skeletal/iber_hero_indibil.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -8,21 +8,17 @@
<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"/>
</animations>
<mesh>skeletal/m_tunic_b.pmd</mesh>
<mesh>skeletal/m_pants_b.pmd</mesh>
<props>
<prop actor="props/temp/iber_sign_trader.xml" attachpoint="head_extra"/>
<prop actor="props/units/heads/placeholder_head_iber.xml" attachpoint="head"/>
<prop actor="props/temp/eyecandy/crate_a.xml" attachpoint="back"/>
<prop actor="props/units/heads/head_iber_adv.xml" attachpoint="head"/>
</props>
<texture>skeletal/plac_iber_b.dds</texture>
<texture>skeletal/iber_trader_1.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -13,7 +13,7 @@
</animations>
<mesh>skeletal/m_tunic_a.pmd</mesh>
<props>
<prop actor="props/units/heads/rome_monte_a.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/rome_helmet_boeotian.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_b.xml" attachpoint="head"/>
<prop actor="props/units/shields/rome_parma_a.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
@ -23,7 +23,7 @@
<group>
<variant frequency="1" name="Texture-Body">
<texture>skeletal/rome_csp_a.dds</texture>
<texture>skeletal/rome_isp_a.dds</texture>
</variant>
</group>

View File

@ -13,7 +13,7 @@
</animations>
<mesh>skeletal/m_tunic_b.pmd</mesh>
<props>
<prop actor="props/units/heads/rome_monte_e.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/rome_helmet_csp_e.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/rome_head_veteran.xml" attachpoint="head"/>
<prop actor="props/units/shields/rome_parma_e.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>

View File

@ -23,6 +23,11 @@
<prop actor="props/units/weapons/gladus.xml" attachpoint="r_hand"/>
<prop actor="props/units/shields/rome_scutum_su.xml" attachpoint="shield"/>
</props>
</variant>
</group>
<group>
<variant frequency="1" name="Armour-Scale-Brass">
<texture>skeletal/rome_su1_extraordinarii.dds</texture>
</variant>
</group>

View File

@ -12,7 +12,7 @@
<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_b.pmd</mesh>
<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"/>

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,20 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_unit_hero">
<Traits>
<Id>
<Specific>Indibil</Specific>
<Civ>Iberians</Civ>
<History>Indibil was king of the Ilegetes, a large federation ranged principally along the Ebro River in the northwest of the Iberian Peninsula. During the Barcid expansion, from 212 BCE he had initially been talked into allying himself with the Carthaginians who hade taken control of a lot of territory to the south and west, however after loss and his capture in a major battle he was convinced, some say tricked, to switch to the Roman side by Scipio Africanus. But that alliance didn't last long, as Roman promises were hollow and the Romans acted more like conquerors than allies. So, while the Romans and their allies had ended Carthaginian presence in 'Hispania' in 206 BCE, Indibil and another tribal prince by the name of Mandonio, who may have been his brother, rose up in repbellion against the Romans. They were defeated in battle, but rose up in a 2nd even larger rebellion that had unified all the Ilergetes again in 205 BCE. Outnumbered and outarmed they were again defeated, Indibil losing his life in the final battle and Mandonio being captured then later put to death. From that date onward the Ilergetes remained a pacified tribe under Roman rule.</History>
</Id>
</Traits>
<Actor>units/iberians/hero_indibil_horse.xml</Actor>
</Entity>