Skip to content

dndR Version 1.3.0

Compare
Choose a tag to compare
@njlyon0 njlyon0 released this 13 Jul 13:24
· 198 commits to main since this release

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 and party_diagram) per CONTRIBUTING.md guidelines