-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.json
91 lines (91 loc) · 1.89 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
{
"id": "pf2e-magaambya",
"title": "PF2e Magaambya",
"description": "A module dedicated to improve your experience when playing Strength of Thousands adventure path in the Pathfinder 2e system.",
"version": "This is replaced",
"authors": [
{
"name": "MrVauxs"
}
],
"compatibility": {
"minimum": "10",
"verified": "11"
},
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {
"minimum": "4.4.2"
}
}
]
},
"packFolders": [
{
"name": "PF2e Magaambya",
"sorting": "m",
"color": "#997537",
"packs": [
"Maps",
"Journals",
"Macros",
"Feats"
]
}
],
"packs": [
{
"label": "PF2e Magaambya Maps",
"name": "Maps",
"path": "packs/maps.db",
"system": "pf2e",
"type": "Adventure",
"private": true,
"ownership": {
"PLAYER": "LIMITED",
"ASSISTANT": "OWNER"
}
},
{
"label": "PF2e Magaambya Journals",
"name": "journals",
"path": "packs/journal.db",
"system": "pf2e",
"type": "JournalEntry",
"ownership": {
"PLAYER": "LIMITED",
"ASSISTANT": "OWNER"
}
},
{
"label": "PF2e Magaambya Macros",
"name": "Macros",
"path": "packs/macros.db",
"system": "pf2e",
"type": "Macro",
"ownership": {
"PLAYER": "LIMITED",
"ASSISTANT": "OWNER"
}
},
{
"label": "PF2e Magaambya Feats",
"name": "Feats",
"path": "packs/feats.db",
"system": "pf2e",
"type": "Item"
}
],
"url": "https://github.com/MrVauxs/pf2e-magaambya",
"manifest": "This is replaced",
"download": "This is replaced",
"readme": "https://github.com/MrVauxs/pf2e-magaambya",
"bugs": "https://github.com/MrVauxs/pf2e-magaambya/issues",
"changelog": "https://github.com/MrVauxs/pf2e-magaambya/blob/master/CHANGELOG.md",
"esmodules": [
"module/pf2e-magaambya.js"
]
}