Added a system setting (appearance) to remove the Countdown UI

This commit is contained in:
WBHarry 2025-11-11 20:59:25 +01:00
parent 84ef1063d8
commit 07b3a1551a
4 changed files with 14 additions and 4 deletions

View file

@ -24,6 +24,7 @@ export default class DhAppearance extends foundry.abstract.DataModel {
choices: CONFIG.DH.GENERAL.fearDisplay,
initial: CONFIG.DH.GENERAL.fearDisplay.token.value
}),
displayCountdownUI: new BooleanField({ initial: true }),
diceSoNice: new SchemaField({
hope: diceStyle({ fg: '#ffffff', bg: '#ffe760', outline: '#000000', edge: '#ffffff' }),
fear: diceStyle({ fg: '#000000', bg: '#0032b1', outline: '#ffffff', edge: '#000000' }),