get_spells: Get certain spells

View source: R/get_spells.R

get_spellsR Documentation

Get certain spells

Description

Get spells by name, classes, levels, schools, etc

Usage

get_spells(name = NULL, class = NULL, level = NULL, school = NULL)

Arguments

name

a character vector of spell names

class

a character vector of classes

level

an integer vector of levels

school

a character vector of schools

Value

data.frame of spells

Examples

get_spells(name = "tasha's hideous laughter")
get_spells(class = "druid", level = 0:2)


jarad/dnd5e documentation built on Oct. 15, 2023, 5:55 p.m.