-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
49 lines (49 loc) · 1.33 KB
/
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
42
43
44
45
46
47
48
49
{
"id": "cosmere-rpg-bridge-nine-beta-adventure",
"title": "Cosmere RPG - Bridge Nine Beta Adventure",
"version": "1.1.2",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"relationships": {
"systems": [
{
"id": "cosmere-rpg",
"type": "system",
"compatibility": {}
}
]
},
"description": "The complete Bridge Nine adventure for the Beta of the Cosmere RPG by Brotherwise Games and Dragonsteel. All Art Assets are from the Beta Release or otherwiese owened/licenced by Brotherwise Games. IP Brandon Sanderson and Dragonsteel",
"authors": [
{
"name": "DocSun",
"discord": "Doc_Sun",
"flags": {}
},
{
"name": "Brotherwise Games",
"flags": {}
},
{
"name": "Dragonsteel",
"flags": {}
}
],
"packs": [
{
"name": "bridge-nine",
"label": "Bridge Nine",
"path": "packs/bridge-nine",
"type": "Adventure",
"system": "cosmere-rpg",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"manifest": "https://raw.githubusercontent.com/Doc-Sun/Bridge_Nine_Adventure_CosmereRPG/main/module.json",
"download": "https://github.com/Doc-Sun/Bridge_Nine_Adventure_CosmereRPG/releases/download/v1.1.2/cosmere-rpg-bridge-nine-beta-adventure-v1.1.2.zip"
}