-
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
Nickname, best moveset based on dps #4871
Comments
Does anybody think this is important? Because I do. Currently, I am using this site: So, if possible, I would like a feature like: to override this line: Thank you very much! |
Actually, if the best 15 overall can be known is enough. |
Here's another reference for you @avexus |
We have functionality now to nickname Pokemon, closing this issue. If there are stil things missing, please open a new issue. |
I did a search online, the best moveset are almost always based on dps, not the damage.
so, in nicknane template,
...
"good_attack_threshold": 0.8,
"nickname_template": "{ivcp_pct}_{attack_code}"
sometimes bad moves get capitalized.
Expected:
capitalization based on dps, not attack itself.
And it's pretty standard which moves are the best for each one. If it is the best, capitalize it. Making a lookup table for the best movesets are better than comparing if "good_attack_threshold": 0.8, is met.
The text was updated successfully, but these errors were encountered: