From 54d6078d440f6aa852b5d7f10fd723b995c933aa Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Fri, 30 May 2025 07:26:49 -0600 Subject: [PATCH] Vanilla, Gods & Kings: Fix Hagia Sophia effects (#13363) --- android/assets/jsons/Civ V - Gods & Kings/Buildings.json | 1 + android/assets/jsons/Civ V - Vanilla/Buildings.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/android/assets/jsons/Civ V - Gods & Kings/Buildings.json b/android/assets/jsons/Civ V - Gods & Kings/Buildings.json index 97d9af41db..4b0b298719 100644 --- a/android/assets/jsons/Civ V - Gods & Kings/Buildings.json +++ b/android/assets/jsons/Civ V - Gods & Kings/Buildings.json @@ -446,6 +446,7 @@ { "name": "Hagia Sophia", "faith": 3, + "greatPersonPoints": {"Great Artist": 1}, "isWonder": true, "uniques": ["Gain a free [Temple] [in this city]", "Free [Great Prophet] appears", "Only available "], "requiredTech": "Theology", diff --git a/android/assets/jsons/Civ V - Vanilla/Buildings.json b/android/assets/jsons/Civ V - Vanilla/Buildings.json index 686f50023a..fa2f7faf14 100644 --- a/android/assets/jsons/Civ V - Vanilla/Buildings.json +++ b/android/assets/jsons/Civ V - Vanilla/Buildings.json @@ -396,8 +396,10 @@ }, { "name": "Hagia Sophia", + "culture": 1, + "greatPersonPoints": {"Great Artist": 1}, "isWonder": true, - "uniques": ["[+25]% Great Person generation [in all cities]"], + "uniques": ["[+25]% Great Person generation [in all cities]", "Free Great Person"], "requiredTech": "Theology", "quote": "'For it soars to a height to match the sky, and as if surging up from among the other buildings it stands on high and looks down upon the remainder of the city, adorning it, because it is a part of it, but glorying in its own beauty' - Procopius, De Aedificis" },