cglatot / PokeManager

Uses Python API for Pokemon Go to mass transfer Pokemon
Other
146 stars 31 forks source link

Showing numbers of pokemon to transfer then evolve #52

Closed BeardAnnihilator closed 8 years ago

BeardAnnihilator commented 8 years ago

Calculate first the number of pokemon to transfer and then the updated number of pokemon to evolve. Also the math is know taking consideration of the bonus candy after each evolution

fprovostpoulin commented 8 years ago

"Only for 12 candies pokemon" Would be a must in my opinion

BeardAnnihilator commented 8 years ago

Do you mean showing this column and updated number of evolution just for 12 candies Pokemons and not for the other ones ?

fprovostpoulin commented 8 years ago

Yes. The only pokemon you want to evolve in batch are pidgey, caterpie and weedles... which are the one providing easy exp

BeardAnnihilator commented 8 years ago

That's true, but having the information does not hurt right ? While being more candy-expensive Rattata and Zubats are pretty common as well.

A screenshot of my zubats below, image

Note than technically there is enough candy just for 3 evolutions but by transferring and because of the evolution bonus candy, I can grind for a fourth evolution.

I could not transfer the Zubats and still be able to do 4 evolutions but I personally like to keep my pokemon count as low as possible.

So it tells how many I can transfer without loosing an opportunity of evolving.

fprovostpoulin commented 8 years ago

Same for me.

For when is the batch evolution coming ?

Félix Provost-Poulin

Software Engeneer Bacc. and MBA Candidate Cellulaire : (514) 463-1978

2016-08-09 22:19 GMT-04:00 Periphanos Alexandre notifications@github.com:

That's true, but having the information does not hurt right ? While being more candy-expensive Rattata and Zubats are pretty common as well.

A screenshot of my zubats below, [image: image] https://cloud.githubusercontent.com/assets/5519146/17539669/58ff5cf2-5ef3-11e6-8e15-d0a52515e185.png

Note than technically there is enough candy just for 3 evolutions but by transferring and because of the evolution bonus candy, I can grind for a fourth evolution.

I could not transfer the Zubats and still be able to do 4 evolutions but I personally like to keep my pokemon count as low as possible.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cglatot/PokeManager/pull/52#issuecomment-238748151, or mute the thread https://github.com/notifications/unsubscribe-auth/ARHK3zmBICzYNVvhGSwcE6mkWdcKCOfbks5qeTUvgaJpZM4Jgr0r .

BeardAnnihilator commented 8 years ago

I realized the title of the pull-request was misleading, this code modification does not automatically transfer and evolve it just shows the optimum numbers for you to manually do it.

The actual batch evolution, hmmm, I am going to have a look !

BeardAnnihilator commented 8 years ago

To many changes - closing