9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/overworld/regions/mushroom.json
Daniel Mills 9b1cd2bb73 More loot
2020-08-21 12:42:31 -04:00

41 lines
859 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"
],
"loot": {
"tables": [
"musroom-food",
"mushroom-clutter"
]
},
"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
}
]
}