This repository provides JSON game data and schema definitions for the Daggerheart System Reference Document (SRD). Use these files to build custom websites, bots, tools, and more for our favorite TTRPG!
For example, this data powers daggersearch.com
This product includes materials from the Daggerheart System Reference Document 1.0, © Critical Role, LLC. under the terms of the Darrington Press Community Gaming (DPCGL) License. More information can be found at https://www.daggerheart.com. There are no previous modifications by others.
Releases have their own directory (e.g. core) that contains JSON files for ancestries, communities, subclasses, domain cards, etc.
The _schemas directory contains JSON schemas that validate the JSON files in release directories.
Create a fork of this repository, then clone your fork and install dependencies:
git clone https://github.com/YOUR-USERNAME/daggerheart-data.git
cd daggerheart-data
npm installAfter making any changes, format and validate by running:
npm run format
npm run validateWhen you're done, push your changes and open a pull request!
For questions or issues, please open an issue on GitHub.