Skip to content

Commit

Permalink
Adds cards and adventure packs
Browse files Browse the repository at this point in the history
  • Loading branch information
sneat committed Aug 17, 2022
1 parent 27a3365 commit 2f53ed3
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 15 deletions.
44 changes: 29 additions & 15 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@
}
],
"packs": [
{
"name": "maps",
"label": "Starter Scene Packer",
"path": "/packs/maps.db",
"entity": "Scene",
"type": "Scene"
},
{
"name": "actors",
"label": "Starter Scene Packer",
Expand All @@ -42,11 +35,18 @@
"type": "Actor"
},
{
"name": "journals",
"name": "adventure",
"label": "Starter Scene Packer",
"path": "/packs/journals.db",
"entity": "JournalEntry",
"type": "JournalEntry"
"path": "/packs/adventure.db",
"entity": "Adventure",
"type": "Adventure"
},
{
"name": "cards",
"label": "Starter Scene Packer",
"path": "/packs/cards.db",
"entity": "Cards",
"type": "Cards"
},
{
"name": "items",
Expand All @@ -56,11 +56,11 @@
"type": "Item"
},
{
"name": "rolltables",
"name": "journals",
"label": "Starter Scene Packer",
"path": "/packs/rolltables.db",
"entity": "RollTable",
"type": "RollTable"
"path": "/packs/journals.db",
"entity": "JournalEntry",
"type": "JournalEntry"
},
{
"name": "macros",
Expand All @@ -69,12 +69,26 @@
"entity": "Macro",
"type": "Macro"
},
{
"name": "maps",
"label": "Starter Scene Packer",
"path": "/packs/maps.db",
"entity": "Scene",
"type": "Scene"
},
{
"name": "playlists",
"label": "Starter Scene Packer",
"path": "/packs/playlists.db",
"entity": "Playlist",
"type": "Playlist"
},
{
"name": "rolltables",
"label": "Starter Scene Packer",
"path": "/packs/rolltables.db",
"entity": "RollTable",
"type": "RollTable"
}
],
"esmodules": [
Expand Down
Empty file added packs/adventure.db
Empty file.
Empty file added packs/cards.db
Empty file.

0 comments on commit 2f53ed3

Please sign in to comment.