Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.85 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.85 KB

Statblock Shop

Statblock Shop is a simple, free, and open-source application for creating, viewing, and managing monster statblocks for Dungeons and Dragons 5th Edition. DMs can quickly throw together a new monster, or edit an existing one to fit their needs. It also supports the creation of encounter sheets, for a print-out or webpage with all the monsters in a particular encounter. So what are you waiting for, start making your own monsters!

WARNING: Due to lack of browser support for the way this app renders statblocks, only Chrome is currently supported. If time permits, I would like to support other browsers.

Building & Contributing

Statblock Shop runs entirely on the front-end, so you can easily run an instance on your own server and edit the code to your heart's desire. There are no setup commands for this project, this start a local webserver and get going! I use:

python -m SimpleHTTPServer

Want to help? File a pull request!

Have a problem? File an issue!

Built with

Versioning

I use SemVer for versioning. The public API is considered to be the monster JSON format. To see a version history, look at the Releases page.

Authors

Statblock Shop is built with ❤️ and 🐉 by Sam Beckmann, who's definitely not a Beholder in disguise.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments