Partial Fate Roll creation and Fate Roll Enricher (/fr)

This commit is contained in:
Chris Ryan 2025-11-26 23:06:53 +10:00
parent 04f8793f20
commit 54996e7e12
12 changed files with 257 additions and 7 deletions

View file

@ -87,6 +87,10 @@ export default class DhpChatMessage extends foundry.documents.ChatMessage {
break;
}
}
if (this.type === 'fateRoll') {
html.classList.add('fate');
html.classList.add('hope');
}
const autoExpandRoll = game.settings.get(
CONFIG.DH.id,