1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/units/hele_hero_leonidas.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
872 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_hero"
>
<Traits>
<Id>
<Specific>Leonidas</Specific>
<Civ>Hellenes</Civ>
<History>The king of Sparta, whom fought and died at the battle of Thermopylae in 480 BC. He successfully blocked the way of the huge Persian army through the narrow passage with his 7000 men, until Xerxes was made aware of a secret unobstructed path. Finding the enemy at his rear, Leonidas sent home most of his troops, choosing to stay behind with 300 hand-picked hoplites and win time for the others to withdraw.</History>
</Id>
<Auras>
<Fear>
<Radius>20</Radius>
<Bonus>5</Bonus>
<r>0.0</r>
<g>0.0</g>
<b>0.0</b>
<a>0.5</a>
</Fear>
</Auras>
</Traits>
<Actor>units/hellenes/leonidas.xml</Actor>
</Entity>