Denormalized some calculations into recomputation step

This commit is contained in:
Stefan Zermatten
2020-06-07 21:08:53 +02:00
parent 5198c655e9
commit 1535e00093
22 changed files with 320 additions and 132 deletions

View File

@@ -42,6 +42,12 @@ const calculationPropertyTypes = [
'proficiency',
'classLevel',
'toggle',
// End step types
'action',
'attack',
'savingThrow',
'spellList',
'spell',
];
export function recomputeCreatureById(creatureId){