9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 20:29:12 +00:00
Files
Iris-Pack-EarthWorld/regions/temperate.json
Brian Fopiano f194da49bc - Changed Rarities for structures in ALL regions
- Mushroom village size changes
- Other structure size changes
- Removed Mocaic's Liths, yall did not like em'
- Fixed Typo for Shroud stuff
- Sank Ice Spires by 4
- Other tweaks
2020-10-19 15:28:17 -07:00

92 lines
1.9 KiB
JSON

{
"riverBiomes": [
"temperate-river"
],
"structures": [
{
"tileset": "ruins",
"zoom": 5,
"rarity": 200
},
{
"tileset": "village-stone",
"zoom": 5,
"rarity": 200
},
{
"tileset": "murky-stronghold",
"zoom": 3.14,
"shuffle": 16,
"ratio": 0.59,
"height": 30,
"rarity": 150
}
],
"spotBiomes": [
{
"as": "LAND",
"biome": "temperate-island",
"scale": 1.65,
"type": "SEA",
"rarity": 119
}
],
"landBiomes": [
"temperate-plains",
"temperate-birch-forest",
"temperate-oak-forest"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"temperate-ocean",
"temperate-ocean-deep"
],
"deposits": [
{
"minHeight": 15,
"maxPerChunk": 2,
"maxHeight": 122,
"minPerChunk": 0,
"minSize": 4,
"maxSize": 12,
"palette": [
{
"block": "iron_ore"
},
{
"block": "coal_ore"
}
],
"varience": 4
}
],
"riverRarity": 1,
"caveBiomes": [
"temperate-old-cavern",
"temperate-cracked-cavern"
],
"landBiomeZoom": 1.25,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"shoreHeightMin": 2.2,
"shoreBiomes": [
"temperate-beach"
],
"name": "Temperate",
"shoreHeightMax": 5.2,
"loot": {
"tables": [
"temperate-food",
"temperate-clutter"
]
},
"shoreHeightZoom": 1.14,
"riverThickness": 0.025
}