9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
Files
Iris-Pack-EarthWorld/overworld/structures/example.json

101 lines
2.8 KiB
JSON

{
"name": "Example Temple",
"gridSize": 5,
"gridHeight": 6,
"maxLayers": 1,
"mergeEdges": false,
"wallChanceZoom": 0.25,
"wallChance": 0.31,
"tiles": [
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "AGNOSTIC",
"south": "AGNOSTIC",
"east": "AGNOSTIC",
"west": "AGNOSTIC",
"objects": [
"structure/murky-stronghold/fc-x-1",
"structure/murky-stronghold/fc-x-2",
"structure/murky-stronghold/fc-x-3",
"structure/murky-stronghold/fc-x-4",
"structure/murky-stronghold/fc-x-5",
"structure/murky-stronghold/fc-x-6",
"structure/murky-stronghold/fc-x-7",
"structure/murky-stronghold/fc-x-8"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "NEVER",
"south": "REQUIRED",
"east": "NEVER",
"west": "REQUIRED",
"objects": [
"structure/murky-stronghold/fc-sw-1",
"structure/murky-stronghold/fc-sw-2",
"structure/murky-stronghold/fc-sw-3",
"structure/murky-stronghold/fc-sw-4"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "NEVER",
"west": "REQUIRED",
"objects": [
"structure/murky-stronghold/fc-nws-1",
"structure/murky-stronghold/fc-nws-2",
"structure/murky-stronghold/fc-nws-3",
"structure/murky-stronghold/fc-nws-4"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "REQUIRED",
"east": "NEVER",
"west": "NEVER",
"objects": [
"structure/murky-stronghold/fc-ns-1",
"structure/murky-stronghold/fc-ns-2",
"structure/murky-stronghold/fc-ns-3",
"structure/murky-stronghold/fc-ns-4"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",
"north": "REQUIRED",
"south": "NEVER",
"east": "NEVER",
"west": "NEVER",
"objects": [
"structure/murky-stronghold/fc-n-1",
"structure/murky-stronghold/fc-n-2",
"structure/murky-stronghold/fc-n-3",
"structure/murky-stronghold/fc-n-4"
]
}
],
"dispersion": "IRIS"
}