How do I delete a Natural Wonder?

I'm not sure what's wrong with Gullfoss in particular but is there any reason natural wonders can't vary in power? They are all more or less "mountain but better" already and I don't see any reason to remove all mountains.
 
What do you mean "get rid"? You can't delete them or anything similar
Civ 6 had a Natural Wonder pool where you could choose which ones you wanted, or not, to appear in the game. As of right now I don't believe anything has been implemented like that in Civ 7.
 
If I recall correctly, the option to control that in the game set up was not available until several years after Civ 6 launched.

Like with many UI issues, they know how to do it, it just didn't make the cut for the initial launch of Civ 7.
 
I'm not sure what's wrong with Gullfoss in particular but is there any reason natural wonders can't vary in power? They are all more or less "mountain but better" already and I don't see any reason to remove all mountains.
I'm trying to get a tech victory within 100 turns in total. So, I have to get the 5 most powerful natural wonders on the map.
 
I already solved this problem. Here are the codes:

UPDATE Feature_NaturalWonders
SET PlacementPercentage="0"
WHERE FeatureType not in ("FEATURE_REDWOOD_FOREST","FEATURE_ZHANGJIAJIE","FEATURE_THERA","FEATURE_HOERIKWAGGO","FEATURE_BARRIER_REEF");
 
Back
Top Bottom