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

View file

@ -14,8 +14,8 @@ export const armorFeatures = {
type: 'hostile' type: 'hostile'
}, },
damage: { damage: {
parts: [ parts: {
{ stress: {
applyTo: 'stress', applyTo: 'stress',
value: { value: {
custom: { custom: {
@ -24,7 +24,7 @@ export const armorFeatures = {
} }
} }
} }
] }
} }
} }
] ]
@ -734,8 +734,8 @@ export const weaponFeatures = {
type: 'hostile' type: 'hostile'
}, },
damage: { damage: {
parts: [ parts: {
{ stress: {
applyTo: 'stress', applyTo: 'stress',
value: { value: {
custom: { custom: {
@ -744,7 +744,7 @@ export const weaponFeatures = {
} }
} }
} }
] }
} }
} }
], ],
@ -916,8 +916,8 @@ export const weaponFeatures = {
type: 'self' type: 'self'
}, },
damage: { damage: {
parts: [ parts: {
{ hitPoints: {
applyTo: 'hitPoints', applyTo: 'hitPoints',
value: { value: {
custom: { custom: {
@ -926,7 +926,7 @@ export const weaponFeatures = {
} }
} }
} }
] }
} }
} }
] ]

View file

@ -93,8 +93,8 @@
"consumeOnSuccess": false "consumeOnSuccess": false
}, },
"damage": { "damage": {
"parts": [ "parts": {
{ "hope": {
"value": { "value": {
"custom": { "custom": {
"enabled": true, "enabled": true,
@ -119,7 +119,7 @@
}, },
"type": [] "type": []
} }
], },
"includeBase": false "includeBase": false
}, },
"target": { "target": {