Began merging attacks into actions

This commit is contained in:
Stefan Zermatten
2021-10-06 14:57:13 +02:00
parent 1a14393031
commit 0097696cc8
10 changed files with 23 additions and 71 deletions

View File

@@ -1,6 +1,5 @@
const linkDependenciesByType = {
action: linkResources,
attack: linkResources,
attribute: linkAttribute,
class: linkVariableName,
classLevel: linkClassLevel,

View File

@@ -7,8 +7,8 @@ import container from './computeByType/computeContainer.js';
export default Object.freeze({
_variable,
action,
attack: action,
attribute,
container,
slot,
spell: action,
});