dndR Version 1.1.0
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 ashow_dice
argument that accepts eitherTRUE
orFALSE
(the default). Ifshow_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