Form for skills, weapon and armors
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user