cr_convert {dndR} | R Documentation |
Convert Challenge Rating to Experience Points
Description
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.
Usage
cr_convert(cr = NULL)
Arguments
cr |
(numeric) Challenge rating for which you want to calculate experience points |
Value
(numeric) value of XP equivalent to the user-supplied challenge rating
[Package dndR version 2.0.0 Index]