Made proficiencies their own objects, added migration functionality
This commit is contained in:
8
rpg-docs/lib/constants/saves.js
Normal file
8
rpg-docs/lib/constants/saves.js
Normal file
@@ -0,0 +1,8 @@
|
||||
SAVES = [
|
||||
"strengthSave",
|
||||
"dexteritySave",
|
||||
"constitutionSave",
|
||||
"intelligenceSave",
|
||||
"wisdomSave",
|
||||
"charismaSave",
|
||||
];
|
||||
21
rpg-docs/lib/constants/skills.js
Normal file
21
rpg-docs/lib/constants/skills.js
Normal file
@@ -0,0 +1,21 @@
|
||||
SKILLS = [
|
||||
"acrobatics",
|
||||
"animalHandling",
|
||||
"arcana",
|
||||
"athletics",
|
||||
"deception",
|
||||
"history",
|
||||
"insight",
|
||||
"intimidation",
|
||||
"investigation",
|
||||
"medicine",
|
||||
"nature",
|
||||
"perception",
|
||||
"performance",
|
||||
"persuasion",
|
||||
"religion",
|
||||
"sleightOfHand",
|
||||
"stealth",
|
||||
"survival",
|
||||
"initiative",
|
||||
];
|
||||
Reference in New Issue
Block a user