-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
69 lines (69 loc) · 1.77 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"id": "SR5-Compendium",
"title": "SR5-Compendium",
"description": "A collection of macros and item effects for Shadowrun 5th Edition",
"author": "catrone3",
"version": "1.0.0",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"packs": [
{
"name": "sr5-community-macros",
"label": "SR5-Community-Macros",
"system": "shadowrun5e",
"path": "packs/SR5-Community-Macros",
"type": "Macro",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "sr5-community-items",
"label": "SR5-Community-Items",
"system": "shadowrun5e",
"path": "./packs/SR5-Community-Items",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"relationships": {
"requires": [
{
"id": "warpgate",
"type": "module",
"compatibility": {
"minimum": "1.19.0"
}
},
{
"id": "requestor",
"type": "module",
"compatibility": {
"minimum": "11.0.2"
}
},
{
"id": "effectmacro",
"type": "module",
"compatibility": {
"minimum": "11.0.3"
}
}
]
},
"system": "shadowrun5e",
"url": "https://github.com/catrone3/SR5-Macros",
"bugs": "https://github.com/catrone3/SR5-Macros/issues",
"readme": "https://raw.githubusercontent.com/catrone3/SR5-Macros/main/README.md",
"manifest": "https://raw.githubusercontent.com/catrone3/SR5-Macros/latest/module.json",
"download": "https://github.com/catrone3/SR5-Macros/archive/refs/latest/module.zip",
"changelog": "https://github.com/catrone3/SR5-Macros/releases",
"license": "MIT",
"authorUrl": "https://github.com/catrone3"
}