Development version of dndR
. The following changes from
the preceding version have been made:
npc_creator
– picks race and job of some
number of non-player characterspc_level_calc
– identifies player level
based on earned XProll
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
dataframeThis is the first fully functioning version of the package. There are
currently no ERRORs, WARNINGs, or NOTEs returned by
devtools::check()