diff --git a/overworld/objects/village-bits/stonehome-esw-1.iob b/overworld/objects/village-bits/stonehome-esw-1.iob new file mode 100644 index 00000000..4fa73e3b Binary files /dev/null and b/overworld/objects/village-bits/stonehome-esw-1.iob differ diff --git a/overworld/objects/village-bits/stonehome-esw-2.iob b/overworld/objects/village-bits/stonehome-esw-2.iob new file mode 100644 index 00000000..016a6fc9 Binary files /dev/null and b/overworld/objects/village-bits/stonehome-esw-2.iob differ diff --git a/overworld/objects/village-bits/stonehome-esw-3.iob b/overworld/objects/village-bits/stonehome-esw-3.iob new file mode 100644 index 00000000..6d7f5da7 Binary files /dev/null and b/overworld/objects/village-bits/stonehome-esw-3.iob differ diff --git a/overworld/objects/village-bits/stonehome-esw-4.iob b/overworld/objects/village-bits/stonehome-esw-4.iob new file mode 100644 index 00000000..c8d8a8c7 Binary files /dev/null and b/overworld/objects/village-bits/stonehome-esw-4.iob differ diff --git a/overworld/structures/village-dark.json b/overworld/structures/village-dark.json new file mode 100644 index 00000000..0bdc70c5 --- /dev/null +++ b/overworld/structures/village-dark.json @@ -0,0 +1,84 @@ +{ + "name": "Dark Village", + "gridHeight": 11, + "gridSize": 11, + "maxLayers": 1, + "wallChance": 0.435, + "tiles": [ + { + "ceiling": "AGNOSTIC", + "floor": "REQUIRED", + "north": "REQUIRED", + "east": "NEVER", + "south": "REQUIRED", + "west": "REQUIRED", + "objects": [ + "village-bits/bland-e-1", + "village-bits/bland-e-2", + "village-bits/bland-e-3", + "village-bits/bland-e-4", + "village-bits/bland-e-5" + ] + }, + { + "ceiling": "AGNOSTIC", + "floor": "REQUIRED", + "north": "NEVER", + "east": "NEVER", + "south": "REQUIRED", + "west": "REQUIRED", + "objects": [ + "village-bits/bland-ne-1", + "village-bits/bland-ne-2", + "village-bits/bland-ne-3", + "village-bits/bland-ne-4", + "village-bits/bland-ne-5" + ] + }, + { + "ceiling": "AGNOSTIC", + "floor": "REQUIRED", + "north": "NEVER", + "east": "NEVER", + "south": "NEVER", + "west": "REQUIRED", + "objects": [ + "village-bits/bland-nes-1", + "village-bits/bland-nes-2", + "village-bits/bland-nes-3", + "village-bits/bland-nes-4", + "village-bits/bland-nes-5" + ] + }, + { + "ceiling": "AGNOSTIC", + "floor": "REQUIRED", + "north": "NEVER", + "east": "REQUIRED", + "south": "NEVER", + "west": "REQUIRED", + "objects": [ + "village-bits/bland-ns-1", + "village-bits/bland-ns-2", + "village-bits/bland-ns-3", + "village-bits/bland-ns-4", + "village-bits/bland-ns-5" + ] + }, + { + "ceiling": "AGNOSTIC", + "floor": "REQUIRED", + "north": "REQUIRED", + "east": "NEVER", + "south": "NEVER", + "west": "NEVER", + "objects": [ + "village-bits/stonehome-esw-1", + "village-bits/stonehome-esw-2", + "village-bits/stonehome-esw-3", + "village-bits/stonehome-esw-4" + ] + } + + ] +} \ No newline at end of file