mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "Swamp",
|
|
"rarity": 2,
|
|
"biomeImplosionRatio": 0.26,
|
|
"shoreHeightMin": 1.2,
|
|
"shoreHeightMax": 2.2,
|
|
"shoreHeightZoom": 1.14,
|
|
"landBiomeZoom": 1.25,
|
|
"landBiomes": [
|
|
"swamp-roofed",
|
|
"swamp-mountains",
|
|
"swamp-willow-forest",
|
|
"swamp-roofed-marsh"
|
|
],
|
|
"seaBiomes": [
|
|
"swamp-ocean"
|
|
],
|
|
"shoreBiomes": [
|
|
"swamp-beach"
|
|
],
|
|
"caveBiomes":[
|
|
"swamp-murky-cavern"
|
|
],
|
|
"loot": {
|
|
"tables": [
|
|
"swamp-food",
|
|
"swamp-clutter"
|
|
]
|
|
},
|
|
"deposits":[
|
|
{
|
|
"minHeight": 35,
|
|
"maxHeight": 67,
|
|
"minSize": 4,
|
|
"maxSize": 9,
|
|
"minPerChunk": 1,
|
|
"maxPerChunk": 3,
|
|
"varience": 4,
|
|
"palette": [
|
|
"COAL_ORE"
|
|
]
|
|
}
|
|
],
|
|
"structures": [
|
|
{
|
|
"tileset": "murky-stronghold",
|
|
"zoom": 0.5,
|
|
"ratio": 0.5,
|
|
"height": 25,
|
|
"rarity": 10,
|
|
"shuffle": 5
|
|
}
|
|
]
|
|
} |