-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
CatchLimiter #5666
Comments
I considered that, but wanted to get it at least started without making it too complex. Pending feedback from others, this is an option to consider. |
If this is added, we probably should remove |
indeed to not have any conflicts |
@acurioustale No need to remove that. Even if we implement this, it will work differently. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Short Description
I love the new function "CatchLimiter".
{
"type": "CatchLimiter",
"config": {
"enabled": true,
"min_balls": 20,
"duration": 15
}
},
Possible solution
Wouldn't be nicer to have the choice on which Pokeballs you wanna have on 20.
{
"type": "CatchLimiter",
"config": {
"enabled": true,
}
},
How it would help others
The text was updated successfully, but these errors were encountered: