Computation now handles class levels

This commit is contained in:
Thaum Rystra
2020-04-30 14:26:41 +02:00
parent 15db76a2fe
commit 4180e153dd
3 changed files with 37 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ export default function getCalculationProperties(creatureId){
'damageMultiplier',
'effect',
'proficiency',
'classLevel',
]},
}).fetch();
}