This project provides a web-based tool that calculates the optimal equipment loadout for characters in the game Deltarune.
- Automated "Best-in-Slot" Calculation
- Party Selection
- Item Quantity Management
- Comprehensive Equipment Database
- Self-Contained Application
- Open the
index.htmlfile in a web browser. - Select the characters currently in your party.
- Check the boxes for all the weapons and armor you have collected.
- For any items you have more than one of, adjust the quantity in the number input that appears.
- Click the "Calculate Optimal Loadouts" button.
- View the results, which show the best equipment for each selected character.
Try the calculator without downloading: Live Demo
- Fixed uncaught ReferenceError:
characterPriorities is not definedby correcting variable references tocharacterPriorityWeightsin loadApplicationState()