mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 19:59:10 +00:00
79 lines
1.9 KiB
JSON
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"
|
|
}
|