9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 14:12:09 +00:00
Files
Iris-Pack-Overworld/regions/tropical.json
Daniel Mills e2dfb1159a Beautify JSON
2020-08-27 00:05:24 -04:00

54 lines
1.1 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
}
],
"deposits": [
{
"minHeight": 25,
"maxHeight": 157,
"minSize": 1,
"maxSize": 2,
"minPerChunk": 0,
"maxPerChunk": 1,
"varience": 2,
"palette": [
"EMERALD_ORE"
]
}
]
}