SkyBlock Loot Calculator

A website that gathers drop chances from the Hypixel SkyBlock Wiki and uses them to calculate an expected value for each dungeon floor and loot chest.


In Hypixel SkyBlock, a common question to hear in-game is: “Is it profitable to re-roll this dungeon chest?”

Since the cost to re-roll and the profit obtained from a dungeon chest are both based on the market, the answer to this question changes frequently. This is why I created a tool that fetches market prices, calculates an expected value based on the posted drop rates of various items in the loot table, and presents the user with a simple, definitive answer.

This project has two subprojects:

  • The extractor is a Node.js script that fetches SkyBlock Wiki pages, parses their HTML content, and converts the set of tabs and tables into a JSON file.
  • The website is a Next.js site which uses the data file generated by the extractor and auction price data from Tricked’s lowestbins to calculate expected value per run and whether it is worth the cost to reroll chests.