From 52fa97c952697d6c84d1a164ddaab456d6edda38 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Fri, 21 Jul 2017 12:48:03 +0200 Subject: [PATCH] removed default values for library attacks where they aren't needed --- rpg-docs/Model/Library/LibraryAttacks.js | 2 -- 1 file changed, 2 deletions(-) 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, },