9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00

Stone mountains

This commit is contained in:
Daniel Mills
2020-01-24 19:31:08 -05:00
parent 84a8c36cf0
commit 2e919d9b8c
3 changed files with 46 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"region": "cold",
"parent": "Plains",
"genHeight": 0,
"rarity": 1.33,
"rarity": 1.13,
"genScale": 0.7,
"genAmplifier": 2.1,
"cliffScale": 1.19,
@@ -20,6 +20,11 @@
"STONE:5",
"STONE"
],
"objects": [
"boulder/stone/medium=0.1",
"Savana/rocks=0.2",
"Savana/clutter=0.2"
],
"rockType": "simplex",
"rockDepth": 14,
"rockScale": 0.722,

View File

@@ -0,0 +1,38 @@
{
"name": "Stone Mountains",
"derivative": "EXTREME_HILLS",
"type": "LAND",
"region": "cold",
"parent": "Mountains",
"genHeight": 0,
"rarity": 7.2,
"genScale": 0.6,
"genAmplifier": 2.4,
"cliffScale": 0.6,
"cliffChance": 0.47,
"cliffs": true,
"scatter":[
"WOOD_BUTTON:5=0.13"
],
"rock": [
"GRAVEL",
"STONE:5",
"STONE"
],
"surface": [
"GRAVEL",
"STONE",
"STONE:5",
"COBBLESTONE"
],
"objects": [
"boulder/stone/medium=0.1",
"Savana/rocks=0.2",
"Savana/clutter=0.2"
],
"surfaceType": "simplex",
"rockType": "simplex",
"rockDepth": 14,
"rockScale": 0.722,
"dirtDepth": 0
}

View File

@@ -54,6 +54,7 @@
"redwood_forest_hills",
"ice_plains_mushrooms",
"sakura",
"tourmaline"
"tourmaline",
"stone_mountains"
]
}