9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/hyperspeed/structures/test.json
Daniel Mills 21b1750d53 Pack
2020-08-07 01:28:50 -04:00

79 lines
1.9 KiB
JSON

{
"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"
}