Commit graph

3 commits

Author SHA1 Message Date
2a9d1ce766 Add fetch_from_list static method
This backports the `fetch_from_list` static method to CharacterParser and WeaponParser. This will let us fetch data for a specific set of items instead of having to fetch one-by-one or fetch the entire dataset again.
2023-08-19 23:01:27 -07:00
6cd64e1eff Update code for FLB
If a weapon has ULB, it has FLB too
2023-08-19 22:58:15 -07:00
bd3464e589 Add weapon parser
The weapon parser parses through weapon pages.

It has the ability to parse skills but that is not complete yet.

It can go through every weapon on the wiki with the aid of the new `wiki_en` column and parse basic data successfully
2023-08-16 02:55:04 -07:00