PokemonGoF / PokemonGo-Bot

The Pokemon Go Bot, baking with community.
MIT License
3.87k stars 1.54k forks source link

Keep # Pokemon based on Candy on hand #1973

Closed k4n30 closed 8 years ago

k4n30 commented 8 years ago

1395 brought the functionality of keeping Pokemon based on CP or IV

1472 brought the ability to release based on BOTH

New feature requested:

Add an additional check based on candy amount (global on/off - configurable in config) that allows you to keep Pokemon based on the number of candy.

eg.

  1. Pidgey requires 12 candy to evolve and you currently have 118 pidgey candy, and 9 pidgey's in your Pokemon bag
  2. You capture a new pidgey (taking candy to 121, and pidgeys in your bag to 10)
  3. The release config has something like "Pidgey": {"keep_best_cp": 2, "keep_best_iv": 3, "keep_candy_evolution_ratio" : true}
  4. The config would also have a "keep Pokemon for lucky egg mass evolve spree" true/false field set to true
  5. The new pidgey is NOT released due to keeping the candy to evolution ratio

This would be useful for when it came time to drop a lucky egg and do the mass evolving, but if you didn't actually have the right ratio of Pokemon to candy on hand, the lucky egg would be wasted (or run out before finding enough to evolve)

k4n30 commented 8 years ago

1972 - Seems we both had the same idea at the same time :p

HecticSeptic commented 8 years ago

Indeed, uncanny. It's the same suggestion.

slatspie commented 8 years ago

This would be a handy feature. I mentioned it in #1528 a couple days ago too.

elicwhite commented 8 years ago

I think this is a great feature. New workers are appreciated

nanogirl21 commented 8 years ago

I would love this

k4n30 commented 8 years ago

@MFizz - any chance?

k4n30 commented 8 years ago

394 another issue with the same request.

All the issues need to be cleaned up and consolidated

elicwhite commented 8 years ago

@k4n30 Thanks for pointing that out. Closing this as a duplicate of #394.