Updated Rationalism branch to G&K (#4136)

This commit is contained in:
Xander Lenstra
2021-06-14 14:10:49 +02:00
committed by GitHub
parent 1c21573a42
commit fbebcdcd21
5 changed files with 28 additions and 16 deletions

View File

@ -52,7 +52,7 @@
"name": "Library",
"hurryCostModifier": 25,
"maintenance": 1,
"uniques": ["[+1 Science] Per [2] Population [in this city]"],
"uniques": ["[+1 Science] per [2] population [in this city]"],
"requiredTech": "Writing"
},
{
@ -72,7 +72,7 @@
"uniqueTo": "China",
"hurryCostModifier": 25,
"gold": 2,
"uniques": ["[+1 Science] Per [2] Population [in this city]"],
"uniques": ["[+1 Science] per [2] population [in this city]"],
"requiredTech": "Writing"
},
{
@ -729,7 +729,7 @@
"culture": 1,
"greatPersonPoints": {"science": 2},
"isWonder": true,
"uniques": ["Free [Great Scientist] appears","Science gained from research agreements +50%"],
"uniques": ["Free [Great Scientist] appears","Science gained from research agreements +[50]%"],
"requiredTech": "Architecture",
"quote": "'Things always seem fairer when we look back at them, and it is out of that inaccessible tower of the past that Longing leans and beckons.' - James Russell Lowell"
},
@ -752,7 +752,7 @@
"requiredBuilding": "University",
"maintenance": 3,
"hurryCostModifier": 0,
"uniques": ["[+1 Science] Per [2] Population [in this city]"],
"uniques": ["[+1 Science] per [2] population [in this city]"],
"requiredTech": "Scientific Theory"
},
{

View File

@ -267,7 +267,7 @@
{
"name": "Rationalism",
"era": "Renaissance era",
"uniques": ["Production to science conversion in cities increased by 33%"],
"uniques": ["+[15]% [Science] while the empire is happy"],
"policies": [
{
"name": "Secularism",
@ -291,21 +291,21 @@
},
{
"name": "Sovereignty",
"uniques": ["+15% science while empire is happy"],
"uniques": ["[+1 Gold] from all [Science] buildings"],
"requires": ["Humanism"],
"row": 2,
"column": 5
},
{
"name": "Scientific Revolution",
"uniques": ["Science gained from research agreements +50%"],
"uniques": ["Science gained from research agreements +[50]%"],
"requires": ["Free Thought"],
"row": 3,
"column": 1
},
{
"name": "Rationalism Complete",
"uniques": ["[+1 Gold] from all [Science] buildings"]
"uniques": ["[2] Free Technologies"]
}
]
},