1
0
forked from 0ad/0ad

This change allows the unit to charge attack to run people over as well as its normal ranged attack!

This was SVN commit r6177.
This commit is contained in:
ROBOT 2008-07-02 22:32:04 +00:00
parent 3f9d1e6252
commit 5459801b66

View File

@ -1,32 +1,72 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_super_cavalry"
>
<Entity Parent="template_unit_super_ranged">
<Traits>
<Id>
<Specific>Briton Cerbyd</Specific>
<Specific>Briton Carbanto</Specific>
<Civ>Celts</Civ>
<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>
</Id>
<Population>
<Rem>4</Rem>
</Population>
<Footprint>
<Width>4.0</Width>
<Depth>8.0</Depth>
<Height>5.0</Height>
</Footprint>
<Stamina>
<Max>50.0</Max>
</Stamina>
/* This trample attack is set up by ROBOT to become a charging attack so you can use it to run over the enemy! */
<Auras>
<Trample>
<Radius>10</Radius>
<Speed>1000</Speed>
<Duration>1</Duration>
<Crush>10.0</Crush>
<Hack>11110.0</Hack>
<Pierce>0.0</Pierce>
<r>1.0</r>
<g>0.1</g>
<b>0.2</b>
<a>0.5</a>
</Trample>
</Auras>
<Creation>
<Resource>
<Food>20</Food>
<Metal>135</Metal>
<Wood>50</Wood>
</Resource>
</Creation>
<Armour>
<Hack>7.0</Hack>
<Pierce>8.0</Pierce>
<Crush>14.0</Crush>
</Armour>
<Vision>
<Los>17</Los>
</Vision>
</Traits>
<Actions>
<Attack>
<Ranged>
<Hack>0.0</Hack>
<Pierce>45.0</Pierce>
<Crush>0.0</Crush>
<MinRange>16.0</MinRange>
<Range>56</Range>
<Speed>1500</Speed>
<ProjectileSpeed>25.0</ProjectileSpeed>
</Ranged>
</Attack>
<Move>
<Speed>9.0</Speed>
<Run>
<Speed>20.0</Speed>
</Run>
</Move>
</Actions>
<Actor>units/celts/super_unit_4.xml</Actor>
</Entity>