9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
Files
Iris-Pack-EarthWorld/flat/structures/v.json
Daniel Mills d983494965 Objects
2020-08-20 07:10:13 -04:00

79 lines
1.8 KiB
JSON

{
"name": "V Test",
"gridSize": 9,
"gridHeight": 9,
"maxLayers": 1,
"mergeEdges": false,
"wallStyle": {
"style": "STATIC"
},
"wallChance": 0.35,
"tiles": [
{
"ceiling": "AGNOSTIC",
"floor": "REQUIRED",
"north": "NEVER",
"east": "NEVER",
"south": "REQUIRED",
"west": "NEVER",
"objects": [
"vv/s"
]
},
{
"ceiling": "AGNOSTIC",
"floor": "REQUIRED",
"north": "NEVER",
"east": "REQUIRED",
"south": "REQUIRED",
"west": "REQUIRED",
"objects": [
"vv/sew"
]
},
{
"ceiling": "AGNOSTIC",
"floor": "REQUIRED",
"north": "REQUIRED",
"east": "NEVER",
"south": "REQUIRED",
"west": "NEVER",
"objects": [
"vv/ns"
]
},
{
"ceiling": "AGNOSTIC",
"floor": "REQUIRED",
"north": "NEVER",
"east": "REQUIRED",
"south": "REQUIRED",
"west": "NEVER",
"objects": [
"vv/se"
]
},
{
"ceiling": "AGNOSTIC",
"floor": "REQUIRED",
"north": "REQUIRED",
"east": "REQUIRED",
"south": "REQUIRED",
"west": "REQUIRED",
"objects": [
"vv/a"
]
},
{
"ceiling": "AGNOSTIC",
"floor": "REQUIRED",
"north": "NEVER",
"east": "NEVER",
"south": "NEVER",
"west": "NEVER",
"objects": [
"vv/x"
]
}
]
}