PokeAPI / pokeapi

The Pokémon API
https://pokeapi.co
BSD 3-Clause "New" or "Revised" License
4.41k stars 957 forks source link

Added legends arceus pokeballs #1118

Closed lati111 closed 3 months ago

lati111 commented 4 months ago
lati111 commented 4 months ago

Definitely mucked something up here, probably something with the sprites. Guess I'll have to do some more research on how it actually works instead of just trying a quick addition I was hoping it would be

phalt commented 4 months ago

@lati111 Take your time - its a big and complicated project now 😄 you got this!

lati111 commented 4 months ago

@lati111 Take your time - its a big and complicated project now 😄 you got this!

Indeed. It doesn't help that I can't find much internal documentation on the hows haha

Naramsim commented 4 months ago

Hi, I'm not sure we need to add a whole new category to the data.

Isn't it best to add just the new item and use the same category as the standard pokeball?

items.csv

4,poke-ball,34,200,,
...
2219,poke-ball-hisui,34,200,,...

Something like the above?

lati111 commented 4 months ago

Hi, I'm not sure we need to add a whole new category to the data.

Isn't it best to add just the new item and use the same category as the standard pokeball?

items.csv

4,poke-ball,34,200,,
...
2219,poke-ball-hisui,34,200,,...

Something like the above?

That definitely works as well. I assumed a new category would be requires as there are seperate categories for standard, special and apricorn balls already. I can definitely move it into that though.

Naramsim commented 4 months ago

Let's go with that. To me, these Pokeballs are basically the same as standard ones or special ones. They are restricted only to Pokemon Legends Arceus according to Bulbapedia.

Naramsim commented 3 months ago

Thanks @lati111

pokeapi-machine-user commented 3 months ago

A PokeAPI/api-data refresh has started. In ~45 minutes the staging branch of PokeAPI/api-data will be pushed with the new generated data.

The staging branch will be deployed in our staging environment and the entire API will be ready to review.

A Pull Request (master<-staging) will be also created at PokeAPI/api-data and assigned to the PokeAPI Core team to be reviewed. If approved and merged new data will soon be available worldwide at pokeapi.co.

pokeapi-machine-user commented 3 months ago

The updater script has finished its job and has now opened a Pull Request towards PokeAPI/api-data with the updated data.

The Pull Request can be seen deployed in our staging environment when CircleCI deploy will be finished (check the start time of the last build).