mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
76 lines
1.6 KiB
JSON
76 lines
1.6 KiB
JSON
{
|
|
"name": "Frozen",
|
|
"rarity": 3,
|
|
"biomeImplosionRatio": 0.25,
|
|
"shoreHeightMin": 2.2,
|
|
"shoreHeightMax": 4.2,
|
|
"shoreHeightZoom": 1.14,
|
|
"landBiomeZoom": 1.25,
|
|
"riverBiomes": [
|
|
"frozen-river"
|
|
],
|
|
"riverRarity": 1,
|
|
"riverThickness": 0.006,
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
} |