9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Brian Fopiano
2020-09-02 21:10:16 -07:00
16 changed files with 179 additions and 1 deletions

123
structures/ruins.json Normal file
View File

@@ -0,0 +1,123 @@
{
"gridHeight": 9,
"maxLayers": 1,
"bore": false,
"wallStyle": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"exponent": 1
},
"tiles": [
{
"ceiling": "AGNOSTIC",
"east": "NEVER",
"entitySpawns": [],
"placeMode": "PAINT",
"south": "NEVER",
"rareObjects": [],
"north": "NEVER",
"objects": [
"structure/ruins/cross-1",
"structure/ruins/cross-2",
"structure/ruins/cross-3"
],
"west": "NEVER",
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"floor": "REQUIRED"
},
{
"ceiling": "AGNOSTIC",
"east": "NEVER",
"entitySpawns": [],
"placeMode": "PAINT",
"south": "NEVER",
"rareObjects": [],
"north": "REQUIRED",
"objects": [
"structure/ruins/t-connect-1",
"structure/ruins/t-connect-2"
],
"west": "NEVER",
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"floor": "REQUIRED"
},
{
"ceiling": "AGNOSTIC",
"east": "NEVER",
"entitySpawns": [],
"placeMode": "PAINT",
"south": "REQUIRED",
"rareObjects": [],
"north": "REQUIRED",
"objects": [
"structure/ruins/hall-1",
"structure/ruins/hall-2"
],
"west": "NEVER",
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"floor": "REQUIRED"
},
{
"ceiling": "AGNOSTIC",
"east": "REQUIRED",
"entitySpawns": [],
"placeMode": "PAINT",
"south": "NEVER",
"rareObjects": [],
"north": "REQUIRED",
"objects": ["structure/ruins/corner-1"],
"west": "NEVER",
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"floor": "REQUIRED"
},
{
"ceiling": "AGNOSTIC",
"east": "REQUIRED",
"entitySpawns": [],
"placeMode": "PAINT",
"south": "NEVER",
"rareObjects": [],
"north": "REQUIRED",
"objects": ["structure/ruins/room-1"],
"west": "REQUIRED",
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"floor": "REQUIRED"
}
],
"entitySpawns": [],
"gridSize": 9,
"wallChance": 0.35,
"name": "Ruins",
"underwater": false,
"loot": {
"mode": "ADD",
"tables": [],
"multiplier": 1
},
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"mergeEdges": false
}

View File

@@ -126,6 +126,6 @@
"minimumHeight": 0,
"maximumHeight": 255
},
"bore": true,
"bore": false,
"mergeEdges": false
}