From 0349e0a776611eb6cf195c6175eeae0a92ae3724 Mon Sep 17 00:00:00 2001 From: Xander Lenstra <71121390+xlenstra@users.noreply.github.com> Date: Mon, 10 Jan 2022 22:28:05 +0100 Subject: [PATCH] Updated the natural wonders for vanilla (#5943) * Updated the natural wonders for vanilla * Might as well remove the faith ruins bonuses --- .../assets/jsons/Civ V - Vanilla/Ruins.json | 12 ---- .../jsons/Civ V - Vanilla/Terrains.json | 70 +------------------ 2 files changed, 3 insertions(+), 79 deletions(-) diff --git a/android/assets/jsons/Civ V - Vanilla/Ruins.json b/android/assets/jsons/Civ V - Vanilla/Ruins.json index 744df2f807..d61c30c470 100644 --- a/android/assets/jsons/Civ V - Vanilla/Ruins.json +++ b/android/assets/jsons/Civ V - Vanilla/Ruins.json @@ -54,17 +54,5 @@ "name": "find a crudely-drawn map", "notification": "We have found a crudely-drawn map in the ruins!", "uniques": ["From a randomly chosen tile [4] tiles away, reveal tiles up to [4] tiles away with [80]% chance"] - }, - { - "name": "discover holy symbols", - "notification": "We have found holy symbols in the ruins, giving us a deeper understanding of religion! (+[faithAmount] Faith)", - "uniques": ["Hidden when religion is disabled", "Gain enough Faith for a Pantheon", "Hidden after founding a Pantheon", "Only available after [20] turns"], - "color": "#CDDDF4" - }, - { - "name": "an ancient prophecy", - "notification": "We have found an ancient prophecy in the ruins, greatly increasing our spiritual connection! (+[faithAmount] Faith)", - "uniques": ["Hidden when religion is disabled", "Gain enough Faith for [33]% of a Great Prophet", "Hidden after generating a Great Prophet", "Hidden before founding a Pantheon", "Only available after [20] turns"], - "color": "#CDDDF4" } ] \ No newline at end of file diff --git a/android/assets/jsons/Civ V - Vanilla/Terrains.json b/android/assets/jsons/Civ V - Vanilla/Terrains.json index 74b41ae5a3..1404ed28ae 100644 --- a/android/assets/jsons/Civ V - Vanilla/Terrains.json +++ b/android/assets/jsons/Civ V - Vanilla/Terrains.json @@ -358,9 +358,8 @@ { "name": "Mount Fuji", "type": "NaturalWonder", - "gold": 2, - "culture": 3, - "faith": 3, + "gold": 1, + "culture": 5, "occursOn": ["Grassland","Plains"], "uniques": ["Must be adjacent to [0] [Coast] tiles", "Must be adjacent to [0] [Tundra] tiles", @@ -427,70 +426,7 @@ "impassable": true, "unbuildable": true, "weight": 10 - }, - // G&K Wonders - { - "name": "Mount Kailash", - "type": "NaturalWonder", - "faith": 6, - "happiness": 2, - "occursOn": ["Plains","Grassland"], - "uniques": ["Must be adjacent to [0] [Coast] tiles", - "Must be adjacent to [0] [Marsh] tiles", - "Must be adjacent to [0] to [1] [Desert] tiles", - "Must be adjacent to [4] to [6] [Elevated] tiles"], - "turnsInto": "Mountain", - "impassable": true, - "unbuildable": true, - "weight": 10 - }, - { - "name": "Mount Sinai", - "type": "NaturalWonder", - "faith": 8, - "occursOn": ["Desert","Plains"], - "uniques": ["Must be adjacent to [0] [Coast] tiles", - "Must be adjacent to [0] [Grassland] tiles", - "Must be adjacent to [0] [Tundra] tiles", - "Must be adjacent to [0] [Marsh] tiles", - "Must be adjacent to [3] to [6] [Desert] tiles"], - "turnsInto": "Mountain", - "impassable": true, - "unbuildable": true, - "weight": 10 - }, - { - "name": "Sri Pada", - "type": "NaturalWonder", - "food": 2, - "faith": 4, - "happiness": 2, - "occursOn": ["Plains","Grassland"], - "uniques": ["Must be adjacent to [0] [Tundra] tiles", - "Must be adjacent to [0] [Desert] tiles", - "Must be adjacent to [0] [Marsh] tiles", - "Must not be on [1] largest landmasses"], - "turnsInto": "Mountain", - "impassable": true, - "unbuildable": true, - "weight": 10 - }, - { - "name": "Uluru", - "type": "NaturalWonder", - "food": 2, - "faith": 6, - "occursOn": ["Plains","Desert"], - "uniques": ["Must be adjacent to [0] [Coast] tiles", - "Must be adjacent to [0] [Grassland] tiles", - "Must be adjacent to [0] [Tundra] tiles", - "Must be adjacent to [0] [Marsh] tiles", - "Must be adjacent to [3] to [6] [Plains] tiles"], - "turnsInto": "Mountain", - "impassable": true, - "unbuildable": true, - "weight": 10 - }, + } /* // BNW wonders {