mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2026-01-06 15:41:36 +00:00
53 lines
1.1 KiB
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
} |