@evilmonkeyinc/srd-api
Version:
Tools and helpers to query SRD content
21 lines (20 loc) • 566 B
TypeScript
export declare enum Skill {
Acrobatics = "acrobatics",
AnimalHandling = "animal handling",
Arcana = "arcana",
Athletics = "athletics",
Deception = "deception",
History = "history",
Insight = "insight",
Intimidation = "intimidation",
Investigation = "investigation",
Medicine = "medicine",
Nature = "nature",
Perception = "perception",
Performance = "performance",
Persuasion = "persuasion",
Religion = "religion",
SleightOfHand = "sleight of hand",
Stealth = "stealth",
Survival = "survival"
}