-
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
specific release requirement is not overwriting the general one #3149
Comments
"release_below_iv": 0.8 it should be i think ;) for the specific rule. remove the // |
Thanks! I changed it (with my mistake, basically nothing below 280 will be kept |
It may be because of line 144 in transfer_pokemon.py:
I don't know why it should load the logic from 'any'. Currently, you need to specify cp, iv and logic in your config.json in order to solve this issue temparily. |
Do you mean I should change it to "release": { for the script to work? |
Wait. Do this.
Please let me make a palm face. |
It works now! Gosh, that was so dump // probably indicates a comment or something Thanks so much! (I am closing this) |
Hi I have problem with the release
the specific release requirement is not overwriting the "any"
Any suggestions?
Thanks!
Expected Behavior
"release": {
"any": {"release_below_cp": 280, "release_below_iv": 80, "logic": "and"},
"// Example of releasing Rattata:": {},
"// Rattata": {"release_below_cp": 330},
},
if a 300 cp 50iv Rattata is caught,
It should not be released by the general rule (cp >280)
but should be released by the specific rule (cp<330)
Actual Behavior
if a 300 cp 50iv Rattata is caught, it is actually kept.
So the specific rule is not working
Steps to Reproduce
Other Information
OS: Mac
The text was updated successfully, but these errors were encountered: