Ticket #2048: auras_templates.diff

File auras_templates.diff, 60.7 KB (added by sanderd17, 11 years ago)
  • binaries/data/mods/public/simulation/templates/campaigns/army_mace_hero_alexander.xml

     
    88      <MaxRange>7.0</MaxRange>
    99    </Melee>
    1010  </Attack>
    11   <Auras>
    12     <Fear>
    13       <Radius>80</Radius>
    14       <Bonus>15</Bonus>
    15     </Fear>
    16   </Auras>
    1711  <Cost>
    1812    <Resources>
    1913      <metal>300</metal>
  • binaries/data/mods/public/simulation/templates/other/celt_tavern.xml

     
    1 <?xml version="1.0" encoding="utf-8"?>
    2 <Entity parent="template_structure_civic_house">
    3   <Auras>
    4     <Heal>
    5       <Radius>30</Radius>
    6       <Speed>1000</Speed>
    7     </Heal>
    8   </Auras>
    9   <Cost>
    10     <PopulationBonus>10</PopulationBonus>
    11     <BuildTime>200</BuildTime>
    12     <Resources>
    13       <food>0</food>
    14       <wood>100</wood>
    15       <stone>100</stone>
    16       <metal>0</metal>
    17     </Resources>
    18   </Cost>
    19   <Footprint>
    20     <Square width="18.0" depth="18.0"/>
    21     <Height>5.0</Height>
    22   </Footprint>
    23   <Health>
    24     <Max>1500</Max>
    25     <SpawnEntityOnDeath>rubble/rubble_stone_4x4</SpawnEntityOnDeath>
    26   </Health>
    27   <Identity>
     1<?xml version="1.0" encoding="utf-8"?>
     2<Entity parent="template_structure_civic_house">
     3  <Auras>
     4    <Heal>
     5      <Modification>
     6        <Value>Health/RegenRate</Value>
     7        <Multiply>1.5</Multiply>
     8      </Modification>
     9      <AffectedPlayers>Player MutualAlly</AffectedPlayers>
     10      <Classes>Unit</Classes>
     11      <Radius>50</Radius>
     12    </Heal>
     13  </Auras>
     14  <Cost>
     15    <PopulationBonus>10</PopulationBonus>
     16    <BuildTime>200</BuildTime>
     17    <Resources>
     18      <food>0</food>
     19      <wood>100</wood>
     20      <stone>100</stone>
     21      <metal>0</metal>
     22    </Resources>
     23  </Cost>
     24  <Footprint>
     25    <Square width="18.0" depth="18.0"/>
     26    <Height>5.0</Height>
     27  </Footprint>
     28  <Health>
     29    <Max>1500</Max>
     30    <SpawnEntityOnDeath>rubble/rubble_stone_4x4</SpawnEntityOnDeath>
     31  </Health>
     32  <Identity>
    2833    <Civ>celt</Civ>
    2934    <GenericName>Tavern</GenericName>
    3035    <SpecificName>Taberna</SpecificName>
  • binaries/data/mods/public/simulation/templates/template_structure_civic_temple.xml

     
    1 <?xml version="1.0" encoding="utf-8"?>
    2 <Entity parent="template_structure_civic">
    3   <Auras>
    4     <Heal>
    5       <Radius>40</Radius>
    6       <Speed>1000</Speed>
    7     </Heal>
    8   </Auras>
    9   <BuildRestrictions>
    10     <Category>Temple</Category>
    11   </BuildRestrictions>
    12   <Cost>
    13     <PopulationBonus>5</PopulationBonus>
    14     <BuildTime>200</BuildTime>
    15     <Resources>
    16       <stone>300</stone>
    17     </Resources>
    18   </Cost>
    19   <Footprint>
    20     <Square width="19.0" depth="31.5"/>
    21     <Height>12.0</Height>
    22   </Footprint>
    23   <GarrisonHolder>
    24     <Max>20</Max>
    25     <EjectHealth>0.1</EjectHealth>
    26     <List datatype="tokens">Support Infantry Cavalry</List>
    27     <BuffHeal>3</BuffHeal>
    28     <LoadingRange>2</LoadingRange>
     1<?xml version="1.0" encoding="utf-8"?>
     2<Entity parent="template_structure_civic">
     3  <Auras>
     4    <Heal>
     5      <Modification>
     6        <Value>Health/RegenRate</Value>
     7        <Multiply>1.5</Multiply>
     8      </Modification>
     9      <AffectedPlayers>Player MutualAlly</AffectedPlayers>
     10      <Classes>Unit</Classes>
     11      <Radius>80</Radius>
     12    </Heal>
     13  </Auras>
     14  <BuildRestrictions>
     15    <Category>Temple</Category>
     16  </BuildRestrictions>
     17  <Cost>
     18    <PopulationBonus>5</PopulationBonus>
     19    <BuildTime>200</BuildTime>
     20    <Resources>
     21      <stone>300</stone>
     22    </Resources>
     23  </Cost>
     24  <Footprint>
     25    <Square width="19.0" depth="31.5"/>
     26    <Height>12.0</Height>
     27  </Footprint>
     28  <GarrisonHolder>
     29    <Max>20</Max>
     30    <EjectHealth>0.1</EjectHealth>
     31    <List datatype="tokens">Support Infantry Cavalry</List>
     32    <BuffHeal>3</BuffHeal>
     33    <LoadingRange>2</LoadingRange>
    2934  </GarrisonHolder>
    3035  <Health>
    3136    <Max>2000</Max>
  • binaries/data/mods/public/simulation/templates/template_unit_fauna_herd.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_fauna">
    3   <Auras>
    4     <Infidelity>
    5       <Radius>20</Radius>
    6       <Time>0</Time>
    7     </Infidelity>
    8   </Auras>
    93  <Health>
    104    <DeathType>remain</DeathType>
    115  </Health>
  • binaries/data/mods/public/simulation/templates/template_unit_support_female_citizen.xml

     
    1717    </Slaughter>
    1818  </Attack>
    1919  <Auras>
    20     <Allure>
    21       <Radius>25</Radius>
    22     </Allure>
    23     <Infidelity>
    24       <Radius>10</Radius>
    25       <Time>10</Time>
    26     </Infidelity>
     20   <Support>
     21    <Modification>
     22        <Value>Builder/Rate ResoureGatherer/BaseSpeed</Value>
     23        <Multiply>1.1</Multiply>
     24    </Modification>
     25    <Classes>CitizenSoldier</Classes>
     26    <Radius>30</Radius>
     27   </Support>
    2728  </Auras>
    2829  <Builder>
    2930    <Rate>1.0</Rate>
  • binaries/data/mods/public/simulation/templates/units/athen_hero_iphicrates.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_infantry_javelinist">
    33  <Auras>
    4     <Courage>
     4    <Armour>
     5      <Modification>
     6        <Value>Armour/Hack Armour/Pierce Armour/Crush</Value>
     7        <Add>2</Add>
     8      </Modification>
    59      <Radius>20</Radius>
    6       <Bonus>5</Bonus>
    7     </Courage>
     10      <Classes>Unit</Classes>
     11    </Armour>
     12    <Speed>
     13      <Modification>
     14        <Value>UnitMotion/WalkSpeed UnitMotion/Run/Speed</Value>
     15        <Multiply>1.15</Multiply>
     16      </Modification>
     17      <Radius>20</Radius>
     18      <Classes>Unit</Classes>
     19    </Speed>
     20    <PeltastSpeed>
     21      <Modification>
     22        <Value>UnitMotion/WalkSpeed UnitMotion/Run/Speed</Value>
     23        <Multiply>1.15</Multiply>
     24      </Modification>
     25      <Template/>
     26      <Classes>Javelin</Classes>
     27    </PeltastSpeed>
    828  </Auras>
    929  <Identity>
    1030    <Civ>athen</Civ>
    1131    <GenericName>Iphicrates</GenericName>
    1232    <SpecificName>Iphikratēs</SpecificName>
    13     <Tooltip>Hero Aura: All units in his formation +15% speed and +15% armor. All Peltasts +15% speed.</Tooltip>
     33    <Tooltip>Hero Aura: All units in his formation +15% speed and +2 armour. All Peltasts +15% speed.</Tooltip>
    1434    <History>.</History>
    1535    <Icon>units/hele_hero_xenophon.png</Icon>
    1636  </Identity>
  • binaries/data/mods/public/simulation/templates/units/athen_hero_pericles.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_infantry_spearman">
    33  <Auras>
    4     <Fear>
    5       <Radius>20</Radius>
    6       <Bonus>5</Bonus>
    7     </Fear>
     4    <Construction>
     5      <Modification>
     6        <Value>Builder/Rate</Value>
     7        <Multiply>1.2</Multiply>
     8      </Modification>
     9      <Radius>80</Radius>
     10      <Classes>Worker</Classes>
     11    </Construction>
     12    <Temple>
     13      <Modification>
     14        <Value>Cost/Resources/stone</Value>
     15        <Multiply>0.7</Multiply>
     16      </Modification>
     17      <Template/>
     18      <Classes>Temple</Classes>
     19    </Temple>
    820  </Auras>
    921  <Identity>
    1022    <Civ>athen</Civ>
    1123    <GenericName>Pericles</GenericName>
    1224    <SpecificName>Periklēs</SpecificName>
    13     <Tooltip>Hero Aura: Buildings construct much faster within his vision. Temples are much cheaper during his lifetime.
     25    <Tooltip>Hero Aura: Buildings construct 20% faster within his vision. Temples are 30% cheaper during his lifetime.
    1426Melee 2x vs. all cavalry.</Tooltip>
    1527    <History>Pericles was the foremost Athenian politician of the 5th Century.</History>
    1628    <Icon>units/athen_hero_pericles.png</Icon>
  • binaries/data/mods/public/simulation/templates/units/athen_hero_themistocles.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Entity parent="template_unit_hero_infantry_swordsman">
    3   <Auras>
    4     <Fear>
    5       <Radius>20</Radius>
    6       <Bonus>5</Bonus>
    7     </Fear>
    8   </Auras>
     2<Entity parent="units/hele_hero_themistocles">
    93  <Identity>
    104    <Civ>athen</Civ>
    11     <GenericName>Themistocles</GenericName>
    12     <SpecificName>Themistoklês</SpecificName>
    13     <Tooltip>Hero Aura: When garrisoned in a ship, all nearby warships are 20% faster. Ships are also built 20% faster during his lifespan.</Tooltip>
    14     <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>
    15     <Icon>units/hele_hero_themistocles.png</Icon>
    165  </Identity>
    176  <VisualActor>
    187    <Actor>units/athenians/themistocles.xml</Actor>
  • binaries/data/mods/public/simulation/templates/units/brit_hero_boudicca.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Entity parent="template_unit_hero_cavalry_javelinist">
    3   <Armour>
    4     <Hack>7</Hack>
    5     <Pierce>7</Pierce>
    6     <Crush>8</Crush>
    7   </Armour>
    8   <Auras>
    9     <Courage>
    10       <Radius>20</Radius>
    11       <Bonus>5</Bonus>
    12     </Courage>
    13   </Auras>
    14   <Cost>
    15     <Population>4</Population>
    16     <BuildTime>50</BuildTime>
    17     <Resources>
    18       <food>200</food>
    19       <wood>100</wood>
    20       <metal>100</metal>
    21     </Resources>
    22   </Cost>
    23   <Footprint replace="">
    24     <Square width="4.5" depth="9.0"/>
    25     <Height>5.0</Height>
    26   </Footprint>
     2<Entity parent="units/celt_hero_boudicca">
    273  <Identity>
    284    <Civ>brit</Civ>
    29     <Classes datatype="tokens">Chariot</Classes>
    30     <SpecificName>Boudicca</SpecificName>
    31     <Tooltip>Hero Aura: Increased Attack and Speed for Champion Units.</Tooltip>
    32     <History>Ammianus Marcellinus described how difficult it would be for a band of foreigners to deal with a Celt if he called in the help of his wife. For she was stronger than he was and could rain blows and kicks upon the assailants equal in force to the shots of a catapult. Boudicca, queen of the Iceni, was said to be 'very tall and terrifying in appearance; her voice was very harsh and a great mass of red hair fell over her shoulders. She wore a tunic of many colours over which a thick cloak was fastened by a brooch.</History>
    33     <Icon>units/celt_hero_boudicca.png</Icon>
    345  </Identity>
    35   <Obstruction>
    36     <Unit radius="1.5"/>
    37   </Obstruction>
    38   <Sound>
    39     <SoundGroups>
    40       <select>voice/hellenes/civ/female/civ_female_select.xml</select>
    41       <order_walk>voice/hellenes/civ/female/civ_female_walk.xml</order_walk>
    42       <order_attack>voice/hellenes/civ/female/civ_female_go_out_against.xml</order_attack>
    43       <order_gather>voice/hellenes/civ/female/civ_female_gather_together.xml</order_gather>
    44       <order_repair>voice/hellenes/civ/female/civ_female_repair.xml</order_repair>
    45       <order_garrison>voice/hellenes/civ/female/civ_female_garrison.xml</order_garrison>
    46       <death>actor/human/death/female_death.xml</death>
    47     </SoundGroups>
    48   </Sound>
    49   <VisualActor>
    50     <Actor>units/celts/boudicca_chariot.xml</Actor>
    51   </VisualActor>
    526</Entity>
  • binaries/data/mods/public/simulation/templates/units/brit_hero_boudicca_sword.xml

     
    55    <Pierce>6</Pierce>
    66    <Crush>6</Crush>
    77  </Armour>
    8   <Auras>
    9     <Courage>
    10       <Radius>20</Radius>
    11       <Bonus>5</Bonus>
    12     </Courage>
    13   </Auras>
    148  <Identity>
    159    <Civ>brit</Civ>
    1610    <SpecificName>Boudicca</SpecificName>
  • binaries/data/mods/public/simulation/templates/units/brit_hero_caratacos.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Entity parent="template_unit_hero_infantry_swordsman">
    3   <Armour>
    4     <Hack>6</Hack>
    5     <Pierce>6</Pierce>
    6     <Crush>7</Crush>
    7   </Armour>
    8   <Attack>
    9     <Melee>
    10       <Hack>27.0</Hack>
    11     </Melee>
    12     <Charge>
    13       <Hack>54.0</Hack>
    14     </Charge>
    15   </Attack>
    16   <Auras>
    17     <Courage>
    18       <Radius>20</Radius>
    19       <Bonus>5</Bonus>
    20     </Courage>
    21   </Auras>
     2<Entity parent="units/celt_hero_caratacos">
    223  <Identity>
    234    <Civ>brit</Civ>
    24     <SpecificName>Caratacos</SpecificName>
    25     <Tooltip>Hero Aura: Increased Speed for all units during his lifetime.</Tooltip>
    26     <History>Caratacos's name is better known in its Romanized form, Caratacus. Under this name he is remembered as a fierce defender of Britain against the Romans after their invasion in 43 AD. Son of King Cynvelin of the Catuvellauni tribe, Caratacos fought for nine years against the Romans with little success, eventually fleeing to the tribes in Wales, where he was defeated decisively. Finally he entered Northern Britain, where was handed over to the Romans. Taken to Rome, Caratacos was allowed to live by the Emperor Claudius and died in Italy.</History>
    27     <Icon>units/celt_hero_caratacos.png</Icon>
    285  </Identity>
    29   <VisualActor>
    30     <Actor>units/celts/caradoc.xml</Actor>
    31   </VisualActor>
    326</Entity>
  • binaries/data/mods/public/simulation/templates/units/brit_hero_cynvelin.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Entity parent="template_unit_hero_cavalry_swordsman">
    3   <Armour>
    4     <Hack>10</Hack>
    5   </Armour>
    6   <Auras>
    7     <Heal>
    8       <Radius>25</Radius>
    9       <Speed>1000</Speed>
    10     </Heal>
    11   </Auras>
     2<Entity parent="units/celt_hero_cynvelin">
    123  <Identity>
    134    <Civ>brit</Civ>
    14     <SpecificName>Cynvelin</SpecificName>
    15     <Tooltip>Hero Aura: Has a large and powerful Healing Aura, only useful when idle.</Tooltip>
    16     <History>Cynvelin was a powerful ruler centered in the territory around modern day London. Ruling the Catuvellauni from Camulodunum, he was a warrior king who conquered a neighboring tribe and was referred to by the Romans as the King of the Britons. Eventually Cynvelin retired to become the arch-druid of Siluria, but was taken to Rome with his son upon Caratacos's capture. According to legend, the Apostle Paul baptized Cynvelin into Christianity before he died in Italy.</History>
    17     <Icon>units/celt_hero_cynvelin.png</Icon>
    185  </Identity>
    19   <VisualActor>
    20     <Actor>units/celts/cynvelin_horse.xml</Actor>
    21   </VisualActor>
    226</Entity>
  • binaries/data/mods/public/simulation/templates/units/cart_hero_maharbal.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_cavalry_spearman">
     3  <Auras>
     4    <Attack>
     5      <Modification>
     6        <Value>Attack/Melee/Hack Attack/Melee/Crush Attack/Melee/Pierce</Value>
     7        <Add>2</Add>
     8      </Modification>
     9      <Classes>Cavalry</Classes>
     10      <Radius>80</Radius>
     11    </Attack>
     12  </Auras>
    313  <Identity>
    414    <Civ>cart</Civ>
    515    <GenericName>Maharbal</GenericName>
    616    <SpecificName>Maharbaʿal</SpecificName>
    7     <Tooltip>Hero Aura: "Cavalry Commander." +20% Attack for cavalry within his aura.</Tooltip>
     17    <Tooltip>Hero Aura: "Cavalry Commander." +2 Attack for cavalry within his aura.</Tooltip>
    818    <History>Maharbal was Hannibal Barca's "brash young cavalry commander" during the 2nd Punic War. He is credited with turning the wing of the legions at Cannae resulting in defeat in which 30,000 of 50,000 Romans were lost, as well as significant contributions to the winning of many other battles during the 2nd Punic War. He is known for having said, after the battle of Cannae, "Hannibal, you know how to win the victory; just not what to do with it."</History>
    919    <Icon>units/cart_hero_maharbal.png</Icon>
    1020  </Identity>
  • binaries/data/mods/public/simulation/templates/units/celt_hero_boudicca.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_cavalry_javelinist">
    33  <Auras>
    4     <Courage>
    5       <Radius>20</Radius>
    6       <Bonus>5</Bonus>
    7     </Courage>
     4    <Speed>
     5      <Modification>
     6        <Value>UnitMotion/WalkSpeed UnitMotion/Run/Speed</Value>
     7        <Multiply>1.15</Multiply>
     8      </Modification>
     9      <Classes>Champion</Classes>
     10      <Template/>
     11    </Speed>
     12    <Attack>
     13      <Modification>
     14        <Value>Attack/Melee/Hack Attack/Ranged/Pierce</Value>
     15        <Add>+5</Add>
     16      </Modification>
     17      <Classes>Champion</Classes>
     18      <Template/>
     19    </Attack>
    820  </Auras>
    921  <Cost>
    1022    <Population>4</Population>
     
    2335    <Civ>celt</Civ>
    2436    <Classes datatype="tokens">Chariot</Classes>
    2537    <SpecificName>Boudicca</SpecificName>
    26     <Tooltip>Hero Aura: Increased Attack and Speed for Champion Units.</Tooltip>
     38    <Tooltip>Hero Aura: +5 Hack or Pierce Attack and 15% faster speed for Champion Units during lifetime.</Tooltip>
    2739    <History>Ammianus Marcellinus described how difficult it would be for a band of foreigners to deal with a Celt if he called in the help of his wife. For she was stronger than he was and could rain blows and kicks upon the assailants equal in force to the shots of a catapult. Boudicca, queen of the Iceni, was said to be 'very tall and terrifying in appearance; her voice was very harsh and a great mass of red hair fell over her shoulders. She wore a tunic of many colours over which a thick cloak was fastened by a brooch.</History>
    2840    <Icon>units/celt_hero_boudicca.png</Icon>
    2941  </Identity>
  • binaries/data/mods/public/simulation/templates/units/celt_hero_brennus.xml

     
    33  <Armour>
    44    <Hack>9</Hack>
    55  </Armour>
    6   <Auras>
    7     <Courage>
    8       <Radius>20</Radius>
    9       <Bonus>5</Bonus>
    10     </Courage>
    11   </Auras>
    126  <Identity>
    137    <Civ>celt</Civ>
    148    <SpecificName>Brennus</SpecificName>
  • binaries/data/mods/public/simulation/templates/units/celt_hero_britomartus.xml

     
    44    <Hack>9</Hack>
    55  </Armour>
    66  <Auras>
    7     <Fear>
    8       <Radius>20</Radius>
    9       <Bonus>5</Bonus>
    10     </Fear>
     7    <Gathering>
     8      <Modification>
     9        <Value>ResourceGatherer/BaseSpeed</Value>
     10        <Multiply>1.5</Multiply>
     11      </Modification>
     12      <Classes>Worker</Classes>
     13      <Template/>
     14    </Gathering>
    1115  </Auras>
    1216  <Identity>
    1317    <Civ>celt</Civ>
    1418    <SpecificName>Britomartus</SpecificName>
    15     <Tooltip>Hero Aura: Gathering rates increased during his lifetime.</Tooltip>
     19    <Tooltip>Hero Aura: Gathering rates increased by 50% during his lifetime.</Tooltip>
    1620    <History> The story of how Marcus Claudius Marcellus killed a Gallic leader at Clastidium (222 BC) is typical of such encounters. Advancing with a smallish army, Marcellus met a combined force of Insubrian Gauls and Gaesatae at Clastidium. The Gallic army advanced with the usual rush and terrifying cries, and their king, Britomartus, picking out Marcellus by means of his badges of rank, made for him, shouting a challenge and brandishing his spear. Britomartus was an outstanding figure not only for his size but also for his adornments; for he was resplendent in bright colours and his armour shone with gold and silver. This armour, thought Marcellus, would be a fitting offering to the gods. He charged the Gaul, pierced his bright breastplate and cast him to the ground. It was an easy task to kill Britomartus and strip him of his armour.</History>
    1721    <Icon>units/celt_hero_britomartus.png</Icon>
    1822  </Identity>
  • binaries/data/mods/public/simulation/templates/units/celt_hero_caratacos.xml

     
    99    </Charge>
    1010  </Attack>
    1111  <Auras>
    12     <Courage>
    13       <Radius>20</Radius>
    14       <Bonus>5</Bonus>
    15     </Courage>
     12    <Speed>
     13      <Modification>
     14        <Value>UnitMotion/WalkSpeed UnitMotion/Run/Speed</Value>
     15        <Multiply>1.25</Multiply>
     16      </Modification>
     17      <Classes>Unit</Classes>
     18      <Formation/>
     19    </Speed>
    1620  </Auras>
    1721  <Identity>
    1822    <Civ>celt</Civ>
    1923    <SpecificName>Caratacos</SpecificName>
    20     <Tooltip>Hero Aura: Increased Speed for all units during his lifetime.</Tooltip>
     24    <Tooltip>Hero Aura: Increased Speed for all units in his formation.</Tooltip>
    2125    <History>Caratacos's name is better known in its Romanized form, Caratacus. Under this name he is remembered as a fierce defender of Britain against the Romans after their invasion in 43 AD. Son of King Cynvelin of the Catuvellauni tribe, Caratacos fought for nine years against the Romans with little success, eventually fleeing to the tribes in Wales, where he was defeated decisively. Finally he entered Northern Britain, where was handed over to the Romans. Taken to Rome, Caratacos was allowed to live by the Emperor Claudius and died in Italy.</History>
    2226    <Icon>units/celt_hero_caratacos.png</Icon>
    2327  </Identity>
  • binaries/data/mods/public/simulation/templates/units/celt_hero_cynvelin.xml

     
    22<Entity parent="template_unit_hero_cavalry_swordsman">
    33  <Auras>
    44    <Heal>
    5       <Radius>25</Radius>
    6       <Speed>1000</Speed>
     5      <Modification>
     6        <Value>Health/RegenRate</Value>
     7        <Add>0.5</Add>
     8      </Modification>
     9      <Radius>80</Radius>
     10      <Classes>Unit</Classes>
    711    </Heal>
    812  </Auras>
    913  <Identity>
    1014    <Civ>celt</Civ>
    1115    <SpecificName>Cynvelin</SpecificName>
    12     <Tooltip>Hero Aura: Has a large and powerful Healing Aura, only useful when idle.</Tooltip>
     16    <Tooltip>Hero Aura: Has a large and powerful Healing Aura.</Tooltip>
    1317    <History>Cynvelin was a powerful ruler centered in the territory around modern day London. Ruling the Catuvellauni from Camulodunum, he was a warrior king who conquered a neighboring tribe and was referred to by the Romans as the King of the Britons. Eventually Cynvelin retired to become the arch-druid of Siluria, but was taken to Rome with his son upon Caratacos's capture. According to legend, the Apostle Paul baptized Cynvelin into Christianity before he died in Italy.</History>
    1418    <Icon>units/celt_hero_cynvelin.png</Icon>
    1519  </Identity>
  • binaries/data/mods/public/simulation/templates/units/celt_hero_vercingetorix.xml

     
    99    </Charge>
    1010  </Attack>
    1111  <Auras>
    12     <Courage>
    13       <Radius>20</Radius>
    14       <Bonus>5</Bonus>
    15     </Courage>
     12    <Attack>
     13      <Modification>
     14        <Value>Attack/Melee/Hack Attack/Melee/Crush Attack/Ranged/Pierce</Value>
     15        <Add>2</Add>
     16      </Modification>
     17      <Radius>80</Radius>
     18      <Classes>Infantry Cavalry</Classes>
     19    </Attack>
    1620  </Auras>
    1721  <Cost>
    1822    <Resources>
  • binaries/data/mods/public/simulation/templates/units/gaul_hero_brennus.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Entity parent="template_unit_hero_infantry_swordsman">
    3   <Armour>
    4     <Hack>7</Hack>
    5   </Armour>
    6   <Auras>
    7     <Courage>
    8       <Radius>20</Radius>
    9       <Bonus>5</Bonus>
    10     </Courage>
    11   </Auras>
     2<Entity parent="units/celt_hero_brennus">
    123  <Identity>
    134    <Civ>gaul</Civ>
    14     <SpecificName>Brennus</SpecificName>
    15     <Tooltip>Hero Aura: +5 Metal loot for every enemey unit killed.</Tooltip>
    16     <History>Brennus is the name which the Roman historians give to the famous leader of the Gauls who took Rome in the time of Camillus. According to Geoffrey, the brothers invaded Gaul and sacked Rome in 390 B.C., "proving" that Britons had conquered Rome, the greatest civilization in the world, long before Rome conquered the Britons. We know from many ancient sources which predate Geoffrey that Rome was indeed sacked in 390 B.C., and that the raid was led by a man named Brennus, but he and his invading horde were Gallic, not British. In this episode several features of Geoffrey's editing method can be seen: he modified the historical Brennus, created the brother Belinus, borrowed the Gallic invasion, but omitted the parts where the Gauls seemed weak or foolish. His technique is both additive and subtractive. Like the tale of Trojan origin, the story of the sack of Rome is not pure fabrication; it is a creative rearrangement of the available facts, with details added as necessary. By virtue of their historical association, Beli and Bran are often muddled with the earlier brothers Belinus and Brennus (the sons of Porrex) who contended for power in northern Britain in around 390 BC, and were regarded as gods in old Celtic tradition.</History>
    17     <Icon>units/celt_hero_brennus.png</Icon>
    185  </Identity>
    19   <VisualActor>
    20     <Actor>units/celts/brennus.xml</Actor>
    21   </VisualActor>
    226</Entity>
  • binaries/data/mods/public/simulation/templates/units/gaul_hero_britomartus.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Entity parent="template_unit_hero_infantry_spearman">
    3   <Armour>
    4     <Hack>9</Hack>
    5   </Armour>
    6   <Auras>
    7     <Fear>
    8       <Radius>20</Radius>
    9       <Bonus>5</Bonus>
    10     </Fear>
    11   </Auras>
     2<Entity parent="units/celt_hero_britomartus">
    123  <Identity>
    134    <Civ>gaul</Civ>
    14     <SpecificName>Britomartus</SpecificName>
    15     <Tooltip>Hero Aura: Gathering rates increased during his lifetime.</Tooltip>
    16     <History> The story of how Marcus Claudius Marcellus killed a Gallic leader at Clastidium (222 BC) is typical of such encounters. Advancing with a smallish army, Marcellus met a combined force of Insubrian Gauls and Gaesatae at Clastidium. The Gallic army advanced with the usual rush and terrifying cries, and their king, Britomartus, picking out Marcellus by means of his badges of rank, made for him, shouting a challenge and brandishing his spear. Britomartus was an outstanding figure not only for his size but also for his adornments; for he was resplendent in bright colours and his armour shone with gold and silver. This armour, thought Marcellus, would be a fitting offering to the gods. He charged the Gaul, pierced his bright breastplate and cast him to the ground. It was an easy task to kill Britomartus and strip him of his armour.</History>
    17     <Icon>units/celt_hero_britomartus.png</Icon>
    185  </Identity>
    19   <VisualActor>
    20     <Actor>units/celts/britomartus.xml</Actor>
    21   </VisualActor>
    226</Entity>
  • binaries/data/mods/public/simulation/templates/units/gaul_hero_vercingetorix.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Entity parent="template_unit_hero_cavalry_swordsman">
    3   <Attack>
    4     <Melee>
    5       <Hack>27.0</Hack>
    6     </Melee>
    7     <Charge>
    8       <Hack>54.0</Hack>
    9     </Charge>
    10   </Attack>
    11   <Auras>
    12     <Courage>
    13       <Radius>20</Radius>
    14       <Bonus>5</Bonus>
    15     </Courage>
    16   </Auras>
    17   <Cost>
    18     <Resources>
    19       <metal>260</metal>
    20     </Resources>
    21   </Cost>
     2<Entity parent="units/celt_hero_vercingetorix">
    223  <Identity>
    234    <Civ>gaul</Civ>
    24     <SpecificName>Vercingetorix</SpecificName>
    25     <Tooltip>Hero Aura: Increased attack for all units within his aura.</Tooltip>
    26     <History>The most famous of all Celts, Vercingetorix lead the rebelling Gallic tribes against the might of Rome and Julius Caesar's veteran army in 54 BC. Although successful in defeating several Roman forces, Vercingetorix was unable to defeat Caesar, who eventually surrounded the Celtic leaders in the town of Alesia along with 100,000 men. When a relief army arrived to lift the epic siege, the Romans were out numbered 7 to 1 but still defeated the Celts. Vercingetorix surrendered and was executed.</History>
    27     <Icon>units/celt_hero_vercingetorix.png</Icon>
    285  </Identity>
    29   <VisualActor>
    30     <Actor>units/celts/vercingetorix_horse.xml</Actor>
    31   </VisualActor>
    326</Entity>
  • binaries/data/mods/public/simulation/templates/units/hele_hero_alexander.xml

     
    44    <Crush>20</Crush>
    55  </Armour>
    66  <Auras>
    7     <Fear>
    8       <Radius>80</Radius>
    9       <Bonus>15</Bonus>
    10     </Fear>
     7    <Speed>
     8      <Modification>
     9        <Value>UnitMotion/WalkSpeed UnitMotion/Run/Speed</Value>
     10        <Multiply>1.15</Multiply>
     11      </Modification>
     12      <Template/>
     13      <Classes>Cavalry</Classes>
     14    </Speed>
     15    <Attack>
     16      <Modification>
     17        <Value>Attack/Melee/Hack Attack/Ranged/Pierce</Value>
     18        <Add>2</Add>
     19      </Modification>
     20      <Template/>
     21      <Classes>Cavalry</Classes>
     22    </Attack>
    1123  </Auras>
    1224  <Cost>
    1325    <Resources>
  • binaries/data/mods/public/simulation/templates/units/hele_hero_demetrius.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_infantry_pikeman">
    33  <Auras>
    4     <Courage>
    5       <Radius>20</Radius>
    6       <Bonus>5</Bonus>
    7     </Courage>
     4    <SiegeAttack>
     5      <Modification>
     6        <Value>Attack/Ranged/Pierce Attack/Ranged/Crush Attack/Melee/Crush</Value>
     7        <Add>5</Add>
     8      </Modification>
     9      <Classes>Siege</Classes>
     10      <Template/>
     11    </SiegeAttack>
     12    <SiegeRange>
     13      <Modification>
     14        <Value>Attack/Ranged/MaxRange</Value>
     15        <Add>10</Add>
     16      </Modification>
     17      <Classes>Siege</Classes>
     18      <Template/>
     19    </SiegeRange>
    820  </Auras>
    921  <Identity>
    1022    <Civ>hele</Civ>
    1123    <GenericName>Demetrius The Besieger</GenericName>
    1224    <SpecificName>Dēmḗtrios Poliorkḗtēs</SpecificName>
    13     <Tooltip>Hero Aura: Increased Range and Attack for Siege Engines.</Tooltip>
     25    <Tooltip>Hero Aura: Increased Range and Attack for Siege Engines during his lifetime.</Tooltip>
    1426    <History>One of the Diadochi, king of Macedonia (294 BC - 288 BC), Demetrius was renowned as one of the bravest and most able successors of Alexander. As the son of Antigonus I Monophtalmus, he fought and won many important battles early on and was proclaimed king, along with his father, in 306 BC. Losing his Asian possessions after the battle of Ipsus, he later won the Macedonian throne. Fearing lest they should be overpowered by Demetrius, the other Diadochi united against him and defeated him.</History>
    1527    <Icon>units/hele_hero_demetrius.png</Icon>
    1628  </Identity>
  • binaries/data/mods/public/simulation/templates/units/hele_hero_leonidas.xml

     
    1818    </Charge>
    1919  </Attack>
    2020  <Auras>
    21     <Fear>
    22       <Radius>20</Radius>
    23       <Bonus>5</Bonus>
    24     </Fear>
     21    <Attack>
     22      <Modification>
     23        <Value>Attack/Melee/Hack Attack/Charge/Hack</Value>
     24        <Add>3</Add>
     25      </Modification>
     26      <Classes>Spear</Classes>
     27      <Template/>
     28    </Attack>
     29    <Armour>
     30      <Modification>
     31        <Value>Armour/Hack Armour/Pierce Armour/Crush</Value>
     32        <Add>1</Add>
     33      </Modification>
     34      <Classes>Spear</Classes>
     35      <Template/>
     36    </Armour>
    2537  </Auras>
    2638  <Cost>
    2739    <Resources>
     
    3648    <Civ>hele</Civ>
    3749    <GenericName>Leonidas I</GenericName>
    3850    <SpecificName>Leōnídēs</SpecificName>
    39     <Tooltip>Hero Aura: Increased Spartiate and Hoplite Attack.</Tooltip>
     51    <Tooltip>Hero Aura: Increased Spartiate and Hoplite Attack. +3 Hack attack and +1 armour during his lifetime.</Tooltip>
    4052    <History>The king of Sparta, who 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>
    4153    <Icon>units/hele_hero_leonidas.png</Icon>
    4254  </Identity>
  • binaries/data/mods/public/simulation/templates/units/hele_hero_philip.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_cavalry_spearman">
    33  <Auras>
    4     <Courage>
    5       <Radius>20</Radius>
    6       <Bonus>5</Bonus>
    7     </Courage>
     4    <Champion>
     5        <Modification>
     6          <Value>Attack/Melee/Hack Attack/Melee/Crush Attack/Ranged/Pierce</Value>
     7          <Add>3</Add>
     8        </Modification>
     9        <Classes>Champion</Classes>
     10      <Template/>
     11    </Champion>
    812  </Auras>
    913  <Identity>
    1014    <Civ>hele</Civ>
  • binaries/data/mods/public/simulation/templates/units/hele_hero_themistocles.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_infantry_swordsman">
    33  <Auras>
    4     <Fear>
    5       <Radius>20</Radius>
    6       <Bonus>5</Bonus>
    7     </Fear>
     4    <SailingSpeed>
     5      <Modification>
     6        <Value>UnitMotion/WalkSpeed UnitMotion/Run/Speed</Value>
     7        <Multiply>1.5</Multiply>
     8      </Modification>
     9      <GarrisoningStructure/>
     10      <Classes>Ship</Classes>
     11    </SailingSpeed>
     12    <ConstructionSpeed>
     13      <Modification>
     14        <Value>Cost/BuildTime</Value>
     15        <Multiply>0.8</Multiply>
     16      </Modification>
     17      <Classes>Ship</Classes>
     18      <Template/>
     19    </ConstructionSpeed>
    820  </Auras>
    921  <Identity>
    1022    <Civ>hele</Civ>
    1123    <GenericName>Themistocles</GenericName>
    1224    <SpecificName>Themistoklês</SpecificName>
    13     <Tooltip>Hero Aura: Increased Move Speed and decreased Build Time for Warships.</Tooltip>
     25    <Tooltip>Hero Aura: When garrisoned in a ship, that ship is 50% faster. Ships are also built 20% faster during his lifespan.</Tooltip>
    1426    <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>
    1527    <Icon>units/hele_hero_themistocles.png</Icon>
    1628  </Identity>
  • binaries/data/mods/public/simulation/templates/units/hele_hero_xenophon.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_infantry_javelinist">
    33  <Auras>
    4     <Courage>
    5       <Radius>20</Radius>
    6       <Bonus>5</Bonus>
    7     </Courage>
     4    <Armour>
     5      <Modification>
     6        <Value>Armour/Hack Armour/Pierce Armour/Crush</Value>
     7        <Add>2</Add>
     8      </Modification>
     9      <Formation/>
     10      <Classes>Unit</Classes>
     11    </Armour>
     12    <Speed>
     13      <Modification>
     14        <Value>UnitMotion/WalkSpeed UnitMotion/Run/Speed</Value>
     15        <Multiply>1.15</Multiply>
     16      </Modification>
     17      <Formation/>
     18      <Classes>Unit</Classes>
     19    </Speed>
     20    <PeltastSpeed>
     21      <Modification>
     22        <Value>UnitMotion/WalkSpeed UnitMotion/Run/Speed</Value>
     23        <Multiply>1.15</Multiply>
     24      </Modification>
     25      <Template/>
     26      <Classes>Javelin</Classes>
     27    </PeltastSpeed>
    828  </Auras>
    929  <Identity>
    1030    <Civ>hele</Civ>
  • binaries/data/mods/public/simulation/templates/units/mace_hero_alexander.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Entity parent="template_unit_hero_cavalry_swordsman">
    3   <Armour>
    4     <Crush>20</Crush>
    5   </Armour>
     2<Entity parent="units/hele_hero_alexander">
    63  <Attack>
    74    <Melee>
    85      <Bonuses>
     
    2219    </Charge>
    2320  </Attack>
    2421  <Auras>
    25     <Fear>
    26       <Radius>80</Radius>
    27       <Bonus>15</Bonus>
    28     </Fear>
     22    <Terrirory>
     23      <Modification>
     24        <Value>TerritoryInfluence/Radius</Value>
     25        <Multiply>1.25</Multiply>
     26      </Modification>
     27      <Template/>
     28      <Classes>Structure</Classes>
     29    </Terrirory>
    2930  </Auras>
    30   <Cost>
    31     <Resources>
    32       <metal>300</metal>
    33     </Resources>
    34   </Cost>
    3531  <Identity>
    3632    <Civ>mace</Civ>
    37     <GenericName>Alexander The Great</GenericName>
    38     <SpecificName>Mégās Aléxandros</SpecificName>
    3933    <Tooltip>Hero Aura: +25% territory effect for all buildings while he lives. "Herocide": +20% attack bonus vs. enemy Heroes.</Tooltip>
    40     <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>
    41     <Icon>units/hele_hero_alexander.png</Icon>
    4234  </Identity>
    43   <Vision>
    44     <Range>77</Range>
    45   </Vision>
    46   <VisualActor>
    47     <Actor>units/macedonians/alexander.xml</Actor>
    48   </VisualActor>
    4935</Entity>
  • binaries/data/mods/public/simulation/templates/units/mace_hero_craterus.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_infantry_swordsman">
    3   <Auras>
    4     <Courage>
    5       <Radius>20</Radius>
    6       <Bonus>5</Bonus>
    7     </Courage>
    8   </Auras>
    93  <Identity>
    104    <Civ>mace</Civ>
    115    <GenericName>Crateros</GenericName>
    126    <SpecificName>Kraterós</SpecificName>
    13     <Tooltip>Trusted general under Alexander the Great.</Tooltip>
     7    <Tooltip>Trusted general under Alexander the Great. Hero Aura: TBD</Tooltip>
    148    <History>.</History>
    159    <Icon>units/mace_hero_craterus.png</Icon>
    1610  </Identity>
  • binaries/data/mods/public/simulation/templates/units/mace_hero_demetrius.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Entity parent="template_unit_hero_infantry_swordsman">
    3   <Auras>
    4     <Courage>
    5       <Radius>20</Radius>
    6       <Bonus>5</Bonus>
    7     </Courage>
    8   </Auras>
     2<Entity parent="units/hele_hero_demetrius">
    93  <Identity>
    104    <Civ>mace</Civ>
    11     <GenericName>Demetrius The Besieger</GenericName>
    12     <SpecificName>Dēmḗtrios Poliorkḗtēs</SpecificName>
    13     <Tooltip>Hero Aura: Increased Range and Attack for Siege Engines.</Tooltip>
    14     <History>One of the Diadochi, king of Macedonia (294 BC - 288 BC), Demetrius was renowned as one of the bravest and most able successors of Alexander. As the son of Antigonus I Monophtalmus, he fought and won many important battles early on and was proclaimed king, along with his father, in 306 BC. Losing his Asian possessions after the battle of Ipsus, he later won the Macedonian throne. Fearing lest they should be overpowered by Demetrius, the other Diadochi united against him and defeated him.</History>
    15     <Icon>units/hele_hero_demetrius.png</Icon>
    165  </Identity>
    17   <Vision>
    18     <Range>66</Range>
    19   </Vision>
    206  <VisualActor>
    217    <Actor>units/macedonians/demetrius.xml</Actor>
    228  </VisualActor>
  • binaries/data/mods/public/simulation/templates/units/mace_hero_philip.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Entity parent="template_unit_hero_cavalry_spearman">
    3   <Auras>
    4     <Courage>
    5       <Radius>20</Radius>
    6       <Bonus>5</Bonus>
    7     </Courage>
    8   </Auras>
     2<Entity parent="units/hele_hero_philip">
    93  <Identity>
    104    <Civ>mace</Civ>
    11     <GenericName>Philip II of Macedon</GenericName>
    12     <SpecificName>Phílippos B' ho Makedṓn</SpecificName>
    13     <Tooltip>Hero Aura: Increased Attack for Champion Units.</Tooltip>
    14     <History>The king of Macedonia (359 BC - 336 BC), he carried out vast monetary and military reforms in order to make his kingdom the most powerful force in the Greek world. Greatly enlarged the size of Macedonia by conquering much of Thrace and subduing the Greeks. Murdered in Aegae while planning a campaign against Persia.</History>
    15     <Icon>units/hele_hero_philip.png</Icon>
    165  </Identity>
    17   <Vision>
    18     <Range>77</Range>
    19   </Vision>
    20   <VisualActor>
    21     <Actor>units/macedonians/philip_horse.xml</Actor>
    22   </VisualActor>
    236</Entity>
  • binaries/data/mods/public/simulation/templates/units/maur_hero_chanakya.xml

     
    1 <?xml version="1.0" encoding="utf-8"?>
    2 <Entity parent="template_unit">
    3   <Armour>
    4     <Hack>4.0</Hack>
    5     <Pierce>8.0</Pierce>
    6     <Crush>4.0</Crush>
    7   </Armour>
    8   <Heal>
    9     <Range>20</Range>
    10     <HP>12</HP>
    11     <Rate>2000</Rate>
    12     <UnhealableClasses datatype="tokens"/>
    13     <HealableClasses datatype="tokens">Organic</HealableClasses>
    14   </Heal>
    15   <Cost>
    16     <Population>2</Population>
    17     <BuildTime>60</BuildTime>
    18     <Resources>
    19       <food>100</food>
     1<?xml version="1.0" encoding="utf-8"?>
     2<Entity parent="template_unit_support_healer">
     3  <Armour>
     4    <Hack>4.0</Hack>
     5    <Pierce>8.0</Pierce>
     6    <Crush>4.0</Crush>
     7  </Armour>
     8  <Auras>
     9    <MaxHealth>
     10      <Modification>
     11        <Value>Health/Max</Value>
     12        <Multiply>1.25</Multiply>
     13      </Modification>
     14      <Classes>Unit</Classes>
     15      <!--<Radius>80</Radius>-->
     16      <Template/>
     17    </MaxHealth>
     18  </Auras>
     19  <Heal>
     20    <HP>12</HP>
     21  </Heal>
     22  <Cost>
     23    <Population>2</Population>
     24    <BuildTime>60</BuildTime>
     25    <Resources>
     26      <food>100</food>
    2027      <metal>250</metal>
    2128    </Resources>
    2229  </Cost>
    23   <Health>
    24     <Max>600</Max>
    25     <RegenRate>0.5</RegenRate>
    26   </Health>
    27   <Identity>
    28     <Civ>maur</Civ>
    29     <Classes datatype="tokens">Hero Organic</Classes>
    30     <GenericName>Acharya Chanakya</GenericName>
    31     <SpecificName>Acharya Chanakya</SpecificName>
    32     <Icon>units/maur_hero_chanakya.png</Icon>
    33     <Tooltip>Hero Healer.
    34 Hero Special: "Teacher." TBD.</Tooltip>
    35     <History>TBD.</History>
    36     <RequiredTechnology>phase_city</RequiredTechnology>
    37   </Identity>
    38   <Minimap>
    39     <Type>hero</Type>
    40   </Minimap>
    41   <Selectable>
    42     <Overlay>
    43       <AlwaysVisible/>
    44       <Texture>
    45         <MainTexture>star/256x256.png</MainTexture>
    46         <MainTextureMask>star/256x256_mask.png</MainTextureMask>
    47       </Texture>
    48     </Overlay>
    49   </Selectable>
    50   <Sound>
    51     <SoundGroups>
    52       <select>voice/hellenes/civ/civ_male_select.xml</select>
    53       <order_walk>voice/hellenes/civ/civ_male_ack.xml</order_walk>
    54       <walk>actor/human/movement/walk.xml</walk>
    55       <run>actor/human/movement/run.xml</run>
    56       <death>actor/human/death/death.xml</death>
    57       <trained>actor/singlesteps/steps_gravel.xml</trained>
    58     </SoundGroups>
    59   </Sound>
    60   <TrainingRestrictions>
    61     <Category>Hero</Category>
    62   </TrainingRestrictions>
    63   <UnitMotion>
    64     <WalkSpeed>7.5</WalkSpeed>
    65     <Run>
    66       <Speed>12.0</Speed>
    67       <Range>200.0</Range>
    68       <RangeMin>0.0</RangeMin>
    69     </Run>
    70   </UnitMotion>
    71   <Vision>
    72     <Range>30</Range>
    73   </Vision>
    74   <VisualActor>
    75     <Actor>units/mauryans/hero_chanakya.xml</Actor>
    76   </VisualActor>
    77 </Entity>
     30  <Health>
     31    <Max>600</Max>
     32    <RegenRate>0.5</RegenRate>
     33  </Health>
     34  <Identity>
     35    <Civ>maur</Civ>
     36    <Classes datatype="tokens">Hero</Classes>
     37    <GenericName>Acharya Chanakya</GenericName>
     38    <SpecificName>Acharya Chanakya</SpecificName>
     39    <Icon>units/maur_hero_chanakya.png</Icon>
     40    <Tooltip>Hero Healer.
     41Hero Special: "Teacher." TBD.</Tooltip>
     42    <History>TBD.</History>
     43    <RequiredTechnology>phase_city</RequiredTechnology>
     44  </Identity>
     45  <Minimap>
     46    <Type>hero</Type>
     47  </Minimap>
     48  <Promotion disable=""/>
     49  <Selectable>
     50    <Overlay>
     51      <AlwaysVisible/>
     52      <Texture>
     53        <MainTexture>star/256x256.png</MainTexture>
     54        <MainTextureMask>star/256x256_mask.png</MainTextureMask>
     55      </Texture>
     56    </Overlay>
     57  </Selectable>
     58  <Sound>
     59    <SoundGroups>
     60      <trained>actor/singlesteps/steps_gravel.xml</trained>
     61    </SoundGroups>
     62  </Sound>
     63  <TrainingRestrictions>
     64    <Category>Hero</Category>
     65  </TrainingRestrictions>
     66  <VisualActor>
     67    <Actor>units/mauryans/hero_chanakya.xml</Actor>
     68  </VisualActor>
     69</Entity>
  • binaries/data/mods/public/simulation/templates/units/pers_hero_cyrus.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_cavalry_spearman">
     3  <Auras>
     4    <Lead>
     5      <Modification>
     6        <Value>Attack/Melee/Hack Attack/Melee/Crush Attack/Ranged/Pierce</Value>
     7        <Add>3</Add>
     8      </Modification>
     9      <Classes>Cavalry</Classes>
     10      <Radius>80</Radius>
     11    </Lead>
     12  </Auras>
    313  <Identity>
    414    <Civ>pers</Civ>
    515    <GenericName>Cyrus II The Great</GenericName>
  • binaries/data/mods/public/simulation/templates/units/pers_hero_darius.xml

     
    1212      <MinRange>12.0</MinRange>
    1313    </Ranged>
    1414  </Attack>
     15  <Auras>
     16    <Leadership>
     17      <Modification>
     18        <Value>UnitMotion/WalkSpeed UnitMotion/Run/Speed</Value>
     19        <Multiply>1.25</Multiply>
     20      </Modification>
     21      <Classes>Infantry</Classes>
     22      <Template/>
     23    </Leadership>
     24    <Leadership>
     25      <Modification>
     26        <Value>Trader/GainMultiplier</Value>
     27        <Multiply>1.5</Multiply>
     28      </Modification>
     29      <Classes>Trader</Classes>
     30      <Template/>
     31    </Leadership>
     32  </Auras>
    1533  <Cost>
    1634    <Population>4</Population>
    1735    <BuildTime>50</BuildTime>
     
    3553    <SpecificName>Darayavahush I</SpecificName>
    3654    <Icon>units/pers_hero_darius.png</Icon>
    3755    <Tooltip>Hero Scythe Chariot Archer.
    38 Hero Aura: "Leadership." Boosts Movement Speed of all nearby units.
    39 Hero Aura: "Merchant of the Empire." Boosts profitablity of trade during his lifetime.
     56Hero Aura: "Leadership." Boosts Movement Speed of all infantry.
     57Hero Aura: "Merchant of the Empire." Boosts profitablity of trade.
    4058Ranged attack 2x vs. spearmen. Ranged attack 1.5x vs. Swordsmen.</Tooltip>
    4159    <History>(King, 521 BC - 486 BC) The son of Vishtaspa (Hystaspes), the satrap of Parthia and Hyrcania; a great administrator as well as a decent general, Darius introduced the division of the empire into satrapies and conquered NW India, Thrace and Macedonia. He was called the 'Merchant of the Empire'.</History>
    4260  </Identity>
  • binaries/data/mods/public/simulation/templates/units/pers_hero_xerxes.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_infantry_archer">
     3  <Auras>
     4    <Administrator>
     5      <Modification>
     6        <Value>Builder/Rate ResourceGatherer/BaseSpeed</Value>
     7        <Multiply>1.25</Multiply>
     8      </Modification>
     9      <Classes>Worker</Classes>
     10      <Radius>80</Radius>
     11    </Administrator>
     12  </Auras>
    313  <Identity>
    414    <Civ>pers</Civ>
    515    <GenericName>Xerxes I</GenericName>
  • binaries/data/mods/public/simulation/templates/units/pers_hero_xerxes_chariot.xml

     
    77      <MinRange>12.0</MinRange>
    88    </Ranged>
    99  </Attack>
     10  <Auras>
     11    <Administrator>
     12      <Modification>
     13        <Value>Builder/Rate ResourceGatherer/BaseSpeed</Value>
     14        <Multiply>1.25</Multiply>
     15      </Modification>
     16      <Classes>Worker</Classes>
     17      <Radius>80</Radius>
     18    </Administrator>
     19  </Auras>
    1020  <Cost>
    1121    <Population>4</Population>
    1222    <BuildTime>40</BuildTime>
  • binaries/data/mods/public/simulation/templates/units/rome_hero_marcellus.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_cavalry_swordsman">
    3   <Auras>
    4     <Courage>
    5       <Radius>20</Radius>
    6       <Bonus>10</Bonus>
    7     </Courage>
    8   </Auras>
    93  <Identity>
    104    <Civ>rome</Civ>
    115    <SpecificName>Marcus Claudius Marcellus</SpecificName>
    126    <Icon>units/rome_hero_marcellus.png</Icon>
     7    <Tooltip>Hero Aura: TBD</Tooltip>
    138    <History>Marcus Claudius Marcellus, 268 - 208 BC, a soldier of the first war with Carthage, a hero of the Second Punic War, and victor over the Gauls at Clastidium. Plutarch describes him as a man of war, strong in body and constitution, with an iron will to fight on. As a general he was immensely capable, standing alongside Scipio Africanus and Claudius Nero as the most effective Roman generals of the entire Second Punic War. In addition to his military achievements Marcellus was a fan of Greek culture and arts, which he enthusiastically promoted in Rome. He met his demise when his men were ambushed near Venusia. In honor of the respect the people held for him, Marcellus was granted the title of "Sword of Rome".</History>
    149  </Identity>
    1510  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/rome_hero_maximus.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_cavalry_swordsman">
    33  <Auras>
    4     <Courage>
    5       <Radius>20</Radius>
    6       <Bonus>10</Bonus>
    7     </Courage>
     4    <Armour>
     5      <Modification>
     6        <Value>Armour/Hack Armour/Pierce Armour.Crush</Value>
     7        <Add>3</Add>
     8      </Modification>
     9      <Radius>80</Radius>
     10      <Classes>Unit</Classes>
     11    </Armour>
    812  </Auras>
    913  <Identity>
    1014    <Civ>rome</Civ>
    1115    <SpecificName>Quinctus Fabius Maximus</SpecificName>
    1216    <Icon>units/rome_hero_maximus.png</Icon>
     17    <Tooltip>Hero Aura: Nearby units have +3 armour</Tooltip>
    1318    <History>Maximus was dictator of Rome for six months during the Second Punic War. Instead of attacking the most powerful Hannibal, he started a very effective war of attrition against him, securing the nickname "Cunctator" or Delayer.</History>
    1419  </Identity>
    1520  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/rome_hero_scipio.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_cavalry_swordsman">
    3   <Auras>
    4     <Courage>
    5       <Radius>20</Radius>
    6       <Bonus>10</Bonus>
    7     </Courage>
    8   </Auras>
    93  <Identity>
    104    <Civ>rome</Civ>
    115    <SpecificName>Scipio Africanus</SpecificName>
    126    <Icon>units/rome_hero_scipio.png</Icon>
     7    <Tooltip>Hero aura: TBD</Tooltip>
    138    <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>
    149  </Identity>
    1510  <VisualActor>
  • binaries/data/mods/public/simulation/templates/units/spart_hero_brasidas.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    22<Entity parent="template_unit_hero_infantry_swordsman">
    33  <Auras>
    4     <Fear>
    5       <Radius>20</Radius>
    6       <Bonus>5</Bonus>
    7     </Fear>
     4    <Attack>
     5      <Modification>
     6        <Value>Attack/Ranged/Pierce</Value>
     7        <Add>2</Add>
     8      </Modification>
     9      <Classes>Skirmisher</Classes>
     10      <Radius>80</Radius>
     11    </Attack>
     12    <Armour>
     13      <Modification>
     14        <Value>Armour/Pierce</Value>
     15        <Add>3</Add>
     16      </Modification>
     17      <Classes>Skirmisher</Classes>
     18      <Radius>80</Radius>
     19    </Armour>
    820  </Auras>
    921  <Identity>
    1022    <Civ>spart</Civ>
  • binaries/data/mods/public/simulation/templates/units/spart_hero_leonidas.xml

     
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Entity parent="template_unit_hero_infantry_spearman">
    3   <Armour>
    4     <Hack>10</Hack>
    5     <Pierce>10</Pierce>
    6     <Crush>10</Crush>
    7   </Armour>
    8   <Attack>
    9     <Melee>
    10       <Hack>10.0</Hack>
    11       <Pierce>25.0</Pierce>
    12       <MaxRange>6.0</MaxRange>
    13     </Melee>
    14     <Charge>
    15       <Hack>20.0</Hack>
    16       <Pierce>50.0</Pierce>
    17       <MaxRange>6.0</MaxRange>
    18     </Charge>
    19   </Attack>
    20   <Auras>
    21     <Fear>
    22       <Radius>8</Radius>
    23       <Bonus>5</Bonus>
    24     </Fear>
    25   </Auras>
     2<Entity parent="units/hele_hero_leonidas">
    263  <Identity>
    274    <Civ>spart</Civ>
    28     <GenericName>Leonidas I</GenericName>
    29     <SpecificName>Leōnídēs</SpecificName>
    30     <Tooltip>Hero Aura: Increased Spartiate and Hoplite Attack.
    31 Counters: 2x vs. all cavalry.</Tooltip>
    32     <History>The king of Sparta, who 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>
    33     <Icon>units/spart_hero_leonidas.png</Icon>
    345  </Identity>
    356  <VisualActor>
    367    <Actor>units/spartans/leonidas.xml</Actor>