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",
|
||||
];
|
||||
Reference in New Issue
Block a user