This commit is contained in:
Dapoolp 2025-07-25 22:50:56 +02:00
parent cd517252fa
commit 973e54df96
4 changed files with 13 additions and 6 deletions

View file

@ -203,7 +203,11 @@ export default class DhCharacter extends BaseDataActor {
})
})
}),
maxLoadout : new fields.NumberField({ integer: true, initial: 0 })
maxLoadout : new fields.NumberField({
integer: true,
initial: 0,
label: 'DAGGERHEART.GENERAL.Bonuses.maxLoadout.label'
})
}),
companion: new ForeignDocumentUUIDField({ type: 'Actor', nullable: true, initial: null }),
rules: new fields.SchemaField({