-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
103 lines (103 loc) · 2.98 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
{
"id": "ckl-roll-bonuses",
"title": "Roll Bonuses PF1",
"description": "Provides bonuses to various types of rolls. Some of these are for variable changes that the system can't handle (like Inspiration). Some are a fake implementation of changes that the system just doesn't support.",
"version": "This is auto replaced",
"url": "This is auto replaced",
"authors": [
{
"name": "David Rickey",
"discord": "claudekennilol",
"flags": {}
}
],
"compatibility": {
"minimum": "10",
"verified": "10"
},
"esmodules": [
"src/main.mjs"
],
"styles": [
"styles/actor-sheet.css",
"styles/applications.css",
"styles/bonus-picker.css",
"styles/item-hints.css",
"styles/item-sheet.css",
"styles/pf1-overrides.css"
],
"relationships": {
"recommends": [
{
"id": "mkah-pf1-item-hints",
"type": "module"
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json",
"compatibility": {
"verified": "1.12.11.0"
}
}
],
"systems": [
{
"id": "pf1",
"type": "system",
"manifest": "https://gitlab.com/foundryvtt_pathfinder1e/foundryvtt-pathfinder1/-/releases/permalink/latest/downloads/system.json",
"compatibility": {
"minimum": "10",
"verified": "10",
"maximum": "10.x"
}
}
]
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"packFolders": [
{
"name": "Roll Bonuses",
"packs": [
"roll-bonuses-buffs",
"roll-bonuses-documentation"
]
}
],
"packs": [
{
"label": "Roll Bonuses Buffs",
"name": "roll-bonuses-buffs",
"path": "packs/buffs.db",
"system": "pf1",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER"
}
},
{
"label": "Roll Bonuses Documentation",
"name": "roll-bonuses-documentation",
"path": "packs/documentation.db",
"system": "pf1",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER"
}
}
],
"license": "LICENSE",
"readme": "https://github.com/dmrickey/fvtt-ckl-roll-bonuses#readme",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"bugs": "https://github.com/dmrickey/fvtt-ckl-roll-bonuses/issues"
}