mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 17:28:57 +07:00
Fixed a problem with the ordering of the vanilla policies (#6582)
This commit is contained in:
@ -87,7 +87,7 @@
|
|||||||
"[+50]% Production when constructing [Settler] units [in capital]",
|
"[+50]% Production when constructing [Settler] units [in capital]",
|
||||||
"Free [Settler] appears"
|
"Free [Settler] appears"
|
||||||
],
|
],
|
||||||
"row": 2,
|
"row": 1,
|
||||||
"column": 1
|
"column": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -99,6 +99,16 @@
|
|||||||
"row": 1,
|
"row": 1,
|
||||||
"column": 4
|
"column": 4
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Republic",
|
||||||
|
"uniques": [
|
||||||
|
"[+1 Production] [in all cities]",
|
||||||
|
"[+5]% Production when constructing [All] buildings [in all cities]"
|
||||||
|
],
|
||||||
|
"requires": ["Collective Rule"],
|
||||||
|
"row": 2,
|
||||||
|
"column": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Representation",
|
"name": "Representation",
|
||||||
"uniques": [
|
"uniques": [
|
||||||
@ -109,16 +119,6 @@
|
|||||||
"row": 2,
|
"row": 2,
|
||||||
"column": 3
|
"column": 3
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Republic",
|
|
||||||
"uniques": [
|
|
||||||
"[+1 Production] [in all cities]",
|
|
||||||
"[+5]% Production when constructing [All] buildings [in all cities]"
|
|
||||||
],
|
|
||||||
"requires": ["Collective Rule"],
|
|
||||||
"row": 1,
|
|
||||||
"column": 1
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Meritocracy",
|
"name": "Meritocracy",
|
||||||
"uniques": [
|
"uniques": [
|
||||||
|
Reference in New Issue
Block a user