Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Go to the "Adjust" tab and click on "Other Adjustments" then look for "Saving Throw or Saving Throw, All". These will give a generic "Bonus" or "Penalty" to saves.
If you need a specific Named type of bonus/penalty you can use my "Adjustments addon" to do that.
Oops guess I read that a little too fast. My bad! I mixed up DCs with saves.The "Saving Throw" and "Saving Throw, All" adjustments change the Ref/Fort/Will saves of the character on which the adjustment is added, not the save DC of his spells (spells that the adjusted character is casting).
I'll take a look at your Adjustments addon, as well as the Spell Focus feats. One of those might do what I need. Thanks![]()
Skull & Shackles campaign traits are using & instead of & in the Trait Category, resulting in XML Errors when it is exported.
I'm not sure that the & -> & translation is the problem... I think the ampersand may be breaking my sheet because I specified UTF-8 character encoding but Hero Lab is forcing ISO-8859-1 character encoding.
I'm still testing though... not 100% sure yet.
Does that also mean that your sheet is not available if the PC being used for Hero Lab is not online when trying to use your sheet?For anyone keep up with technical tid-bits... the problem turned out to be neither of the above (of course).
The problem was that I was putting my JavaScript code through an online service to minify it so that the file size would be smaller. In it's own attempt to deal with ampersands, that online service corrupted the JavaScript code that I had written to deal with ampersands.
Web technologies are great, but so fragile in certain ways...
Does that also mean that your sheet is not available if the PC being used for Hero Lab is not online when trying to use your sheet?
I thought so, but just wanted to be sure, since some of the locations I hope to use Hero Lab at don't offer publicly available wifi.Not at all... I was using that service as part of the *development* of the sheet, not at run-time. The sheet can be used without any internet connection at all.