Removed duplicate hit dice effects

This commit is contained in:
Stefan Zermatten
2019-02-11 13:53:11 +02:00
parent 938573a4b4
commit fd15e8a6c7

View File

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