We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If we have 3 pokemon of a type and wanted to keep the 2 best IV and two pokemon have the same low IV, we would like to keep the one with max CP
[20:25:39] Keep 2 best Slowpoke, based on iv [20:25:39] Slowpoke [CP 274] [Potential 0.56] [20:25:39] Slowpoke [CP 172] [Potential 0.51] [20:25:39] Exchange 1 pokemon(s) [20:25:39] Exchanging Slowpoke [CP 392] [Potential 0.51] for candy!
Farm pokemon and have some luck :)
OS: OSX Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here) 34caa00
The text was updated successfully, but these errors were encountered:
Fixed by #1472
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
If we have 3 pokemon of a type and wanted to keep the 2 best IV and two pokemon have the same low IV, we would like to keep the one with max CP
Actual Behavior
[20:25:39] Keep 2 best Slowpoke, based on iv
[20:25:39] Slowpoke [CP 274] [Potential 0.56]
[20:25:39] Slowpoke [CP 172] [Potential 0.51]
[20:25:39] Exchange 1 pokemon(s)
[20:25:39] Exchanging Slowpoke [CP 392] [Potential 0.51] for candy!
Steps to Reproduce
Farm pokemon and have some luck :)
Other Information
OS: OSX
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
34caa00
The text was updated successfully, but these errors were encountered: