RollTable chat message cleanup

This commit is contained in:
WBHarry 2025-08-18 23:50:49 +02:00
parent bd8cfe0297
commit e7f1dc5b62
5 changed files with 55 additions and 25 deletions

7
module/dice/baseRoll.mjs Normal file
View file

@ -0,0 +1,7 @@
export default class BaseRoll extends Roll {
/** @inheritdoc */
static CHAT_TEMPLATE = 'systems/daggerheart/templates/ui/chat/foundryRoll.hbs';
/** @inheritdoc */
static TOOLTIP_TEMPLATE = 'systems/daggerheart/templates/ui/chat/foundryRollTooltip.hbs';
}