From 88333a147e02873cbd5fbb25ba3ac89432028d38 Mon Sep 17 00:00:00 2001 From: Caballero Arepa <78449553+Caballero-Arepa@users.noreply.github.com> Date: Sun, 3 Dec 2023 15:13:04 -0500 Subject: [PATCH] Mention the Railroad production bonus in the Civilopedia (#10638) * Mention Railroad production bonus in the Civilopedia * Railroad production bonus mention in the Civilopedia - Vainilla * Fix little style error * Fix another mistake omg * Brackets * Brackets --- .../assets/jsons/Civ V - Gods & Kings/TileImprovements.json | 5 ++++- android/assets/jsons/Civ V - Vanilla/TileImprovements.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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