1
0
forked from 0ad/0ad

Delian League bonus given to the Athenians.

This was SVN commit r12953.
This commit is contained in:
Michael D. Hafer 2012-12-07 18:39:23 +00:00
parent 875aa1235b
commit 95f7858a24
3 changed files with 11 additions and 6 deletions

View File

@ -0,0 +1,11 @@
{
"genericName": "Delian League",
"specificName": {
"maur": "Delian League"
},
"autoResearch": true,
"description": "Shortly after the great naval victories at Salamis and Mycale, the Greek city-states instituted the so-called Delian League in 478 BC, whose purpose was to push the Persians out of the Aegean region. The allied states contributed ships and money, while the Athenians offered their entire navy.",
"requirements": {"civ": "athen"},
"modifications": [{"value": "Cost/BuildTime", "multiplier": 0.75}],
"affects": ["Warship"]
}

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_bireme">
<Cost>
<BuildTime>15</BuildTime>
</Cost>
<Identity>
<Civ>athen</Civ>
<SpecificName>Pentēkónteros</SpecificName>

View File

@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_trireme">
<Cost>
<BuildTime>22</BuildTime>
</Cost>
<Identity>
<Civ>athen</Civ>
<SpecificName>Triḗrēs Athēnaïkós</SpecificName>