add empty packs and module.json
This commit is contained in:
parent
7fc86081d7
commit
71134d7550
60
module.json
Normal file
60
module.json
Normal 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
0
packs/actors.db
Normal file
0
packs/items.db
Normal file
0
packs/items.db
Normal file
0
packs/journal.db
Normal file
0
packs/journal.db
Normal file
0
packs/macros.db
Normal file
0
packs/macros.db
Normal file
0
packs/playlists.db
Normal file
0
packs/playlists.db
Normal file
0
packs/scenes.db
Normal file
0
packs/scenes.db
Normal file
0
packs/tables.db
Normal file
0
packs/tables.db
Normal file
Loading…
x
Reference in New Issue
Block a user