mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
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:
12
android/assets/jsons/TileSets/FantasyHexConfig.json
Normal file
12
android/assets/jsons/TileSets/FantasyHexConfig.json
Normal 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"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user