1
0
forked from 0ad/0ad

Theban stuff.

This was SVN commit r12063.
This commit is contained in:
Michael D. Hafer 2012-07-04 00:05:43 +00:00
parent 835af18630
commit 56571f4934
3 changed files with 58 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion_infantry_spearman">
<Attack>
<Melee>
<Hack>10.0</Hack>
<Pierce>17.0</Pierce>
<MaxRange>6.0</MaxRange>
<Bonuses>
<BonusGreeks>
<Civ>spart</Civ>
<Classes></Classes>
<Multiplier>1.1</Multiplier>
</BonusGreeks>
</Bonuses>
</Melee>
<Charge>
<Hack>20.0</Hack>
<Pierce>34.0</Pierce>
<MaxRange>6.0</MaxRange>
<Bonuses>
<BonusGreeks>
<Civ>spart</Civ>
<Classes></Classes>
<Multiplier>1.1</Multiplier>
</BonusGreeks>
</Bonuses>
</Charge>
</Attack>
<Identity>
<Civ>theb</Civ>
<GenericName>Theban Sacred Band Hoplite</GenericName>
<SpecificName>Hieròs Lókhos tôn Thebôn</SpecificName>
<History>The Sacred Band of Thebes was a troop of picked soldiers, consisting of 150 pederastic male couples which formed the elite force of the Theban army in the 4th century BC. It is said to have been organised by the Theban commander Gorgidas in 378 BC and to have played a crucial role in the Battle of Leuctra.</History>
<Icon>units/thebes_sacred_band_hoplitai.png</Icon>
</Identity>
<Vision>
<Range>66</Range>
</Vision>
<VisualActor>
<Actor>units/hellenes/champion_sacred_band.xml</Actor>
</VisualActor>
</Entity>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_champion_infantry_swordsman">
<Identity>
<Civ>theb</Civ>
<GenericName>Thespian Black Cloak</GenericName>
<SpecificName>Melanochitones</SpecificName>
<History>The Thespians were among the 700 or so soldiers to stay behind and hold the pass at Thermopylae to delay the Persians long enough for the rest of the Greek army to withdraw. This heroic deed made the Thespians "friends forever" to the Spartans.</History>
<Icon>units/thespian_melanochitones.png</Icon>
</Identity>
<VisualActor>
<Actor>units/hellenes/thespian.xml</Actor>
</VisualActor>
</Entity>