race_mods {dndR}R Documentation

Identify Race-Based Ability Modifiers

Description

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

Usage

race_mods(race = NULL)

Arguments

race

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

Value

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

Examples

# Identifies race modifiers of provided race
race_mods(race = "mountain dwarf")


[Package dndR version 2.0.0 Index]