Added TileSetConfigs (#3766)

* First iteration of TileSet json

* Adding json support for mods

* Renamed TilesetConfig to TileSetConfig

+ changed the config for FHex to fix the mountain natural wonder problem
This commit is contained in:
GGGuenni
2021-04-13 06:49:49 +02:00
committed by GitHub
parent 881a885c14
commit b7d6bacc5b
7 changed files with 101 additions and 5 deletions

View File

@ -0,0 +1,12 @@
{
"useColorAsBaseTerrain": "false",
"ruleVariants": {
"Mountain+Barringer Crater": ["Barringer Crater"],
"Mountain+Cerro de Potosi": ["Cerro de Potosi"],
"Mountain+Grand Mesa": ["Grand Mesa"],
"Mountain+Krakatoa": ["Krakatoa"],
"Mountain+Mount Fuji": ["Mount Fuji"],
"Mountain+Old Faithful": ["Old Faithful"],
"Mountain+Rock of Gibraltar": ["Rock of Gibraltar"]
}
}