From fd15e8a6c73f8aa2bfc9ff7f0c611867e1e0aeea Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Mon, 11 Feb 2019 13:53:11 +0200 Subject: [PATCH] Removed duplicate hit dice effects --- app/imports/api/creature/getDefaultCharacterDocs.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app/imports/api/creature/getDefaultCharacterDocs.js b/app/imports/api/creature/getDefaultCharacterDocs.js index 658e3128..e3cc41df 100644 --- a/app/imports/api/creature/getDefaultCharacterDocs.js +++ b/app/imports/api/creature/getDefaultCharacterDocs.js @@ -132,18 +132,6 @@ const getDefaultCharacterDocs = function(charId, { } else if (hitDice == "d12"){ healthPerLevel = 7; } - docs.effects.push({ - name: cls, - stat: `${hitDice}HitDice`, - operation: "add", - calculation: `${strippedCls}Level`, - enabled: true, - parent: { - collection: "Classes", - id: classId, - }, - charId: charId, - }); docs.effects.push({ name: cls, stat: `hitPoints`,