9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00

Region Enrichment (Height) [Tropical]

This commit is contained in:
Brian Fopiano
2022-05-14 14:16:34 -07:00
parent 9466ad2ad1
commit 606b062ce5
8 changed files with 14 additions and 14 deletions

View File

@@ -5,8 +5,8 @@
"rarity": 1,
"color": "#4FD8A2",
"generators": [{
"min": 42,
"max": 64,
"min": 99,
"max": 164,
"generator": "mountain"
}],
"customDerivitives": [{

View File

@@ -7,8 +7,8 @@
"children": ["tropical/mountain-water"],
"generators": [{
"generator": "mountain",
"max": 190,
"min": 85
"max": 200,
"min": 112
}],
"customDerivitives": [{
"id": "tropical_mountain_extreme",

View File

@@ -7,8 +7,8 @@
"children": ["tropical/plains"],
"generators": [{
"generator": "mountain",
"max": 150,
"min": 20
"max": 190,
"min": 75
}],
"customDerivitives": [{
"id": "tropical_mountain_middle",

View File

@@ -5,8 +5,8 @@
"color": "#34B080",
"vanillaDerivative": "JUNGLE",
"generators": [{
"min": 55,
"max": 110,
"min": 88,
"max": 157,
"generator": "mountain"
}],
"customDerivitives": [{

View File

@@ -6,7 +6,7 @@
"vanillaDerivative": "JUNGLE",
"generators": [{
"generator": "smooth-dunes",
"max": 15,
"max": 45,
"min": -10
}],
"customDerivitives": [{

View File

@@ -5,8 +5,8 @@
"color": "#10B073",
"vanillaDerivative": "SPARSE_JUNGLE",
"generators": [{
"min": 3,
"max": 50,
"min": 98,
"max": 170,
"generator": "mountain"
}],
"customDerivitives": [{

View File

@@ -18,8 +18,8 @@
"waterFogColor": "#3AB2A2"
}],
"generators": [{
"min": 3,
"max": 50,
"min": 30,
"max": 90,
"generator": "mountain"
}],
"layers": [

View File

@@ -6,7 +6,7 @@
"color": "#0AC67E",
"children": [
"tropical/rainforest-hills",
"tropical/jungle-denmyre"
"tropical/jungle-denmyre", "tropical/rainforest-wicked"
],
"generators": [{
"min": 20,