Vanilla, Gods & Kings: Fix Hagia Sophia effects (#13363)

This commit is contained in:
Rob Loach 2025-05-30 07:26:49 -06:00 committed by GitHub
parent 2eeef6524d
commit 54d6078d44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -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 <when religion is enabled>"],
"requiredTech": "Theology",

View File

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