pperle / PoGoIV_xposed

Xposed module that displays pokémon IV's
MIT License
42 stars 14 forks source link

[Feature request] berry catch rate modifier #9

Closed shark0der closed 8 years ago

shark0der commented 8 years ago

First of all, awesome piece of work! Thank you! I've stumbled across this https://pokemongo.gamepress.gg/catch-mechanics and was thinking it would be a nice idea to integrate some of these in the app, for example rate when using berry modifier in notification, maybe there's more useful info.

pperle commented 8 years ago

Do you mean like this:

CaptureProbability:
Pokéball: 35% (with Razzberry 52.5%)

Or do you want to update the info in the notification after a razzberry has been thrown?

shark0der commented 8 years ago

I think the provided example provides enough info so you won't have to sniff the razzbery throwing. Another idea would be to show rate per throw type, but as I can see that info is an assumption, nothing for sure yet.

Another idea that would probably go into a new feature request would be Pokémon suggestions when entering a gym (i.e. suggest best Pokémon trainer has to be used against the entered gym). What do you think?

pperle commented 8 years ago

added berry catch rate https://github.com/chuparCh0pper/PoGoIV_xposed/commit/857cc35f8c4bca90e5a24aab2dd71724cf36a9cc

when entering a gym (i.e. suggest best Pokémon trainer has to be used against the entered gym).

I think this would exceed the scope of this module. But it sounds like agood idea for a new module :wink:

shark0der commented 8 years ago

Wow, that was fast! Thanks! 👍