Moar policies! Policy stat changes can now happen from wonders as well!

This commit is contained in:
Yair Morgenstern
2020-07-31 00:25:48 +03:00
parent 8fec837e64
commit 0f727e1929
5 changed files with 37 additions and 26 deletions

View File

@ -354,7 +354,7 @@
"culture": 1,
"greatPersonPoints": {"culture": 1},
"isWonder": true,
"uniques": ["+33% great person generation in all cities"],
"uniques": ["+[33]% great person generation in all cities"],
"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"
},

View File

@ -397,16 +397,19 @@
"name": "Freedom",
"era": "Renaissance era",
"effect": "+25% great people rate",
"unique": "+[25]% great person generation in all cities",
"policies": [
{
"name": "Constitution",
"effect": "+2 culture from each wonder",
"uniques": ["[+2 Culture] from every Wonder"]
"row": 1,
"column": 1
},
{
"name": "Universal Suffrage",
"effect": "+1 production per 5 population",
"uniques": ["[+1 Production] per [5] population in all cities"]
"row": 1,
"column": 3
},
@ -419,6 +422,7 @@
{
"name": "Free Speech",
"effect": "+1 culture for every 2 citizens",
"uniques": ["[+1 Culture] per [2] population in all cities"]
"requires": ["Constitution"],
"row": 2,
"column": 1