Giving up again

This commit is contained in:
Joscha Maier
2024-10-19 23:02:28 +02:00
parent 54798bd300
commit bc71b3d2cc
5 changed files with 39 additions and 8 deletions

View File

@@ -23,6 +23,8 @@ export default class ActorGeneral extends foundry.abstract.TypeDataModel
}
}
static LOCALISATION_PREFIXES = ["BaseActor"];
prepareDerivedData() {
super.prepareDerivedData();
}

View File

@@ -21,6 +21,7 @@ export default class PlayerCharacter extends ActorGeneral
}
}
static LOCALISATION_PREFIXES = ["PlayerCharacter"];
prepareBaseData() {
super.prepareBaseData();
let effectsToApply = this.gatherEffects();