Skip to content

Commit

Permalink
document new tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
ebshimizu committed Oct 11, 2023
1 parent 7b98f75 commit 992546a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ There are also some special tokens that can be used anywhere:
- {NAME} for the monster's name
- {#d#} for computing a dice roll (e.g. {3d6})
- {DC:STAT} for computing a Save DC based on the given stat. Stat must be one of: STR, DEX, CON, INT, WIS, CHA
- {XP:[cr]} for displaying the XP of a monster with given CR (e.g. {XP:1/2} renders to 100 XP). You can put a + at the end to declare the total as additive to the monster's listed CR. These tokens mostly exist to automate part of the Mythic Actions preamble.

### Calculating CR

Expand Down

0 comments on commit 992546a

Please sign in to comment.