diff --git a/overworld/biomes/swamp-mountains.json b/overworld/biomes/swamp-mountains.json index 6ce7babb..6a6468cb 100644 --- a/overworld/biomes/swamp-mountains.json +++ b/overworld/biomes/swamp-mountains.json @@ -27,10 +27,10 @@ "structures": [ { "tileset": "murky-stronghold", - "zoom": 1.14, + "zoom": 3.14, "ratio": 0.59, "height": 67, - "rarity": 44, + "rarity": 33, "shuffle": 16 } ], diff --git a/overworld/biomes/swamp-roofed-marsh.json b/overworld/biomes/swamp-roofed-marsh.json index 93d3b41f..6eba34a8 100644 --- a/overworld/biomes/swamp-roofed-marsh.json +++ b/overworld/biomes/swamp-roofed-marsh.json @@ -253,10 +253,10 @@ "structures": [ { "tileset": "murky-stronghold", - "zoom": 1.15, + "zoom": 3.15, "ratio": 0.58, "height": 53, - "rarity": 41, + "rarity": 36, "shuffle": 11 } ], diff --git a/overworld/biomes/swamp-roofed.json b/overworld/biomes/swamp-roofed.json index 54056a94..7302351a 100644 --- a/overworld/biomes/swamp-roofed.json +++ b/overworld/biomes/swamp-roofed.json @@ -290,10 +290,10 @@ "structures": [ { "tileset": "murky-stronghold", - "zoom": 1.15, + "zoom": 3.15, "ratio": 0.58, "height": 53, - "rarity": 41, + "rarity": 32, "shuffle": 11 } ], diff --git a/overworld/biomes/swamp-willow-forest.json b/overworld/biomes/swamp-willow-forest.json index 5c510592..7a1edbe0 100644 --- a/overworld/biomes/swamp-willow-forest.json +++ b/overworld/biomes/swamp-willow-forest.json @@ -70,10 +70,10 @@ "structures": [ { "tileset": "murky-stronghold", - "zoom": 1.14, + "zoom": 3.14, "ratio": 0.59, "height": 58, - "rarity": 37, + "rarity": 31, "shuffle": 16 } ], diff --git a/overworld/biomes/tundra-beach.json b/overworld/biomes/tundra-beach.json index 8b1c1174..2007c050 100644 --- a/overworld/biomes/tundra-beach.json +++ b/overworld/biomes/tundra-beach.json @@ -48,7 +48,7 @@ }, { "zoom": 0.3, - "chance": 0.03, + "chance": 0.003, "palette": [ "minecraft:stone_button[face=floor,facing=east,powered=false]", "AIR", diff --git a/overworld/loot/global-tools.json b/overworld/loot/global-tools.json index 708dc780..1be3063f 100644 --- a/overworld/loot/global-tools.json +++ b/overworld/loot/global-tools.json @@ -1,11 +1,12 @@ { "name": "Global Tools", - "rarity": 21, + "rarity": 17, + "maxPicked": 1, "loot": [ { "type": "WOODEN_PICKAXE", "maxAmount": 1, - "rarity": 2, + "rarity": 5, "minDurability": 0.2, "maxDurability": 0.8, "slotTypes": "STORAGE" @@ -37,7 +38,7 @@ { "type": "ARROW", "maxAmount": 21, - "rarity": 7, + "rarity": 8, "slotTypes": "STORAGE" }, { @@ -75,7 +76,7 @@ { "type": "WOODEN_SWORD", "maxAmount": 1, - "rarity": 2, + "rarity": 5, "minDurability": 0.2, "maxDurability": 0.8, "slotTypes": "STORAGE" @@ -115,7 +116,7 @@ { "type": "WOODEN_AXE", "maxAmount": 1, - "rarity": 2, + "rarity": 5, "minDurability": 0.2, "maxDurability": 0.8, "slotTypes": "STORAGE" @@ -123,7 +124,7 @@ { "type": "STONE_AXE", "maxAmount": 1, - "rarity": 4, + "rarity": 5, "minDurability": 0.4, "maxDurability": 0.8, "slotTypes": "STORAGE" @@ -155,7 +156,7 @@ { "type": "WOODEN_HOE", "maxAmount": 1, - "rarity": 2, + "rarity": 5, "minDurability": 0.2, "maxDurability": 0.8, "slotTypes": "STORAGE" @@ -163,7 +164,7 @@ { "type": "STONE_HOE", "maxAmount": 1, - "rarity": 4, + "rarity": 5, "minDurability": 0.4, "maxDurability": 0.8, "slotTypes": "STORAGE" @@ -195,7 +196,7 @@ { "type": "WOODEN_SHOVEL", "maxAmount": 1, - "rarity": 2, + "rarity": 5, "minDurability": 0.2, "maxDurability": 0.8, "slotTypes": "STORAGE" @@ -203,7 +204,7 @@ { "type": "STONE_SHOVEL", "maxAmount": 1, - "rarity": 4, + "rarity": 5, "minDurability": 0.4, "maxDurability": 0.8, "slotTypes": "STORAGE" diff --git a/overworld/structures/murky-stronghold.json b/overworld/structures/murky-stronghold.json index ddd7ea9e..25599977 100644 --- a/overworld/structures/murky-stronghold.json +++ b/overworld/structures/murky-stronghold.json @@ -5,6 +5,16 @@ "maxLayers": 1, "mergeEdges": false, "wallChance": 0.45, + "loot": { + "tables": [ + "global-treasure", + "tropical-treasure", + "hot-treasure", + "cold-treasure", + "global-tools" + ], + "multiplier": 3 + }, "tiles": [ { "ceiling": "REQUIRED", @@ -197,11 +207,6 @@ "structure/murky-stronghold/c-ns-4" ] }, - - - - - { "ceiling": "REQUIRED", "floor": "REQUIRED", @@ -244,6 +249,5 @@ "structure/murky-stronghold/c-n-4" ] } - ] }