diff --git a/objects/structure/Village-2/room-..iob b/objects/structure/Village-2/room-..iob new file mode 100644 index 00000000..52b5ebc9 Binary files /dev/null and b/objects/structure/Village-2/room-..iob differ diff --git a/objects/structure/Village-2/room-1.iob b/objects/structure/Village-2/room-1.iob index 49b00704..cf08b410 100644 Binary files a/objects/structure/Village-2/room-1.iob and b/objects/structure/Village-2/room-1.iob differ diff --git a/objects/structure/Village-2/room-2.iob b/objects/structure/Village-2/room-2.iob index 7db2903a..8a1334e1 100644 Binary files a/objects/structure/Village-2/room-2.iob and b/objects/structure/Village-2/room-2.iob differ diff --git a/objects/structure/Village-2/room-3.iob b/objects/structure/Village-2/room-3.iob index 2cff1176..52b5ebc9 100644 Binary files a/objects/structure/Village-2/room-3.iob and b/objects/structure/Village-2/room-3.iob differ diff --git a/objects/structure/Village-2/room-4.iob b/objects/structure/Village-2/room-4.iob index f41af1c1..0ee9bb19 100644 Binary files a/objects/structure/Village-2/room-4.iob and b/objects/structure/Village-2/room-4.iob differ diff --git a/objects/structure/Village-2/room-5.iob b/objects/structure/Village-2/room-5.iob new file mode 100644 index 00000000..b056ae04 Binary files /dev/null and b/objects/structure/Village-2/room-5.iob differ diff --git a/objects/structure/Village-2/room-6.iob b/objects/structure/Village-2/room-6.iob new file mode 100644 index 00000000..a979bb3c Binary files /dev/null and b/objects/structure/Village-2/room-6.iob differ diff --git a/objects/structure/Village-2/room-7.iob b/objects/structure/Village-2/room-7.iob new file mode 100644 index 00000000..9e8a4c84 Binary files /dev/null and b/objects/structure/Village-2/room-7.iob differ diff --git a/objects/structure/Village-2/room-8.iob b/objects/structure/Village-2/room-8.iob new file mode 100644 index 00000000..4739ef9f Binary files /dev/null and b/objects/structure/Village-2/room-8.iob differ diff --git a/objects/structure/Village-2/walled-room-1.iob b/objects/structure/Village-2/walled-room-1.iob index 9ff24c6d..57a1032c 100644 Binary files a/objects/structure/Village-2/walled-room-1.iob and b/objects/structure/Village-2/walled-room-1.iob differ diff --git a/regions/tundra.json b/regions/tundra.json index 345df0c4..a59d3020 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -32,6 +32,16 @@ "multiplier": 240 } }, + "structures": [ + { + "tileset": "village-stone", + "zoom": 1, + "ratio": 0.05, + "rarity": 5, + "shuffle": 5 + + } + ], "riverThickness": 0.025, "caveBiomes": [ "tundra-cavern", diff --git a/structures/village-stone.json b/structures/village-stone.json index 8b45f156..35159557 100644 --- a/structures/village-stone.json +++ b/structures/village-stone.json @@ -96,7 +96,7 @@ { "ceiling": "AGNOSTIC", "east": "REQUIRED", - "placeMode": "PAINT", + "placeMode": "STILT", "south": "NEVER", "rareObjects": [], "north": "REQUIRED", @@ -104,7 +104,11 @@ "structure/Village-2/room-1", "structure/Village-2/room-2", "structure/Village-2/room-3", - "structure/Village-2/room-4" + "structure/Village-2/room-4", + "structure/Village-2/room-5", + "structure/Village-2/room-6", + "structure/Village-2/room-7", + "structure/Village-2/room-8" ], "west": "REQUIRED", "loot": { @@ -117,7 +121,7 @@ { "ceiling": "AGNOSTIC", "east": "REQUIRED", - "placeMode": "PAINT", + "placeMode": "STILT", "south": "REQUIRED", "rareObjects": [], "north": "REQUIRED", @@ -134,19 +138,19 @@ } ], "gridSize": 23, - "wallChance": 0.35, + "wallChance": 0.8, "maxLayers": 1, "name": "Stone Village", "underwater": false, "loot": { "mode": "ADD", - "tables": [], + "tables": ["global-treasure","global-tools","global-clutter","cold-treasure","cold-food"], "multiplier": 1 }, "clamp": { "minimumHeight": 0, "maximumHeight": 255 }, - "bore": true, + "bore": false, "mergeEdges": false } \ No newline at end of file