mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 07:09:26 +07:00
Updated the natural wonders for vanilla (#5943)
* Updated the natural wonders for vanilla * Might as well remove the faith ruins bonuses
This commit is contained in:
@ -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"
|
||||
}
|
||||
]
|
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user