From a6c20984f2d5d5c205fca727a3fbd265a01c09c9 Mon Sep 17 00:00:00 2001 From: Am-per-Sand <40436282+Am-per-Sand@users.noreply.github.com> Date: Thu, 11 Apr 2019 19:08:14 +0200 Subject: [PATCH] Citizenship and Legalism description changed. Unclear description fixed. I have almost created a pull request for `CityStats.kt`: ``` if (policies.contains("Citizenship") && currentConstruction.name == "Worker") stats.production += 25f ``` as I thought it should boost training of Workers. I also attach #423 contents of with a similar unclarity of Legalism. --- android/assets/jsons/Policies.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/assets/jsons/Policies.json b/android/assets/jsons/Policies.json index 71567ba8d0..ef5512884c 100644 --- a/android/assets/jsons/Policies.json +++ b/android/assets/jsons/Policies.json @@ -12,7 +12,7 @@ }, { name:"Legalism", - description:"Free culture building in your first 4 cities", + description:"Immediately creates a cheapest available cultural building in each of your first 4 cities for free", row:1, column:3 }, @@ -49,13 +49,13 @@ policies:[ { name:"Collective Rule", - description:"Training of settlers increased +50% in capital, receive a new settler near capital", + description:"Training of settlers increased +50% in capital, receive a new settler near the capital", row:1, column:1 }, { name:"Citizenship", - description:"+25% construction rate of workers, receive free worker near the capital", + description:"Tile improvement speed +25%, receive a free worker near the capital", row:1, column:4 },