9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/flat/structures/hello-world.json
Daniel Mills 5a0ee9ca89 f
2020-08-25 07:56:08 -04:00

134 lines
3.6 KiB
JSON

{
"gridHeight": 9,
"wallStyle": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"exponent": 1
},
"tiles": [
{
"ceiling": "AGNOSTIC",
"east": "NEVER",
"placeMode": "PAINT",
"south": "NEVER",
"rareObjects": [],
"north": "NEVER",
"objects": ["structure/hello-world/cross-1"],
"west": "NEVER",
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"floor": "REQUIRED"
},
{
"ceiling": "AGNOSTIC",
"east": "NEVER",
"placeMode": "PAINT",
"south": "NEVER",
"rareObjects": [],
"north": "REQUIRED",
"objects": ["structure/hello-world/t-connect-1"],
"west": "NEVER",
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"floor": "REQUIRED"
},
{
"ceiling": "AGNOSTIC",
"east": "NEVER",
"placeMode": "PAINT",
"south": "REQUIRED",
"rareObjects": [],
"north": "REQUIRED",
"objects": ["structure/hello-world/hall-1"],
"west": "NEVER",
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"floor": "REQUIRED"
},
{
"ceiling": "AGNOSTIC",
"east": "REQUIRED",
"placeMode": "PAINT",
"south": "NEVER",
"rareObjects": [],
"north": "REQUIRED",
"objects": ["structure/hello-world/corner-1"],
"west": "NEVER",
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"floor": "REQUIRED"
},
{
"ceiling": "AGNOSTIC",
"east": "REQUIRED",
"placeMode": "PAINT",
"south": "NEVER",
"rareObjects": [],
"north": "REQUIRED",
"objects": [
"structure/hello-world/room-1",
"structure/hello-world/room-2",
"structure/hello-world/room-3",
"structure/hello-world/room-4",
"structure/hello-world/room-5",
"structure/hello-world/room-6",
"structure/hello-world/room-7",
"structure/hello-world/room-8",
"structure/hello-world/room-9"
],
"west": "REQUIRED",
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"floor": "REQUIRED"
},
{
"ceiling": "AGNOSTIC",
"east": "REQUIRED",
"placeMode": "PAINT",
"south": "REQUIRED",
"rareObjects": [],
"north": "REQUIRED",
"objects": ["structure/hello-world/walled-room-1"],
"west": "REQUIRED",
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"floor": "REQUIRED"
}
],
"gridSize": 9,
"wallChance": 0.35,
"maxLayers": 1,
"name": "Hello World",
"underwater": false,
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"bore": true,
"mergeEdges": false
}