Complete phase tooltips. Patch by fatherbushido. Fixes #3451

This was SVN commit r18213.
This commit is contained in:
sanderd17 2016-05-21 11:18:06 +00:00
parent 1606d40f68
commit a2bd82d171
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
"supersedes": "phase_town",
"icon": "city_phase.png",
"researchTime": 60,
"tooltip": "Advance to City Phase, which unlocks more structures and units. Territory radius for Civic Centers increased by another +50%",
"tooltip": "Advance to City Phase, which unlocks more structures and units. Territory radius for Civic Centers increased by another +50%. Citizen soldiers max health increased by +20%. All structures +9 garrisoned regeneration rate.",
"modifications": [
{ "value": "TerritoryInfluence/Radius", "multiply": 1.50, "affects": "CivCentre" },
{ "value": "Health/Max", "multiply": 1.2, "affects": "CitizenSoldier" },

View File

@ -11,7 +11,7 @@
"replaces": ["phase_city"],
"icon": "city_phase.png",
"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.",
"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. Citizen soldiers max health increased by +20%. All structures +9 garrisoned regeneration rate.",
"modifications": [
{ "value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.1, "affects": "Worker" },
{ "value": "TerritoryInfluence/Radius", "multiply": 1.50, "affects": "CivCentre" },

View File

@ -11,7 +11,7 @@
"supersedes": "phase_village",
"icon": "town_phase.png",
"researchTime": 30,
"tooltip": "Advance to Town Phase, which unlocks more structures and units. Territory radius for Civic Centers increased by +30%",
"tooltip": "Advance to Town Phase, which unlocks more structures and units. Territory radius for Civic Centers increased by +30%. Citizen soldiers max health increased by +20%. All structures +7 garrisoned regeneration rate.",
"modifications": [
{ "value": "TerritoryInfluence/Radius", "multiply": 1.30, "affects": "CivCentre" },
{ "value": "Health/Max", "multiply": 1.2, "affects": "CitizenSoldier" },

View File

@ -11,7 +11,7 @@
"replaces": ["phase_town"],
"icon": "town_phase.png",
"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.",
"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. Citizen soldiers max health increased by +20%. All structures +7 garrisoned regeneration rate.",
"modifications": [
{ "value": "ResourceGatherer/Rates/metal.ore", "multiply": 1.1, "affects": "Worker" },
{ "value": "TerritoryInfluence/Radius", "multiply": 1.30, "affects": "CivCentre" },