diff --git a/overworld/biomes/swamp-mountains.json b/overworld/biomes/swamp-mountains.json index 3296a58b..ccb9e8aa 100644 --- a/overworld/biomes/swamp-mountains.json +++ b/overworld/biomes/swamp-mountains.json @@ -24,6 +24,16 @@ ] } ], + "structures": [ + { + "tileset": "murky-stronghold", + "zoom": 1.14, + "ratio": 0.59, + "height": 67, + "rarity": 44, + "shuffle": 16 + } + ], "objects": [ { "chance": 0.000256, diff --git a/overworld/biomes/swamp-mushroom.json b/overworld/biomes/swamp-mushroom.json index be9338d3..0f68bf05 100644 --- a/overworld/biomes/swamp-mushroom.json +++ b/overworld/biomes/swamp-mushroom.json @@ -253,6 +253,16 @@ } } ], + "structures": [ + { + "tileset": "murky-stronghold", + "zoom": 1.14, + "ratio": 0.59, + "height": 45, + "rarity": 55, + "shuffle": 16 + } + ], "decorators":[ { "zoom":0.3, diff --git a/overworld/biomes/swamp-roofed.json b/overworld/biomes/swamp-roofed.json index 270bc1e2..f09b5291 100644 --- a/overworld/biomes/swamp-roofed.json +++ b/overworld/biomes/swamp-roofed.json @@ -236,6 +236,16 @@ } } ], + "structures": [ + { + "tileset": "murky-stronghold", + "zoom": 1.15, + "ratio": 0.58, + "height": 53, + "rarity": 41, + "shuffle": 11 + } + ], "children": [ "swamp-dark-oak-denmyre" ], diff --git a/overworld/biomes/swamp-willow-forest.json b/overworld/biomes/swamp-willow-forest.json index e73283ce..dfceff9a 100644 --- a/overworld/biomes/swamp-willow-forest.json +++ b/overworld/biomes/swamp-willow-forest.json @@ -33,6 +33,16 @@ ] } ], + "structures": [ + { + "tileset": "murky-stronghold", + "zoom": 1.14, + "ratio": 0.59, + "height": 58, + "rarity": 37, + "shuffle": 16 + } + ], "wall": { "dispersion": "SCATTER", diff --git a/overworld/regions/swamp.json b/overworld/regions/swamp.json index 01240765..9a89002b 100644 --- a/overworld/regions/swamp.json +++ b/overworld/regions/swamp.json @@ -18,16 +18,6 @@ "swamp-beach" ], - "structures": [ - { - "tileset": "example", - "zoom": 1.125, - "ratio": 0.57, - "height": 24, - "rarity": 28, - "shuffle": 16 - } - ], "caveBiomes":[ "swamp-murky-cavern" ],