1
0
forked from 0ad/0ad

This was SVN commit r6279.

This commit is contained in:
Michael D. Hafer 2008-07-25 05:34:11 +00:00
parent 1144798b70
commit 6e955693af
6 changed files with 93 additions and 10 deletions

View File

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?> <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity <Entity Parent="template_structure_special">
Parent="template_structure_special"
>
<Traits> <Traits>
<Id> <Id>
@ -14,6 +12,11 @@
<History>The gymnasion was a vital place in Hellenistic polises, where physical exercises were performed and social contacts established.</History> <History>The gymnasion was a vital place in Hellenistic polises, where physical exercises were performed and social contacts established.</History>
</Id> </Id>
<Footprint>
<Width>22.0</Width>
<Depth>24.0</Depth>
<Height>8.0</Height>
</Footprint>
</Traits> </Traits>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_structure_special">
<Traits>
<Id>
<Specific>Tholos</Specific>
<Civ>Hellenes</Civ>
<History>The Tholos was the meeting house of the city fathers and official dining hall of the state. Most Greeks cities had a Tholos somewhere within their walls.</History>
</Id>
<Footprint>
<Radius>9.0</Radius>
<Height>8.0</Height>
</Footprint>
</Traits>
<Actor>structures/hellenes/tholos.xml</Actor>
</Entity>

View File

@ -10,14 +10,67 @@
<Civ>Carthaginians</Civ> <Civ>Carthaginians</Civ>
<History>The king of Macedonia (359 BC - 336 BC), he carried out vast monetary and military reforms in order to make his kingdom the most powerful force in the Greek world. Greatly enlarged the size of Macedonia by conquering much of Thrace and subduing the Greeks. Murdered in Aegae while planning a campaign against Persia.</History> <History>The king of Macedonia (359 BC - 336 BC), he carried out vast monetary and military reforms in order to make his kingdom the most powerful force in the Greek world. Greatly enlarged the size of Macedonia by conquering much of Thrace and subduing the Greeks. Murdered in Aegae while planning a campaign against Persia.</History>
</Id> </Id>
<Creation>
<Resource>
<Food>300</Food>
<Metal>500</Metal>
</Resource>
</Creation>
<Armour>
<Hack>15.0</Hack>
<Pierce>25.0</Pierce>
<Crush>10.0</Crush>
</Armour>
<Health>
<Max>600</Max>
</Health>
<Footprint> <Footprint>
<Radius>2.8</Radius> <Radius>2.8</Radius>
<Height>9.0</Height> <Height>9.0</Height>
</Footprint> </Footprint>
<Auras>
<Trample>
<Radius>4.25</Radius>
<Speed>1000</Speed>
<Duration>3</Duration>
<Crush>15.0</Crush>
<Hack>12.0</Hack>
<r>1.0</r>
<g>0.1</g>
<b>0.2</b>
<a>0.5</a>
</Trample>
</Auras>
<Population>
<Rem>3</Rem>
</Population>
<Vision>
<Los>25</Los>
</Vision>
</Traits> </Traits>
<Actions>
<Attack>
<Melee>
<Hack>27.0</Hack>
<Crush>30.0</Crush>
</Melee>
<Charge>
<Hack>75.0</Hack>
<Crush>90.0</Crush>
</Charge>
</Attack>
<Move>
<Speed>8.0</Speed>
<Run>
<Speed>13.0</Speed>
</Run>
</Move>
</Actions>
<Actor>units/carthaginians/hero_hannibal_mount.xml</Actor> <Actor>units/carthaginians/hero_hannibal_mount.xml</Actor>
</Entity> </Entity>

View File

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?> <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity <Entity Parent="cart_infantry_slinger_b">
Parent="cart_infantry_slinger_b"
>
<Traits> <Traits>
@ -13,4 +11,6 @@
</Promotion> </Promotion>
</Traits> </Traits>
<Actor>units/carthaginians/infantry_slinger_a.xml</Actor>
</Entity> </Entity>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?> <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity <Entity Parent="cart_infantry_slinger_a">
Parent="cart_infantry_slinger_a"
> <Actor>units/carthaginians/infantry_slinger_e.xml</Actor>
</Entity> </Entity>