Decrases phasing time and costs.

This was SVN commit r16758.
This commit is contained in:
scythetwirler 2015-06-13 16:46:29 +00:00
parent e5419cf19b
commit a9ac2edce5
4 changed files with 8 additions and 8 deletions

View File

@ -5,12 +5,12 @@
"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},
"cost": {"food": 0, "wood": 0, "stone": 750, "metal": 750},
"requirements": { "class": "Town", "number": 4 },
"requirementsTooltip": "Requires 4 new Town Phase structures (except Walls and Civic Centers).",
"supersedes": "phase_town",
"icon": "city_phase.png",
"researchTime": 80,
"researchTime": 60,
"tooltip": "Advance to City Phase, which unlocks more structures and units. Territory radius for Civic Centers increased by another +50%",
"modifications": [
{"value": "TerritoryInfluence/Radius", "multiply": 1.50, "affects": "CivCentre"},

View File

@ -4,13 +4,13 @@
"athen": "Megalópolis"
},
"description": "Advances from a bustling town to a veritable metropolis, full of the wonders of modern technology. This is the Athenian city phase, where metal gathering rates are boosted because of the 'Silver Owls' bonus.",
"cost": {"food": 0, "wood": 0, "stone": 1000, "metal": 1000},
"cost": {"food": 0, "wood": 0, "stone": 750, "metal": 750},
"requirements": { "class": "Town", "number": 4 },
"requirementsTooltip": "Requires 4 new Town Phase structures (except Walls and Civic Centers).",
"supersedes": "phase_town_athen",
"replaces": ["phase_city"],
"icon": "city_phase.png",
"researchTime": 80,
"researchTime": 60,
"tooltip": "Advance to City Phase, which unlocks more structures and units. Territory radius for Civic Centers increased by another +50%. Silver Owls civ bonus grants an extra +10% metal gather rate to all workers.",
"modifications": [
{"value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.1, "affects": "Worker"},

View File

@ -5,12 +5,12 @@
"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 },
"cost": { "food": 500, "wood": 500, "stone": 0, "metal": 0 },
"requirements": { "class": "Village", "number": 5 },
"requirementsTooltip": "Requires 5 Village Phase structures (except Palisades and Farm Fields).",
"supersedes": "phase_village",
"icon": "town_phase.png",
"researchTime": 80,
"researchTime": 30,
"tooltip": "Advance to Town Phase, which unlocks more structures and units. Territory radius for Civic Centers increased by +30%",
"modifications": [
{"value": "TerritoryInfluence/Radius", "multiply": 1.30, "affects":"CivCentre"},

View File

@ -4,13 +4,13 @@
"athen": "Kōmópolis"
},
"description": "Advances from a bustling town to a veritable metropolis, full of the wonders of modern technology. This is the Athenian city phase, where metal gathering rates are boosted because of the Silver Owls bonus.",
"cost": {"food": 800, "wood": 800, "stone": 0, "metal": 0},
"cost": {"food": 500, "wood": 500, "stone": 0, "metal": 0},
"requirements": { "class": "Village", "number": 5 },
"requirementsTooltip": "Requires 5 Village Phase structures (except Palisades and Farm Fields).",
"supersedes": "phase_village",
"replaces": ["phase_town"],
"icon": "town_phase.png",
"researchTime": 80,
"researchTime": 30,
"tooltip": "Advance to Town Phase, which unlocks more structures and units. Territory radius for Civic Centers increased by +30%. 'Silver Owls' civ bonus grants an extra +10% metal gather rate to all workers.",
"modifications": [
{"value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.1, "affects": "Worker"},