forked from Nargath/fvtt-crit-hits-and-fumbles-pf1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
41 lines (41 loc) · 1.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
{
"name": "critical-hits-and-fumbles-pf1-v11",
"title": "Critical Hits and Fumbles for PF1 v11",
"description": "Rolltables and Buffs for rolling Crits and Fumbles",
"author": "Red Mop",
"version": "2023.10.21",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion":"0.8.6",
"url":"https://github.com/redmop/fvtt-crit-hits-and-fumbles-pf1-v11",
"download":"https://github.com/redmop/fvtt-crit-hits-and-fumbles-pf1-v11/releases/download/Release/2023.10.21.zip",
"manifest":"https://raw.githubusercontent.com/redmop/fvtt-crit-hits-and-fumbles-pf1-v11/main/module.json",
"packs": [
{
"name": "crithits",
"label": "Critical Hits - PF1",
"path": "packs/crithits.db",
"type": "RollTable",
"entity": "Item",
"module": "critical-hits-and-fumbles-pf1-v11",
"system": "pf1"
},
{
"name": "critfumbles",
"label": "Critical Fumbles - PF1",
"path": "packs/critfumbles.db",
"type": "Item",
"entity": "Item",
"module": "critical-hits-and-fumbles-pf1-v11",
"system": "pf1"
},
{
"name": "critrolls",
"label": "Critical Rolltables - PF1",
"path": "packs/critrolls.db",
"type": "RollTable",
"entity": "RollTable",
"module": "critical-hits-and-fumbles-pf1-v11",
"system": "pf1"
}
]
}