-
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
Pokemon Optimizer Improvements: buddy, evolve to final, evolve for xp #5478
Conversation
Are you sure we want to use new feature on old API version? |
I guess we have to use the most recent version of the API . |
It's also needed to add the buddy distance for each pokemon at |
PokemonOptimizer is my main pokemon maintain task, it's very helpful. |
I added the distances in the file. Cannot see it in the review because too big but it's there. |
I dont use optimizer. Too lazy to set it up and the last and only time I did, it released all my 7 100% snorlaxes rofl |
Add evolve_to_final and improve evolve_for_xp. Rescale upgrade levels. Remove 2% rule.
Anyone to approve ? |
candy
,candy_to_evolution
andevolution_cost
criteria to help in the selection of next buddy. They can also be used for keep, evolve and upgrade.max_cp
criteriacandy
= from highest to lowest,-candy
= from lowest to highest.evolve_for_xp
parameter (read the doc !)evolve_to_final
parameter (read the doc !)transfer_wait_min
andtransfer_wait_max
toaction_wait_min
andaction_wait_max
since the timer is used for all actions in inventory.Evolve only certain pokemons for PokemonOptimizer #4693 PokemonOptimizer - enhanced evolve_for_xp config and logic #5188 [Feature Request] Pokemon Optimizer: Only evolve to final stage #5390