Basic rework to the roll data in messages

This commit is contained in:
WBHarry 2026-03-30 18:51:29 +02:00
parent e2b13d6717
commit 2664979823
15 changed files with 199 additions and 226 deletions

View file

@ -35,6 +35,8 @@ CONFIG.Dice.daggerheart = {
FateRoll: FateRoll
};
CONFIG.Dice.termTypes.DualityDie = dice.diceTypes.DualityDie;
CONFIG.Actor.documentClass = documents.DhpActor;
CONFIG.Actor.dataModels = models.actors.config;
CONFIG.Actor.collection = collections.DhActorCollection;