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`,