vinnymac / PokeNurse

💉 A tool for Pokémon Go to aid in transferring and evolving Pokémon
283 stars 48 forks source link

Finer grain IV #61

Closed SteinerKD closed 8 years ago

SteinerKD commented 8 years ago

Would it be possible to get the IV value with a decimal point? Currently it seems that all values are rounded down to the closest full percent so that .0 and .9 look the same despite being almost a full point apart (not even rounded to the closest value, always down). Just one decimal would be just fine.

Thank you for your time and effort!

mackhankins commented 8 years ago

To my knowledge we aren't altering the IV values. That's handled from the pogobuff library. You might want to make an issue over there or PR. Checkout around line 223

SteinerKD commented 8 years ago

Ok, will do. the one decimal seems to be the de facto standard used by all IV tools so it would be nice if this tool would be able to have that too (and I really like your work although I mainly use it for the IV :P ).

mackhankins commented 8 years ago

@SteinerKD I think it would be great. I've never seen them in the decimal format, but I honestly haven't used any other tools other than this one. I always assumed it came from the servers that way. I'm going to close this for now since we're trying to get v1.1.1 out the door. Open another issue if you make progress with pogobuff.