dndR Version 1.3.0
The following changes were made from the preceding version:
- New function:
spell_list
-- identifies official Dungeons & Dragons spells based on user specifications of various criteria (e.g., school of magic, which character class list has the spell, casting time, etc.) - New function:
spell_text
-- retrieves full description text of spell(s) specified by user - New function:
probability_plot
-- makes plot of frequency of dice outcome for specified dice number/type and number of rolls - New function:
mod_calc
-- identifies roll modifier for a specified ability score roll
description is more detailed/useful now (rather than simple recapitulation of the function title)- Added specific contributing instructions (see
CONTRIBUTING.md
) - Added function contributor names to the description fields of existing contributed functions (
pc_level_calc
andparty_diagram
) perCONTRIBUTING.md
guidelines