[Fix] 599 - Downtime Activity Actions Fail (#608)

* Updated the healing actions of downtime activiites

* Updated Healing WeaponTrait
This commit is contained in:
WBHarry 2025-08-05 17:15:40 +02:00 committed by GitHub
parent 4827b337d0
commit dea9c0066c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 139 additions and 63 deletions

View file

@ -886,14 +886,21 @@ export const weaponFeatures = {
name: 'DAGGERHEART.CONFIG.WeaponFeature.healing.actions.heal.name',
description: 'DAGGERHEART.CONFIG.WeaponFeature.healing.actions.heal.description',
img: 'icons/magic/life/cross-beam-green.webp',
healing: {
type: 'health',
value: {
custom: {
enabled: true,
formula: '1'
target: {
type: 'self'
},
damage: {
parts: [
{
applyTo: 'hitPoints',
value: {
custom: {
enabled: true,
formula: 1
}
}
}
}
]
}
}
]