mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-04 15:27:50 +07:00
Moar policies! Policy stat changes can now happen from wonders as well!
This commit is contained in:
@ -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"
|
||||
},
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user