Updated Liberty branch to G&K (#4115)

* Updated Liberty branch to G&K, improved modularity of uniques

* Updated meritocracy to only affect non-occupied cities

* Implemented requsted changes
This commit is contained in:
Xander Lenstra
2021-06-13 07:06:35 +02:00
committed by GitHub
parent 583bca56b8
commit 60809db065
5 changed files with 33 additions and 22 deletions

View File

@ -136,7 +136,7 @@
"culture": 1,
"greatPersonPoints": {"production": 1},
"isWonder": true,
"uniques": ["Worker construction increased 25%","[2] free [Worker] units appear"],
"uniques": ["-[25]% tile improvement construction time","[2] free [Worker] units appear"],
"requiredTech": "Masonry",
"quote": "'O, let not the pains of death which come upon thee enter into my body. I am the god Tem, and I am the foremost part of the sky, and the power which protecteth me is that which is with all the gods forever.' - The Book of the Dead, translated by Sir Ernest Alfred Wallis Budge"
},

View File

@ -48,21 +48,21 @@
"uniques": ["[+1 Culture] [in all cities]"],
"policies": [
{
"name": "Collective Rule",
"uniques": ["+[50]% Production when constructing [Settler] units [in capital]", "Free [Settler] appears"],
"name": "Republic",
"uniques": ["[+1 Production] [in all cities]", "+[5]% Production when constructing [Buildings]"],
"row": 1,
"column": 1
},
{
"name": "Citizenship",
"uniques": ["Tile improvement speed +25%", "Free [Worker] appears"],
"uniques": ["-[25]% tile improvement construction time", "Free [Worker] appears"],
"row": 1,
"column": 4
},
{
"name": "Republic",
"uniques": ["[+1 Production] [in all cities]", "+[5]% Production when constructing [Buildings]"],
"requires": ["Collective Rule"],
"name": "Collective Rule",
"uniques": ["+[50]% Production when constructing [Settler] units [in capital]", "Free [Settler] appears"],
"requires": ["Republic"],
"row": 2,
"column": 1
},
@ -75,7 +75,7 @@
},
{
"name": "Meritocracy",
"uniques": ["[+1 Happiness] [in all cities connected to capital]", "Unhappiness from population decreased by [5]%"],
"uniques": ["[+1 Happiness] [in all cities connected to capital]", "Unhappiness from population decreased by [5]% [in all non-occupied cities]"],
"requires": ["Citizenship"],
"row": 2,
"column": 5