Preparation fiche perso

This commit is contained in:
2024-05-06 12:33:28 +02:00
parent 939923e5ed
commit af65209d23
27 changed files with 196 additions and 411 deletions

View File

@ -38,11 +38,12 @@ export class TeDeumActorPJSheet extends ActorSheet {
competences: this.actor.getCompetences(),
config: duplicate(game.system.tedeum.config),
armes: this.actor.getArmes(),
equipments: this.actor.getEquipments(),
subActors: duplicate(this.actor.getSubActors()),
caracList: this.actor.prepareCaracteristiques(),
providence: this.actor.prepareProvidence(),
arbreCompetences: this.actor.prepareArbreCompetences(),
equipements: this.actor.getEquipements(),
description: await TextEditor.enrichHTML(this.object.system.description, { async: true }),
notes: await TextEditor.enrichHTML(this.object.system.notes, { async: true }),
equipementlibre: await TextEditor.enrichHTML(this.object.system.equipementlibre, { async: true }),
options: this.options,
owner: this.document.isOwner,
editScore: this.options.editScore,