Saves & Hit Points Output Sheet Tokens
Token Name: CHECK.x.y
Variables Used (x): Text (Save Type).
- FORTITUDE - Use Fortitude save Check.
- REFLEX - Use Reflex save Check.
- WILLPOWER - Use Willpower save Check.
Variables Used (y): Text (Save Filter).
- BASE - Displays only the class-based adjustment to the saving throw in question.
- EPIC - Displays Epic bonuses to the saving throw in question (TYPE=EPIC).
- FEATS - Displays only the bonuses from feats to the saving throw in question.
- MAGIC - Displays only the bonuses from magic to the saving throw in question.
- MISC - Displays class, domain, luck, magical, racial, etc, bonuses to the saving throw in question.
- RACE - Displays any racial bonuses to the saving throw in question.
- STATMOD - Displays any stat bonuses to the saving throw in question.
- TOTAL - Displays grand total for the saving throw in question.
What it does:
- Displays information about the characters saving throws.
- Any check defined in statsandchecks.lst can be used by this tag.
Example:
CHECK.REFLEX.FEATS
Would display only the bonuses from feats to the Reflex saving throw.
Token Name: HP
What it does:
Displays the characters maximum hit points.
Example:
HP
Would display the characters maximum hit points.
Token Name: HPROLL.x.y
Variables Used (x): Text (The level of the HP award).
Variables Used (y): Text (Property).
- None - Displays the number entered by the player for the x-th level HP roll.
- STAT - Displays the bonus due to stat modifier for the x-th level HP roll.
- TOTAL - Displays the total hp gained for the x-th level.
What it does:
Displays the characters hit point information.
Example:
HPROLL.0
Displays the number entered by the player for the 1st level HP roll.
HPROLL.0.STAT
Displays the bonus due to stat modifier for the 1st level HP roll.