refactor pokemon and item data#213
Conversation
Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
…licity Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
…ost places Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
… use pokedex-promise-v2 - working in progress on translating new evolutions generated from generate-pokemon.mjs - renamed generate-pokemon-de.mjs to generate-pokemon.mjs and added all scripts to package.json Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
- add translations for items and some location fallback logic Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
… data via new pokeapi-static-client.mjs Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
… fix readme Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
- remove alt texts in many places where they are not needed because they lead to unwanted visual inconsistencies - fix pokemon sprites in DeleteLinkModal.tsx and SelectLossModal.tsx to use generationSpritePath Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
Maybe check all evolution methods again, I just checked Eevee and these two and all had something wrong |
I'll check filters again. Probably something wrong. |
The missing locations for ORAS is a pokeapi data problem in my opinion, so best to open a pr there, because pokemon.ts is generated and shouldn't be edited. They are probably all missing because Evolution Locations like that didn't exist back in gen 3 and they didn't add them afterwards. |
Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
|
Yes i meant the Gen 8 Stone Evolution i filtered out. nosepass is missing there. I only used this list to adjust filters and didn't check all evo locations. |
|
Change made, waiting for approval PokeAPI/pokeapi#1525 |
…ally resolve item slugs Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
…ion tooltips Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
… all pokemon in all games Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
…alization, toggle size adjustments and adding it to settingspage Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>
|
I made the suggested changes and also added generation sprite fallbacks for all gens. We should also think about, if we want to merge this pr before the pokeapi changes are live (and deploy the pokemon.ts changes some other time) or if we wait. After merging: import migrated database json to firebase! |
Signed-off-by: Jan L <80320565+joos-too@users.noreply.github.com>









-> needs a better solution i guess
After merging: import migrated database json to firebase!