

If you contribute a new sheet or help improve an existing sheet, you agree that your contribution is released under the MIT License as well.Half the fun of a tabletop RPG is getting to create a character.
BLOOD OF HEROES CHARACTER SHEET CODE
LicenseĪll of the code (HTML/CSS) of the sheets in this repository is released under the MIT license (see LICENSE file for details).

Sheet translations submitted outside of Crowdin will not be accepted and/or will be overwritten by Crowdin. We use Crowdin to crowdsource and manage translations for various aspects of our site.Ĭheck out the Help Center articles and Community Wiki documentation below to learn about translations and to help us make Roll20 accessible in as many languages as possible! Contributors are encouraged to open a GitHub issue if their changes haven't appeared 24 hours after the Pull Request has been merged. Once a Pull Request has been merged, changes should be served on within approximately ten minutes. Pull Requests are reviewed at least weekly by 00:00 UTC on Thursdays, although cadence is often more frequent. Please see this document for more information.Īll contributions to this repository must meet the minimum requirements outlined in this article. It's integral to your sheet being implemented correctly that this format is followed. sheet.json - This JSON file includes metadata about the sheet, including the filenames for your sheet, your credit as author(s), and much more.preview.(jpg/png/gif) - This image file is what users will see as a preview, before selecting your sheet.However, CSS can be very versatile and such is used for much, much, much more. css - This CSS file is primarily responsible for adding styles to your character sheet. It might consist of inputs to store user data, buttons to make rolls to the VTT, repeating sections to store lists of information (like inventory items), or more advanced elements such as roll templates or sheet workers. html - This HTML file describes the structure and functionality of your character sheet.

⛵ There is plenty of documentation available on the Roll20 Help Center and on the community wiki, but here's a quick primer to get you started.Ī character sheet, at a minimum requires four files in an appropriately named subfolder of the repo: If you have a burning desire to start from scratch, and there isn't already an existing sheet for a game or system, then it's time to embark upon a voyage of discovery. This is a collaborative community, please feel empowered to collaborate!īeginner's Guide to GitHub - for Roll20 character sheets Starting a New Character Sheet We have learned from experience that it is better to have a single sheet that is contributed to by a number of people, rather than perpetuating the cycle of a contributing a sheet, losing interest, moving on, and then the next contributor creating an entirely new sheet.
