some more hele units.

This was SVN commit r6094.
This commit is contained in:
ROBOT 2008-06-21 20:12:40 +00:00
parent b478fde5a1
commit 18bb97ac56
6 changed files with 113 additions and 11 deletions

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_unit_mechanical_siege">
<Traits>
<Id>
<Specific>Oxybeles</Specific>
<Icon_Cell>37</Icon_Cell>
<Classes>Ranged</Classes>
</Id>
<Creation>
<Resource>
<Wood>190</Wood>
<Metal>100</Metal>
</Resource>
</Creation>
<Health>
<Max>200</Max>
</Health>
</Traits>
<Actions>
<Move>
<Speed>5.0</Speed>
<Run>
<Speed>5.9</Speed>
</Run>
</Move>
</Actions>
<Actor>units/hellenes/mechanical_siege_ballista.xml</Actor>
</Entity>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_unit_mechanical_siege_onager">
<Traits>
<Id>
<Specific>Lithobolos</Specific>
<Icon_Cell>35</Icon_Cell>
<Classes>Ranged</Classes>
</Id>
<Creation>
<Resource>
<Wood>330</Wood>
<Stone>100</Stone>
</Resource>
</Creation>
<Health>
<Max>300</Max>
</Health>
</Traits>
<Actor>units/hellenes/mechanical_siege_onager.xml</Actor>
</Entity>

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_unit_mechanical_siege_ram">
<Traits>
<Id>
<Specific>Helepolis</Specific>
<Icon_Cell>36</Icon_Cell>
<Classes>Melee</Classes>
</Id>
<Creation>
<Resource>
<Wood>500</Wood>
<Metal>500</Metal>
</Resource>
</Creation>
<Armour>
<Hack>10.0</Hack>
<Pierce>25.0</Pierce>
<Crush>10.0</Crush>
</Armour>
<Health>
<Max>1000</Max>
</Health>
</Traits>
<Actions>
<Attack>
<Melee>
<Hack>0.0</Hack>
<Pierce>0.0</Pierce>
<Crush>200.0</Crush>
<Range>5.0</Range>
<Speed>1500</Speed>
</Melee>
</Attack>
<Move>
<Speed>3.0</Speed>
<Run>
<Speed>3.2</Speed>
</Run>
</Move>
</Actions>
<Actor>units/hellenes/mechanical_siege_ram.xml</Actor>
</Entity>

View File

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_support_female_citizen"
>
<Entity Parent="template_unit_support_female_citizen">
<Traits>
<Id>

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_unit_support_healer"
>
<Entity Parent="template_unit_support_healer">
<Traits>
<Id>

View File

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_support_trader"
>
<Entity Parent="template_unit_support_trader">
<Traits>
<Id>
@ -14,9 +12,11 @@
<History>Traders were private merchants who traveled from place to place buying and selling goods. Italy, Carthage, Egypt, Cyprus, Scythia, Phoenicia, and Asia Minor were all major ports of call for Hellenistic merchants. There they bought everything from grain and dates to rugs, pottery, spices, gems, and wool, even elephants from India and slaves from Scythia.</History>
</Id>
</Traits>
<Actions>
<Move>
<Speed>12.25</Speed>
</Move>
</Actions>
<Actor>units/hellenes/trader.xml</Actor>
</Entity>