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/SCARF_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/SCARF_BOSS.json')
| -rw-r--r-- | items/SCARF_BOSS.json | 45 |
1 files changed, 36 insertions, 9 deletions
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" ] } |
