1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/entities/units/hele_hero_themistocles.xml
Mythos_Ruler 54d61f932e #Training times added.
This was SVN commit r6804.
2009-04-05 06:02:31 +00:00

52 lines
1.5 KiB
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_unit_hero_infantry">
<Traits>
<Id>
<Icon_Cell>22</Icon_Cell>
<Specific>Themistocles</Specific>
<Civ>Hellenes</Civ>
<History>The general whom persuaded the Athenians to invest their income from silver mines in a war navy of 200 Triremes. A key figure during the Persian Wars, he commanded the victorious Athenian navy at the decisive battle of Salamis in 479 BC. Later, he pursued an active policy against the Persians in the Aegean, thereby laying the foundations of future Athenian power. Ostracised by the Athenians, he was forced to flee to the protection of the Persians.</History>
<Tooltip>Hero Aura: Increased Move Speed and decreased Build Time for Warships.</Tooltip>
</Id>
<Creation>
<Time>45</Time>
<Resource>
<Food>100</Food>
<Metal>300</Metal>
</Resource>
</Creation>
<Auras>
<Fear>
<Radius>20</Radius>
<Bonus>10</Bonus>
<r>0.1</r>
<g>0.9</g>
<b>0.1</b>
<a>0.1</a>
</Fear>
</Auras>
<Armour>
<Hack>9.0</Hack>
<Pierce>11.0</Pierce>
<Crush>9.0</Crush>
</Armour>
</Traits>
<Actions>
<Attack>
<Melee>
<Hack>45.0</Hack>
</Melee>
<Charge>
<Hack>135.0</Hack>
</Charge>
</Attack>
<Move>
<Speed>8.5</Speed>
<Run>
<Speed>16.5</Speed>
</Run>
</Move>
</Actions>
<Actor>units/hellenes/themistocles.xml</Actor>
</Entity>