cr_convert | R Documentation |
Converts challenge rating (CR) into experience points (XP) using two formulas for a parabola (one for CR less than/equal to 20 and one for greater than 20). The relationship between CR and XP in the Dungeon Master's Guide (DMG) is disjointed in this way so this is a reasonable move. Accepts '1/8', '1/4, and '1/2' in addition to numbers between 1 and 30.
cr_convert(cr = NULL)
cr |
(numeric) Challenge rating for which you want to calculate experience points |
(numeric) value of XP equivalent to the user-supplied challenge rating
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.