Added an AppearanceSetting that decided if players should get to see information about hit/miss in chat messages

This commit is contained in:
WBHarry 2026-03-07 18:26:56 +01:00
parent f1f5102af1
commit f75468c9e0
6 changed files with 17 additions and 3 deletions

View file

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