mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-03 22:22:51 +07:00
Fixed uniques of marble (#11353)
This commit is contained in:
parent
e17229779a
commit
bd71ba683f
@ -371,8 +371,7 @@
|
||||
"gold": 2,
|
||||
"improvement": "Quarry",
|
||||
"improvementStats": {"production": 1},
|
||||
"uniques": ["[+15]% Production when constructing [Ancient era] wonders [in this city]",
|
||||
"[+15]% Production when constructing [Classical era] wonders [in this city]",
|
||||
"uniques": ["[+15]% Production when constructing [All] wonders [in this city]",
|
||||
"Special placement during map generation",
|
||||
"Doesn't generate naturally <in [Grassland] [Fresh Water] tiles>"]
|
||||
},
|
||||
|
@ -384,8 +384,7 @@
|
||||
"gold": 2,
|
||||
"improvement": "Quarry",
|
||||
"improvementStats": {"production": 1},
|
||||
"uniques": ["[+15]% Production when constructing [Ancient era] wonders [in this city]",
|
||||
"[+15]% Production when constructing [Classical era] wonders [in this city]",
|
||||
"uniques": ["[+15]% Production when constructing [All] wonders [in this city]",
|
||||
"Special placement during map generation",
|
||||
"Doesn't generate naturally <in [Grassland] [Fresh Water] tiles>"]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user