Skip to content

daggersearch/daggerheart-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daggerheart Data

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

Darrington Press Community Gaming License

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.

Structure

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.

Contributing

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 install

After making any changes, format and validate by running:

npm run format
npm run validate

When you're done, push your changes and open a pull request!

Support

For questions or issues, please open an issue on GitHub.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages