9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/overworld/structures/village-dark.json
Brian Fopiano 189dcb72df (TESTING VILLAGES I STILL NEED TO CHANGE)
This workd for now however, it will be changed later
2020-08-21 15:19:08 -07:00

84 lines
2.4 KiB
JSON

{
"name": "Dark Village",
"gridHeight": 25,
"gridSize": 20,
"maxLayers": 1,
"wallChance": 0.435,
"tiles": [
{
"ceiling": "AGNOSTIC",
"floor": "REQUIRED",
"north": "REQUIRED",
"east": "NEVER",
"south": "REQUIRED",
"west": "REQUIRED",
"objects": [
"village-bits/bland-e-1",
"village-bits/bland-e-2",
"village-bits/bland-e-3",
"village-bits/bland-e-4",
"village-bits/bland-e-5"
]
},
{
"ceiling": "AGNOSTIC",
"floor": "REQUIRED",
"north": "NEVER",
"east": "NEVER",
"south": "REQUIRED",
"west": "REQUIRED",
"objects": [
"village-bits/bland-ne-1",
"village-bits/bland-ne-2",
"village-bits/bland-ne-3",
"village-bits/bland-ne-4",
"village-bits/bland-ne-5"
]
},
{
"ceiling": "AGNOSTIC",
"floor": "REQUIRED",
"north": "NEVER",
"east": "NEVER",
"south": "NEVER",
"west": "REQUIRED",
"objects": [
"village-bits/bland-nes-1",
"village-bits/bland-nes-2",
"village-bits/bland-nes-3",
"village-bits/bland-nes-4",
"village-bits/bland-nes-5"
]
},
{
"ceiling": "AGNOSTIC",
"floor": "REQUIRED",
"north": "NEVER",
"east": "REQUIRED",
"south": "NEVER",
"west": "REQUIRED",
"objects": [
"village-bits/bland-ns-1",
"village-bits/bland-ns-2",
"village-bits/bland-ns-3",
"village-bits/bland-ns-4",
"village-bits/bland-ns-5"
]
},
{
"ceiling": "AGNOSTIC",
"floor": "REQUIRED",
"north": "REQUIRED",
"east": "NEVER",
"south": "NEVER",
"west": "NEVER",
"objects": [
"village-bits/stonehome-esw-1",
"village-bits/stonehome-esw-2",
"village-bits/stonehome-esw-3",
"village-bits/stonehome-esw-4"
]
}
]
}