commit e6d925b63c694bb4e9cd52d336ac0a75bc545c55 Author: cosmo Date: Fri May 22 02:05:20 2026 +0200 initial commit diff --git a/module.json b/module.json new file mode 100644 index 0000000..289fa50 --- /dev/null +++ b/module.json @@ -0,0 +1,95 @@ +{ + "id": "dh-oneshot-collection", + "title": "Daggerheart Oneshot Collection", + "version": "1.0.0", + "compatibility": { + "minimum": "14", + "verified": "14", + "maximum": "14" + }, + "description": "

A small and growing collection of Oneshot Adventures for Daggerheart

", + "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" +}