9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 03:39:16 +00:00

Migrated Murky Cavern to new format

This commit is contained in:
Brian Fopiano
2020-08-25 13:31:12 -07:00
parent 5a0ee9ca89
commit 822a258276
28 changed files with 157 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -43,11 +43,11 @@
],
"structures": [
{
"tileset": "murky-stronghold",
"zoom": 0.5,
"ratio": 0.5,
"tileset": "ogMurkyCavern",
"zoom": 0.25,
"ratio": 0.05,
"height": 25,
"rarity": 10,
"rarity": 15,
"shuffle": 5
}
]

View File

@@ -206,6 +206,7 @@
"structure/murky-stronghold/c-ns-4"
]
},
{
"ceiling": "REQUIRED",
"floor": "REQUIRED",

View File

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