-
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
Keep best 2 attack pokemon #4084
Comments
You can use "dps" as a sorting order in Pokemon optimizer. Check if it fits your need. |
What determines the best attack in your mind @Tagada22 ? DPS as Anakin mention, or highest number is best? |
Gym fighting is not just a matter of attack value, some secondary moves have longer "Dodge Window", that allows players to dodge the still easier; some moves have lower attack value but higher DPS, which generates more damage. |
You can use dps_defense and dps_attack not sure how accurately these are calculated though. dps_defense I believe would be the best for defending a gym, and the other is attacking a gym. I think the AI for gym defense needs a rework, Since they don't dodge and can attack only every 2 seconds makes most gyms with enough time a push over.
Not sure how well this would work. I don't know python very well but if you could define the key to sort by in the config for each pokemon then use that key it could be neat. For example...
|
On the dev branch, you can now keep your Pokemons according to a selection of your own criteria among: 'cp','iv', 'iv_attack', 'iv_defense', 'iv_stamina', 'moveset.attack_perfection', 'moveset.defense_perfection', 'hp', 'hp_max'. Check the docs and let me know if (1) it's working and (2) answer your question. ;) |
I'm not sure if this is exactly Tagada22 asked for since this feature haven't been tested by users yet and I'm a bit confuse about the meaning of moveset.defense_perfection and moveset.attack_perfection. |
@Tagada22 Can you review latest dev and see if it meets your needs |
Hello
Its possible to keep pokemon with the bestet attack
Exemple :
Dragonite :
Dragon claw : 35
Dragon : dragon pulse : 65
Transfert pokemon
Dragon claw : 35
Hyper beam : 120
Keep pokemon
http://www.pokemongodb.net/2016/05/dragonite.html?m=1
Combined this setting and iv 100% we can have the most powerful pokemon.
Maybe options is already implanted or next feature ?
The text was updated successfully, but these errors were encountered: