About This File
A 6e multipage HTML export format for Hero Designer
In addition to using it as is, a user can also enable the "Notes 5" tab using HD's Campaign Preferences feature, allowing a given character using such a Campaign Preferences ruleset to opt into altered and / or enhanced output when exported using this template.
The more prominent options available are:
-
Combat Page:
- Hit Locations
- Hit Location notes
- Range Modifier notes
-
Suppress any of the standard maneuvers that have common Martial equivalents
- For instance, on a character with Martial Throw, it can be convenient to omit standard Throw from the Combat Maneuver chart
- The format is "var flagShow<Standard Maneuver Name>=false;"
-
Bio / Background page:
- Suppress the entire page from the output (useful for minions, and generic write ups)
-
Other:
- Change colors (main, alt, link)
- Change fonts
-
inject custom logic to interject whatever valid javascript logic you want
- function applyExportSettingsOverride(){ /* whatever js code you want here */ }
- Various header and subheader text replacements (which I should make the time to document, but currently are discoverable by reading the function applyExportSettings() in the template document)
What's New in Version 2.6.0 See changelog
Released
- Tweaked layouts.
- Changed "default" mode to "ALL" instead of "PROFILE" (In other words, originally the page would load / refresh to show the 1st page with the other pages hidden; this apparently confused people. Now all the pages are shown unless a user clicks a button to filter to a specific page)
- Removed sub headers from page; this reclaimed vertical real estate.
- New font family (Roboto font family replaces a mix of Monda and Quantico)
- Added support for a new Notes variable, flagShowBio (boolean), which if set to false will cause the Bio page to be entirely hidden (in some cases I have minion files with background field data populated but opt to not output it for specific use cases; having a runtime bool variable allows selectively suppressing outputting the info without deleting the background fields from HD to trigger the IFBACKGROUND placeholder in the template)
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.