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" },