Skip to content

dndR Version 1.1.0

Compare
Choose a tag to compare
@njlyon0 njlyon0 released this 30 Mar 16:50
· 309 commits to main since this release

Minor version update of version 1.0.0. There are no ERRORs, WARNINGs, or NOTEs. The following changes have been made from version 1.0.0:

  • New supported class: Artificer (Source: "Eberron")
  • New supported races: Bugbear, Changeling, Goblin, Hobgoblin, Kalashtar, Orc, Shifter, and Warforged (Source: "Eberron")
  • New function: npc_creator -- picks race and job of some number of non-player characters
  • New function: pc_level_calc -- identifies player level based on earned XP
  • roll now supports three-sided dice (i.e., "d3")
  • roll now includes a show_dice argument that accepts either TRUE or FALSE (the default). If show_dice = T (and more than one die is rolled), the individual die results will be returned as a message in addition to the sum of their results. Note that the behavior of "2d20" is unchanged and both values are returned as a two-column, one-row dataframe