1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/units/rome_hero_scipio.xml

41 lines
805 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_hero"
>
<Traits>
<Id>
<Icon_Cell>22</Icon_Cell>
<Specific>Scipio Africanus</Specific>
<Civ>Romans</Civ>
<History>He was the first really successful Roman general. His campaigns in Spain and Africa helped to bring Carthage to its knees during the Second Punic War. He defeated Hannibal at the Battle of Zama in 202 BC
</History>
</Id>
<Footprint>
<Radius>1.5</Radius>
<Height>7.5</Height>
</Footprint>
<Auras>
<Courage>
<Radius>20</Radius>
<Bonus>10</Bonus>
<r>0.1</r>
<g>0.9</g>
<b>0.1</b>
<a>0.5</a>
</Courage>
</Auras>
</Traits>
<Actor>units/romans/hero_scipio_horse.xml</Actor>
</Entity>