-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
53 lines (53 loc) · 1.68 KB
/
Copy pathmodule.json
File metadata and controls
53 lines (53 loc) · 1.68 KB
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
{
"title": "PF2E Incapacitation Variants",
"description": "Automation for several house rule variants of the Incapacitation trait for Pathfinder 2nd Edition in Foundry VTT",
"version": "1.4.0",
"id": "fvtt-pf2e-incapacitation-variants",
"compatibility": {
"minimum": "10",
"verified": "12.330"
},
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/download/latest/system.json",
"compatibility": {
"minimum": "4.5.0",
"verified": "6.2.0"
}
}
]
},
"esmodules": [
"fvtt-pf2e-incapacitation-variants.bundle.js"
],
"scripts": [],
"styles": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"authors": [
{
"name": "Tyrie Vella"
}
],
"url": "https://github.com/tyrielv/fvtt-pf2e-incapacitation-variants/",
"manifest": "https://github.com/tyrielv/fvtt-pf2e-incapacitation-variants/releases/latest/download/module.json",
"download": "https://github.com/tyrielv/fvtt-pf2e-incapacitation-variants/releases/download/v1.4.0/fvtt-pf2e-incapacitation-variants.zip",
"license": "https://github.com/tyrielv/fvtt-pf2e-incapacitation-variants/blob/main/LICENSE.md",
"readme": "https://github.com/tyrielv/fvtt-pf2e-incapacitation-variants/blob/main/README.md",
"bugs": "https://github.com/tyrielv/fvtt-pf2e-incapacitation-variants/issues",
"changelog": "https://github.com/tyrielv/fvtt-pf2e-incapacitation-variants/blob/main/CHANGELOG.md",
"flags": {
"manifestPlusVersion": "1.2.0",
"allowBugReporter": true
}
}