Add missing evolution entries#1525
Conversation
Added missing evolution location "New Mauville" for "Magneton" and "Probopass" in ORAS
Added missing evolution location "Petalburg Woods" for "Leafeon" in ORAS Added missing evolution location "Shoal Cave" for "Glaceon" in ORAS
|
Hi! For Leafeon I see that being close to a Moss Rock is needed for eevee to evolve. Is there a way to map this requirement? And for Gleceon one must be at the lowest level of the cave: https://pokeapi.co/api/v2/location/445 Which in the API is a location-area. Can we also map that? |
The But this might not be necessary, because as you stated, Leafeon requires sth like "close-to-moss-rock", and also Glaceon requires "close-to-ice-rock" (The "lowest level of the cave" just happens to be the area, where ice-rocks can be found). Leafeon (470)
Glaceon (471)
But how should these methods be added? It wouldnt make sence to add them as a "location_id", neither as a "location-area" and at the moment, every (level-up) evolution for these two has a "location_id" mapped, so ALL of them would need to be adjusted. How would you suggest, we should add these (level-up) methods/areas? |
|
There are only 19 location-based evolutions currently in the database. I'm familiar with updating the evolution details, so if we think it would be more descriptive I can go in after this PR and update these locations to point to the relevant location areas. That still wouldn't be able to specify things like "close-to-moss-rock", as there are no evolution conditions like there are for encounters. But I think it would be sufficient. What do we think? |
Change description
Added missing evolution locations:
AI coding assistance disclosure
Used AI to get a better understanding of the
pokemon_evolutions.csvand its connections with other .csv files.All changes were made manually though.
Contributor check list