#Pokemon with incorrect egg steps

16 messages · Page 1 of 1 (latest)

boreal prawn
#

Correct me if this is a deliberate change, but I noticed that a few pokemon suddenly have very different egg steps than they had in the previous version. Leafeon and Glaceon, for example, now have 4,800 egg steps rather than the 2,120 of the other eeveelutions. I believe Magnezone and Vikavolt have also been changed, not sure if there are any others.

steady cargo
#

probopass has been effected as well

vagrant prawn
#

It appears to be Pokémon that evolve via dungeon evos? Odd

prisma dagger
#

No. Pokemon with multiple evo methods from one form to another.

vagrant prawn
#

Ah, that makes more sense

prisma dagger
#

this line now multplies the evolved pokémon eggstep by 1.5. Now guess what happens if you have multiple lines of evo, lol.

carmine timber
#

For some reason it was changed to iterate multiple times on the same data (so 800 * 1.5^5), whereas previously it would have just set 800 * 1.5 five separate times

prisma dagger
#

Bad code to fix Santa Snorlax eggsteps.

winter fable
#

megas are supposed to have greater egg steps correct?

#

evolution lines not incrementing the egg steps either

gaunt summit
#

Sooo that's why it changed all vitamin setup and I updated it 😦

thin swift
#

I would think something like this would warrant a hotfix.

carmine timber
#

Fix for this and other things have already been merged, an update will come

vagrant prawn