diff --git a/rpg-docs/Model/Library/LibraryAttacks.js b/rpg-docs/Model/Library/LibraryAttacks.js index 4d37e1c2..d606acd5 100644 --- a/rpg-docs/Model/Library/LibraryAttacks.js +++ b/rpg-docs/Model/Library/LibraryAttacks.js @@ -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, },