@evilmonkeyinc/srd-api
Version:
Tools and helpers to query SRD content
16 lines (15 loc) • 353 B
TypeScript
export declare enum DamageType {
Acid = "acid",
Bludgeoning = "bludgeoning",
Cold = "cold",
Fire = "fire",
Force = "force",
Lightning = "lightning",
Necrotic = "necrotic",
Piercing = "piercing",
Poison = "poison",
Psychic = "psychic",
Radiant = "radiant",
Slashing = "slashing",
Thunder = "thunder"
}