From adb6e64e75d56e34b24ca3eee7de0e7ebe0d37ae Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Mon, 5 Jul 2021 01:16:15 -0700 Subject: [PATCH] LOOT --- loot/beach-clutter.json | 12 +- loot/cactus-clutter.json | 4 +- loot/cave-clutter.json | 18 ++- loot/cold-food.json | 4 +- loot/cold-treasure.json | 8 +- loot/frozen-clutter.json | 15 +++ loot/global-clutter.json | 13 ++- loot/global-tools.json | 2 +- loot/global-treasure.json | 16 ++- loot/hot-food.json | 10 ++ loot/hot-treasure.json | 8 +- loot/mushroom-clutter.json | 29 ++++- loot/mushroom-food.json | 5 + loot/ocean-clutter.json | 9 +- loot/snow-clutter.json | 20 +++- loot/swamp-clutter.json | 7 +- loot/swamp-food.json | 7 +- loot/temperate-clutter.json | 2 +- loot/temperate-food.json | 2 +- loot/tropical-food.json | 11 +- loot/tropical-treasure.json | 216 +++++++++--------------------------- 21 files changed, 223 insertions(+), 195 deletions(-) diff --git a/loot/beach-clutter.json b/loot/beach-clutter.json index 2c657717..798c5f89 100644 --- a/loot/beach-clutter.json +++ b/loot/beach-clutter.json @@ -2,7 +2,7 @@ "name": "Beach Clutter", "rarity": 1, "maxPicked": 2, - "minPicked": 1, + "minPicked": 0, "loot": [ { "type": "sugar_cane", @@ -19,6 +19,16 @@ "type": "sugar", "maxAmount": 3, "slotTypes": "STORAGE" + }, + { + "type": "sand", + "maxAmount": 8, + "slotTypes": "STORAGE" + }, + { + "type": "clay", + "maxAmount": 3, + "slotTypes": "STORAGE" } ] } \ No newline at end of file diff --git a/loot/cactus-clutter.json b/loot/cactus-clutter.json index 0f8fd608..05420d6b 100644 --- a/loot/cactus-clutter.json +++ b/loot/cactus-clutter.json @@ -1,8 +1,8 @@ { "name": "Cactus Clutter", "rarity": 1, - "maxPicked": 1, - "minPicked": 1, + "maxPicked": 2, + "minPicked": 0, "loot": [ { "type": "cactus", diff --git a/loot/cave-clutter.json b/loot/cave-clutter.json index 2a60129b..62ad32f1 100644 --- a/loot/cave-clutter.json +++ b/loot/cave-clutter.json @@ -2,7 +2,7 @@ "name": "Cave Clutter", "rarity": 1, "maxPicked": 2, - "minPicked": 1, + "minPicked": 0, "loot": [ { "type": "torch", @@ -28,6 +28,22 @@ "type": "deepslate", "maxAmount": 10, "slotTypes": "STORAGE" + }, + { + "type": "black_candle", + "maxAmount": 5, + "slotTypes": "STORAGE" + }, + { + "type": "amethyst_cluster", + "maxAmount": 2, + "slotTypes": "STORAGE" + }, + { + "type": "skeleton_skull", + "maxAmount": 1, + "rarity": 2, + "slotTypes": "STORAGE" } ] } \ No newline at end of file diff --git a/loot/cold-food.json b/loot/cold-food.json index 4c1e19e0..7a652068 100644 --- a/loot/cold-food.json +++ b/loot/cold-food.json @@ -1,7 +1,7 @@ { "name": "Cold Food", "rarity": 1, - "maxPicked": 1, + "maxPicked": 2, "minPicked": 0, "loot": [ { @@ -26,7 +26,7 @@ }, { "type": "sweet_berries", - "maxAmount": 2, + "maxAmount": 4, "slotTypes": "STORAGE" } ] diff --git a/loot/cold-treasure.json b/loot/cold-treasure.json index d95d2bad..b6006430 100644 --- a/loot/cold-treasure.json +++ b/loot/cold-treasure.json @@ -1,7 +1,7 @@ { "name": "Cold Treasure", "rarity": 1, - "maxPicked": 1, + "maxPicked": 2, "minPicked": 1, "loot": [ { @@ -10,6 +10,12 @@ "minAmount": 2, "slotTypes": "STORAGE" }, + { + "type": "tinted_glass", + "maxAmount": 4, + "minAmount": 2, + "slotTypes": "STORAGE" + }, { "type": "iron_ingot", "maxAmount": 5, diff --git a/loot/frozen-clutter.json b/loot/frozen-clutter.json index 9eb60690..a2994368 100644 --- a/loot/frozen-clutter.json +++ b/loot/frozen-clutter.json @@ -24,6 +24,21 @@ "type": "wheat", "maxAmount": 6, "slotTypes": "STORAGE" + }, + { + "type": "cobblestone", + "maxAmount": 7, + "slotTypes": "STORAGE" + }, + { + "type": "diorite", + "maxAmount": 7, + "slotTypes": "STORAGE" + }, + { + "type": "blue_candle", + "maxAmount": 3, + "slotTypes": "STORAGE" } ] } \ No newline at end of file diff --git a/loot/global-clutter.json b/loot/global-clutter.json index 5ec60df0..b674e324 100644 --- a/loot/global-clutter.json +++ b/loot/global-clutter.json @@ -2,7 +2,7 @@ "name": "Global Clutter", "rarity": 1, "maxPicked": 2, - "minPicked": 1, + "minPicked": 0, "loot": [ { "type": "stone", @@ -33,6 +33,17 @@ "type": "ladder", "maxAmount": 2, "slotTypes": "STORAGE" + }, + { + "type": "torch", + "maxAmount": 4, + "slotTypes": "STORAGE" + }, + { + "type": "lightning_rod", + "maxAmount": 4, + "rarity": 3, + "slotTypes": "STORAGE" } ] } \ No newline at end of file diff --git a/loot/global-tools.json b/loot/global-tools.json index 516219a7..8c267521 100644 --- a/loot/global-tools.json +++ b/loot/global-tools.json @@ -1,7 +1,7 @@ { "name": "Global Tools", "rarity": 2, - "maxPicked": 1, + "maxPicked": 2, "minPicked": 0, "loot": [ { diff --git a/loot/global-treasure.json b/loot/global-treasure.json index 53f3c9f5..e677ec7e 100644 --- a/loot/global-treasure.json +++ b/loot/global-treasure.json @@ -1,17 +1,19 @@ { "name": "Global Treasure", "rarity": 1, - "maxPicked": 1, - "minPicked": 1, + "maxPicked": 2, + "minPicked": 0, "loot": [ { "type": "diamond", - "maxamount": 1, + "maxamount": 3, + "rarity": 2, "slottypes": "STORAGE" }, { "type": "ender_pearl", - "maxamount": 1, + "maxamount": 2, + "rarity": 2, "slottypes": "STORAGE" }, { @@ -21,12 +23,14 @@ }, { "type": "obsidian", - "maxamount": 1, + "maxamount": 4, + "rarity": 2, "slottypes": "STORAGE" }, { "type": "iron_ingot", - "maxamount": 3, + "maxamount": 4, + "rarity": 2, "slottypes": "STORAGE" }, { diff --git a/loot/hot-food.json b/loot/hot-food.json index cb42379f..8e2ffdaf 100644 --- a/loot/hot-food.json +++ b/loot/hot-food.json @@ -13,6 +13,16 @@ "type": "dried_kelp", "maxAmount": 6, "slotTypes": "STORAGE" + }, + { + "type": "baked_potato", + "maxAmount": 6, + "slotTypes": "STORAGE" + }, + { + "type": "wheat", + "maxAmount": 6, + "slotTypes": "STORAGE" } ] } \ No newline at end of file diff --git a/loot/hot-treasure.json b/loot/hot-treasure.json index a3fb6abb..90a719cc 100644 --- a/loot/hot-treasure.json +++ b/loot/hot-treasure.json @@ -1,7 +1,7 @@ { "name": "Hot Treasure", "rarity": 1, - "maxPicked": 1, + "maxPicked": 2, "minPicked": 1, "loot": [ { @@ -24,8 +24,14 @@ "maxAmount": 1, "slotTypes": "STORAGE" }, + { + "type": "tnt", + "maxAmount": 1, + "slotTypes": "STORAGE" + }, { "type": "golden_boots", + "rarity": 5, "maxAmount": 1, "minDurability": 0.93, "maxDurability": 1, diff --git a/loot/mushroom-clutter.json b/loot/mushroom-clutter.json index 87bbadd3..dab37f28 100644 --- a/loot/mushroom-clutter.json +++ b/loot/mushroom-clutter.json @@ -1,7 +1,7 @@ { "name": "Mushroom Clutter", "rarity": 1, - "maxPicked": 2, + "maxPicked": 3, "minPicked": 1, "loot": [ { @@ -14,6 +14,11 @@ "maxAmount": 5, "slotTypes": "STORAGE" }, + { + "type": "glow_item_frame", + "maxAmount": 3, + "slotTypes": "STORAGE" + }, { "type": "warped_fungus", "maxAmount": 3, @@ -23,6 +28,28 @@ "type": "crimson_fungus", "maxAmount": 3, "slotTypes": "STORAGE" + }, + { + "type": "mycelium", + "maxAmount": 1, + "rarity": 2, + "slotTypes": "STORAGE" + }, + { + "type": "netherite_scrap", + "maxAmount": 1, + "rarity": 4, + "slotTypes": "STORAGE" + }, + { + "type": "bowl", + "maxAmount": 2, + "slotTypes": "STORAGE" + }, + { + "type": "coal", + "maxAmount": 2, + "slotTypes": "STORAGE" } ] } \ No newline at end of file diff --git a/loot/mushroom-food.json b/loot/mushroom-food.json index 94139a98..31ad1995 100644 --- a/loot/mushroom-food.json +++ b/loot/mushroom-food.json @@ -18,6 +18,11 @@ "type": "mushroom_stew", "maxAmount": 1, "slotTypes": "STORAGE" + }, + { + "type": "rotten_flesh", + "maxAmount": 1, + "slotTypes": "STORAGE" } ] } \ No newline at end of file diff --git a/loot/ocean-clutter.json b/loot/ocean-clutter.json index 30f9ba60..ccbd6c97 100644 --- a/loot/ocean-clutter.json +++ b/loot/ocean-clutter.json @@ -2,7 +2,7 @@ "name": "Ocean Clutter", "rarity": 1, "maxPicked": 2, - "minPicked": 1, + "minPicked": 0, "loot": [ { "type": "wet_sponge", @@ -22,6 +22,11 @@ { "type": "fishing_rod", "maxAmount": 1, + "enchantments": [ + { + "enchantment": "DURABILITY", "maxLevel": 2 + } + ], "slotTypes": "STORAGE" }, { @@ -75,7 +80,7 @@ { "type": "trident", "maxAmount": 1, - "rarity": 2, + "rarity": 5, "enchantments": [ { "enchantment": "CHANNELING", "maxLevel": 3, diff --git a/loot/snow-clutter.json b/loot/snow-clutter.json index 5ffebb17..7100f2ce 100644 --- a/loot/snow-clutter.json +++ b/loot/snow-clutter.json @@ -1,8 +1,8 @@ { "name": "Snow Clutter", "rarity": 1, - "maxPicked": 1, - "minPicked": 1, + "maxPicked": 2, + "minPicked": 0, "loot": [ { "type": "snowball", @@ -17,6 +17,22 @@ { "type": "blue_ice", "maxAmount": 2, + "rarity": 2, + "slotTypes": "STORAGE" + }, + { + "type": "ice", + "maxAmount": 2, + "slotTypes": "STORAGE" + }, + { + "type": "white_stained_glass", + "maxAmount": 5, + "slotTypes": "STORAGE" + }, + { + "type": "soul_torch", + "maxAmount": 3, "slotTypes": "STORAGE" } ] diff --git a/loot/swamp-clutter.json b/loot/swamp-clutter.json index 5783f553..ad438e19 100644 --- a/loot/swamp-clutter.json +++ b/loot/swamp-clutter.json @@ -1,7 +1,7 @@ { "name": "Swamp Clutter", "rarity": 1, - "maxPicked": 1, + "maxPicked": 2, "minPicked": 1, "loot": [ { @@ -29,11 +29,6 @@ "maxAmount": 2, "slotTypes": "STORAGE" }, - { - "type": "diamond", - "maxAmount": 2, - "slotTypes": "STORAGE" - }, { "type": "coal", "maxAmount": 16, diff --git a/loot/swamp-food.json b/loot/swamp-food.json index 4d08b17e..88196763 100644 --- a/loot/swamp-food.json +++ b/loot/swamp-food.json @@ -2,7 +2,7 @@ "name": "Swamp Food", "rarity": 1, "maxPicked": 2, - "minPicked": 0, + "minPicked": 1, "loot": [ { "type": "spider_eye", @@ -23,6 +23,11 @@ "type": "poisonous_potato", "maxAmount": 5, "slotTypes": "STORAGE" + }, + { + "type": "pumpkin_pie", + "maxAmount": 1, + "slotTypes": "STORAGE" } ] } \ No newline at end of file diff --git a/loot/temperate-clutter.json b/loot/temperate-clutter.json index d0e57495..f1518ccd 100644 --- a/loot/temperate-clutter.json +++ b/loot/temperate-clutter.json @@ -2,7 +2,7 @@ "name": "Temperate Clutter", "rarity": 1, "maxPicked": 2, - "minPicked": 0, + "minPicked": 1, "loot": [ { "type": "oak_planks", diff --git a/loot/temperate-food.json b/loot/temperate-food.json index 325621c5..81d7171f 100644 --- a/loot/temperate-food.json +++ b/loot/temperate-food.json @@ -2,7 +2,7 @@ "name": "Temperate Food", "rarity": 1, "maxPicked": 2, - "minPicked": 0, + "minPicked": 1, "loot": [ { "type": "bread", diff --git a/loot/tropical-food.json b/loot/tropical-food.json index 25bef202..a9b6658e 100644 --- a/loot/tropical-food.json +++ b/loot/tropical-food.json @@ -2,7 +2,7 @@ "name": "Tropical Food", "rarity": 1, "maxPicked": 2, - "minPicked": 0, + "minPicked": 1, "loot": [ { "type": "melon_slice", @@ -21,8 +21,15 @@ }, { "type": "cocoa_beans", - "maxAmount": 3, + "maxAmount": 5, "slotTypes": "STORAGE" + }, + { + "type": "glow_berries", + "maxamount": 5, + "minAmount": 1, + "rarity": 1, + "slottypes": "STORAGE" } ] } \ No newline at end of file diff --git a/loot/tropical-treasure.json b/loot/tropical-treasure.json index b3fc4ebd..f3fcc0f4 100644 --- a/loot/tropical-treasure.json +++ b/loot/tropical-treasure.json @@ -1,208 +1,98 @@ { "name": "Tropical Treasure", "rarity": 1, - "maxPicked": 1, - "minPicked": 1, + "maxPicked": 2, + "minPicked": 0, "loot": [ { - "type": "wooden_pickaxe", - "maxamount": 1, - "mindurability": 0.2, - "maxdurability": 0.8, + "type": "raw_copper", + "maxamount": 5, + "minAmount": 1, + "rarity": 1, "slottypes": "STORAGE" }, { - "type": "flint_and_steel", - "maxamount": 1, - "mindurability": 0.2, - "maxdurability": 0.8, - "slottypes": "STORAGE" - } - ,{ - "type": "shears", - "maxamount": 1, - "mindurability": 0.2, - "maxdurability": 0.8, + "type": "quartz", + "maxamount": 5, + "minAmount": 1, + "rarity": 1, "slottypes": "STORAGE" }, { - "type": "bow", - "maxamount": 1, - "mindurability": 0.4, - "maxdurability": 0.8, + "type": "trident", + "maxamount": 5, + "minAmount": 1, + "rarity": 5, "slottypes": "STORAGE" }, { - "type": "arrow", - "maxamount": 21, + "type": "glow_berries", + "maxamount": 5, + "minAmount": 1, + "rarity": 1, "slottypes": "STORAGE" }, { - "type": "stone_pickaxe", - "maxamount": 1, - "mindurability": 0.4, - "maxdurability": 0.8, + "type": "scute", + "maxamount": 3, + "minAmount": 2, + "rarity": 2, "slottypes": "STORAGE" }, { - "type": "iron_pickaxe", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.8, + "type": "raw_copper", + "maxamount": 5, + "minAmount": 1, + "rarity": 1, "slottypes": "STORAGE" }, { - "type": "diamond_pickaxe", + "type": "heart_of_the_sea", "maxamount": 1, - "mindurability": 0.6, - "maxdurability": 0.8, + "minAmount": 1, + "rarity": 5, "slottypes": "STORAGE" }, { - "type": "golden_pickaxe", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.9, + "type": "axolotl_bucket", + "maxamount": 5, + "minAmount": 1, + "rarity": 1, "slottypes": "STORAGE" }, { - "type": "wooden_sword", - "maxamount": 1, - "mindurability": 0.2, - "maxdurability": 0.8, + "type": "totem_of_undying", + "maxamount": 5, + "minAmount": 1, + "rarity": 3, "slottypes": "STORAGE" }, { - "type": "stone_sword", - "maxamount": 1, - "mindurability": 0.4, - "maxdurability": 0.8, + "type": "sea_lantern", + "maxamount": 5, + "minAmount": 1, + "rarity": 1, "slottypes": "STORAGE" }, { - "type": "iron_sword", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.8, + "type": "glow_ink_sac", + "maxamount": 5, + "minAmount": 1, + "rarity": 1, "slottypes": "STORAGE" }, { - "type": "diamond_sword", - "maxamount": 1, - "mindurability": 0.6, - "maxdurability": 0.8, + "type": "prismarine_shard", + "maxamount": 5, + "minAmount": 1, + "rarity": 2, "slottypes": "STORAGE" }, { - "type": "golden_sword", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.9, - "slottypes": "STORAGE" - }, - { - "type": "wooden_axe", - "maxamount": 1, - "mindurability": 0.2, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "stone_axe", - "maxamount": 1, - "mindurability": 0.4, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "iron_axe", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "diamond_axe", - "maxamount": 1, - "mindurability": 0.6, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "golden_axe", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.9, - "slottypes": "STORAGE" - }, - { - "type": "wooden_hoe", - "maxamount": 1, - "mindurability": 0.2, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "stone_hoe", - "maxamount": 1, - "mindurability": 0.4, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "iron_hoe", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "diamond_hoe", - "maxamount": 1, - "mindurability": 0.6, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "golden_hoe", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.9, - "slottypes": "STORAGE" - }, - { - "type": "wooden_shovel", - "maxamount": 1, - "mindurability": 0.2, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "stone_shovel", - "maxamount": 1, - "mindurability": 0.4, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "iron_shovel", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "diamond_shovel", - "maxamount": 1, - "mindurability": 0.6, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "golden_shovel", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.9, + "type": "prismarine_crystals", + "maxamount": 5, + "minAmount": 1, + "rarity": 2, "slottypes": "STORAGE" } ]