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

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