gmiclotte / gear-optimizer

Gear optimizer for NGU Idle.
24 stars 19 forks source link

Add ability to load from ngusav.es json file #61

Closed rvazarkar closed 4 years ago

rvazarkar commented 4 years ago

Currently it fully updates your highest looty, highest pendant, current zone, and the levels of all your equipped gear. If you optionally check the Disable unowned items box, it will also disable any items you don't own, which makes it easy to optimize current gear. I added the reset gear button to re-enable all the items + set levels to 100.

It also fills in some data in the augments tab.

I'm not far enough in the game to implement the other settings, but this is a good start.

rvazarkar commented 4 years ago

image

I've attached an image to show what it looks like after I uploaded my own save

gmiclotte commented 4 years ago

Nice! I'll give it a try. I'll probably refactor the getZone method and maybe move the input fields around a bit, before merging.

gmiclotte commented 4 years ago

There we go, hope I didn't break anything along the way.

Thanks a lot!