diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-02-10 00:47:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-09 23:47:54 +0000 |
| commit | 6b2c2afdbe54f4906c74f1084861ecf628b01272 (patch) | |
| tree | 369ffb6b2cf10eae2c3788eb10906dec962235cc /items/THORN_BOSS.json | |
| parent | fdfa0ab25c4f08df7d6b9cfd0dd93e159337509e (diff) | |
| download | NotEnoughUpdates-REPO-6b2c2afdbe54f4906c74f1084861ecf628b01272.tar.gz NotEnoughUpdates-REPO-6b2c2afdbe54f4906c74f1084861ecf628b01272.tar.bz2 NotEnoughUpdates-REPO-6b2c2afdbe54f4906c74f1084861ecf628b01272.zip | |
feat: (new) Dungeon Drops in Drop Table and more accurate chances (#1661)
Diffstat (limited to 'items/THORN_BOSS.json')
| -rw-r--r-- | items/THORN_BOSS.json | 54 |
1 files changed, 36 insertions, 18 deletions
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" ] } |
