two-shots-later / vitruvian-vtt

A TTRP companion that is free, open-source and supported by the community.
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Serialize Player Handbook to work off of #9

Closed Gearhartlove closed 1 month ago

Gearhartlove commented 1 month ago

Is your feature request related to a problem? Please describe. We have 0 data in the system. We need to be able to list classes, items, deities, and much more info. Serializing the 5e tools handbook data is the first step to translating this material into a friendly format.

Describe the solution you'd like A ton of struct's with fancy serialization serde logic.

Describe alternatives you've considered NA

Additional context NA

Gearhartlove commented 1 month ago

The next steps are to process & store this data in a more friendly version for others to consume. Something like a SQLite .db file or ideally something more document friendly if I can find one.

Gearhartlove commented 1 month ago

We are switching gears to use data from https://github.com/foundryvtt/pf2e.