add empty packs and module.json

This commit is contained in:
Mike Bloy 2021-04-10 12:36:43 -05:00
parent 7fc86081d7
commit 71134d7550
8 changed files with 60 additions and 0 deletions

60
module.json Normal file
View File

@ -0,0 +1,60 @@
{
"name": "swade-mb-shared",
"title": "Savage Worlds Shared (MJB)",
"description": "Shared helpers for Savage Worlds",
"author": "mike",
"version": "1.0.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.8",
"packs": [
{
"name": "macros",
"label": "MB SW Shared Macros",
"path": "packs/macros.db",
"entity": "Macro",
"module": "swade-mb-shared"
},
{
"name": "tables",
"label": "MB SW Shared Tables",
"path": "packs/tables.db",
"entity": "RollTable",
"module": "swade-mb-shared"
},
{
"name": "items",
"label": "MB SW Shared Items",
"path": "packs/items.db",
"entity": "Item",
"module": "swade-mb-shared"
},
{
"name": "journal",
"label": "MB SW Shared Journal",
"path": "packs/journal.db",
"entity": "JournalEntry",
"module": "swade-mb-shared"
},
{
"name": "scenes",
"label": "MB SW Shared Scenes",
"path": "packs/scenes.db",
"entity": "Scene",
"module": "swade-mb-shared"
},
{
"name": "playlists",
"label": "MB SW Shared Playlists",
"path": "packs/playlists.db",
"entity": "Playlist",
"module": "swade-mb-shared"
},
{
"name": "actors",
"label": "MB SW Shared Actors",
"path": "packs/actors.db",
"entity": "Actor",
"module": "swade-mb-shared"
}
]
}

0
packs/actors.db Normal file
View File

0
packs/items.db Normal file
View File

0
packs/journal.db Normal file
View File

0
packs/macros.db Normal file
View File

0
packs/playlists.db Normal file
View File

0
packs/scenes.db Normal file
View File

0
packs/tables.db Normal file
View File