R/data.R

#' Armor information
#' 
#' All of the information about DND 5e armor
#' 
#' @format A data.frame with a whole bunch of variables
"armor"



#' Gear information
#' 
#' All of the information about DND 5e gear
#' 
#' @format A data.frame with a whole bunch of variables
"gear"



#' Melee weapon details
#' 
#' All of the information about DND 5e melee weapons
#' 
#' @format A data.frame with a whole bunch of variables
"melee_weapons"



#' Monsters details
#' 
#' All of the information about DND 5e monsters.
#' 
#' @format A data.frame with a whole bunch of variables
"monsters"



#' Ranged weapon details
#' 
#' All of the information about DND 5e ranged weapons
#' 
#' @format A data.frame with a whole bunch of variables
"ranged_weapons"



#' Spell information
#' 
#' All of the information about DND 5e spells
#' 
#' @format A data.frame with a whole bunch of variables
"spells"
jarad/dnd5e documentation built on Oct. 15, 2023, 5:55 p.m.