Began refactoring character computations

This commit is contained in:
Stefan Zermatten
2020-03-16 17:28:53 +02:00
parent 5ed8e08993
commit 1a0c2bca78
6 changed files with 420 additions and 469 deletions

View File

@@ -55,7 +55,7 @@ ItemSchema = new SimpleSchema({
// Unequipped items shouldn't affect creature stats
equipped: {
type: Boolean,
optional: true,
defaultValue: false,
},
});