You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lets you keep your x best CP pokemon as well as your y best iv pokemon.
for example:
release: {
"any": {"keep_best_cp": 1, "keep_best_iv": 1}
}
will keep 2 magikarps:
120cp, 0.54iv
10cp, 0.96iv
Actual Behaviour
Currently, setting both appears to only consider the last rule, in this case it will only keep your y best IV pokemon:
release: {
"any": {"keep_best_cp": x, "keep_best_iv": y}
}
Expected Behaviour
release: {
"any": {"keep_best_cp": x, "keep_best_iv": y}
}
Lets you keep your x best CP pokemon as well as your y best iv pokemon.
for example:
release: {
"any": {"keep_best_cp": 1, "keep_best_iv": 1}
}
will keep 2 magikarps:
120cp, 0.54iv
10cp, 0.96iv
Actual Behaviour
Currently, setting both appears to only consider the last rule, in this case it will only keep your y best IV pokemon:
release: {
"any": {"keep_best_cp": x, "keep_best_iv": y}
}
Other Information
OS: Mac OS X
Git Commit: 47cf9db
The text was updated successfully, but these errors were encountered: