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 .
×

Custom sheet using sheet.json dependent sheet as a base

I'm trying to hack in a few changes for a homebrewed FAGE game I'll be running soon. I (perhaps foolishly) hacked the base AGE system sheet to my liking and then obviously it doesn't work when I try and bring it into a custom game because the age system sheet.json does a fair load of things (primarlly setting what age game type your using and changing the content of the page acordingly). I was thinking I'd just be able to setAttrs all the attributes controled by the sheet.json on sheet:opened and that'd be that but it doesn't seem to be working like I thought it would. In the UI it's almost like it's not even loading the css at all. I can see in the browser dev tools that it's getting the attributes I'm setting but the sheet is still showing the unstyled version you'd get if you didn't have a sheet.json. Anyone got any ideas what I might be doing wrong/if i can even do what I'm trying to do?
1662753733
vÍnce
Pro
Sheet Author
You may need to use Legacy Mode to solve your css issues. <a href="https://wiki.roll20.net/Legacy_Sheet_Sanitization#Using_a_Legacy_Sheet" rel="nofollow">https://wiki.roll20.net/Legacy_Sheet_Sanitization#Using_a_Legacy_Sheet</a> Hard to tell on your sheetworkers. You might need to post what you added.