mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 12:54:16 +02:00
Added difficulty display and fixed spacing
This commit is contained in:
parent
2f0badf53a
commit
25f27c8891
6 changed files with 64 additions and 11 deletions
|
|
@ -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()
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue