Added the applyTo field to the basic attack for Adversaries and Companions

This commit is contained in:
WBHarry 2026-06-27 15:17:55 +02:00
parent 29a8f547bb
commit a6821ea5dd
2 changed files with 2 additions and 0 deletions

View file

@ -87,6 +87,7 @@ export default class DhpAdversary extends DhCreature {
parts: {
hitPoints: {
type: ['physical'],
applyTo: 'hitPoints',
value: {
multiplier: 'flat'
}

View file

@ -102,6 +102,7 @@ export default class DhCompanion extends DhCreature {
parts: {
hitPoints: {
type: ['physical'],
applyTo: 'hitPoints',
value: {
dice: 'd6',
multiplier: 'prof'