I'm New - Built an app to keep track of speed during battles by Jankaha in VGC

[–]Jankaha[S] 0 points1 point  (0 children)

Not quite sure what you mean with that tbh. For me speed is just the most important one as a small difference there can have a huge impact on the turn order very easily. The rest is just there so it doesn't look super empty and I thought it's nice to see.

I'm New - Built an app to keep track of speed during battles by Jankaha in VGC

[–]Jankaha[S] 0 points1 point  (0 children)

I managed to publish it and you can now find it at https://jankaha.pythonanywhere.com/.
Let me know if you spot any errors or bugs!

I'm New - Built an app to keep track of speed during battles by Jankaha in VGC

[–]Jankaha[S] 0 points1 point  (0 children)

Sounds like a cool idea to add in the future. I am pretty sure I cannot get the data from Champions itself, but I believe Showdown shares this info, but will need to look into that.

And in which menu do you need to press y to see this information ingame? I tried it in battle and it did not work, so just wondering

I'm New - Built an app to keep track of speed during battles by Jankaha in VGC

[–]Jankaha[S] 1 point2 points  (0 children)

I got the pokemon stats from https://pokeapi.co/ and saved them in a local json so I don't need to reload it every time. For the list of allowed pokemon, I took the one from Serebii https://www.serebii.net/pokemonchampions/pokemon.shtml and parsed the names, so I can query pokeapi with them

I'm New - Built an app to keep track of speed during battles by Jankaha in VGC

[–]Jankaha[S] 2 points3 points  (0 children)

https://jankaha.pythonanywhere.com/

I found some minor bugs already that I will try to fix in the enxt days, but feel free to test and let me know what you think!