-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
54 lines (54 loc) · 1.53 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
{
"id": "pf2e-reroll-stats",
"title": "PF2E ReRoll Stats",
"description": "Tracks rolls made with 'Reroll using Hero Point' and compares the results.",
"version": "1.2.53",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"authors": [
{
"name": "The Joester",
"discord": "thejoester",
"flags": {}
}
],
"scripts": ["scripts/reroll.js"],
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {
"minimum": "6.6.0",
"verified": "6.8.1"
}
}
]
},
"packs": [
{
"name": "reroll-stats-macros",
"label": "ReRoll Stats Macros",
"path": "packs/reroll-stats-macros",
"type": "Macro",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "pf2e"
}
],
"system": ["pf2e"],
"url": "https://github.com/thejoester/pf2e-reroll-stats",
"manifest": "https://github.com/thejoester/pf2e-reroll-stats/releases/latest/download/module.json",
"download": "https://github.com/thejoester/pf2e-reroll-stats/releases/download/1.2.53/pf2e_reroll_stats.zip",
"readme": "https://github.com/thejoester/pf2e-reroll-stats/blob/master/README.md",
"changelog": "https://github.com/thejoester/pf2e-reroll-stats/blob/master/CHANGELOG.md",
"license": "https://github.com/thejoester/pf2e-reroll-stats/blob/master/LICENSE.txt",
"bugs": "https://github.com/thejoester/pf2e-reroll-stats/blob/master/",
"flags": {
"allowBugReporter": true
}
}