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
Ignore Pokemon based on the number of candies
candy = inventory.candies(True).get(pokemon.pokemon_id) if candy > candy_threshold: ignore() else: catch()
in config.json:
"catch": { "any": { "candy_threshold": 200 } },
It will benefit collection-only users. Keep account exp/h low.
The text was updated successfully, but these errors were encountered:
It will look more like human too.
Sorry, something went wrong.
Merged
No branches or pull requests
Short Description
Ignore Pokemon based on the number of candies
Possible solution
in config.json:
How it would help others
It will benefit collection-only users. Keep account exp/h low.
The text was updated successfully, but these errors were encountered: