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
"nickname_above_iv": 0.8, "nickname_above_cp": 1500,
Expecting all pokemon above 1500 cp OR above 0.8 iv to be nicknamed
Only pokemon above 0.8 iv nicknamed. Regardless of CP. (below 1500 also nicknamed if iv>0.8
{ "type": "NicknamePokemon", "config": { "enabled": true, "nickname_above_iv": 0.8, "nickname_above_cp": 1500, "nickname_template": "{iv_pct}-{attack_code}-{name}", "nickname_wait_min": 3, "nickname_wait_max": 5 } },
The text was updated successfully, but these errors were encountered:
nickname_above_cp is not supported by NicknamePokemon task.
Sorry, something went wrong.
In that case, this please reopen as feature request
Please resubmit as feature request.
No branches or pull requests
Expected Behavior
Expecting all pokemon above 1500 cp OR above 0.8 iv to be nicknamed
Actual Behavior
Only pokemon above 0.8 iv nicknamed. Regardless of CP. (below 1500 also nicknamed if iv>0.8
{
"type": "NicknamePokemon",
"config": {
"enabled": true,
"nickname_above_iv": 0.8,
"nickname_above_cp": 1500,
"nickname_template": "{iv_pct}-{attack_code}-{name}",
"nickname_wait_min": 3,
"nickname_wait_max": 5
}
},
The text was updated successfully, but these errors were encountered: