removed code duplication in item templates

Item templates now all use a common body.
This commit is contained in:
Gesina Schwalbe 2020-12-28 18:58:01 +01:00
parent 9cf248754c
commit e7df21426b
7 changed files with 33 additions and 100 deletions

View file

@ -35,6 +35,7 @@ async function registerHandlebarsPartials() {
"systems/ds4/templates/item/partials/description.hbs",
"systems/ds4/templates/item/partials/details.hbs",
"systems/ds4/templates/item/partials/effects.hbs",
"systems/ds4/templates/item/partials/body.hbs",
];
return loadTemplates(templatePaths);
}