9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/overworld/regions/mushroom.json
2020-08-14 15:30:41 -07:00

35 lines
749 B
JSON

{
"name": "Mushroom",
"rarity": 14,
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 3.2,
"shoreHeightMax": 6.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"landBiomes": [
"mushroom-forest",
"mushroom-plains"
],
"seaBiomes": [
"mushroom-ocean"
],
"shoreBiomes": [
"mushroom-beach"
],
"spotBiomes":[
{
"biome": "mushroom-crimson-forest",
"type": "LAND",
"scale": 0.78,
"rarity": 262,
"shuffle": 44
},
{
"biome": "mushroom-warped-forest",
"type": "LAND",
"scale": 0.77,
"rarity": 261,
"shuffle": 44
}
]
}