Module stuff and fixes on other items

This commit is contained in:
2022-11-09 20:09:50 +01:00
parent 66ed4c12cc
commit 1ec8ee6451
17 changed files with 408 additions and 17 deletions

View File

@ -133,6 +133,10 @@ export class Avd12Utility {
'systems/fvtt-avd12/templates/items/partial-options-attributes.hbs',
'systems/fvtt-avd12/templates/items/partial-options-equipment-types.hbs',
'systems/fvtt-avd12/templates/items/partial-options-spell-types.hbs',
'systems/fvtt-avd12/templates/items/partial-options-spell-levels.hbs',
'systems/fvtt-avd12/templates/items/partial-options-focus-bond.hbs',
'systems/fvtt-avd12/templates/items/partial-options-focus-treatment.hbs',
'systems/fvtt-avd12/templates/items/partial-options-focus-core.hbs',
]
return loadTemplates(templatePaths);
}