9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/structures/mush-huts.json
Brian Fopiano 8cb44e2647 Heightmaps, and locations tweaked
Because of height drop
2020-10-16 21:28:11 -07:00

160 lines
4.6 KiB
JSON

{
"gridHeight": 32,
"entityInitialSpawns": [
{
"entity": "villager",
"maxSpawns": 4,
"minSpawns": 2
}
],
"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/village-stone/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/village-stone/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/village-stone/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/village-stone/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
}