-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
114 lines (114 loc) · 2.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"id": "warlock-pf2e",
"title": "Warlock-PF2E",
"description": "__DESCRIPTION__",
"version": "__VERSION__",
"compatibility": {
"minimum": "11",
"verified": "12"
},
"authors": [
{
"name": "Richard Robertson",
"url": "https://github.com/RichardRobertson"
}
],
"esmodules": [
"scripts/index.mjs"
],
"packs": [
{
"name": "warlock-actions",
"label": "Warlock Actions",
"path": "/packs/warlock-actions",
"type": "Item",
"system": "pf2e"
},
{
"name": "warlock-class",
"label": "Warlock Class",
"path": "/packs/warlock-class",
"type": "Item",
"system": "pf2e"
},
{
"name": "warlock-class-features",
"label": "Warlock Class Features",
"path": "/packs/warlock-class-features",
"type": "Item",
"system": "pf2e"
},
{
"name": "warlock-effects",
"label": "Warlock Effects",
"path": "/packs/warlock-effects",
"type": "Item",
"system": "pf2e"
},
{
"name": "warlock-feats",
"label": "Warlock Feats",
"path": "/packs/warlock-feats",
"type": "Item",
"system": "pf2e"
},
{
"name": "warlock-macros",
"label": "Warlock Macros",
"path": "/packs/warlock-macros",
"type": "Macro",
"system": "pf2e"
},
{
"name": "warlock-spells",
"label": "Warlock Spells",
"path": "/packs/warlock-spells",
"type": "Item",
"system": "pf2e"
}
],
"packFolders": [
{
"name": "Warlock",
"sorting": "a",
"packs": [
"warlock-actions",
"warlock-class",
"warlock-class-features",
"warlock-effects",
"warlock-feats",
"warlock-macros",
"warlock-spells"
]
}
],
"url": "__REPO__",
"manifest": "__MANIFEST__",
"download": "__DOWNLOAD__",
"readme": "README.md",
"license": "LICENSE.md",
"flags": {
"warlock-pf2e": {
"pf2e-homebrew": {
"featTraits": {
"warlock": "Warlock"
},
"spellTraits": {
"warlock": "Warlock",
"invocation": "Invocation"
}
}
}
},
"relationships": {
"system": [
{
"id": "pf2e",
"type": "system",
"compatibility": {
"verified": "5.13.4"
}
}
]
}
}