9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/regions/frozen.json
Daniel Mills e2dfb1159a Beautify JSON
2020-08-27 00:05:24 -04:00

71 lines
1.5 KiB
JSON

{
"name": "Frozen",
"rarity": 3,
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 2.2,
"shoreHeightMax": 4.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"effects": [
{
"potionEffect": "SLOW_DIGGING",
"potionStrength": 0,
"interval": 1000,
"potionTicksMax": 310,
"potionTicksMin": 75,
"chance": 38
}
],
"loot": {
"tables": [
"frozen-food",
"snow-clutter",
"cold-treasure",
"frozen-clutter"
]
},
"landBiomes": [
"frozen-plains",
"frozen-mountains",
"frozen-mountains-cliffs"
],
"seaBiomes": [
"frozen-ocean"
],
"shoreBiomes": [
"frozen-beach"
],
"caveBiomes": [
"frozen-ice-cavern"
],
"spotBiomes": [
{
"biome": "frozen-ocean",
"type": "SEA",
"scale": 5,
"rarity": 36,
"shuffle": 328
},
{
"biome": "frozen-vander",
"type": "LAND",
"scale": 5,
"rarity": 10,
"shuffle": 328
}
],
"deposits": [
{
"minHeight": 8,
"maxHeight": 57,
"minSize": 12,
"maxSize": 22,
"minPerChunk": 7,
"maxPerChunk": 12,
"varience": 4,
"palette": [
"BLACKSTONE"
]
}
]
}