From 6b2c2afdbe54f4906c74f1084861ecf628b01272 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 10 Feb 2025 00:47:54 +0100 Subject: feat: (new) Dungeon Drops in Drop Table and more accurate chances (#1661) --- items/SCARF_BOSS.json | 45 ++++++++++++++++++++++++++++++++++++--------- 1 file changed, 36 insertions(+), 9 deletions(-) (limited to 'items/SCARF_BOSS.json') diff --git a/items/SCARF_BOSS.json b/items/SCARF_BOSS.json index d96b6682..34d3159d 100644 --- a/items/SCARF_BOSS.json +++ b/items/SCARF_BOSS.json @@ -32,20 +32,35 @@ "drops": [ { "id": "RED_SCARF", - "chance": "1.69%", - "extra": ["§e§lChest Price: §6500,000 coins"] + "chance": "1.587%", + "extra": [ + "§e§lFound in: §5Obsidian Chest", + "§e§lChest Price: §6500,000 coins" + ] }, { "id": "SCARF_STUDIES", - "chance": "11.21%", - "extra": ["§e§lChest Price: §6500,000 coins"] + "chance": "6.349%", + "extra": [ + "§e§lFound in: §5Obsidian Chest", + "§e§lChest Price: §6500,000 coins" + ] }, { "id": "STONE_BLADE", - "chance": "3.39%", + "chance": "3.175%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §61,500,000 coins" ] + }, + { + "id": "ADAPTIVE_BELT", + "chance": "4.762%", + "extra": [ + "§e§lFound in: §5Obsidian Chest", + "§e§lChest Price: §6500,000 coins" + ] } ] }, @@ -57,29 +72,41 @@ "drops": [ { "id": "RED_SCARF", - "chance": "3.23%", + "chance": "1.613%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §6500,000 coins" ] }, { "id": "SCARF_STUDIES", - "chance": "13.78%", + "chance": "6.452%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §6500,000 coins" ] }, { "id": "STONE_BLADE", - "chance": "4.27%", + "chance": "3.226%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §61,500,000 coins" ] }, { "id": "MASTER_SKULL_TIER_2", - "chance": "6.41%", + "chance": "4.839%", + "extra": [ + "§e§lFound in: §5Obsidian Chest", + "§e§lChest Price: §6500,000 coins" + ] + }, + { + "id": "ADAPTIVE_BELT", + "chance": "4.839%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §6500,000 coins" ] } -- cgit