Data model change

This commit is contained in:
2022-07-26 10:03:23 +02:00
parent 732d51b8b3
commit 74da4b6285
18 changed files with 178 additions and 0 deletions

View File

@ -46,6 +46,7 @@ export class CrucibleActorSheet extends ActorSheet {
race: duplicate(this.actor.getRace()),
moneys: duplicate(this.actor.getMoneys()),
encCapacity: this.actor.getEncumbranceCapacity(),
saveRoll: this.actor.getSaveRoll(),
containersTree: this.actor.containersTree,
encCurrent: this.actor.encCurrent,
options: this.options,