This was SVN commit r13997.

This commit is contained in:
Michael D. Hafer 2013-10-13 18:11:54 +00:00
parent 417e2455a0
commit 57d47f23c9
8 changed files with 63 additions and 27 deletions

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="50" name="hair-shoulder">
<mesh>props/helmet/head_female_d.dae</mesh>
<props>
<prop actor="props/units/heads/maur_earrings_1.xml" attachpoint="root"/>
</props>
<textures>
<texture file="props/head/maur_fem_b.png" name="baseTex"/>
<texture file="props/head/maur_fem_b_spec.png" name="specTex"/>
</textures>
</variant>
</group>
<material>basic_specmap.xml</material>
</actor>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Base">
<animations>
<animation file="female/f_idle_01.dae" name="Idle" speed="100"/>
<animation file="female/f_walk_01.dae" name="Walk" speed="25"/>
<animation file="female/f_run_01.dae" name="Run" speed="6"/>
<animation file="female/f_death_01.dae" name="Death" speed="130"/>
<animation event="0.84" file="biped/inf_arch_atk_a.psa" load="0.16" name="attack_ranged" speed="250"/>
</animations>
<mesh>skeletal/f_dress.dae</mesh>
<props>
<prop actor="props/units/heads/head_ptol_cleopatra.xml" attachpoint="head"/>
<prop actor="props/units/weapons/arrow_back.xml" attachpoint="loaded-r_hand"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
<prop actor="props/units/weapons/bow_recurve.xml" attachpoint="l_hand"/>
<prop actor="props/units/quiver_back.xml" attachpoint="back"/>
</props>
<textures>
<texture file="skeletal/hele_female_gorgo.dds" name="baseTex"/>
</textures>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="Death">
<props>
<prop actor="props/units/blood_01.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship">
<Armour>
<Hack>5</Hack>
<Hack>2</Hack>
<Pierce>5</Pierce>
<Crush>5</Crush>
<Crush>2</Crush>
</Armour>
<Attack>
<Melee>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship">
<Armour>
<Hack>5</Hack>
<Hack>2</Hack>
<Pierce>5</Pierce>
<Crush>5</Crush>
<Crush>2</Crush>
</Armour>
<Cost>
<Resources>

View File

@ -1,18 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_hero_cavalry_javelinist">
<Cost>
<Population>4</Population>
<BuildTime>50</BuildTime>
<Resources>
<food>200</food>
<wood>100</wood>
<metal>100</metal>
</Resources>
</Cost>
<Footprint replace="">
<Square width="4.5" depth="9.0"/>
<Height>5.0</Height>
</Footprint>
<Entity parent="template_unit_hero_infantry_archer">
<Identity>
<Civ>ptol</Civ>
<Classes datatype="tokens">Chariot</Classes>
@ -24,9 +11,6 @@
<History>Cleopatra VII is one of the most discussed women in history. She came to the throne of Egypt at the age of 18 and ruled with guile and cunning. Fully Greek in heritage, she nevertheless engendered great support from the Egyptian people by being the first Ptolemaic Pharaoh to learn the Egyptian language. Her patron goddess was the Egyptian goddess Issus, even though by this time the Macedonians had imported much of their pantheon of Olympian gods. Cleopatra met Julius Caesar in 48 BCE, when he arrived to conquer Egypt for Rome. She succeeded in changing his mind. She bore him a son the next year and traveled to Rome as Caesar's bride, but when Julius was assassinated she fled back to Egypt. Later, on his way to attack Parthia, Marcus Antony, trusted general of the late Caesar, stopped in Egypt. There he met Cleopatra and fell immediately in love. Cleopatra bore him 4 children. Together, they fought Octavian Caesar (who would go on to become Augustus Caesar, first emperor of Rome) in a Roman civil war. After the disastrous naval battle of Actium (31 BCE) off the coast of Greece, they fled back to Egypt, hotly pursued by Octavian. The next year, surrounded by Octavian's forces with no hope of regaining power, Antony committed suicide. Cleopatra, the last of the Egyptian Pharaohs and the last of Alexander's Successors, followed Antony in death, committing suicide by Asp, a deadly snake.</History>
<Icon>units/celt_hero_boudicca.png</Icon>
</Identity>
<Obstruction>
<Unit radius="1.5"/>
</Obstruction>
<Sound>
<SoundGroups>
<select>voice/hellenes/civ/female/civ_female_select.xml</select>
@ -39,6 +23,6 @@
</SoundGroups>
</Sound>
<VisualActor>
<Actor>units/celts/boudicca_chariot.xml</Actor>
<Actor>units/ptolemies/hero_cleopatra.xml</Actor>
</VisualActor>
</Entity>