Migration vers datamodels

This commit is contained in:
2026-02-26 13:45:24 +01:00
parent b0c6b2a3e8
commit 497c687eb8
33 changed files with 187 additions and 180 deletions

View File

@@ -101,6 +101,13 @@ export class EcrymeUtility {
restricted: true
})
game.settings.register("fvtt-ecryme", "character-summary-data", {
scope: 'world',
config: false,
type: Object,
default: { npcList: [] }
})
this.buildSkillConfig()
}