-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
68 lines (68 loc) · 1.84 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
{
"id": "pf2e-organ-grinder",
"title": "PF2e Organ Grinder",
"description": "A module for PF2E that adds monster parts to most monsters in te PF2e Bestiary",
"version": "0.7.0",
"authors": [
{
"name": "ModernCannabist",
"discord": "ModernCannabist#8321",
"url": "https://github.com/Abourass"
}
],
"minimumCoreVersion": "10",
"compatibility": {
"minimum": 10,
"maximum": 11,
"verified": "11"
},
"manifestPlusVersion": "1.2.0",
"url": "https://github.com/anandamideio/PF2E-Organ-Grinder-FVTT",
"manifest": "https://raw.githubusercontent.com/anandamideio/PF2E-Organ-Grinder-FVTT/main/module.json",
"download": "https://github.com/anandamideio/PF2E-Organ-Grinder-FVTT/archive/refs/tags/dev.zip",
"readme": "https://github.com/anandamideio/PF2E-Organ-Grinder-FVTT/blob/master/README.md",
"bugs": "https://github.com/anandamideio/PF2E-Organ-Grinder-FVTT/issues",
"allowBugReporter": true,
"relationships": {
"systems": [{
"id": "pf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/download/latest/system.json",
"compatibility": {
"minimum": "4.10.0",
"verified": "5.1.2"
}
}]
},
"packFolders": [
{
"name": "Organ Grinder",
"sorting": "a",
"color": "#6f1c17",
"packs": [
"Item"
]
}
],
"packs": [{
"name": "beast-parts",
"label": "Organ Grinder - Beast Parts",
"path": "./packs/beastParts.db",
"type": "Item",
"entity": "Item",
"system": "pf2e",
"private": true
},
{
"name": "beast-part-effects",
"label": "Organ Grinder - Effects",
"path": "./packs/organ-grinder-effects.db",
"type": "Item",
"entity": "Item",
"system": "pf2e",
"private": true
}],
"esmodules": [
"scripts/index.js"
]
}