diff --git a/overworld/objects/structure/murky-stronghold/fc-x-1.iob b/overworld/objects/structure/murky-stronghold/fc-x-1.iob deleted file mode 100644 index 8bbd515d..00000000 Binary files a/overworld/objects/structure/murky-stronghold/fc-x-1.iob and /dev/null differ diff --git a/overworld/structures/murky-stronghold.json b/overworld/structures/murky-stronghold.json deleted file mode 100644 index 7b188120..00000000 --- a/overworld/structures/murky-stronghold.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "name": "Murky Stronghold", - "gridSize": 5, - "gridHeight": 6, - "maxLayers": 1, - "mergeEdges": false, - "wallChanceZoom": 0.25, - "wallChance": 0.31, - "tiles": [ - { - "ceiling": "REQUIRED", - "floor": "REQUIRED", - "north": "NEVER", - "south": "NEVER", - "east": "NEVER", - "west": "NEVER", - "objects": [ - "structure/murky-stronghold/fc-x-1", - "structure/murky-stronghold/fc-x-2", - "structure/murky-stronghold/fc-x-3", - "structure/murky-stronghold/fc-x-4" - ] - }, - { - "ceiling": "REQUIRED", - "floor": "REQUIRED", - "north": "REQUIRED", - "south": "NEVER", - "east": "REQUIRED", - "west": "NEVER", - "objects": [ - "structure/murky-stronghold/fc-sw-1", - "structure/murky-stronghold/fc-sw-2", - "structure/murky-stronghold/fc-sw-3", - "structure/murky-stronghold/fc-sw-4" - ] - }, - { - "ceiling": "REQUIRED", - "floor": "REQUIRED", - "north": "NEVER", - "south": "NEVER", - "east": "REQUIRED", - "west": "NEVER", - "objects": [ - "structure/murky-stronghold/fc-nws-1", - "structure/murky-stronghold/fc-nws-2", - "structure/murky-stronghold/fc-nws-3", - "structure/murky-stronghold/fc-nws-4" - ] - }, - { - "ceiling": "REQUIRED", - "floor": "REQUIRED", - "north": "NEVER", - "south": "NEVER", - "east": "REQUIRED", - "west": "NEVER", - "objects": [ - "structure/murky-stronghold/fc-nws-1", - "structure/murky-stronghold/fc-nws-2", - "structure/murky-stronghold/fc-nws-3", - "structure/murky-stronghold/fc-nws-4" - ] - }, - { - "ceiling": "REQUIRED", - "floor": "REQUIRED", - "north": "NEVER", - "south": "NEVER", - "east": "REQUIRED", - "west": "REQUIRED", - "objects": [ - "structure/murky-stronghold/fc-ns-1", - "structure/murky-stronghold/fc-ns-2", - "structure/murky-stronghold/fc-ns-3", - "structure/murky-stronghold/fc-ns-4" - ] - }, - { - "ceiling": "REQUIRED", - "floor": "REQUIRED", - "north": "REQUIRED", - "south": "NEVER", - "east": "NEVER", - "west": "NEVER", - "objects": [ - "structure/murky-stronghold/fc-esw-1", - "structure/murky-stronghold/fc-esw-2", - "structure/murky-stronghold/fc-esw-3", - "structure/murky-stronghold/fc-esw-4" - ] - } - ], - "dispersion": "WISPY" -}