9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 12:19:14 +00:00
Files
Iris-Pack-EarthWorld/regions/tundra.json
2020-09-03 11:46:26 -07:00

75 lines
1.5 KiB
JSON

{
"name": "Tundra",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 2.2,
"shoreHeightMax": 5.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"landBiomes": [
"tundra-taiga",
"tundra-redwoods-forest",
"tundra-spruce-denmyre",
"tundra-mountains",
"rocky-mountains"
],
"seaBiomes": [
"tundra-ocean"
],
"shoreBiomes": [
"tundra-beach",
"tundra-beach-stone"
],
"riverBiomes": [
"tundra-river"
],
"structures": [
{
"tileset": "ruins",
"rarity": 187,
"zoom": 1
},
{
"tileset": "village-stone",
"zoom": 1,
"ratio": 0.05,
"rarity": 100,
"shuffle": 5
}
],
"riverRarity": 1,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"style": "IRIS",
"zoom": 5,
"multiplier": 240
}
},
"riverThickness": 0.025,
"caveBiomes": [
"tundra-cavern",
"tundra-spiked-cavern"
],
"loot": {
"tables": [
"cold-food",
"cold-treasure"
]
},
"deposits": [
{
"minHeight": 15,
"maxHeight": 87,
"minSize": 1,
"maxSize": 2,
"minPerChunk": 2,
"maxPerChunk": 3,
"varience": 2,
"palette": [
"EMERALD_ORE"
]
}
]
}