Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Building character sheets from Pug, Sass, and Typescript

1682400855
Bill G.
Pro
Sheet Author
Rather than hand-assembling a new character sheet, I decided to use templating and preprocessing stuff that's used elsewhere on the Web all the time. The result is this repository: <a href="https://github.com/astralfrontier/megalos-roll20" rel="nofollow">https://github.com/astralfrontier/megalos-roll20</a> If people are interested in putting together moderately complex character sheets, with examples of custom roll parsing, sheet tabs, and selectively hidden attributes, you can find all of that here.
1682431416
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Yep, pug and scss make sheet creation much easier. A small suggestion, but you may want to clarify which files/directories are for your specific sheet, and which are for the framework in general. From experience it can be more complicated than you think to get folks to understand the purpose of framework code.