Skip to contents

Simply returns a vector of damage types in DnD

Usage

dnd_damage_types()

Value

character vector of damage types

Examples

# Full set of damage types included in DnD Fifth Edition (5e)
dnd_damage_types()
#>  [1] "acid"               "bludgeoning"        "cold"              
#>  [4] "fire"               "force"              "lightning"         
#>  [7] "necrotic"           "piercing"           "poison"            
#> [10] "psychic"            "radiant"            "slashing"          
#> [13] "thunder"            "non-magical damage"