Fixed misses

This commit is contained in:
WBHarry 2026-02-26 15:51:43 +01:00
parent 3e626c4401
commit 6fc6fc4f2e
3 changed files with 42 additions and 42 deletions

View file

@ -240,8 +240,8 @@ export const defaultRestOptions = {
type: 'friendly'
},
damage: {
parts: [
{
parts: {
hitPoints: {
applyTo: healingTypes.hitPoints.id,
value: {
custom: {
@ -250,7 +250,7 @@ export const defaultRestOptions = {
}
}
}
]
}
}
}
},
@ -274,8 +274,8 @@ export const defaultRestOptions = {
type: 'self'
},
damage: {
parts: [
{
parts: {
stress: {
applyTo: healingTypes.stress.id,
value: {
custom: {
@ -284,7 +284,7 @@ export const defaultRestOptions = {
}
}
}
]
}
}
}
},
@ -309,8 +309,8 @@ export const defaultRestOptions = {
type: 'friendly'
},
damage: {
parts: [
{
parts: {
armor: {
applyTo: healingTypes.armor.id,
value: {
custom: {
@ -319,7 +319,7 @@ export const defaultRestOptions = {
}
}
}
]
}
}
}
},
@ -343,8 +343,8 @@ export const defaultRestOptions = {
type: 'self'
},
damage: {
parts: [
{
parts: {
hope: {
applyTo: healingTypes.hope.id,
value: {
custom: {
@ -353,7 +353,7 @@ export const defaultRestOptions = {
}
}
}
]
}
}
},
prepareWithFriends: {
@ -367,8 +367,8 @@ export const defaultRestOptions = {
type: 'self'
},
damage: {
parts: [
{
parts: {
hope: {
applyTo: healingTypes.hope.id,
value: {
custom: {
@ -377,7 +377,7 @@ export const defaultRestOptions = {
}
}
}
]
}
}
}
},
@ -404,8 +404,8 @@ export const defaultRestOptions = {
type: 'friendly'
},
damage: {
parts: [
{
parts: {
hitPoints: {
applyTo: healingTypes.hitPoints.id,
value: {
custom: {
@ -414,7 +414,7 @@ export const defaultRestOptions = {
}
}
}
]
}
}
}
},
@ -438,8 +438,8 @@ export const defaultRestOptions = {
type: 'self'
},
damage: {
parts: [
{
parts: {
stress: {
applyTo: healingTypes.stress.id,
value: {
custom: {
@ -448,7 +448,7 @@ export const defaultRestOptions = {
}
}
}
]
}
}
}
},
@ -473,8 +473,8 @@ export const defaultRestOptions = {
type: 'friendly'
},
damage: {
parts: [
{
parts: {
armor: {
applyTo: healingTypes.armor.id,
value: {
custom: {
@ -483,7 +483,7 @@ export const defaultRestOptions = {
}
}
}
]
}
}
}
},
@ -507,8 +507,8 @@ export const defaultRestOptions = {
type: 'self'
},
damage: {
parts: [
{
parts: {
hope: {
applyTo: healingTypes.hope.id,
value: {
custom: {
@ -517,7 +517,7 @@ export const defaultRestOptions = {
}
}
}
]
}
}
},
prepareWithFriends: {
@ -531,8 +531,8 @@ export const defaultRestOptions = {
type: 'self'
},
damage: {
parts: [
{
parts: {
hope: {
applyTo: healingTypes.hope.id,
value: {
custom: {
@ -541,7 +541,7 @@ export const defaultRestOptions = {
}
}
}
]
}
}
}
},