1
0
forked from mirrors/0ad

Nerfs champions and slows champion production speed.

This was SVN commit r18025.
This commit is contained in:
scythetwirler
2016-04-12 18:51:14 +00:00
parent 60a2af2988
commit b5bf0c7e86
26 changed files with 64 additions and 123 deletions
@@ -6,7 +6,7 @@
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "shields_generic_silver.png",
"researchTime": 40,
"tooltip": "Upgrade Shield Bearer Champion Infantry to Silver Shields, with greater attack, health, and armor.",
"tooltip": "Upgrade Shield Bearer Champion Infantry to Silver Shields, with greater health and armor.",
"modifications": [{"value": "Promotion/RequiredXp", "replace": 0}],
"affects": ["Champion Infantry"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"
@@ -7,11 +7,11 @@
"rome": "Regio Cohors"
},
"description": "Guard units (Champions) are professionals who wield the best weapons and have the best training.",
"cost": {"food": 0, "wood": 0, "stone": 0, "metal": 500},
"cost": {"food": 0, "wood": 0, "stone": 0, "metal": 1000},
"requirements": {"tech": "phase_city"},
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "helmet_corinthian_crest.png",
"researchTime": 40,
"researchTime": 90,
"tooltip": "Unlock the ability to train Champions at the barracks.",
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"
}
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion">
<Armour>
<Hack>8</Hack>
<Pierce>6</Pierce>
<Hack>7</Hack>
<Pierce>5</Pierce>
<Crush>20</Crush>
</Armour>
<Cost>
<Population>1</Population>
<BuildTime>15</BuildTime>
<BuildTime>40</BuildTime>
<Resources>
<food>200</food>
<food>250</food>
<wood>0</wood>
<stone>0</stone>
<metal>75</metal>
<metal>100</metal>
</Resources>
</Cost>
<Footprint>
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion_cavalry">
<Armour>
<Hack>9</Hack>
<Pierce>8</Pierce>
<Hack op="add">1</Hack>
<Pierce op="add">2</Pierce>
</Armour>
<Attack>
<Melee>
@@ -21,7 +21,6 @@
</Charge>
</Attack>
<Cost>
<BuildTime>16</BuildTime>
<Resources>
<wood>100</wood>
</Resources>
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion_cavalry">
<Armour>
<Hack>9</Hack>
<Pierce>7</Pierce>
<Hack op="add">1</Hack>
<Pierce op="add">2</Pierce>
</Armour>
<Attack>
<Melee>
@@ -23,10 +23,9 @@
</Charge>
</Attack>
<Cost>
<BuildTime>16</BuildTime>
<Resources>
<wood>75</wood>
<metal>100</metal>
<metal>125</metal>
</Resources>
</Cost>
<Health>
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion">
<Armour>
<Hack>6</Hack>
<Pierce>6</Pierce>
<Hack>5</Hack>
<Pierce>5</Pierce>
<Crush>20</Crush>
</Armour>
<Cost>
<BuildTime>13</BuildTime>
<BuildTime>30</BuildTime>
<Resources>
<food>100</food>
<food>125</food>
<wood>0</wood>
<stone>0</stone>
<metal>50</metal>
<metal>75</metal>
</Resources>
</Cost>
<Health>
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion_infantry">
<Armour>
<Hack>15</Hack>
<Pierce>15</Pierce>
<Hack op="add">8</Hack>
<Pierce op="add">8</Pierce>
<Crush>20</Crush>
</Armour>
<Attack>
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion_infantry">
<Armour>
<Hack>10</Hack>
<Pierce>10</Pierce>
<Hack op="add">3</Hack>
<Pierce op="add">3</Pierce>
</Armour>
<Attack>
<Melee>
@@ -52,7 +52,7 @@
<UnitMotion>
<WalkSpeed>11.5</WalkSpeed>
<Run>
<Speed>15.0</Speed>
<Speed>23.0</Speed>
<Range>600.0</Range>
<RangeMin>5.0</RangeMin>
</Run>
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion_infantry">
<Armour>
<Hack>10</Hack>
<Pierce>10</Pierce>
<Hack op="add">2</Hack>
<Pierce op="add">2</Pierce>
</Armour>
<Attack>
<Melee>
@@ -23,7 +23,7 @@
<Cost>
<Resources>
<wood>75</wood>
<metal>75</metal>
<metal>100</metal>
</Resources>
</Cost>
<Health>
@@ -8,7 +8,6 @@
<History>The Athenian employed Scythian archers as city police and auxillary troops.</History>
<Icon>units/athen_champion_ranged.png</Icon>
</Identity>
<Looter disable=""/>
<VisualActor>
<Actor>units/athenians/champion_unit_ranged.xml</Actor>
</VisualActor>
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion_infantry_spearman">
<Armour>
<Hack>2</Hack>
<Pierce>4</Pierce>
<Hack op="add">-3</Hack>
<Pierce op="add">-3</Pierce>
</Armour>
<Cost>
<BuildTime op="mul">0.5</BuildTime>
<Resources>
<food>0</food>
<metal>80</metal>
<metal op="mul">2</metal>
</Resources>
</Cost>
<Identity>
@@ -17,6 +18,14 @@
<History>A fanatic Celtic warrior, devoted to war and his Celtic liege lord. These bloodthirsty young men roamed Gaul in search of battle.</History>
<Icon>units/celt_fanatic.png</Icon>
</Identity>
<UnitMotion>
<WalkSpeed op="mul">1.5</WalkSpeed>
<Run>
<Speed op="mul">1.5</Speed>
<Range>600.0</Range>
<RangeMin>5.0</RangeMin>
</Run>
</UnitMotion>
<VisualActor>
<Actor>units/celts/fanatic.xml</Actor>
</VisualActor>
@@ -4,14 +4,8 @@
<Ranged>
<Pierce>5</Pierce>
<Crush>15</Crush>
<MaxRange>48</MaxRange>
</Ranged>
</Attack>
<Cost>
<Resources>
<metal>100</metal>
</Resources>
</Cost>
<Identity>
<Civ>iber</Civ>
<SpecificName>Leial Zalduneria</SpecificName>
@@ -5,14 +5,14 @@
<Lang>greek</Lang>
<GenericName>Macedonian Shield Bearer</GenericName>
<SpecificName>Hypaspistḗs</SpecificName>
<History>The Hypaspistai, or "shield bearers", were the flower of the Macedonian infantry. They were the most battle hardened veterans within the army and followed Philip II and Alexander the Great into over a dozen full scale engagements. These heavily armed and opulently armored units acted as an intermediary between the phalanx and the cavalry arm, many times charging headlong with Alexander into a breech in the enemy lines. Sometimes they fought as slow pikemen, like the Pezhetairoi with 6 meter "sarissas", and other times they fought as Hoplites with large aspides and 2.5 meter-long spears, or "dorata". In later times they became known as the Argyraspidai, or "Silver Shields" when Alexander bestowed upon them armor and shields plated in pure silver, and played a decisive role in the early Diadochoi Wars of Alexander's "Successors."</History>
<History>The Hypaspistai, or "shield bearers", were the flower of the Macedonian infantry. They were the most battle hardened veterans within the army and followed Philip II and Alexander the Great into over a dozen full scale engagements. These heavily armed and opulently armored units acted as an intermediary between the phalanx and the cavalry arm, many times charging headlong with Alexander into a breech in the enemy lines. Sometimes they fought as slow pikemen, like the Pezhetairoi with 6 meter "sarissas", and other times they fought as Hoplites with large aspides and 2.5 meter-long spears, or "dorata". In later times they became known as the Argyraspidai, or "Silver Shields" when Alexander bestowed upon them armor and shields plated in pure silver, and played a decisive role in the early Diadochoi Wars of Alexander's "Successors."</History>
<Icon>units/macedonian_hypaspist.png</Icon>
<SelectionGroupName>units/mace_champion_infantry_a</SelectionGroupName>
<RequiredTechnology>phase_city</RequiredTechnology>
</Identity>
<Promotion>
<Entity>units/mace_champion_infantry_e</Entity>
<RequiredXp>9999</RequiredXp>
<RequiredXp>2000</RequiredXp>
</Promotion>
<VisualActor>
<Actor>units/macedonians/mace_champion_hypaspist.xml</Actor>
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/mace_champion_infantry_a">
<Armour>
<Hack op="add">1</Hack>
<Pierce op="add">1</Pierce>
</Armour>
<Health>
<Max>220</Max>
<Max op="mul">1.1</Max>
</Health>
<Identity>
<SpecificName>Hypaspistḗs Argyraspídi</SpecificName>
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion_infantry_swordsman">
<Cost>
<Resources>
<food>0</food>
<metal op="mul">2</metal>
</Resources>
</Cost>
<Identity>
<Civ>mace</Civ>
<Lang>greek</Lang>
@@ -7,7 +13,7 @@
<SpecificName>Thōrakitēs</SpecificName>
<History>Thōrakitai were soldiers similar to Thyreophóroi. The literal translation of the term is curassiers, which suggests that they may have worn a short Celtic mail shirt or possibly a thorax. Thorakitai were used in armies of the Hellenistic Period in a variety of tactical situations. They were a type of armored but mobile infantry who did not require a rigid formation to be effective in combat. From their name we can deduce that most wore armor and helmet. They bore a thureos (or thyreos), an oblong shield, and were armed with sword, javelins and spear, which were used according to their tactical use. It seems that the thorakitai were heavily armored thureophoroi, able to bear spears and do battle in a phalanx as well as irregularly attack the enemy in situations when such an action was required for tactical reasons, like to exploit or challenge rough terrain. Thorakitai are mentioned in the army of the Achaian League and in the army of the Seleucids. The Seleucid Thorakitai were used in the storming of the Elburz Range in 210 BC under Antiochus III. They were used with the lighter troops to climb the cliffs and fight hand to hand with the enemy who might have not been dislodged by the lighter troops in the assault. There is a tomb illustration from Sidon showing what could well be a thorakites. The fragmentary inscription indicates that he was an Anatolian.</History>
<Icon>units/mace_thorakites.png</Icon>
<RequiredTechnology>phase_town</RequiredTechnology>
<RequiredTechnology>phase_city</RequiredTechnology>
</Identity>
<VisualActor>
<Actor>units/macedonians/thorakites.xml</Actor>
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion_infantry_javelinist">
<Armour>
<Hack>3</Hack>
<Pierce>6</Pierce>
</Armour>
<Cost>
<Resources>
<food>0</food>
<metal op="mul">2</metal>
</Resources>
</Cost>
<Identity>
<Civ>mace</Civ>
<Lang>greek</Lang>
@@ -11,14 +13,8 @@
<SpecificName>Thyreophóros</SpecificName>
<History>Thyreophóroi were a type of infantry soldier, common in the 3rd to 1st century BCE, who carried a large oval shield called a thureos which had a type of metal strip boss and a central spine. They were armed with a long thrusting spear, javelins and a sword. They also usually wore an iron or bronze Macedonian helmet. The thureos was probably originally an adapted form of a Celtic shield. Thracian and Illyrian infantry probably adopted the shield before the Greeks. However it has been suggested that the thureos was brought to Greece after Pyrrhus of Epirus' campaigns in Italy, as his Oscan allies and Roman enemies used the scutum. Thureophoroi were a 3rd century development on the Peltast and wore no body armor, but did wear sturdy leather boots for quick movement. Thureophoroi could skirmish, as well as fight in a phalanx when necessary. They were often stationed on the flanks of the traditional pike phalanx as a link between the heavier pikemen and the cavalry wings.</History>
<Icon>units/mace_thureophoros.png</Icon>
<RequiredTechnology>phase_village</RequiredTechnology>
<RequiredTechnology>phase_city</RequiredTechnology>
</Identity>
<UnitMotion>
<WalkSpeed>11</WalkSpeed>
<Run>
<Speed>17.6</Speed>
</Run>
</UnitMotion>
<VisualActor>
<Actor>units/macedonians/thureophoros.xml</Actor>
</VisualActor>
@@ -13,13 +13,6 @@
<Icon>units/maur_champion_chariot.png</Icon>
<Tooltip>Deals Trample Damage.</Tooltip>
</Identity>
<Loot>
<xp>200</xp>
<food>0</food>
<wood>20</wood>
<stone>0</stone>
<metal>20</metal>
</Loot>
<ResourceGatherer>
<MaxDistance>5.0</MaxDistance>
<Capacities>
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion_infantry_swordsman">
<Armour>
<Hack>6</Hack>
<Pierce>6</Pierce>
<Hack op="add">-4</Hack>
<Pierce op="add">-4</Pierce>
</Armour>
<Attack>
<Melee>
@@ -1,21 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_infantry_melee_swordsman">
<Armour>
<Hack>6</Hack>
<Pierce>5</Pierce>
<Crush>5</Crush>
</Armour>
<Attack>
<Melee>
<Hack>16.5</Hack>
</Melee>
<Charge>
<Hack>32.0</Hack>
</Charge>
</Attack>
<Health>
<Max>120</Max>
</Health>
<Identity>
<Civ>merc</Civ>
<GenericName>Thracian Mercenary Swordsman</GenericName>
@@ -26,7 +10,6 @@
<VisibleClasses datatype="tokens">Mercenary</VisibleClasses>
<RequiredTechnology>phase_town</RequiredTechnology>
</Identity>
<Looter disable=""/>
<Promotion disable=""/>
<ResourceGatherer>
<BaseSpeed>0.5</BaseSpeed>
@@ -12,12 +12,6 @@
<Entity>units/rome_legionnaire_imperial</Entity>
<RequiredXp>150</RequiredXp>
</Promotion>
<UnitMotion>
<WalkSpeed>9</WalkSpeed>
<Run>
<Speed>18.0</Speed>
</Run>
</UnitMotion>
<VisualActor>
<Actor>units/romans/champion_unit_3.xml</Actor>
</VisualActor>
@@ -14,13 +14,6 @@
<Icon>units/pers_cavalry_archer.png</Icon>
<RequiredTechnology>successors/unlock_traditional_army</RequiredTechnology>
</Identity>
<Loot>
<xp>200</xp>
<food>0</food>
<wood>20</wood>
<stone>0</stone>
<metal>20</metal>
</Loot>
<ResourceGatherer>
<MaxDistance>5.0</MaxDistance>
<Capacities>
@@ -7,9 +7,6 @@
-structures/{civ}_wallset_stone
</Entities>
</Builder>
<Cost>
<BuildTime>8</BuildTime>
</Cost>
<Identity>
<Civ>spart</Civ>
<Lang>greek</Lang>
@@ -8,9 +8,6 @@
<History>The Sacred Band of Thebes was a troop of picked soldiers, consisting of 150 pederastic male couples which formed the elite force of the Theban army in the 4th century BC. It is said to have been organised by the Theban commander Gorgidas in 378 BC and to have played a crucial role in the Battle of Leuctra.</History>
<Icon>units/thebes_sacred_band_hoplitai.png</Icon>
</Identity>
<Vision>
<Range>66</Range>
</Vision>
<VisualActor>
<Actor>units/hellenes/champion_sacred_band.xml</Actor>
</VisualActor>
@@ -8,9 +8,6 @@
<Tooltip>Champion Spearman.</Tooltip>
<Icon>units/thebes_sacred_band_hoplitai.png</Icon>
</Identity>
<Vision>
<Range>66</Range>
</Vision>
<VisualActor>
<Actor>units/hellenes/champion_sacred_band.xml</Actor>
</VisualActor>
@@ -8,9 +8,6 @@
<History>The Thespians were among the 700 or so soldiers to stay behind and hold the pass at Thermopylae to delay the Persians long enough for the rest of the Greek army to withdraw. This heroic deed made the Thespians "friends forever" to the Spartans.</History>
<Icon>units/thespian_melanochitones.png</Icon>
</Identity>
<Vision>
<Range>66</Range>
</Vision>
<VisualActor>
<Actor>units/hellenes/thespian.xml</Actor>
</VisualActor>
@@ -1,17 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion_infantry_swordsman">
<Attack>
<Melee>
<Hack>24.5</Hack>
</Melee>
<Charge>
<Hack>50.0</Hack>
</Charge>
</Attack>
<Cost>
<BuildTime op="mul">0.5</BuildTime>
<Resources>
<food>0</food>
<metal>125</metal>
<metal op="mul">3</metal>
</Resources>
</Cost>
<Identity>
@@ -22,17 +15,8 @@
<History>Thracian tribesmen who wield the fiercesome rhomphaia polearm weapon in combat. They were ubiquitous mercenary swordsmen throughout Hellenistic times, sometimes even serving in two opposing armies.</History>
<VisibleClasses datatype="tokens">Mercenary</VisibleClasses>
<Icon>units/sele_infantry_swordsman.png</Icon>
<RequiredTechnology>phase_city</RequiredTechnology>
<RequiredTechnology>phase_town</RequiredTechnology>
</Identity>
<UnitMotion>
<WalkSpeed>9.5</WalkSpeed>
<Run>
<Speed>18.0</Speed>
</Run>
</UnitMotion>
<Vision>
<Range>88</Range>
</Vision>
<VisualActor>
<Actor>units/hellenes/thracian_blackcloak.xml</Actor>
</VisualActor>