ryanbarr / harvest-monster

A tool to help you sell Path of Exile Harvest crafts on The Forbidden Trove.
https://www.harvestmonster.com
GNU General Public License v3.0
10 stars 1 forks source link

Inventory value bar is incorrectly calculated. #14

Closed ryanbarr closed 2 years ago

ryanbarr commented 2 years ago

Describe the bug In some cases, the inventory value calculation is off by a factor over 2:1.

To Reproduce Steps to reproduce the behavior:

  1. Have multiple crafts with various inventory values and quantities.
  2. Look at total inventory value.

Expected behavior An accurate inventory value should be displayed.

Screenshots image

Additional context N/A

ryanbarr commented 2 years ago

This is due to getInventory() and how quantity multiples works.

Floating points in JavaScript are no fun.

ryanbarr commented 2 years ago

Resolved with 42bcd0c