-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
54 lines (54 loc) · 1.39 KB
/
module.json
File metadata and controls
54 lines (54 loc) · 1.39 KB
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
{
"id": "cerapter-homebrew",
"title": "Cerapter's Homebrew",
"description": "Mostly for myself, and mostly for convenience.",
"version": "1.4.0",
"manifest": "https://raw.githubusercontent.com/Cerapter/pathfinder2e-homebrew/main/module.json",
"download": "https://raw.githubusercontent.com/Cerapter/pathfinder2e-homebrew/main/cerapter-homebrew.zip",
"authors": [
{
"name": "Cerapter",
"discord": "Cerapter#2415",
"flags": {}
}
],
"compatibility": {
"minimum": "10.291",
"verified": "10.291"
},
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json",
"compatibility": {
"minimum": "4.9.0",
"verified": "4.10.4"
}
}
]
},
"packs": [
{
"label": "[CER] Simple Homebrew",
"type": "Item",
"name": "simple-homebrew",
"path": "packs/simple-homebrew.db",
"system": "pf2e",
"private": false,
"package": "cerapter-homebrew",
"flags": {}
},
{
"label": "[CER] AJ Neuro's Designs - Variants Cantrips",
"type": "Item",
"name": "aj-neuro-variant-cantrips",
"path": "packs/aj-neuro-variant-cantrips.db",
"system": "pf2e",
"private": false,
"package": "cerapter-homebrew",
"flags": {}
}
]
}