9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/overworld/regions/tundra.json
Brian Fopiano 5598d47474 fixes
2020-08-25 19:16:30 -07:00

53 lines
1.1 KiB
JSON

{
"name": "Tundra",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 2.2,
"shoreHeightMax": 5.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"landBiomes": [
"tundra-taiga",
"tundra-redwoods-forest",
"tundra-spruce-denmyre",
"tundra-mountains",
"rocky-mountains" ],
"seaBiomes": [
"tundra-ocean"
],
"shoreBiomes": [
"tundra-beach",
"tundra-beach-stone"
],
"caveBiomes": [
"tundra-cavern",
"tundra-spiked-cavern"
],
"loot": {
"tables": [
"cold-food",
"cold-treasure"
]
},
"structures": [
{
"tileset": "village-stone",
"ratio": 0.8,
"rarity": 1,
"zoom": 1
}
],
"deposits":[
{
"minHeight": 15,
"maxHeight": 87,
"minSize": 1,
"maxSize": 2,
"minPerChunk": 2,
"maxPerChunk": 3,
"varience": 2,
"palette": [
"EMERALD_ORE"
]
}
]
}