Began work on viewers for attacks and actions

This commit is contained in:
Thaum Rystra
2020-04-23 19:32:48 +02:00
parent a6bdfe247c
commit ed35d2e984
10 changed files with 122 additions and 17 deletions

View File

@@ -91,11 +91,6 @@ let SpellSchema = new SimpleSchema({})
defaultValue: 'abjuration',
allowedValues: magicSchools,
},
// Set better defaults for the action
actionType: {
type: String,
defaultValue: 'spell',
},
});
export { SpellSchema };