rsek / datasworn

The successor to the original Datasworn repository and Dataforged package, which provide game rules from the Ironsworn and Ironsworn: Starforged TTRPGs in JSON.
https://ko-fi.com/r_sek
120 stars 26 forks source link

Provide an "à la carte" version of the schema for assets, moves, etc #18

Closed rsek closed 1 month ago

rsek commented 7 months ago

Tools like @effortlessmountain's asset workbench create assets as standalone objects. User-created moves and assets in VTT environments generally work this way, too. Dealing with the entire hierarchy, ID generation, and so on is outside of their scope... for good reason!

There should be a way to produce portable JSON data for moves and assets. other types would be a nice addition.

Goals