From 1da99ae85a59b029d07698509401a2ea8874f659 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Sun, 23 Aug 2020 04:02:20 -0400 Subject: [PATCH] g --- overworld/biomes/frozen-ice-cavern.json | 9 +- .../biomes/swamp-murky-cavern-gleaming.json | 212 ++++++++++++++++++ overworld/biomes/swamp-murky-cavern.json | 82 ++++++- .../biomes/temperate-cracked-cavern.json | 137 +++++++++++ overworld/biomes/temperate-lit-cavern.json | 138 ++++++++++++ overworld/biomes/temperate-old-cavern.json | 134 +++++++++++ overworld/biomes/tropical-cavern-coral.json | 64 +++++- overworld/biomes/tropical-cavern-root.json | 65 +++++- overworld/biomes/tropical-cavern.json | 79 +++++-- overworld/biomes/tundra-cavern.json | 36 +-- overworld/loot/global-tools.json | 2 +- overworld/loot/global-treasure.json | 3 +- overworld/regions/temperate.json | 4 + overworld/regions/tundra.json | 3 + overworld/structures/murky-stronghold.json | 3 +- overworld/structures/village-dark.json | 9 + overworld/structures/village.json | 9 + 17 files changed, 912 insertions(+), 77 deletions(-) create mode 100644 overworld/biomes/swamp-murky-cavern-gleaming.json create mode 100644 overworld/biomes/temperate-cracked-cavern.json create mode 100644 overworld/biomes/temperate-lit-cavern.json create mode 100644 overworld/biomes/temperate-old-cavern.json diff --git a/overworld/biomes/frozen-ice-cavern.json b/overworld/biomes/frozen-ice-cavern.json index bbadf229..44e32840 100644 --- a/overworld/biomes/frozen-ice-cavern.json +++ b/overworld/biomes/frozen-ice-cavern.json @@ -29,14 +29,7 @@ "maxHeight": 3, "style": {"style": "STATIC"}, "palette": [ - "SAND", - "CLAY", - "SAND", - "GRAVEL", - "SAND", - "DIRT", - "SAND", - "SAND" + "BLACKSTONE" ] } ], diff --git a/overworld/biomes/swamp-murky-cavern-gleaming.json b/overworld/biomes/swamp-murky-cavern-gleaming.json new file mode 100644 index 00000000..d91b0d28 --- /dev/null +++ b/overworld/biomes/swamp-murky-cavern-gleaming.json @@ -0,0 +1,212 @@ +{ + "name": "Gleaming Murky Cavern", + "rarity": 11, + "layers": [ + { + "maxHeight": 2, + "style": { + "style": "STATIC" + }, + "zoom": 0.1, + "minHeight": 1, + "palette": [ + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "SHROOMLIGHT" + ] + } + ],"objects": [ + + { + "chance": 0.00175, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "camp/camp" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "mode": "PAINT", + "place": [ + "camp/barrel-bin" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], + "loot": { + "tables": [ + "cave-clutter" + ] + }, + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", + "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR" + ] + }, + "decorators": [ + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, + { + "zoom": 0.3, + "chance": 0.01, + "palette": [ + "BROWN_MUSHROOM", + "RED_MUSHROOM" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.001, + "palette": [ + "COBWEB" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "generators": [ + { + "generator": "plain", + "min": 4, + "max": 6 + } + ], + "derivative": "SWAMP" +} \ No newline at end of file diff --git a/overworld/biomes/swamp-murky-cavern.json b/overworld/biomes/swamp-murky-cavern.json index b21dabf5..b552b702 100644 --- a/overworld/biomes/swamp-murky-cavern.json +++ b/overworld/biomes/swamp-murky-cavern.json @@ -18,6 +18,86 @@ "MOSSY_STONE_BRICK" ] } + ],"objects": [ + + { + "chance": 0.00175, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "camp/camp" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "mode": "PAINT", + "place": [ + "camp/barrel-bin" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], + "children": [ + "swamp-murky-cavern-gleaming" ], "loot": { "tables": [ @@ -43,7 +123,7 @@ }, { "zoom": 0.3, - "chance": 0.05, + "chance": 0.01, "palette": [ "BROWN_MUSHROOM", "RED_MUSHROOM" diff --git a/overworld/biomes/temperate-cracked-cavern.json b/overworld/biomes/temperate-cracked-cavern.json new file mode 100644 index 00000000..284d1883 --- /dev/null +++ b/overworld/biomes/temperate-cracked-cavern.json @@ -0,0 +1,137 @@ +{ + "name": "Cracked Cavern", + "rarity": 2, + "layers": [ + { + "maxHeight": 2, + "style": { + "style": "STATIC" + }, + "zoom": 0.1, + "minHeight": 1, + "palette": [ + "STONE", + "ANDESITE", + "COBBLESTONE" + ] + } + ], + "objects": [ + + { + "chance": 0.00175, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "camp/camp" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "mode": "PAINT", + "place": [ + "camp/barrel-bin" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], + "children": [ + "temperate-lit-cavern" + ], + "loot": { + "tables": [ + "cave-clutter" + ] + }, + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", + "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR" + ] + }, + "decorators": [ + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, + { + "chance": 0.008, + "palette": [ + "COBBLESTONE_WALL" + ] + } + ], + "generators": [ + { + "generator": "plain", + "min": 4, + "max": 6 + } + ], + "derivative": "PLAINS" +} \ No newline at end of file diff --git a/overworld/biomes/temperate-lit-cavern.json b/overworld/biomes/temperate-lit-cavern.json new file mode 100644 index 00000000..1da4fcb3 --- /dev/null +++ b/overworld/biomes/temperate-lit-cavern.json @@ -0,0 +1,138 @@ +{ + "name": "Lit Cavern", + "rarity": 6, + "layers": [ + { + "maxHeight": 2, + "style": { + "style": "STATIC" + }, + "zoom": 0.1, + "minHeight": 1, + "palette": [ + "STONE", + "ANDESITE" + ] + } + ],"objects": [ + + { + "chance": 0.00175, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "camp/camp" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "mode": "PAINT", + "place": [ + "camp/barrel-bin" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], + "loot": { + "tables": [ + "cave-clutter" + ] + }, + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", + "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR" + ] + }, + "decorators": [ + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, + { + "chance": 0.008, + "palette": [ + "ANDESITE_WALL" + ] + }, + { + "chance": 0.002, + "palette": [ + "TORCH" + ] + } + ], + "generators": [ + { + "generator": "plain", + "min": 4, + "max": 6 + } + ], + "derivative": "PLAINS" +} \ No newline at end of file diff --git a/overworld/biomes/temperate-old-cavern.json b/overworld/biomes/temperate-old-cavern.json new file mode 100644 index 00000000..92a78883 --- /dev/null +++ b/overworld/biomes/temperate-old-cavern.json @@ -0,0 +1,134 @@ +{ + "name": "Old Cavern", + "layers": [ + { + "maxHeight": 2, + "style": { + "style": "STATIC" + }, + "zoom": 0.1, + "minHeight": 1, + "palette": [ + "STONE", + "ANDESITE" + ] + } + ],"objects": [ + + { + "chance": 0.00175, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "camp/camp" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "mode": "PAINT", + "place": [ + "camp/barrel-bin" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], + "children": [ + "temperate-lit-cavern" + ], + "loot": { + "tables": [ + "cave-clutter" + ] + }, + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", + "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR" + ] + }, + "decorators": [ + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, + { + "chance": 0.008, + "palette": [ + "ANDESITE_WALL" + ] + } + ], + "generators": [ + { + "generator": "plain", + "min": 4, + "max": 6 + } + ], + "derivative": "PLAINS" +} \ No newline at end of file diff --git a/overworld/biomes/tropical-cavern-coral.json b/overworld/biomes/tropical-cavern-coral.json index d9293c85..1f356c44 100644 --- a/overworld/biomes/tropical-cavern-coral.json +++ b/overworld/biomes/tropical-cavern-coral.json @@ -23,8 +23,9 @@ ] }, "objects": [ + { - "chance": 0.000856, + "chance": 0.00175, "rotation": { "yAxis": { "min": 0, @@ -35,15 +36,70 @@ "enabled": true }, "place": [ - "grave/grave" + "camp/camp" ], "translate": { "x": 0, "y": 0, "z": 0 } - } - ], + }, + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "mode": "PAINT", + "place": [ + "camp/barrel-bin" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], "slab": { "style": {"style": "STATIC"}, "palette": [ diff --git a/overworld/biomes/tropical-cavern-root.json b/overworld/biomes/tropical-cavern-root.json index 9de757ef..2b5b3e4f 100644 --- a/overworld/biomes/tropical-cavern-root.json +++ b/overworld/biomes/tropical-cavern-root.json @@ -23,12 +23,10 @@ "STRIPPED_JUNGLE_WOOD" ] } - ], - "objects": [ + ],"objects": [ { - "mode": "PAINT", - "chance": 0.0085, + "chance": 0.00175, "rotation": { "yAxis": { "min": 0, @@ -38,6 +36,27 @@ }, "enabled": true }, + "place": [ + "camp/camp" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "mode": "PAINT", "place": [ "camp/barrel-bin" ], @@ -46,8 +65,42 @@ "y": 0, "z": 0 } - } - ], + }, + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], "decorators": [ { "chance": 0.0001, diff --git a/overworld/biomes/tropical-cavern.json b/overworld/biomes/tropical-cavern.json index fa7ed0c6..fbde7379 100644 --- a/overworld/biomes/tropical-cavern.json +++ b/overworld/biomes/tropical-cavern.json @@ -26,8 +26,29 @@ ] }, "objects": [ + { - "chance": 0.0025, + "chance": 0.00175, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "camp/camp" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.005, "rotation": { "yAxis": { "min": 0, @@ -47,27 +68,41 @@ "z": 0 } }, - { - "chance": 0.000856, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "grave/grave" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], "slab": { "style": {"style": "STATIC"}, "palette": [ diff --git a/overworld/biomes/tundra-cavern.json b/overworld/biomes/tundra-cavern.json index 1a7f3875..24140b21 100644 --- a/overworld/biomes/tundra-cavern.json +++ b/overworld/biomes/tundra-cavern.json @@ -9,25 +9,10 @@ "minHeight": 1, "maxHeight": 2, "palette": [ - "BLUE_ICE", - "PACKED_ICE", - "ICE", - "ICE", - "ICE", - "ICE", - "ICE", - "ICE" - ] - }, - { - "style": { - "style": "STATIC" - }, - "zoom": 0.2, - "minHeight": 1, - "maxHeight": 1, - "palette": [ - "ICE" + "STONE", + "ANDESITE", + "COBBLESTONE", + "GRAVEL" ] } ], @@ -67,19 +52,6 @@ "style": "STATIC" } }, - { - "zoom": 0.3, - "chance": 0.01, - "palette": [ - "CORNFLOWER" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, { "zoom": 0.3, "chance": 0.0011, diff --git a/overworld/loot/global-tools.json b/overworld/loot/global-tools.json index 1be3063f..e5e21a15 100644 --- a/overworld/loot/global-tools.json +++ b/overworld/loot/global-tools.json @@ -1,6 +1,6 @@ { "name": "Global Tools", - "rarity": 17, + "rarity": 1, "maxPicked": 1, "loot": [ { diff --git a/overworld/loot/global-treasure.json b/overworld/loot/global-treasure.json index 595562c9..90c7da33 100644 --- a/overworld/loot/global-treasure.json +++ b/overworld/loot/global-treasure.json @@ -1,6 +1,7 @@ { "name": "Global Treasure", - "rarity": 7, + "rarity": 1, + "maxPicked": 2, "loot": [ { "type": "DIAMOND", diff --git a/overworld/regions/temperate.json b/overworld/regions/temperate.json index d6da0360..01246875 100644 --- a/overworld/regions/temperate.json +++ b/overworld/regions/temperate.json @@ -14,6 +14,10 @@ "temperate-ocean", "temperate-ocean-deep" ], + "caveBiomes": [ + "temperate-old-cavern", + "temperate-cracked-cavern" + ], "structures": [ { "tileset": "village-dark", diff --git a/overworld/regions/tundra.json b/overworld/regions/tundra.json index 2e27a1bd..eb49a9f9 100644 --- a/overworld/regions/tundra.json +++ b/overworld/regions/tundra.json @@ -18,6 +18,9 @@ "tundra-beach", "tundra-beach-stone" ], + "caveBiomes": [ + "tundra-cavern" + ], "loot": { "tables": [ "cold-food", diff --git a/overworld/structures/murky-stronghold.json b/overworld/structures/murky-stronghold.json index 25599977..0e14a4c7 100644 --- a/overworld/structures/murky-stronghold.json +++ b/overworld/structures/murky-stronghold.json @@ -12,8 +12,7 @@ "hot-treasure", "cold-treasure", "global-tools" - ], - "multiplier": 3 + ] }, "tiles": [ { diff --git a/overworld/structures/village-dark.json b/overworld/structures/village-dark.json index 3754df1f..c332513d 100644 --- a/overworld/structures/village-dark.json +++ b/overworld/structures/village-dark.json @@ -4,6 +4,15 @@ "gridSize": 20, "maxLayers": 1, "wallChance": 0.435, + "loot": { + "tables": [ + "global-treasure", + "tropical-treasure", + "hot-treasure", + "cold-treasure", + "global-tools" + ] + }, "tiles": [ { "ceiling": "AGNOSTIC", diff --git a/overworld/structures/village.json b/overworld/structures/village.json index 7a9bc319..f270b5d9 100644 --- a/overworld/structures/village.json +++ b/overworld/structures/village.json @@ -4,6 +4,15 @@ "gridSize": 11, "maxLayers": 1, "wallChance": 0.435, + "loot": { + "tables": [ + "global-treasure", + "tropical-treasure", + "hot-treasure", + "cold-treasure", + "global-tools" + ] + }, "tiles": [ { "ceiling": "AGNOSTIC",