0ad/binaries/data/mods/official/entities/units/hele_hero_alexander.xml
pyrolink 50e5e9acd9 # Aura and territory rendering
-Auras now take additional parameters from XML, containing a tag for r,
g, b, and a.  No line thickness parameter yet.
-For territories, added function to frustum for determining if line
segment passes through the frustum.

This was SVN commit r4242.
2006-08-25 06:04:33 +00:00

33 lines
993 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_hero"
>
<Traits>
<Id>
<Specific>Alexander</Specific>
<Civ>Hellenes</Civ>
<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.</History>
</Id>
<Auras>
<Courage>
<Radius>20</Radius>
<Bonus>5</Bonus>
<r>0.1</r>
<g>0.9</g>
<b>0.1</b>
<a>0.5</a>
</Courage>
</Auras>
</Traits>
<Actor>units/hellenes/alexander.xml</Actor>
</Entity>