Skip to content
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

Closed
avexus opened this issue Aug 28, 2016 · 4 comments
Closed

Nickname, best moveset based on dps #4871

avexus opened this issue Aug 28, 2016 · 4 comments

Comments

@avexus
Copy link

avexus commented Aug 28, 2016

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.

@avexus
Copy link
Author

avexus commented Aug 29, 2016

Does anybody think this is important? Because I do.
Basically, I want a look up table to tell if the movesets are the best ones.
Everytime I want to see if they are, I will have to go on line to search for it, and very hard to remember for each one. I tried to write them down, but sometimes the notes are not handy.
And these tasks are what bots do best.

Currently, I am using this site:
http://www.pokemongodb.net/2016/05/snorlax.html

So, if possible, I would like a feature like:
"best_moveset_dps": true,

to override this line:
"good_attack_threshold": 0.8
or in default of this line.

Thank you very much!

@avexus avexus changed the title [FeatureRequest] Nickname, strong moveset based on dps Nickname, best moveset based on dps Aug 29, 2016
@avexus
Copy link
Author

avexus commented Aug 31, 2016

Actually, if the best 15 overall can be known is enough.
1 Mewtwo*
2 Dragonite
3 Mew*
4 Articuno*
5 Snorlax
6 Moltres*
7 Zapdos*
8 Lapras
9 Arcanine
10 Blastoise
11 Exeggutor
12 Vaporeon
13 Gyarados
14 Slowbro
15 Venusaur
considering 5 of them unavailable, 11 left.

@RedViper9
Copy link
Contributor

Here's another reference for you @avexus
http://pokemongo.gamepress.gg/

@davidakachaos
Copy link
Contributor

We have functionality now to nickname Pokemon, closing this issue. If there are stil things missing, please open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants