Annence/Boheme

This commit is contained in:
2023-08-08 09:08:11 +02:00
parent 06ef98bed9
commit 61a1a4a904
31 changed files with 875 additions and 275 deletions

View File

@ -48,6 +48,8 @@ export class EcrymeActorSheet extends ActorSheet {
archetype: duplicate(this.actor.getArchetype()),
equipements: this.actor.getEquipments(),
hasCephaly: EcrymeUtility.hasCephaly(),
hasBoheme: EcrymeUtility.hasBoheme(),
hasAmertume: EcrymeUtility.hasAmertume(),
cephalySkills: this.actor.getCephalySkills(),
subActors: duplicate(this.actor.getSubActors()),
description: await TextEditor.enrichHTML(this.object.system.description, { async: true }),