9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/hyperspeed/regions/example-region.json
Daniel Mills 56284789b9 Flammb
2020-08-05 00:55:08 -04:00

38 lines
818 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.65,
"rarity": 3,
"shuffle": 24
}
]
}