This is what I tried, but didn’t worked.
{
"ui": {
"shell": {
"select_settlement": {
"terrain_codes": {
"water": "replace text",
"plains_1": "replace text",
"foothills_4": "new string",
"foothills_5": "new string"
}
}
}
},
"data": {
"biome": {
"new_biome": {
--here goes biome name and description, this is working
}
}
}
}
The lines with “replace text” already exist at default stonehearth en.json as “Water” and “Plains” and are the ones I want to change for my biome. The game is ignoring my changes.
The lines with “new string” are new. The game only have up to foothills_3 and I’m going to use 5. These also didn’t work.
These texts controls what you see when you hover your mouse at a tile in your map selection screen, and at the right it displays info like name of the tile (what I’m trying to change), vegetation, minerals, etc…