9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 12:46:40 +00:00
Files
Iris-Pack-Overworld/hyperspeed/regions/example-region.json
Daniel Mills 21b1750d53 Pack
2020-08-07 01:28:50 -04:00

39 lines
846 B
JSON

{
"shoreRatio": 0.13,
"ridgeBiomes": [],
"islandBiomes": [],
"biomeShuffle": 11,
"shoreBiomeZoom": 1,
"islandBiomeZoom": 1,
"loadKey": "example-region",
"spotBiomes": [],
"caveBiomeZoom": 1,
"landBiomes": [
"land-1",
"land-2"
],
"seaBiomeZoom": 1,
"biomeImplosionRatio": 0.4,
"skylandBiomeZoom": 1,
"seaBiomes": ["sea"],
"deposits": [],
"caveBiomes": [],
"landBiomeZoom": 1,
"shoreHeightMin": 1.2,
"shoreBiomes": ["shore"],
"skylandBiomes": [],
"name": "Example Region",
"shoreHeightMax": 3.2,
"shoreHeightZoom": 3.14,
"structures": [
{
"tileset": "skytemple",
"zoom": 0.1,
"ratio": 0.59,
"height": 200,
"rarity": 2,
"shuffle": 1
}
]
}