51 lines
707 B
JavaScript
51 lines
707 B
JavaScript
SKILLS = [
|
|
"acrobatics",
|
|
"animalHandling",
|
|
"arcana",
|
|
"athletics",
|
|
"deception",
|
|
"history",
|
|
"insight",
|
|
"intimidation",
|
|
"investigation",
|
|
"medicine",
|
|
"nature",
|
|
"perception",
|
|
"performance",
|
|
"persuasion",
|
|
"religion",
|
|
"sleightOfHand",
|
|
"stealth",
|
|
"survival",
|
|
"initiative",
|
|
];
|
|
|
|
ALL_SKILLS = [
|
|
"strengthSave",
|
|
"dexteritySave",
|
|
"constitutionSave",
|
|
"intelligenceSave",
|
|
"wisdomSave",
|
|
"charismaSave",
|
|
"acrobatics",
|
|
"animalHandling",
|
|
"arcana",
|
|
"athletics",
|
|
"deception",
|
|
"history",
|
|
"insight",
|
|
"intimidation",
|
|
"investigation",
|
|
"medicine",
|
|
"nature",
|
|
"perception",
|
|
"performance",
|
|
"persuasion",
|
|
"religion",
|
|
"sleightOfHand",
|
|
"stealth",
|
|
"survival",
|
|
"initiative",
|
|
"dexterityArmor",
|
|
];
|