mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +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
|
|
@ -212,7 +212,14 @@
|
|||
"documentTypes": {
|
||||
"Actor": {
|
||||
"character": {
|
||||
"htmlFields": ["biography.background", "biography.connections"]
|
||||
"htmlFields": [
|
||||
"biography.background",
|
||||
"biography.connections",
|
||||
"journal.notes",
|
||||
"journal.allies",
|
||||
"journal.enemies",
|
||||
"journal.organizations"
|
||||
]
|
||||
},
|
||||
"companion": {},
|
||||
"adversary": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue