Files
asc-the-gang/module.json
2025-01-03 09:07:55 -06:00

81 lines
1.6 KiB
JSON

{
"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"
}
]
}