From 4176b835d53d77ac6a32aa9c79d39ef7dcac6407 Mon Sep 17 00:00:00 2001 From: Dapoolp Date: Sat, 26 Jul 2025 15:31:00 +0200 Subject: [PATCH] Add chatDisplay: false to downtime actions --- module/config/generalConfig.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/module/config/generalConfig.mjs b/module/config/generalConfig.mjs index 2b20e742..de33eade 100644 --- a/module/config/generalConfig.mjs +++ b/module/config/generalConfig.mjs @@ -144,6 +144,7 @@ export const defaultRestOptions = { name: game.i18n.localize('DAGGERHEART.APPLICATIONS.Downtime.shortRest.tendToWounds.name'), img: 'icons/magic/life/cross-worn-green.webp', actionType: 'action', + chatDisplay: false, healing: { applyTo: healingTypes.hitPoints.id, value: { @@ -168,6 +169,7 @@ export const defaultRestOptions = { name: game.i18n.localize('DAGGERHEART.APPLICATIONS.Downtime.shortRest.clearStress.name'), img: 'icons/magic/perception/eye-ringed-green.webp', actionType: 'action', + chatDisplay: false, healing: { applyTo: healingTypes.stress.id, value: { @@ -192,6 +194,7 @@ export const defaultRestOptions = { name: game.i18n.localize('DAGGERHEART.APPLICATIONS.Downtime.shortRest.repairArmor.name'), img: 'icons/skills/trades/smithing-anvil-silver-red.webp', actionType: 'action', + chatDisplay: false, healing: { applyTo: healingTypes.armorStack.id, value: { @@ -226,6 +229,7 @@ export const defaultRestOptions = { name: game.i18n.localize('DAGGERHEART.APPLICATIONS.Downtime.longRest.tendToWounds.name'), img: 'icons/magic/life/cross-worn-green.webp', actionType: 'action', + chatDisplay: false, healing: { applyTo: healingTypes.hitPoints.id, value: { @@ -250,6 +254,7 @@ export const defaultRestOptions = { name: game.i18n.localize('DAGGERHEART.APPLICATIONS.Downtime.longRest.clearStress.name'), img: 'icons/magic/perception/eye-ringed-green.webp', actionType: 'action', + chatDisplay: false, healing: { applyTo: healingTypes.stress.id, value: { @@ -274,6 +279,7 @@ export const defaultRestOptions = { name: game.i18n.localize('DAGGERHEART.APPLICATIONS.Downtime.longRest.repairArmor.name'), img: 'icons/skills/trades/smithing-anvil-silver-red.webp', actionType: 'action', + chatDisplay: false, healing: { applyTo: healingTypes.armorStack.id, value: {