dh-oneshot-collection/module.json
2026-05-22 02:05:20 +02:00

95 lines
2 KiB
JSON

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