Added setting to toggle pip/number display

This commit is contained in:
WBHarry 2025-11-09 14:05:03 +01:00
parent 9b773bcd54
commit 8a832fa142
3 changed files with 7 additions and 1 deletions

View file

@ -18,6 +18,7 @@ export default class DhAppearance extends foundry.abstract.DataModel {
});
return {
useResourcePips: new BooleanField({ initial: false }),
displayFear: new StringField({
required: true,
choices: CONFIG.DH.GENERAL.fearDisplay,