R/Spells_by_Class.R

#' Spells Known by Class
#'
#' This is a hashtable of the known spells for each class
#' @format A data frame with 408 rows and 8 variables:
#' \describe{
#'   \item{Columns}{The 8 possible classes that know spells outside of pathological cases, arranged alphabetically}
#'   \item{Rows}{The 408 spells, arranged in alphabetical order}
#'   ...
#' }
#' @source \url{Dungeon and Dragons Fifth Edition Player's Hand Book}

"Spells_by_Class"
vinny-paris/DnD documentation built on May 3, 2019, 6:13 p.m.