mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
Updated the healing actions of downtime activiites
This commit is contained in:
parent
d80b5d158d
commit
1280c0c064
1 changed files with 84 additions and 42 deletions
|
|
@ -209,14 +209,21 @@ 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: {
|
||||||
applyTo: healingTypes.hitPoints.id,
|
type: 'self'
|
||||||
value: {
|
},
|
||||||
custom: {
|
damage: {
|
||||||
enabled: true,
|
parts: [
|
||||||
formula: '1d4 + @tier'
|
{
|
||||||
|
applyTo: healingTypes.hitPoints.id,
|
||||||
|
value: {
|
||||||
|
custom: {
|
||||||
|
enabled: true,
|
||||||
|
formula: '1d4 + @tier'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -235,14 +242,21 @@ 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: {
|
||||||
applyTo: healingTypes.stress.id,
|
type: 'self'
|
||||||
value: {
|
},
|
||||||
custom: {
|
damage: {
|
||||||
enabled: true,
|
parts: [
|
||||||
formula: '1d4 + @tier'
|
{
|
||||||
|
applyTo: healingTypes.stress.id,
|
||||||
|
value: {
|
||||||
|
custom: {
|
||||||
|
enabled: true,
|
||||||
|
formula: '1d4 + @tier'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -261,14 +275,21 @@ 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: {
|
||||||
applyTo: healingTypes.armor.id,
|
type: 'self'
|
||||||
value: {
|
},
|
||||||
custom: {
|
damage: {
|
||||||
enabled: true,
|
parts: [
|
||||||
formula: '1d4 + @tier'
|
{
|
||||||
|
applyTo: healingTypes.armor.id,
|
||||||
|
value: {
|
||||||
|
custom: {
|
||||||
|
enabled: true,
|
||||||
|
formula: '1d4 + @tier'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -297,14 +318,21 @@ 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: {
|
||||||
applyTo: healingTypes.hitPoints.id,
|
type: 'self'
|
||||||
value: {
|
},
|
||||||
custom: {
|
damage: {
|
||||||
enabled: true,
|
parts: [
|
||||||
formula: '@system.resources.hitPoints.max'
|
{
|
||||||
|
applyTo: healingTypes.hitPoints.id,
|
||||||
|
value: {
|
||||||
|
custom: {
|
||||||
|
enabled: true,
|
||||||
|
formula: '@system.resources.hitPoints.max'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -323,14 +351,21 @@ 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: {
|
||||||
applyTo: healingTypes.stress.id,
|
type: 'self'
|
||||||
value: {
|
},
|
||||||
custom: {
|
damage: {
|
||||||
enabled: true,
|
parts: [
|
||||||
formula: '@system.resources.stress.max'
|
{
|
||||||
|
applyTo: healingTypes.stress.id,
|
||||||
|
value: {
|
||||||
|
custom: {
|
||||||
|
enabled: true,
|
||||||
|
formula: '@system.resources.stress.max'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -349,14 +384,21 @@ 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: {
|
||||||
applyTo: healingTypes.armor.id,
|
type: 'self'
|
||||||
value: {
|
},
|
||||||
custom: {
|
damage: {
|
||||||
enabled: true,
|
parts: [
|
||||||
formula: '@system.armorScore'
|
{
|
||||||
|
applyTo: healingTypes.armor.id,
|
||||||
|
value: {
|
||||||
|
custom: {
|
||||||
|
enabled: true,
|
||||||
|
formula: '@system.armorScore'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue