removed default values for library attacks where they aren't needed

This commit is contained in:
Stefan Zermatten
2017-07-21 12:48:03 +02:00
parent e7a5ce8241
commit 52fa97c952

View File

@@ -11,13 +11,11 @@ Schemas.LibraryAttacks = new SimpleSchema({
},
attackBonus: {
type: String,
defaultValue: "strengthMod + proficiencyBonus",
optional: true,
trim: false,
},
damage: {
type: String,
defaultValue: "1d8 + {strengthMod}",
optional: true,
trim: false,
},