fjallnari / morii-vtt

Web-based half-vtt for playing TTRPGs. Currently supports 5E, Cairn and Shadowdark.
https://moriivtt.com/
MIT License
12 stars 1 forks source link

Importing D&D Beyond character sheets #135

Open fjallnari opened 1 year ago

fjallnari commented 1 year ago

D&D Beyond has an official API endpoint - e.g. https://character-service.dndbeyond.com/character/v3/character/34855927, which returns any public character as .json. After that it's simply converting their schema to Morii 5E schema.

Visually I would add it as a dialog with simple id input, rest could be handled silently.