1
0
forked from 0ad/0ad

Fixed some entities and added the missing greek ships

This was SVN commit r3278.
This commit is contained in:
Wijitmaker 2005-12-22 05:35:35 +00:00
parent ed7c2fe3d6
commit c6c0e0422d
14 changed files with 75 additions and 1 deletions

View File

@ -3,4 +3,5 @@
<Entity
Parent="celt_cavalry_javelinist_b"
>
<Actor>units/celts/cavalry_javelinist_a.xml</Actor>
</Entity>

View File

@ -3,4 +3,5 @@
<Entity
Parent="celt_cavalry_javelinist_a"
>
<Actor>units/celts/cavalry_javelinist_e.xml</Actor>
</Entity>

View File

@ -3,4 +3,5 @@
<Entity
Parent="celt_cavalry_spearman_b"
>
<Actor>units/celts/cavalry_javelinist_a.xml</Actor>
</Entity>

View File

@ -3,4 +3,5 @@
<Entity
Parent="celt_cavalry_spearman_a"
>
<Actor>units/celts/cavalry_javelinist_e.xml</Actor>
</Entity>

View File

@ -3,4 +3,5 @@
<Entity
Parent="celt_cavalry_swordsman_b"
>
<Actor>units/celts/cavalry_swordsman_a.xml</Actor>
</Entity>

View File

@ -3,4 +3,5 @@
<Entity
Parent="celt_cavalry_swordsman_a"
>
<Actor>units/celts/cavalry_swordsman_e.xml</Actor>
</Entity>

View File

@ -3,4 +3,5 @@
<Entity
Parent="celt_infantry_javelinist_b"
>
<Actor>units/celts/infantry_javelinist_a.xml</Actor>
</Entity>

View File

@ -3,4 +3,5 @@
<Entity
Parent="celt_infantry_javelinist_a"
>
<Actor>units/celts/infantry_javelinist_e.xml</Actor>
</Entity>

View File

@ -3,4 +3,6 @@
<Entity
Parent="celt_infantry_spearman_b"
>
<Actor>units/celts/infantry_spearman_a.xml</Actor>
</Entity>

View File

@ -3,4 +3,6 @@
<Entity
Parent="celt_infantry_spearman_a"
>
<Actor>units/celts/infantry_spearman_e.xml</Actor>
</Entity>

View File

@ -8,7 +8,7 @@
<Specific>Currach</Specific>
<Civ>Carthaginians</Civ>
<Civ>Celts</Civ>
<History>These very small boats were used mainly for fishing, but they were also used to transport goods and personnel. The shell is wickerwork, covered with animal hides. Now they are exclusive to Ireland. They do not have a keel, but are able to ride large ocean waves and navigate up shallow rivers. First written account was by Julius Caesar in 100 BC. There were rumours of larger hide boats, but they were not documented with any solid proof.</History>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_mechanical_ship_bireme"
>
<Traits>
<Id>
<Specific>Pentekontor</Specific>
<Civ>Hellenes</Civ>
<History>Pentekontors were employed from 800 BC, mostly as a light support unit in the Greek navy. After 600 BC, they were only seen in battle in very limited numbers. They were still in use by small states which could not afford a sufficient number of triremes for their navy.</History>
</Id>
</Traits>
<Actor>structures/hellenes/bireme.xml</Actor>
</Entity>

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_mechanical_ship_merchant"
>
<Traits>
<Id>
<Specific>Emporiko Plio</Specific>
<Civ>Hellenes</Civ>
<History>Need History</History>
</Id>
</Traits>
<Actor>structures/hellenes/merchant.xml</Actor>
</Entity>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_mechanical_ship_trireme"
>
<Traits>
<Id>
<Specific>Trireme</Specific>
<Civ>Hellenes</Civ>
<History>The first Triremes were built circa 650BC, and by 500BC the Trireme was the most widely used heavy warship of the Greek city-states. In the Trireme the outriggers were now an integral part of the ship's hull. The Trireme also had a partial or full fighting deck above the rowers. The length of the Trireme remained approximately 35-38 meters, and the beam was approximately 3.5 metres. A Trireme carried 170 oarsmen, plus twenty sailors and fourteen marines in Greek navies. The top speed of a Trireme was approximately 11.5 knots. Some Triremes may have been able to reach higher speeds in short bursts. A Trireme travelling from Athens to Mitylene in 427BC made the 350 kilometre trip in only 24 hours, averaging eight knots (14.6 km/h). The Trireme could accelerate much faster than a Bireme or Penteconter, and was much more manoeuvrable. This gave the Trireme an advantage in combat, where higher speed and manoeuvrability meant a better chance of victory.</History>
</Id>
</Traits>
<Actor>structures/hellenes/trireme.xml</Actor>
</Entity>