mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user