1
0
forked from 0ad/0ad

Auras for Roman heroes Marcellus and Maximus.

This was SVN commit r15217.
This commit is contained in:
Michael D. Hafer 2014-05-26 01:26:53 +00:00
parent e79adae921
commit 7bc0f611b3
5 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"affects":["Structure"],
"affectedPlayers":["Player"],
"modifications":[{"value":"Armour/Pierce","add":1},{"value":"Armour/Hack","add":1},{"value":"Armour/Crush","add":1}]
}

View File

@ -0,0 +1,5 @@
{
"affects":["Unit"],
"affectedPlayers":["Player"],
"modifications":[{"value":"Attack/Ranged/Pierce","multiply":1.15},{"value":"Attack/Melee/Hack","multiply":1.15}]
}

View File

@ -1,10 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_hero_cavalry_swordsman">
<Auras>
<unit_attack_15>
<Type>range</Type>
<Radius>50</Radius>
</unit_attack_15>
</Auras>
<Identity>
<Civ>rome</Civ>
<SpecificName>Marcus Claudius Marcellus</SpecificName>
<Icon>units/rome_hero_marcellus.png</Icon>
<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>
<Tooltip>Classes: Hero Melee Cavalry Sword.
"Sword of Rome" Aura: +15% attack for Roman units within sight of him.
Counters: 2x vs. Archers, All Support Units, and Siege Weapons.
Countered by: Spearmen, Cavalry Skirmishers, and Elephants.</Tooltip>
</Identity>
<VisualActor>
<Actor>units/romans/hero_marcellus_horse.xml</Actor>

View File

@ -1,10 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_hero_cavalry_swordsman">
<Auras>
<structure_armor_1>
<Type>range</Type>
<Radius>50</Radius>
</structure_armor_1>
<unit_armor_1>
<Type>range</Type>
<Radius>50</Radius>
</unit_armor_1>
</Auras>
<Identity>
<Civ>rome</Civ>
<SpecificName>Quintus Fabius Maximus</SpecificName>
<Icon>units/rome_hero_maximus.png</Icon>
<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>
<Tooltip>Classes: Hero Melee Cavalry Sword.
"Shield of Rome" Aura: +1 Armor (all types) to Roman units and buildings within sight of him.
Counters: 2x vs. Archers, All Support Units, and Siege Weapons.
Countered by: Spearmen, Cavalry Skirmishers, and Elephants.</Tooltip>
</Identity>
<VisualActor>
<Actor>units/romans/hero_maximus_horse.xml</Actor>

View File

@ -5,6 +5,10 @@
<SpecificName>Scipio Africanus</SpecificName>
<Icon>units/rome_hero_scipio.png</Icon>
<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>
<Tooltip>Classes: Hero Melee Cavalry Sword.
"Divide and Conquer" Ability: Convert groups of enemy units to his side for 500 Metal. (Not implemented)
Counters: 2x vs. Archers, All Support Units, and Siege Weapons.
Countered by: Spearmen, Cavalry Skirmishers, and Elephants.</Tooltip>
</Identity>
<VisualActor>
<Actor>units/romans/hero_scipio_horse.xml</Actor>