9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/regions/mountains.json
Andrew Baker 811f9b443f V2 Branch
2021-04-14 10:16:44 -07:00

30 lines
569 B
JSON

{
"name": "Mountains",
"landBiomes": [
"mountains-plains",
"mountain-main",
"temperate-lake"
],
"seaBiomes": [
"temperate-soft-river",
"temperate-river-loud"
],
"biomeImplosionRatio": 0.7,
"shoreBiomes": [
"mountain-beach"
],
"caveBiomes": [
"tundra-spiked-cavern",
"temperate-lit-cavern"
],
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
}
}