This was SVN commit r10298.

This commit is contained in:
Michael D. Hafer 2011-09-20 03:15:04 +00:00
parent 8d7504aa2e
commit e66a0c6dac
4 changed files with 89 additions and 4 deletions

View File

@ -22,8 +22,9 @@
</Health>
<Identity>
<Civ>celt</Civ>
<SpecificName>Brythonic Carbanto</SpecificName>
<Tooltip>War Chariot.
<GenericName>Chariot</GenericName>
<SpecificName>Carbanto</SpecificName>
<Tooltip>Brythonic Champion Cavalry.
Bonus vs. Infantry. High trample damage.</Tooltip>
<History>The Britons were one of the last European peoples to use two-horse chariots in combat. They had two iron-rimmed wheels and a flat riding platform that typically carried a driver and a warrior. Useless as shock weapons against tightly packed troops, they were useful for running down individual soldiers and as a stable mount to launch javelins from. The heads of defeated opponents often adorned the chassis to show the warrior’s prowess.</History>
<Icon>units/celt_champion_cavalry_brit.png</Icon>

View File

@ -1,8 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/pers_cavalry_archer_b">
<Armour>
<Hack>5.0</Hack>
<Pierce>9.0</Pierce>
<Crush>11.0</Crush>
</Armour>
<Attack>
<Ranged>
<Pierce>40.0</Pierce>
<MaxRange>60.0</MaxRange>
<MinRange>16.0</MinRange>
</Ranged>
</Attack>
<Health>
<Max>200</Max>
</Health>
<Identity>
<Rank>Advanced</Rank>
</Identity>
<Promotion>
<Entity>pers_cavalry_archer_e</Entity>
</Promotion>
<ResourceGatherer>
<BaseSpeed>0.75</BaseSpeed>
</ResourceGatherer>
<UnitMotion>
<WalkSpeed>10.0</WalkSpeed>
<Run>
<Speed>30.0</Speed>
</Run>
</UnitMotion>
<VisualActor>
<Actor>units/persians/cavalry_archer_a_r.xml</Actor>
</VisualActor>

View File

@ -1,15 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_cavalry_ranged_archer">
<Armour>
<Hack>4.0</Hack>
<Pierce>8.0</Pierce>
<Crush>10.0</Crush>
</Armour>
<Attack>
<Ranged>
<Pierce>35.0</Pierce>
</Ranged>
</Attack>
<Cost>
<Population>4</Population>
<BuildTime>19</BuildTime>
<Resources>
<food>200</food>
<wood>100</wood>
<metal>100</metal>
</Resources>
</Cost>
<Health>
<Max>190</Max>
</Health>
<Identity>
<Civ>pers</Civ>
<SelectionGroupName>units/pers_cavalry_archer_b</SelectionGroupName>
<GenericName>Scythe Chariots</GenericName>
<SpecificName>Chaharcharkhe</SpecificName>
<GenericName>Scythe Chariot</GenericName>
<SpecificName>Sa Qurbute</SpecificName>
<History>Chariots were obsolete by the 5th and 4th centuries BC, but they were viewed as symbols of rank and class, hence their continued deployment on the battlefield in extremely limited roles well after their obsolescence. The crew was made up of an archer and a driver who rode in an armored car equipped with scythe-like blades underneath the chassis and the axels themselves sported a pair of the deadly knives.</History>
<Tooltip>Bonused vs. Infantry Spearman and Infantry Swordsman. High Trample Damage Aura.</Tooltip>
</Identity>
<Promotion>
<Entity>pers_cavalry_archer_a</Entity>
</Promotion>
<UnitMotion>
<WalkSpeed>11.0</WalkSpeed>
<Run>
<Speed>33.0</Speed>
</Run>
</UnitMotion>
<VisualActor>
<Actor>units/persians/cavalry_archer_b_r.xml</Actor>
</VisualActor>

View File

@ -1,5 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="units/pers_cavalry_archer_a">
<Armour>
<Hack>6.0</Hack>
<Pierce>10.0</Pierce>
<Crush>12.0</Crush>
</Armour>
<Attack>
<Ranged>
<Pierce>45.0</Pierce>
<MaxRange>64.0</MaxRange>
<MinRange>12.0</MinRange>
</Ranged>
</Attack>
<Health>
<Max>210</Max>
</Health>
<Identity>
<Rank>Elite</Rank>
</Identity>
<Promotion disable=""/>
<ResourceGatherer>
<BaseSpeed>0.5</BaseSpeed>
</ResourceGatherer>
<UnitMotion>
<WalkSpeed>9.0</WalkSpeed>
<Run>
<Speed>27.0</Speed>
</Run>
</UnitMotion>
<VisualActor>
<Actor>units/persians/cavalry_archer_e_r.xml</Actor>
</VisualActor>