Tested and fixed class level computations

This commit is contained in:
Stefan Zermatten
2021-09-23 11:41:15 +02:00
parent 1270e320ce
commit 347bd8e476
11 changed files with 79 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ const propertySchemasIndex = {
attack: ComputedAttackSchema,
attribute: ComputedAttributeSchema,
buff: ComputedBuffSchema,
characterClass: ComputedClassSchema,
class: ComputedClassSchema,
classLevel: ClassLevelSchema,
constant: ConstantSchema,
damage: ComputedDamageSchema,