Jump to content

7 Screenshots

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 1.0.0   See changelog

Released

No changelog available for this version.


User Feedback

Recommended Comments

I just resize the image to maintain aspect ratio and avoid forcing large image dowloads, personally. 400-450px height and no more than 350px width works. You're free to modify your copy of the export format however you like, of course.

Link to comment
Share on other sites

FYI, if you edit your Campaign Rules, on the Settings tab, to enable Notes 5, you can include various js variables which will be included in the export and drive some dynamic behavior. The most significant use of this is to include rDEF values to output in the hit location chart. It can also be used to put range levels and hit location notes on the combat page. For instance, the following text included on the Note 5 tab:

 

var loc3 = '0/9';
var loc4 = '0/9';
var loc5 = '0/9';
var loc6 = '0/9';
var loc7 = '0/9';
var loc8 = '0/9';
var loc9 = '0/9';
var loc10 = '0/9';
var loc11 = '4/13';
var loc12 = '4/13';
var loc13 = '4/13';
var loc14 = '0/9';
var loc15 = '0/9';
var loc16 = '0/9';
var loc17 = '0/9';
var loc18 = '0/9';

var tdHitLocationNotes= '+6 to offset Called Shot Penalties to hit location 4 with Guns<br />+2 to offset Called Shot Penalties with Glock 20';
var tdRangeModifiersNotes= '+2 PSLs vs Range Mod with Glock 20';

 

 

produces this output:

 

image.png.9c5b72e22bfc48bab879cd4230cbd639.png

Link to comment
Share on other sites

You can also override many of the headers with more flavorful values. For instance, the following text block:

 

var tdTactics= 'WORLD FAMOUS SECRET AGENT';
var tdQuote='SOUND BITES';
var tdPersonality='WHAT YOU SEE IS WHAT YOU GET';
var tdBiography='ONE OF A KIND';
var tdNonPowers='TRADECRAFT';
var tdPowers='CYBERLINE GADGETS AND PURE AWESOMENESS';
var tdCampaignUse='BEING JOHN WRATH';
 

personalizes this character's sheet: 

 

http://www.killershrike.com/SybylyneConspiracy/Timelines/Charlie/John Wrath the Solo Avenger.html

 

image.png.4212fa101038f26edb37c3f973db9373.png

 

Link to comment
Share on other sites

You can also override colors...and font families...


var colorMain='blue';
var colorAlt='silver';
var colorLink='silver';
var fontFamilyHeaders = 'Quantico, sans-serif;';
var fontFamilyMain = 'Helvetica, sans-serif;';

 

image.png.7f7a66849dea4ec238c5619746623003.png

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...