mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-10 07:16:54 +07:00
Fixed a problem with the ordering of the vanilla policies (#6582)
This commit is contained in:
parent
0a5fc3cf33
commit
382707a6a5
@ -87,7 +87,7 @@
|
||||
"[+50]% Production when constructing [Settler] units [in capital]",
|
||||
"Free [Settler] appears"
|
||||
],
|
||||
"row": 2,
|
||||
"row": 1,
|
||||
"column": 1
|
||||
},
|
||||
{
|
||||
@ -99,6 +99,16 @@
|
||||
"row": 1,
|
||||
"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",
|
||||
"uniques": [
|
||||
@ -109,16 +119,6 @@
|
||||
"row": 2,
|
||||
"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",
|
||||
"uniques": [
|
||||
|
Loading…
Reference in New Issue
Block a user