Added difficulty display and fixed spacing

This commit is contained in:
WBHarry 2026-05-30 22:32:28 +02:00
parent 2f0badf53a
commit 25f27c8891
6 changed files with 64 additions and 11 deletions

View file

@ -19,8 +19,8 @@ export default class DhpNPC extends BaseDataActor {
return {
...super.defineSchema(),
difficulty: new fields.NumberField({ nullable: true, initial: null, integer: true }),
description: new fields.StringField(),
motive: new fields.StringField(),
description: new fields.HTMLField(),
motives: new fields.HTMLField(),
notes: new fields.HTMLField()
};
}