As used 2024-10-26
This commit is contained in:
81
module.json
Normal file
81
module.json
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"id": "asc-the-gang",
|
||||
"title": "The Gang (Scruffy Boo, Where Are You!)",
|
||||
"version": "1.0.0",
|
||||
"compatibility": {
|
||||
"minimum": "12",
|
||||
"verified": "12"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Anthony Correa",
|
||||
"email": "a@correa.co",
|
||||
"discord": "lmxsdl",
|
||||
"flags": {}
|
||||
}
|
||||
],
|
||||
"packs": [
|
||||
{
|
||||
"name": "scenes",
|
||||
"label": "Scenes",
|
||||
"path": "packs/scenes",
|
||||
"type": "Scene",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "playlists",
|
||||
"label": "Playlists",
|
||||
"path": "packs/playlists",
|
||||
"type": "Playlist",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "adventures",
|
||||
"label": "Adventures",
|
||||
"path": "packs/adventures",
|
||||
"type": "Adventure",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "journals",
|
||||
"label": "Journals",
|
||||
"path": "packs/journals",
|
||||
"type": "JournalEntry",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "items",
|
||||
"label": "Items",
|
||||
"path": "packs/items",
|
||||
"type": "Item",
|
||||
"system": "starwarsffg",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "actors",
|
||||
"label": "Actors",
|
||||
"path": "packs/actors",
|
||||
"type": "Actor",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
},
|
||||
"system": "starwarsffg"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user