mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-29 06:51:30 -04:00
Removed a wrongly implemented BNW-only building (#5649)
This commit is contained in:
parent
367e0b940d
commit
2250d75b4c
@ -709,19 +709,19 @@
|
|||||||
"requiredBuilding": "Market",
|
"requiredBuilding": "Market",
|
||||||
"requiredTech": "Banking"
|
"requiredTech": "Banking"
|
||||||
},
|
},
|
||||||
{
|
// will be introduced in BNW expansion pack
|
||||||
"name": "Hanse",
|
// {
|
||||||
"replaces": "Bank",
|
// "name": "Hanse",
|
||||||
"uniqueTo": "Germany",
|
// "replaces": "Bank",
|
||||||
"gold": 2,
|
// "uniqueTo": "Germany",
|
||||||
"specialistSlots": {"Merchant": 1},
|
// "gold": 2,
|
||||||
"hurryCostModifier": 15,
|
// "specialistSlots": {"Merchant": 1},
|
||||||
"percentStatBonus": {"gold": 25},
|
// "hurryCostModifier": 15,
|
||||||
"uniques": ["+5% Production for every Trade Route with a City-State in the empire"],
|
// "percentStatBonus": {"gold": 25},
|
||||||
"requiredBuilding": "Market",
|
// "uniques": ["+5% Production for every Trade Route with a City-State in the empire"],
|
||||||
"requiredTech": "Banking"
|
// "requiredBuilding": "Market",
|
||||||
// will be introduced in BNW expansion pack
|
// "requiredTech": "Banking"
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
"name": "Forbidden Palace",
|
"name": "Forbidden Palace",
|
||||||
"culture": 1,
|
"culture": 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user