Tag persian skirmishers as mercenaries and make their cost consistent with the other mercenary champions. Patch by fatherbushido.

This was SVN commit r18901.
This commit is contained in:
elexis
2016-11-01 16:35:56 +00:00
parent aba2e53714
commit 6d81ba0476
2 changed files with 14 additions and 0 deletions
@@ -1,11 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion_infantry_spearman">
<Cost>
<Resources>
<food>0</food>
<metal op="mul">2</metal>
</Resources>
</Cost>
<Identity>
<Civ>pers</Civ>
<GenericName>Cardaces Hoplite</GenericName>
<SpecificName>Hoplites Kardakes</SpecificName>
<Icon>units/pers_kardakes.png</Icon>
<History>The Kardakes were the Persian answer to the Greek hoplite. They were fielded in large numbers by Darius III in a bid to resist Alexander the Great's invasion.</History>
<VisibleClasses datatype="tokens">Mercenary</VisibleClasses>
</Identity>
<VisualActor>
<Actor>units/persians/kardakes_hoplite.xml</Actor>
@@ -1,11 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion_infantry_javelinist">
<Cost>
<Resources>
<food>0</food>
<metal op="mul">2</metal>
</Resources>
</Cost>
<Identity>
<Civ>pers</Civ>
<GenericName>Cardaces Skirmisher</GenericName>
<SpecificName>Peltastes Kardakes</SpecificName>
<Icon>units/pers_kardakes_skirmisher.png</Icon>
<History>The Kardakes were the Persian answer to the Greek hoplite. They were fielded in large numbers by Darius III in a bid to resist Alexander the Great's invasion.</History>
<VisibleClasses datatype="tokens">Mercenary</VisibleClasses>
</Identity>
<VisualActor>
<Actor>units/persians/kardakes_skirmisher.xml</Actor>