initial commit
This commit is contained in:
commit
e6d925b63c
1 changed files with 95 additions and 0 deletions
95
module.json
Normal file
95
module.json
Normal file
|
|
@ -0,0 +1,95 @@
|
||||||
|
{
|
||||||
|
"id": "dh-oneshot-collection",
|
||||||
|
"title": "Daggerheart Oneshot Collection",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"compatibility": {
|
||||||
|
"minimum": "14",
|
||||||
|
"verified": "14",
|
||||||
|
"maximum": "14"
|
||||||
|
},
|
||||||
|
"description": "<p>A small and growing collection of Oneshot Adventures for Daggerheart</p>",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Cosmo",
|
||||||
|
"email": "cptncosmo@gmail.com",
|
||||||
|
"discord": "@cptn_cosmo",
|
||||||
|
"flags": {}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"url": "https://git.geeks.gay/cosmo/dh-oneshot-collection",
|
||||||
|
"flags": {
|
||||||
|
"canUpload": true
|
||||||
|
},
|
||||||
|
"packs": [
|
||||||
|
{
|
||||||
|
"name": "dh-os-scenes",
|
||||||
|
"label": "Scenes",
|
||||||
|
"path": "packs/dh-os-scenes",
|
||||||
|
"type": "Scene",
|
||||||
|
"ownership": {
|
||||||
|
"PLAYER": "OBSERVER",
|
||||||
|
"ASSISTANT": "OWNER"
|
||||||
|
},
|
||||||
|
"system": "daggerheart",
|
||||||
|
"flags": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dh-os-journals",
|
||||||
|
"label": "Journals",
|
||||||
|
"path": "packs/dh-os-journals",
|
||||||
|
"type": "JournalEntry",
|
||||||
|
"ownership": {
|
||||||
|
"PLAYER": "OBSERVER",
|
||||||
|
"ASSISTANT": "OWNER"
|
||||||
|
},
|
||||||
|
"system": "daggerheart",
|
||||||
|
"flags": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dh-os-items",
|
||||||
|
"label": "Items",
|
||||||
|
"path": "packs/dh-os-items",
|
||||||
|
"type": "Item",
|
||||||
|
"ownership": {
|
||||||
|
"PLAYER": "OBSERVER",
|
||||||
|
"ASSISTANT": "OWNER"
|
||||||
|
},
|
||||||
|
"system": "daggerheart",
|
||||||
|
"flags": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dh-os-actors",
|
||||||
|
"label": "Actors",
|
||||||
|
"path": "packs/dh-os-actors",
|
||||||
|
"type": "Actor",
|
||||||
|
"ownership": {
|
||||||
|
"PLAYER": "OBSERVER",
|
||||||
|
"ASSISTANT": "OWNER"
|
||||||
|
},
|
||||||
|
"system": "daggerheart",
|
||||||
|
"flags": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dh-os-adventures",
|
||||||
|
"label": "Adventures",
|
||||||
|
"path": "packs/dh-os-adventures",
|
||||||
|
"type": "Adventure",
|
||||||
|
"ownership": {
|
||||||
|
"PLAYER": "OBSERVER",
|
||||||
|
"ASSISTANT": "OWNER"
|
||||||
|
},
|
||||||
|
"system": "daggerheart",
|
||||||
|
"flags": {}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"relationships": {
|
||||||
|
"systems": [
|
||||||
|
{
|
||||||
|
"id": "daggerheart",
|
||||||
|
"type": "system",
|
||||||
|
"compatibility": {}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"action": "manageModule"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue