From 0b864cd2d234ee0f36b26c7589b5a01479625d42 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Wed, 16 Nov 2022 17:53:00 +0200 Subject: [PATCH] Resolved #8016 - fixed civilopedia text that says city-states don't conquer other cities --- android/assets/jsons/Tutorials.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/assets/jsons/Tutorials.json b/android/assets/jsons/Tutorials.json index 19de940b30..e3a4154449 100644 --- a/android/assets/jsons/Tutorials.json +++ b/android/assets/jsons/Tutorials.json @@ -201,7 +201,7 @@ { "name": "City-States", "steps": [ - "Not all nations are contending with you for victory.\nCity-States are nations that can't win, don't conquer other cities and can't be traded with.", + "Not all nations are contending with you for victory.\nCity-States are nations that can't win, can't be traded with, and instead confer certain bonuses to friendly civilizations.", "Instead, diplomatic relations with City-States are determined by Influence - a meter of 'how much the City-State likes you'.\nInfluence can be increased by attacking their enemies, liberating their city, and giving them sums of gold.", "Certain bonuses are given when you are at above 30 influence.\nWhen you have above 60 Influence, and you have the highest influence with them of all civilizations, you are considered their 'Ally', and gain further bonuses and access to the Luxury and Strategic resources in their lands." ]