-
Notifications
You must be signed in to change notification settings - Fork 115
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
Request to change "evolvable" calculation #422
Comments
The problem is... I don't understand what you mean, sorry xD The column right now exactly shows you how many Pokémon are evolvable with your current candy and current Pokémon of that type. |
Okay, I suspected you would not understand it. Here's an example: you have 5 pidgeys and 20 candies. Right now the "evolvable" column will show 1. There is going to be 4 leftover pidgeys. If the program could count those in as candies then it would show me "evolvable:2" right away, although I did not transfer any pidgeys yet. The problem shows itself when you have a lot of those and you want to make preparations for pidgey farming. Like when I have 80 or so pidgey and it says "evolvable:30",right? I then remove all 50 extra pidgeys and when I'm done the operation it changes to "evolvable:34". But I already got rid of all extra pidgeys, so in the end I'm sitting with 30 pidgeys, 34 of which could be evolvable. So right now I have to watch how many pidgeys I get rid off. First I transfer lets say 47, wait for the batch to complete and see how much can be evolved. Then I transfer another one. And so on until I have a perfect balance like "34pidgeys in storage, 34 pidgeys evolvable". If we use my formula people can just select all pidgeys, see how many are going to be evolvable and delete the remaining. |
Okay, understood now. I don't think it's a good idea to replace the column with the "new" calculation. Not everyone wants to transfer all his Pokémon just for evolve. I keep good IV pidgeys for example :P Maybe I'll go with another column. |
I keep the good ones too, but a good 60% of all pidgeys are trash so they are disposable. Anyway, thanks for considering this "new©" (patent pending) formula®. |
The next release will have in Evolvable column: "Evolvable without transfer / Evolvable transfering" |
Hello, can we change the algorithm to calculate how many pokemon can be evolved. Instead of calculating the number based on candy given AFTER evolve and transfer, use something like this:
Sorry for this horrible pseudocode, never coded anything myself except in MATLAB in university.
The text was updated successfully, but these errors were encountered: