Form for skills, weapon and armors

This commit is contained in:
2022-07-23 10:06:51 +02:00
parent c7adadcf33
commit d0a2d66d92
102 changed files with 170 additions and 179 deletions

View File

@@ -22,7 +22,6 @@ export class CrucibleUtility {
this.diceList = [];
this.diceFoundryList = [];
this.optionsDiceList = "";
this.buildDiceLists();
CrucibleCommands.init();
Handlebars.registerHelper('count', function (list) {
@@ -87,14 +86,7 @@ export class CrucibleUtility {
const templatePaths = [
'systems/fvtt-crucible-rpg/templates/editor-notes-gm.html',
'systems/fvtt-crucible-rpg/templates/partial-roll-select-effects.html',
'systems/fvtt-crucible-rpg/templates/partial-options-statistics.html',
'systems/fvtt-crucible-rpg/templates/partial-options-level.html',
'systems/fvtt-crucible-rpg/templates/partial-options-range.html',
'systems/fvtt-crucible-rpg/templates/partial-options-equipment-types.html',
'systems/fvtt-crucible-rpg/templates/partial-equipment-effects.html',
'systems/fvtt-crucible-rpg/templates/partial-actor-stat-block.html',
'systems/fvtt-crucible-rpg/templates/partial-actor-status.html',
'systems/fvtt-crucible-rpg/templates/partial-options-abilities.html',
'systems/fvtt-crucible-rpg/templates/partial-item-nav.html',
'systems/fvtt-crucible-rpg/templates/partial-item-description.html',
'systems/fvtt-crucible-rpg/templates/partial-actor-equipment.html'