mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Added JournalCompendium with welcome message. Auto opens on first world entry (#539)
This commit is contained in:
parent
6ef28abd03
commit
195f624868
5 changed files with 131 additions and 2 deletions
11
system.json
11
system.json
|
|
@ -145,6 +145,15 @@
|
|||
"private": false,
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"name": "journals",
|
||||
"label": "Journals",
|
||||
"system": "daggerheart",
|
||||
"path": "packs/journals.db",
|
||||
"type": "JournalEntry",
|
||||
"private": false,
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"name": "beastforms",
|
||||
"label": "Beastforms",
|
||||
|
|
@ -160,7 +169,7 @@
|
|||
"name": "Daggerheart",
|
||||
"sorting": "m",
|
||||
"color": "#08718c",
|
||||
"packs": ["adversaries", "environments"],
|
||||
"packs": ["adversaries", "environments", "journals"],
|
||||
"folders": [
|
||||
{
|
||||
"name": "Character Options",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue