race_mods: Identify Race-Based Ability Modifiers

View source: R/race_mods.R

race_modsR 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 'dndR::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
dndR::race_mods(race = "mountain dwarf")


dndR documentation built on June 11, 2025, 5:09 p.m.