From bd71ba683fa74f647fdf293b276433265463ab6b Mon Sep 17 00:00:00 2001 From: Jeremy Woo <71725118+woo1127@users.noreply.github.com> Date: Tue, 26 Mar 2024 05:20:22 +0800 Subject: [PATCH] Fixed uniques of marble (#11353) --- android/assets/jsons/Civ V - Gods & Kings/TileResources.json | 3 +-- android/assets/jsons/Civ V - Vanilla/TileResources.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/android/assets/jsons/Civ V - Gods & Kings/TileResources.json b/android/assets/jsons/Civ V - Gods & Kings/TileResources.json index d0226667ee..02f657b110 100644 --- a/android/assets/jsons/Civ V - Gods & Kings/TileResources.json +++ b/android/assets/jsons/Civ V - Gods & Kings/TileResources.json @@ -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 "] }, diff --git a/android/assets/jsons/Civ V - Vanilla/TileResources.json b/android/assets/jsons/Civ V - Vanilla/TileResources.json index ffb83e6577..b27bb5f97e 100644 --- a/android/assets/jsons/Civ V - Vanilla/TileResources.json +++ b/android/assets/jsons/Civ V - Vanilla/TileResources.json @@ -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 "] },