d3sim icon indicating copy to clipboard operation
d3sim copied to clipboard

Time investment calculator

Open john-riordan opened this issue 10 years ago • 1 comments

I quite enjoy your Kadala simulator. It would be hella rad if you added a function to estimate time spent farming:

time = (( shards spent / 250) * 5) / 60)hours

Effectively this would calculate the number of hours spent if you're doing the typical 40+ 5 minute GR run.

This combined with the ability to flag what you're looking for and having the system auto-roll until one is generated (say you're looking for an ancient furnace) would be a pretty cool way to top-off what you've already built.

john-riordan avatar Apr 26 '15 05:04 john-riordan

This is definitely something I want to work on. Right now every instance of the app stores a bunch of data to localStorage that I want to use to create some d3 charts:

  • Lifetime Bloodshards spent, by class and by slot.
  • Times any given rarity of an item has been seen (magic,rare,legendary,ancient,set,ancientset) for any given class and slot.
  • Times any given legendary has been seen when rolling for any given class and slot. Also tracks times an item has been seen as ancient.

benstepp avatar Apr 27 '15 13:04 benstepp