Updated the healing actions of downtime activiites

This commit is contained in:
WBHarry 2025-08-05 16:47:02 +02:00
parent d80b5d158d
commit 1280c0c064

View file

@ -209,7 +209,12 @@ export const defaultRestOptions = {
img: 'icons/magic/life/cross-worn-green.webp', img: 'icons/magic/life/cross-worn-green.webp',
actionType: 'action', actionType: 'action',
chatDisplay: false, chatDisplay: false,
healing: { target: {
type: 'self'
},
damage: {
parts: [
{
applyTo: healingTypes.hitPoints.id, applyTo: healingTypes.hitPoints.id,
value: { value: {
custom: { custom: {
@ -218,6 +223,8 @@ export const defaultRestOptions = {
} }
} }
} }
]
}
} }
} }
}, },
@ -235,7 +242,12 @@ export const defaultRestOptions = {
img: 'icons/magic/perception/eye-ringed-green.webp', img: 'icons/magic/perception/eye-ringed-green.webp',
actionType: 'action', actionType: 'action',
chatDisplay: false, chatDisplay: false,
healing: { target: {
type: 'self'
},
damage: {
parts: [
{
applyTo: healingTypes.stress.id, applyTo: healingTypes.stress.id,
value: { value: {
custom: { custom: {
@ -244,6 +256,8 @@ export const defaultRestOptions = {
} }
} }
} }
]
}
} }
} }
}, },
@ -261,7 +275,12 @@ export const defaultRestOptions = {
img: 'icons/skills/trades/smithing-anvil-silver-red.webp', img: 'icons/skills/trades/smithing-anvil-silver-red.webp',
actionType: 'action', actionType: 'action',
chatDisplay: false, chatDisplay: false,
healing: { target: {
type: 'self'
},
damage: {
parts: [
{
applyTo: healingTypes.armor.id, applyTo: healingTypes.armor.id,
value: { value: {
custom: { custom: {
@ -270,6 +289,8 @@ export const defaultRestOptions = {
} }
} }
} }
]
}
} }
} }
}, },
@ -297,7 +318,12 @@ export const defaultRestOptions = {
img: 'icons/magic/life/cross-worn-green.webp', img: 'icons/magic/life/cross-worn-green.webp',
actionType: 'action', actionType: 'action',
chatDisplay: false, chatDisplay: false,
healing: { target: {
type: 'self'
},
damage: {
parts: [
{
applyTo: healingTypes.hitPoints.id, applyTo: healingTypes.hitPoints.id,
value: { value: {
custom: { custom: {
@ -306,6 +332,8 @@ export const defaultRestOptions = {
} }
} }
} }
]
}
} }
} }
}, },
@ -323,7 +351,12 @@ export const defaultRestOptions = {
img: 'icons/magic/perception/eye-ringed-green.webp', img: 'icons/magic/perception/eye-ringed-green.webp',
actionType: 'action', actionType: 'action',
chatDisplay: false, chatDisplay: false,
healing: { target: {
type: 'self'
},
damage: {
parts: [
{
applyTo: healingTypes.stress.id, applyTo: healingTypes.stress.id,
value: { value: {
custom: { custom: {
@ -332,6 +365,8 @@ export const defaultRestOptions = {
} }
} }
} }
]
}
} }
} }
}, },
@ -349,7 +384,12 @@ export const defaultRestOptions = {
img: 'icons/skills/trades/smithing-anvil-silver-red.webp', img: 'icons/skills/trades/smithing-anvil-silver-red.webp',
actionType: 'action', actionType: 'action',
chatDisplay: false, chatDisplay: false,
healing: { target: {
type: 'self'
},
damage: {
parts: [
{
applyTo: healingTypes.armor.id, applyTo: healingTypes.armor.id,
value: { value: {
custom: { custom: {
@ -358,6 +398,8 @@ export const defaultRestOptions = {
} }
} }
} }
]
}
} }
} }
}, },