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

@@ -2,7 +2,7 @@ const linkDependenciesByType = {
action: linkResources,
attack: linkResources,
attribute: linkAttribute,
characterClass: linkVariableName,
class: linkVariableName,
classLevel: linkClassLevel,
constant: linkVariableName,
damageMultiplier: linkDamageMultiplier,