Merge branch 'feature-server-computation' of https://github.com/ThaumRystra/DiceCloud1 into feature-server-computation

This commit is contained in:
Stefan Zermatten
2018-08-28 09:55:26 +02:00
9 changed files with 194 additions and 5 deletions

View File

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