New characters get the appropriate attributes/skills/damageMultipliers

This commit is contained in:
Thaum Rystra
2018-08-25 20:19:17 +02:00
parent b4506fd939
commit 662fc91e17
9 changed files with 194 additions and 5 deletions

View File

@@ -36,6 +36,7 @@ Schemas.Attribute = new SimpleSchema({
value: {
type: Number,
decimal: true,
defaultValue: 0,
},
adjustment: {
type: Number,