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/THORN_BOSS.json | 54 ++++++++++++++++++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 18 deletions(-) (limited to 'items/THORN_BOSS.json') diff --git a/items/THORN_BOSS.json b/items/THORN_BOSS.json index 335b74a8..3427109b 100644 --- a/items/THORN_BOSS.json +++ b/items/THORN_BOSS.json @@ -31,57 +31,65 @@ "drops": [ { "id": "SPIRIT_BONE", - "chance": "2.44%", + "chance": "2.410%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §61,500,000 coins" ] }, { "id": "SPIRIT_WING", - "chance": "2.44%", + "chance": "2.410%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §62,000,000 coins" ] }, { "id": "THORNS_BOOTS", - "chance": "1.22%", + "chance": "1.205%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §64,000,000 coins" ] }, { "id": "SPIRIT_SWORD", - "chance": "1.22%", + "chance": "1.205%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §63,000,000 coins" ] }, { "id": "ITEM_SPIRIT_BOW", - "chance": "1.22%", + "chance": "1.205%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §64,000,000 coins" ] }, { "id": "SPIRIT;3", - "chance": "1.03%", + "chance": "1.031%", "extra": [ + "§e§lFound in: §bDiamond Chest", "§e§lChest Price: §61,000,000 coins" ] }, { "id": "SPIRIT;4", - "chance": "1.22%", + "chance": "1.205%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §65,000,000 coins" ] }, { "id": "SPIRIT_DECOY", - "chance": "2.44%", + "chance": "2.410%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §61,500,000 coins" ] } @@ -95,71 +103,81 @@ "drops": [ { "id": "SPIRIT_BONE", - "chance": "4.8%", + "chance": "2.740%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §61,500,000 coins" ] }, { "id": "SPIRIT_WING", - "chance": "4.34%", + "chance": "2.740%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §62,000,000 coins" ] }, { "id": "THORNS_BOOTS", - "chance": "2.17%", + "chance": "1.370%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §64,000,000 coins" ] }, { "id": "SPIRIT_SWORD", - "chance": "2.17%", + "chance": "1.370%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §63,000,000 coins" ] }, { "id": "ITEM_SPIRIT_BOW", - "chance": "2.17%", + "chance": "1.370%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §64,000,000 coins" ] }, { "id": "SPIRIT;3", - "chance": "1.03%", + "chance": "1.031%", "extra": [ + "§e§lFound in: §bDiamond Chest", "§e§lChest Price: §61,000,000 coins" ] }, { "id": "SPIRIT;4", - "chance": "2.4%", + "chance": "1.370%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §61,000,000 coins" ] }, { "id": "SPIRIT_DECOY", - "chance": "5.2%", + "chance": "2.740%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §61,500,000 coins" ] }, { "id": "SECOND_MASTER_STAR", - "chance": "2.78%", + "chance": "2.740%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §66,000,000 coins" ] }, { "id": "MASTER_SKULL_TIER_3", - "chance": "6.51%", + "chance": "4.110%", "extra": [ + "§e§lFound in: §5Obsidian Chest", "§e§lChest Price: §62,000,000 coins" ] } -- cgit