From 28f877744733988c4ab8443424afa35224836b13 Mon Sep 17 00:00:00 2001 From: Tice with a J <58439827+SpacedOutChicken@users.noreply.github.com> Date: Sun, 29 Jun 2025 08:02:19 -0700 Subject: [PATCH] Make Machu Picchu and Neuschwanstein need a non-Natural Wonder mountain (#13539) * Update Buildings.json to make Wonders need non-Natural Wonder mountains * Make Machu Picchu need a non-Natural Wonder mountain --- android/assets/jsons/Civ V - Gods & Kings/Buildings.json | 4 ++-- android/assets/jsons/Civ V - Vanilla/Buildings.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/assets/jsons/Civ V - Gods & Kings/Buildings.json b/android/assets/jsons/Civ V - Gods & Kings/Buildings.json index 209fa770a0..b3ed1a211d 100644 --- a/android/assets/jsons/Civ V - Gods & Kings/Buildings.json +++ b/android/assets/jsons/Civ V - Gods & Kings/Buildings.json @@ -499,7 +499,7 @@ "faith": 2, "greatPersonPoints": {"Great Merchant": 1}, "isWonder": true, - "uniques": ["[+25]% [Gold] from Trade Routes", "Must have an owned [Mountain] within [2] tiles"], + "uniques": ["[+25]% [Gold] from Trade Routes", "Must have an owned [{non-[Natural Wonder]} {Mountain}] within [2] tiles"], "requiredTech": "Guilds", "quote": "'Few romances can ever surpass that of the granite citadel on top of the beetling precipices of Machu Picchu, the crown of Inca Land.' - Hiram Bingham" }, @@ -1022,7 +1022,7 @@ "greatPersonPoints": {"Great Merchant": 1}, "isWonder": true, "uniques": ["[+1 Happiness, +2 Culture, +3 Gold] from every [Castle]", - "Must have an owned [Mountain] within [2] tiles"], + "Must have an owned [{non-[Natural Wonder]} {Mountain}] within [2] tiles"], "requiredTech": "Railroads", "quote": "'...the location is one of the most beautiful to be found, holy and unapproachable, a worthy temple for the divine friend who has brought salvation and true blessing to the world.' - King Ludwig II of Bavaria" }, diff --git a/android/assets/jsons/Civ V - Vanilla/Buildings.json b/android/assets/jsons/Civ V - Vanilla/Buildings.json index 9f780ba5f8..0668aeabf6 100644 --- a/android/assets/jsons/Civ V - Vanilla/Buildings.json +++ b/android/assets/jsons/Civ V - Vanilla/Buildings.json @@ -437,7 +437,7 @@ "greatPersonPoints": {"Great Merchant": 1}, "culture": 1, "isWonder": true, - "uniques": ["[+25]% [Gold] from Trade Routes","Must have an owned [Mountain] within [2] tiles"], + "uniques": ["[+25]% [Gold] from Trade Routes","Must have an owned [{non-[Natural Wonder]} {Mountain}] within [2] tiles"], "requiredTech": "Currency", "quote": "'Few romances can ever surpass that of the granite citadel on top of the beetling precipices of Machu Picchu, the crown of Inca Land.' - Hiram Bingham" },