9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Brian Fopiano
2020-08-06 22:34:15 -07:00
10 changed files with 85 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
"seaLayers": [],
"biomeSkyScatter": [],
"objects": [],
"biomeZoom": 1,
"biomeZoom": 2,
"loadKey": "sea",
"biomeDispersion": "SCATTER",
"derivative": "THE_VOID",

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -18,21 +18,21 @@
"seaBiomes": ["sea"],
"deposits": [],
"caveBiomes": [],
"landBiomeZoom": 1,
"landBiomeZoom": 1,
"shoreHeightMin": 1.2,
"shoreBiomes": ["shore"],
"skylandBiomes": [],
"name": "Example Region",
"name": "Example Region",
"shoreHeightMax": 3.2,
"shoreHeightZoom": 3.14,
"structures": [
{
"tileset": "skytemple",
"zoom": 0.1,
"ratio": 0.65,
"height": 100,
"rarity": 3,
"shuffle": 24
"ratio": 0.59,
"height": 200,
"rarity": 2,
"shuffle": 1
}
]
}

View File

@@ -0,0 +1,78 @@
{
"name": "Test Structure",
"gridSize": 9,
"gridHeight": 2,
"maxLayers": 1,
"mergeEdges": false,
"wallChanceZoom": 0.25,
"wallChance": 0.31,
"tiles": [
{
"ceiling": "AGNOSTIC",
"floor": "REQUIRED",
"north": "NEVER",
"south": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"test/f"
]
},
{
"ceiling": "AGNOSTIC",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"test/f-1"
]
},
{
"ceiling": "AGNOSTIC",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "NEVER",
"west": "NEVER",
"objects": [
"test/f-h"
]
},
{
"ceiling": "AGNOSTIC",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "NEVER",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"test/f-c"
]
},
{
"ceiling": "AGNOSTIC",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "NEVER",
"objects": [
"test/f-r"
]
},
{
"ceiling": "AGNOSTIC",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "REQUIRED",
"west": "REQUIRED",
"objects": [
"test/f-a"
]
}
],
"dispersion": "WISPY"
}

View File

@@ -47,16 +47,6 @@
"WARPED_HYPHAE"
]
},
"structures": [
{
"tileset": "soultemple",
"zoom": 0.27,
"ratio": 0.5,
"height": 79,
"rarity": 8,
"shuffle": 34
}
],
"objects":[
{
"chance":0.21,