mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
153 lines
4.4 KiB
JSON
153 lines
4.4 KiB
JSON
{
|
|
"gridHeight": 32,
|
|
"maxLayers": 1,
|
|
"bore": false,
|
|
"wallStyle": {
|
|
"multiplier": 1,
|
|
"style": "STATIC",
|
|
"zoom": 1,
|
|
"exponent": 1
|
|
},
|
|
"tiles": [
|
|
{
|
|
"ceiling": "AGNOSTIC",
|
|
"east": "NEVER",
|
|
"entitySpawnOverrides": [],
|
|
"placeMode": "CENTER_HEIGHT",
|
|
"south": "NEVER",
|
|
"rareObjects": [],
|
|
"north": "NEVER",
|
|
"objects": ["structure/mush-huts/cross-1"],
|
|
"west": "NEVER",
|
|
"loot": {
|
|
"mode": "ADD",
|
|
"tables": [],
|
|
"multiplier": 1
|
|
},
|
|
"floor": "REQUIRED",
|
|
"smartBore": false
|
|
},
|
|
{
|
|
"ceiling": "AGNOSTIC",
|
|
"east": "NEVER",
|
|
"entitySpawnOverrides": [],
|
|
"placeMode": "CENTER_HEIGHT",
|
|
"south": "NEVER",
|
|
"rareObjects": [],
|
|
"north": "REQUIRED",
|
|
"objects": ["structure/mush-huts/t-connect-1"],
|
|
"west": "NEVER",
|
|
"loot": {
|
|
"mode": "ADD",
|
|
"tables": [],
|
|
"multiplier": 1
|
|
},
|
|
"floor": "REQUIRED",
|
|
"smartBore": false
|
|
},
|
|
{
|
|
"ceiling": "AGNOSTIC",
|
|
"east": "NEVER",
|
|
"entitySpawnOverrides": [],
|
|
"placeMode": "CENTER_HEIGHT",
|
|
"south": "REQUIRED",
|
|
"rareObjects": [],
|
|
"north": "REQUIRED",
|
|
"objects": ["structure/mush-huts/hall-1"],
|
|
"west": "NEVER",
|
|
"loot": {
|
|
"mode": "ADD",
|
|
"tables": [],
|
|
"multiplier": 1
|
|
},
|
|
"floor": "REQUIRED",
|
|
"smartBore": false
|
|
},
|
|
{
|
|
"ceiling": "AGNOSTIC",
|
|
"east": "REQUIRED",
|
|
"entitySpawnOverrides": [],
|
|
"placeMode": "CENTER_HEIGHT",
|
|
"south": "NEVER",
|
|
"rareObjects": [],
|
|
"north": "REQUIRED",
|
|
"objects": ["structure/mush-huts/corner-1"],
|
|
"west": "NEVER",
|
|
"loot": {
|
|
"mode": "ADD",
|
|
"tables": [],
|
|
"multiplier": 1
|
|
},
|
|
"floor": "REQUIRED",
|
|
"smartBore": false
|
|
},
|
|
{
|
|
"ceiling": "AGNOSTIC",
|
|
"east": "REQUIRED",
|
|
"entitySpawnOverrides": [],
|
|
"placeMode": "FAST_MIN_HEIGHT",
|
|
"south": "NEVER",
|
|
"rareObjects": [],
|
|
"north": "REQUIRED",
|
|
"objects": [
|
|
"structure/mush-huts/room-1",
|
|
"structure/mush-huts/room-2",
|
|
"structure/mush-huts/room-3",
|
|
"structure/mush-huts/walled-room-1",
|
|
"structure/mush-huts/walled-room-2",
|
|
"structure/mush-huts/walled-room-3",
|
|
"structure/mush-huts/walled-room-4"
|
|
],
|
|
"west": "REQUIRED",
|
|
"loot": {
|
|
"mode": "ADD",
|
|
"tables": [],
|
|
"multiplier": 1
|
|
},
|
|
"floor": "REQUIRED",
|
|
"smartBore": true
|
|
},
|
|
{
|
|
"ceiling": "AGNOSTIC",
|
|
"east": "REQUIRED",
|
|
"entitySpawnOverrides": [],
|
|
"placeMode": "FAST_MIN_HEIGHT",
|
|
"south": "REQUIRED",
|
|
"rareObjects": [],
|
|
"north": "REQUIRED",
|
|
"objects": [
|
|
"structure/mush-huts/walled-room-1",
|
|
"structure/mush-huts/walled-room-2",
|
|
"structure/mush-huts/walled-room-3",
|
|
"structure/mush-huts/walled-room-4",
|
|
"structure/mush-huts/room-1",
|
|
"structure/mush-huts/room-2",
|
|
"structure/mush-huts/room-3"
|
|
],
|
|
"west": "REQUIRED",
|
|
"loot": {
|
|
"mode": "ADD",
|
|
"tables": [],
|
|
"multiplier": 1
|
|
},
|
|
"floor": "REQUIRED",
|
|
"smartBore": true
|
|
}
|
|
],
|
|
"entitySpawnOverrides": [],
|
|
"gridSize": 17,
|
|
"wallChance": 0.35,
|
|
"name": "Mush Huts",
|
|
"underwater": false,
|
|
"loot": {
|
|
"mode": "ADD",
|
|
"tables": ["global-treasure","global-clutter","global-tools", "mushroom-clutter", "mushroom-food"],
|
|
"multiplier": 1
|
|
},
|
|
"clamp": {
|
|
"minimumHeight": 0,
|
|
"maximumHeight": 255
|
|
},
|
|
"mergeEdges": false
|
|
}
|