AJout icones, rework items

This commit is contained in:
2023-01-06 17:45:36 +01:00
parent 794bc9460e
commit ec0cfb6c43
116 changed files with 176 additions and 77 deletions

View File

@@ -239,7 +239,8 @@ export class WarheroUtility {
'systems/fvtt-warhero/templates/partial-options-abilities.html',
'systems/fvtt-warhero/templates/partial-item-nav.html',
'systems/fvtt-warhero/templates/partial-item-description.html',
'systems/fvtt-warhero/templates/partial-actor-equipment.html'
'systems/fvtt-warhero/templates/partial-item-common-equipment.html',
'systems/fvtt-warhero/templates/partial-actor-equipment.html',
]
return loadTemplates(templatePaths);
}
@@ -518,9 +519,6 @@ export class WarheroUtility {
/* -------------------------------------------- */
static updateSkill(skill) {
skill.system.level = skill.system.background + skill.system.basic + skill.system.class + skill.system.explevel
if (skill.system.level > 7) { skill.system.level = 7 }
skill.system.skilldice = __skillLevel2Dice[skill.system.level]
}
/* -------------------------------------------- */