Tested and fixed class level computations
This commit is contained in:
@@ -32,7 +32,7 @@ const propertySchemasIndex = {
|
||||
attack: ComputedOnlyAttackSchema,
|
||||
attribute: ComputedOnlyAttributeSchema,
|
||||
buff: ComputedOnlyBuffSchema,
|
||||
characterClass: ComputedOnlyClassSchema,
|
||||
class: ComputedOnlyClassSchema,
|
||||
classLevel: ComputedOnlyClassLevelSchema,
|
||||
constant: ComputedOnlyConstantSchema,
|
||||
container: ComputedOnlyContainerSchema,
|
||||
|
||||
@@ -32,7 +32,7 @@ const propertySchemasIndex = {
|
||||
attack: ComputedAttackSchema,
|
||||
attribute: ComputedAttributeSchema,
|
||||
buff: ComputedBuffSchema,
|
||||
characterClass: ComputedClassSchema,
|
||||
class: ComputedClassSchema,
|
||||
classLevel: ClassLevelSchema,
|
||||
constant: ConstantSchema,
|
||||
damage: ComputedDamageSchema,
|
||||
|
||||
@@ -32,7 +32,7 @@ const propertySchemasIndex = {
|
||||
attack: AttackSchema,
|
||||
attribute: AttributeSchema,
|
||||
buff: BuffSchema,
|
||||
characterClass: ClassSchema,
|
||||
class: ClassSchema,
|
||||
classLevel: ClassLevelSchema,
|
||||
constant: ConstantSchema,
|
||||
damage: DamageSchema,
|
||||
|
||||
Reference in New Issue
Block a user