theastrogoth / tera-raid-builder

A tool for simulating Tera Raid battles in Pokémon Scarlet & Violet
https://theastrogoth.github.io/tera-raid-builder/
4 stars 3 forks source link

Update assets using Showdown data #182

Closed theastrogoth closed 8 months ago

theastrogoth commented 8 months ago

Use Showdown data to fill in missing move assets, as well as add the following to each:

Pokemon assets were updated as well, with:

The _allmoves.json and _allspecies.json files, which contain the concatenated contents of all of the move data and species data files respectively, were also added. These could be useful for tackling #107 without having to fetch each file individually.

closes #177 should be merged at the same time as #183