Skip to content

Commit

Permalink
Resolve issue with city phase not being accessible by norse civ, opti…
Browse files Browse the repository at this point in the history
…on 2

* Problems:
  - The city phase icon will be beside the town phase icon in the UI, rather than appearing upon research of the town phase. This will affect all
civs.
  • Loading branch information
s0600204 committed Apr 29, 2015
1 parent ba9f06c commit cabc2c8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions simulation/data/technologies/phase_city_generic.json
@@ -0,0 +1,17 @@
{
"genericName": "City Phase",
"specificName": {
"mace": "Megalopolis",
"spart": "Megalopolis",
"athen": "Megalopolis"
},
"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},
"requirements": { "class": "Town", "number": 4 },
"requirementsTooltip": "Requires 4 new Town Phase structures (except Walls and Civic Centers).",
"icon": "city_phase.png",
"supersedes": "phase_town",
"researchTime": 80,
"tooltip": "Advance to City Phase, which unlocks more structures and units. Territory radius for Civic Centers increased by another +50%",
"soundComplete": "interface/alarm/alarm_phase.xml"
}

0 comments on commit cabc2c8

Please sign in to comment.