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 '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")


dndR documentation built on May 29, 2024, 11:02 a.m.