diff --git a/android/assets/jsons/Civ V - Gods & Kings/TileImprovements.json b/android/assets/jsons/Civ V - Gods & Kings/TileImprovements.json index 1073ecf34d..65f1275088 100644 --- a/android/assets/jsons/Civ V - Gods & Kings/TileImprovements.json +++ b/android/assets/jsons/Civ V - Gods & Kings/TileImprovements.json @@ -123,7 +123,10 @@ "techRequired": "Railroads", "uniques": ["Can be built outside your borders", "Costs [2] [Gold] per turn"], "shortcutKey": "R", - "civilopediaText": [{"text":"Reduces movement cost to ⅒ if the other tile also has a Railroad"}] + "civilopediaText": [ + {"text":"Reduces movement cost to ⅒ if the other tile also has a Railroad"}, + {"text":"Provides a +25% [Production] bonus to cities connected to the capital by Railroads"} + ] }, // Removals diff --git a/android/assets/jsons/Civ V - Vanilla/TileImprovements.json b/android/assets/jsons/Civ V - Vanilla/TileImprovements.json index ce491eb1ff..ac1cac3b07 100644 --- a/android/assets/jsons/Civ V - Vanilla/TileImprovements.json +++ b/android/assets/jsons/Civ V - Vanilla/TileImprovements.json @@ -123,7 +123,10 @@ "techRequired": "Railroads", "uniques": ["Can be built outside your borders", "Costs [2] [Gold] per turn when in your territory"], "shortcutKey": "R", - "civilopediaText": [{"text":"Reduces movement cost to ⅒ if the other tile also has a Railroad"}] + "civilopediaText": [ + {"text":"Reduces movement cost to ⅒ if the other tile also has a Railroad"}, + {"text":"Provides a +25% [Production] bonus to cities connected to the capital by Railroads"} + ] }, // Removals