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