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

@@ -20,6 +20,7 @@ Schemas.DamageMultiplier = new SimpleSchema({
value: {
type: Number,
decimal: true,
defaultValue: 1,
},
parent: {
type: Schemas.Parent