mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
BetterCaves
This commit is contained in:
100
overworld/structures/example.json
Normal file
100
overworld/structures/example.json
Normal file
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"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": "WISPY"
|
||||
}
|
||||
Reference in New Issue
Block a user