mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 19:59:10 +00:00
134 lines
3.6 KiB
JSON
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
|
|
}
|