initial commit - adversaries and environments
This commit is contained in:
commit
3b84c325e1
27 changed files with 102 additions and 0 deletions
71
module.json
Normal file
71
module.json
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
{
|
||||
"id": "daggerheart-voidborne",
|
||||
"title": "Daggerheart: Voidborne",
|
||||
"version": "1.0.0",
|
||||
"compatibility": {
|
||||
"minimum": "14",
|
||||
"verified": "14"
|
||||
},
|
||||
"description": "<p>Unofficial Daggerheart Playtest content for FoundryVTT</p>",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Cosmo",
|
||||
"email": "cptncosmo@gmail.com",
|
||||
"url": "https://git.geeks.gay/cosmo/",
|
||||
"discord": "@cptn_cosmo",
|
||||
"flags": {}
|
||||
}
|
||||
],
|
||||
"url": "https://git.geeks.gay/cosmo/daggerheart-voidborne",
|
||||
"flags": {
|
||||
"canUpload": true
|
||||
},
|
||||
"packs": [
|
||||
{
|
||||
"name": "voidborne-items",
|
||||
"label": "Voidborne: Classes & Class Options",
|
||||
"path": "packs/voidborne-items",
|
||||
"type": "Item",
|
||||
"system": "daggerheart",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
},
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"name": "voidborne-actors",
|
||||
"label": "Voidborne: Adversaries & Environments",
|
||||
"path": "packs/voidborne-actors",
|
||||
"type": "Actor",
|
||||
"system": "daggerheart",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
},
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"name": "voidborne-macros",
|
||||
"label": "Voidborne: Macros",
|
||||
"path": "packs/voidborne-macros",
|
||||
"type": "Macro",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
},
|
||||
"system": "daggerheart",
|
||||
"flags": {}
|
||||
}
|
||||
],
|
||||
"action": "manageModule",
|
||||
"relationships": {
|
||||
"systems": [
|
||||
{
|
||||
"id": "daggerheart",
|
||||
"type": "system",
|
||||
"compatibility": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue