mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 04:01:06 +01:00
Added Journal tab on character sheet with input fields "notes", "allies", "enemies"
This commit is contained in:
parent
fd92540792
commit
0b6b711800
7 changed files with 127 additions and 2 deletions
|
|
@ -93,6 +93,12 @@ export default class DhCharacter extends BaseDataActor {
|
|||
faith: new fields.StringField({})
|
||||
})
|
||||
}),
|
||||
journal: new fields.SchemaField({
|
||||
notes: new fields.HTMLField(),
|
||||
allies: new fields.HTMLField(),
|
||||
enemies: new fields.HTMLField(),
|
||||
organizations: new fields.HTMLField()
|
||||
}),
|
||||
attack: new ActionField({
|
||||
initial: {
|
||||
name: 'DAGGERHEART.GENERAL.unarmedAttack',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue