Various fixes
All checks were successful
Release Creation / build (release) Successful in 51s

This commit is contained in:
2025-06-15 16:32:47 +02:00
parent d03c5f2c1e
commit eea83aa10e
9 changed files with 62 additions and 13 deletions

View File

@@ -30,6 +30,11 @@ Hooks.once("init", function () {
documents,
}
CONFIG.Combat.initiative = {
formula: '3d6 + @stats.mind.value',
decimals: 0
};
CONFIG.Actor.documentClass = documents.HellbornActor
CONFIG.Actor.dataModels = {
character: models.HellbornCharacter,