mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-29 22:29:15 +07:00
Updated Commerce branch to G&K (#4129)
* Updated Commerce branch to G&K * Implemented requested changes
This commit is contained in:
@ -203,7 +203,8 @@
|
||||
"greatPersonPoints": {"gold": 1},
|
||||
"isWonder": true,
|
||||
"providesFreeBuilding": "Lighthouse",
|
||||
"uniques": ["Must be next to [Coast]", "All military naval units receive +1 movement and +1 sight"],
|
||||
"uniques": ["Must be next to [Coast]", "+[1] Movement for all [military water] units",
|
||||
"+[1] Sight for all [military water] units"],
|
||||
"requiredTech": "Optics",
|
||||
"quote": "'They that go down to the sea in ships, that do business in great waters; these see the works of the Lord, and his wonders in the deep.' - The Bible, Psalms 107:23-24"
|
||||
},
|
||||
|
@ -224,39 +224,41 @@
|
||||
"uniques": ["+[25]% [Gold] [in capital]"],
|
||||
"era": "Medieval era",
|
||||
"policies": [
|
||||
{
|
||||
"name": "Naval Tradition",
|
||||
"uniques": ["+[1] Movement for all [military water] units", "+[1] Sight for all [military water] units",
|
||||
"Free [Great Admiral] appears", "+[2] Movement for all [Great Admiral] units"
|
||||
],
|
||||
"row": 1,
|
||||
"column": 2
|
||||
},
|
||||
{
|
||||
"name": "Trade Unions",
|
||||
"uniques": ["Maintenance on roads & railroads reduced by [33]%", "[+2 Gold] from each Trade Route"],
|
||||
"row": 1,
|
||||
"column": 4
|
||||
},
|
||||
{
|
||||
"name": "Merchant Navy",
|
||||
"uniques": ["[+3 Production] [in all coastal cities]"],
|
||||
"requires": ["Naval Tradition"],
|
||||
"row": 2,
|
||||
"column": 2
|
||||
},
|
||||
{
|
||||
"name": "Mercantilism",
|
||||
"uniques": ["Cost of purchasing items in cities reduced by [25]%"],
|
||||
"row": 1,
|
||||
"column": 5
|
||||
},
|
||||
{
|
||||
"name": "Entrepreneurship",
|
||||
"uniques": ["[Great Merchant] is earned [25]% faster", "[+1 Science] from every [Mint]", "[+1 Science] from every [Market]",
|
||||
"[+1 Science] from every [Bank]", "[+1 Science] from every [Stock Exchange]" ],
|
||||
"uniques": ["Cost of purchasing items in cities reduced by [25]%", "[+1 Science] from every [Mint]", "[+1 Science] from every [Market]",
|
||||
"[+1 Science] from every [Bank]", "[+1 Science] from every [Stock Exchange]"],
|
||||
"requires": ["Trade Unions"],
|
||||
"row": 2,
|
||||
"column": 2
|
||||
},
|
||||
{
|
||||
"name": "Patronage",
|
||||
"uniques": ["Cost of purchasing [Culture] buildings reduced by [50]%"],
|
||||
"requires": ["Mercantilism"],
|
||||
"row": 2,
|
||||
"column": 5
|
||||
"column": 4
|
||||
},
|
||||
{
|
||||
"name": "Protectionism",
|
||||
"uniques": ["+1 happiness from each type of luxury resource"],
|
||||
"requires": ["Entrepreneurship","Patronage"],
|
||||
"uniques": ["+[2] happiness from each type of luxury resource"],
|
||||
"requires": ["Mercantilism"],
|
||||
"row": 3,
|
||||
"column": 3
|
||||
"column": 4
|
||||
},
|
||||
{
|
||||
"name": "Commerce Complete",
|
||||
|
Reference in New Issue
Block a user