Include string fixes from Itms again

This was SVN commit r16679.
This commit is contained in:
sanderd17 2015-05-25 16:06:53 +00:00
parent 6752389c98
commit 84ba6c0719
2 changed files with 4 additions and 6 deletions

View File

@ -1,9 +1,8 @@
{
"genericName": "City Phase",
"specificName": {
"mace": "Megalopolis",
"spart": "Megalopolis",
"athen": "Megalopolis"
"mace": "Megalópolis",
"spart": "Megalópolis"
},
"description": "Advances from a bustling town to a veritable metropolis, full of the wonders of modern technology.",
"cost": {"food": 0, "wood": 0, "stone": 1000, "metal": 1000},

View File

@ -1,9 +1,8 @@
{
"genericName": "Town Phase",
"specificName": {
"athen": "Komópolis",
"mace": "Komópolis",
"spart": "Komópolis"
"mace": "Kōmópolis",
"spart": "Kōmópolis"
},
"description": "Advances from a small village to a bustling town, ready to expand rapidly.",
"cost": { "food": 800, "wood": 800, "stone": 0, "metal": 0 },