-
-
Notifications
You must be signed in to change notification settings - Fork 7
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 are not evolving if caught at level above when they would normally evolve #82
Comments
Hm could list those pokemon ? |
So far teddiursa, although tomorrow I will know more as I am close to leveling up a few. |
azurill as well now |
@jrsukinik i found it. This issue is that right now pokemon that need certain conditions to evolve is not implemented. Right now you can only evolve pokemon with items needed for evolution aswell as by leveling your pokemon. |
okay, so even though teddiursa evolves into ursaring at 32 without any special conditions, since the final evolution has special requirements, it will not evolve at all? |
@jrsukinik Teddiursa evolves at level 30 https://bulbapedia.bulbagarden.net/wiki/Teddiursa_(Pok%C3%A9mon) |
@jrsukinik |
noticed the same with machop too. Leveled up from 36-37 with no evolution. Maybe pokemon with special requirements for any evolution are having difficulty. I will try out a pokemon that has no special requirements at all |
@jrsukinik Yea exactly - if a pokemon needs certain requirements aswell it wont evolve. (Didnt integrate this yet because it very time intensive to code this) even though machop should have evolved at Basically pokemon only can evolve at their evolution level. Else they wont evolve. If u like i can help with the evolution for now if you just send me your mainpokemon.json and mypokemon.json then i cant reiterate those pokemons for you / evolve them. |
got it, just found the same with shinx being level 28->29. No need with the pokemon, I will release them and start fresh, no big deal |
Out of curiosity, is it possible to add >= to the level for evolution for a pokemon? Perhaps that would solve it, saying , for example, "evolevel": >=28? |
@jrsukinik Yes that should be possible ! I will also be adding a everstone option for people who dont want to evolve their pokemon ! |
@lqvu2205 There are alot of feature requests, but I'm tryign to implement this aswell :) |
Hello! I am new to the add-on and have been loving it. However, i recently caught a number of pokemon above lvl 40 (for example teddiursa), which are not evolving after being leveled up. Do you have an idea of what is going on?
The text was updated successfully, but these errors were encountered: