Some companion fixes

This commit is contained in:
WBHarry 2025-07-15 15:54:37 +02:00
parent ce4a08d318
commit 1ae969b0bf
5 changed files with 28 additions and 9 deletions

View file

@ -27,6 +27,13 @@ export default class DhCompanion extends BaseDataActor {
stress: resourceField(3, 'DAGGERHEART.GENERAL.stress', true),
hope: new fields.NumberField({ initial: 0, integer: true, label: 'DAGGERHEART.GENERAL.hope' })
}),
evasion: new fields.NumberField({
required: true,
min: 1,
initial: 10,
integer: true,
label: 'DAGGERHEART.GENERAL.evasion'
}),
experiences: new fields.TypedObjectField(
new fields.SchemaField({
name: new fields.StringField({}),