-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
41 lines (41 loc) · 841 Bytes
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"id": "cool-adventure-module",
"title": "Cool Adventure Module",
"version": "1.0.0",
"download": "https://github.com/mrmattwilkins/foobar/raw/main/cool-adventure-module.zip",
"manifest": "https://github.com/mrmattwilkins/foobar/raw/main/module.json",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {}
}
]
},
"description": "Foory",
"authors": [
{
"name": "Me",
"flags": {}
}
],
"packs": [
{
"label": "ThePack",
"name": "thepack",
"type": "Adventure",
"system": "dnd5e",
"path": "packs/thepack",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
}
]
}