9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/regions/tropical.json
2020-09-03 23:56:06 -04:00

61 lines
1.3 KiB
JSON

{
"name": "Tropical",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 3.2,
"shoreHeightMax": 9.2,
"shoreHeightZoom": 2.14,
"landBiomeZoom": 1.25,
"landBiomes": [
"tropical-rainforest",
"tropical-bamboo-forest",
"tropical-island-beach"
],
"seaBiomes": [
"tropical-ocean"
],
"shoreBiomes": [
"tropical-beach"
],
"loot": {
"tables": [
"tropical-food",
"tropical-treasure"
]
},
"caveBiomes": [
"tropical-cavern",
"tropical-cavern-coral",
"tropical-cavern-root"
],
"spotBiomes": [
{
"biome": "tropical-submerged-volcanic",
"type": "SEA",
"as": "SEA",
"scale": 10,
"rarity": 286,
"shuffle": 1
},
{
"rarity": 89,
"biome": "tropical-rainforest-island",
"type": "SEA",
"as": "LAND",
"scale": 2.65
}
],
"deposits": [
{
"minHeight": 25,
"maxHeight": 157,
"minSize": 1,
"maxSize": 2,
"minPerChunk": 0,
"maxPerChunk": 1,
"varience": 2,
"palette": [
"EMERALD_ORE"
]
}
]
}