9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/regions/temperate.json
Daniel Mills f32223393e f
2020-09-08 22:54:20 -04:00

75 lines
1.6 KiB
JSON

{
"name": "Temperate",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 2.2,
"shoreHeightMax": 5.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"landBiomes": [
"temperate-plains",
"temperate-birch-forest",
"temperate-oak-forest"
],
"seaBiomes": [
"temperate-ocean",
"temperate-ocean-deep"
],
"caveBiomes": [
"temperate-old-cavern",
"temperate-cracked-cavern"
],
"riverBiomes": [
"temperate-river"
],
"riverRarity": 1,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"style": "IRIS",
"zoom": 5,
"multiplier": 240
}
},
"spotBiomes": [
{
"rarity": 119,
"biome": "temperate-island",
"type": "SEA",
"as": "LAND",
"scale": 1.65
}
],
"riverThickness": 0.025,
"shoreBiomes": [
"temperate-beach"
],
"loot": {
"tables": [
"temperate-food",
"temperate-clutter"
]
},
"structures": [
{
"tileset": "ruins",
"rarity": 600,
"zoom": 1
}
],
"deposits": [
{
"minHeight": 15,
"maxHeight": 122,
"minSize": 4,
"maxSize": 12,
"minPerChunk": 0,
"maxPerChunk": 2,
"varience": 4,
"palette": [
"IRON_ORE",
"COAL_ORE"
]
}
]
}