initial commit
This commit is contained in:
commit
71934600bc
20 changed files with 107 additions and 0 deletions
75
module.json
Normal file
75
module.json
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
{
|
||||
"id": "death-at-helfast-spire",
|
||||
"title": "Death at Helfast Spire",
|
||||
"version": "1.0.0",
|
||||
"compatibility": {
|
||||
"minimum": "14",
|
||||
"verified": "14"
|
||||
},
|
||||
"description": "<p>You baptized your village in death.</p><p>Now, as an oath sworn Defender of the Vale, you must face Death itself!</p><p>Can you drive back its Blackened cloud before the sorceress of Helfast Spire incarnates this new evil?</p>",
|
||||
"authors": [
|
||||
{
|
||||
"name": "CPTN Cosmo",
|
||||
"discord": "@cptn_cosmo",
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"name": "R. Mason",
|
||||
"url": "https://www.drivethrurpg.com/en/publisher/21894/Bob-World-Builder?affiliate_id=1987166",
|
||||
"discord": "@BobWorldBuilder",
|
||||
"flags": {}
|
||||
}
|
||||
],
|
||||
"url": "https://git.geeks.gay/cosmo/dh-adventure-dahs",
|
||||
"flags": {
|
||||
"canUpload": true
|
||||
},
|
||||
"packs": [
|
||||
{
|
||||
"name": "dh-dahs-adversaries",
|
||||
"label": "DaHS Adversaries",
|
||||
"path": "packs/dh-dahs-adversaries",
|
||||
"type": "Actor",
|
||||
"system": "daggerheart",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
},
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"name": "dh-dahs-journal",
|
||||
"label": "DaHS Journal",
|
||||
"path": "packs/dh-dahs-journal",
|
||||
"type": "JournalEntry",
|
||||
"system": "daggerheart",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
},
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"name": "dh-dahs-scenes",
|
||||
"label": "DaHS Scenes",
|
||||
"path": "packs/dh-dahs-scenes",
|
||||
"type": "Scene",
|
||||
"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