rpg-cards-to-book-view
print rpg cards in book view
Project maintained by arwyl
Hosted on GitHub Pages — Theme by mattgraham
rpg-cards-to-book-view
This project allows one to print rpg cards json in a book view format.
Currently some card-specific json properties and card elements are not supported:
- icon
- color
- count
- icon_back
- background_image
- rule element
- fill element
- boxes element
Online example
Tested in Google Chrome only so may not work in other browsers.
Notes
- experimental sorting by spell level just searches for the word ‘cantrip’ (equals to zero) or any number in subtitle element and sorts by it (with hope that spells and only spells will have a number in subtitle element)
Special thanks to
- crobi for creating the rpg-cards format
- colinmarc for a great DnD spellbook generator (from which I took some ideas and fonts)