1
0
forked from 0ad/0ad

Cavalry Archer templates for Seleucids.

This was SVN commit r14258.
This commit is contained in:
Michael D. Hafer 2013-11-29 22:24:11 +00:00
parent 15d87b9ad1
commit 44c134e03f
4 changed files with 81 additions and 1 deletions

View File

@ -30,7 +30,7 @@
</Resources> </Resources>
</Cost> </Cost>
<Health> <Health>
<Max>180</Max> <Max>150</Max>
</Health> </Health>
<Identity> <Identity>
<Classes datatype="tokens">Archer Bow</Classes> <Classes datatype="tokens">Archer Bow</Classes>

View File

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/sele_cavalry_archer_b">
<Armour>
<Hack>2</Hack>
<Pierce>4</Pierce>
<Crush>2</Crush>
</Armour>
<Attack>
<Ranged>
<Spread>1.3</Spread>
<MaxRange>60.0</MaxRange>
<MinRange>16.0</MinRange>
</Ranged>
</Attack>
<Health>
<Max>160</Max>
</Health>
<Identity>
<Rank>Advanced</Rank>
</Identity>
<Promotion>
<Entity>units/sele_cavalry_archer_e</Entity>
</Promotion>
<ResourceGatherer>
<BaseSpeed>0.75</BaseSpeed>
</ResourceGatherer>
<VisualActor>
<Actor>units/seleucids/cavalry_archer_a.xml</Actor>
</VisualActor>
</Entity>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_cavalry_ranged_archer">
<Identity>
<Civ>sele</Civ>
<Classes datatype="tokens">Camel</Classes>
<SelectionGroupName>units/sele_cavalry_archer_b</SelectionGroupName>
<GenericName>Dahae Horse Archer</GenericName>
<SpecificName>Hippotoxotès Dahae</SpecificName>
<History>The Dahae or Dahaeans were a confederacy of three Ancient Iranian tribes who lived in the region to the immediate east of the Caspian Sea. They spoke an Eastern Iranian language. Known as the Dāha to the Persians, they were a staple of many Persian armies until the fall of the Achaemenid Empire. Later they freely joined the armies of Alexander as he invaded India and the armies of the Seleucids in their many battles with the other Successor states. The Dahae of the Parni clan, under Arsaces, would later invade the land of Parthia, depose its ruler, and found a dynasty that would eventually grow into the famed Parthian Empire.</History>
<Icon>units/pers_cavalry_archer.png</Icon>
<Tooltip>Classes: Ranged Cavalry Camel Archer.
Counters: 2x vs. Spearmen, 1.5x vs. Swordsmen.
Countered by: Skirmishers and Elephants.</Tooltip>
<RequiredTechnology>phase_town</RequiredTechnology>
</Identity>
<Promotion>
<Entity>units/sele_cavalry_archer_a</Entity>
</Promotion>
<VisualActor>
<Actor>units/seleucids/cavalry_archer_b.xml</Actor>
</VisualActor>
</Entity>

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/sele_cavalry_archer_a">
<Armour>
<Hack>3</Hack>
<Pierce>5</Pierce>
<Crush>3</Crush>
</Armour>
<Attack>
<Ranged>
<Spread>1.0</Spread>
<MaxRange>64.0</MaxRange>
<MinRange>12.0</MinRange>
</Ranged>
</Attack>
<Health>
<Max>170</Max>
</Health>
<Identity>
<Rank>Elite</Rank>
</Identity>
<Promotion disable=""/>
<ResourceGatherer>
<BaseSpeed>0.5</BaseSpeed>
</ResourceGatherer>
<VisualActor>
<Actor>units/seleucids/cavalry_archer_e.xml</Actor>
</VisualActor>
</Entity>