Simply returns a vector of races that `race_mods()` accepts currently. Submit an issue on the GitHub repository if you want a race added.
Examples
# Want to check which races this package supports?
dnd_races()
#> [1] "aarakocra" "bugbear" "changeling"
#> [4] "dark elf" "dragonborn" "drow"
#> [7] "forest gnome" "goblin" "half elf"
#> [10] "half-elf" "half orc" "half-orc"
#> [13] "high elf" "hill dwarf" "hobgoblin"
#> [16] "human" "kalashtar" "lightfoot halfling"
#> [19] "mountain dwarf" "orc" "plasmoid"
#> [22] "shifter" "rock gnome" "stout halfling"
#> [25] "tiefling" "warforged" "wood elf"