mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-11 00:08:58 +07:00
Update existing wonders to G&K stats, mostly providing faith instead of culture (#5217)
This commit is contained in:
@ -64,7 +64,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Stonehenge",
|
"name": "Stonehenge",
|
||||||
"culture": 6,
|
"faith": 5,
|
||||||
"isWonder": true,
|
"isWonder": true,
|
||||||
"greatPersonPoints": {"Great Engineer": 1},
|
"greatPersonPoints": {"Great Engineer": 1},
|
||||||
"requiredTech": "Calendar",
|
"requiredTech": "Calendar",
|
||||||
@ -247,7 +247,7 @@
|
|||||||
"culture": 1,
|
"culture": 1,
|
||||||
"isWonder": true,
|
"isWonder": true,
|
||||||
"requiredTech": "Mathematics",
|
"requiredTech": "Mathematics",
|
||||||
"uniques": ["Provides a free [Garden] [in this city]"]
|
"uniques": ["Provides a free [Garden] [in this city]"],
|
||||||
"quote": "'I think that if ever a mortal heard the word of God it would be in a garden at the cool of the day.' - F. Frankfort Moore"
|
"quote": "'I think that if ever a mortal heard the word of God it would be in a garden at the cool of the day.' - F. Frankfort Moore"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -448,10 +448,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Hagia Sophia",
|
"name": "Hagia Sophia",
|
||||||
"culture": 1,
|
"faith": 3,
|
||||||
"greatPersonPoints": {"Great Artist": 1},
|
|
||||||
"isWonder": true,
|
"isWonder": true,
|
||||||
"uniques": ["[+25]% great person generation [in all cities]", "Free Great Person"],
|
"uniques": ["Provides a free [Temple] [in this city]", "Free [Great Prophet] appears"],
|
||||||
"requiredTech": "Theology",
|
"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"
|
"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"
|
||||||
},
|
},
|
||||||
@ -632,7 +631,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Notre Dame",
|
"name": "Notre Dame",
|
||||||
"culture": 3,
|
"faith": 4,
|
||||||
"happiness": 10,
|
"happiness": 10,
|
||||||
"greatPersonPoints": {"Great Merchant": 1},
|
"greatPersonPoints": {"Great Merchant": 1},
|
||||||
"isWonder": true,
|
"isWonder": true,
|
||||||
|
Reference in New Issue
Block a user