9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00

Convert Iris Overworld to v2 Noise

This commit is contained in:
Dan Macbook
2020-08-14 01:18:02 -04:00
parent 84e12212c8
commit caa807bf28
94 changed files with 2552 additions and 1335 deletions

View File

@@ -4,7 +4,6 @@
"gridHeight": 6,
"maxLayers": 1,
"mergeEdges": false,
"wallChanceZoom": 0.25,
"wallChance": 0.31,
"tiles": [
{
@@ -12,7 +11,7 @@
"floor": "REQUIRED",
"north": "AGNOSTIC",
"south": "AGNOSTIC",
"east": "AGNOSTIC",
"east": "AGNOSTIC",
"west": "AGNOSTIC",
"objects": [
"structure/murky-stronghold/fc-x-1",
@@ -25,15 +24,12 @@
"structure/murky-stronghold/fc-x-8"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "NEVER",
"south": "REQUIRED",
"east": "NEVER",
"east": "NEVER",
"west": "REQUIRED",
"objects": [
"structure/murky-stronghold/fc-sw-1",
@@ -50,7 +46,7 @@
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "NEVER",
"east": "NEVER",
"west": "REQUIRED",
"objects": [
"structure/murky-stronghold/fc-nws-1",
@@ -68,7 +64,7 @@
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"structure/murky-stronghold/fc-ns-1",
@@ -85,7 +81,7 @@
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "NEVER",
"east": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"structure/murky-stronghold/fc-n-1",
@@ -95,6 +91,5 @@
]
}
],
"dispersion": "WISPY"
]
}