Learn R Programming

dndR (version 3.0.0)

race_mods: Identify Race-Based Ability Modifiers

Description

Identify the race-based ability modifiers identified in the Player's Handbook (PHB).

Usage

race_mods(race = NULL)

Value

(dataframe) two columns and as many rows as there are abilities modified by the race

Arguments

race

(character) string of race (supported classes returned by `dndR::dnd_races()`). Also supports "random" and will randomly select a supported race

Examples

Run this code
# Identifies race modifiers of provided race
dndR::race_mods(race = "mountain dwarf")

Run the code above in your browser using DataLab