forked from shemetz/pf2e-modifiers-matter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
83 lines (83 loc) · 2.43 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
{
"id": "pf2e-modifiers-matter",
"title": "Pf2E Modifiers Matter",
"description": "Highlights situations where status effects (buffs, debuffs, conditions) change the outcome of a roll. Technically this module is not about modifiers but about all the other things that modify a roll, which happen to not be called modifiers, despite applying modifications.",
"version": "1.7.0",
"compatibility": {
"minimum": "10",
"verified": "10"
},
"esmodules": [
"scripts/pf2e-modifiers-matter.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "cn",
"name": "简体中文(Simplified Chinese)",
"path": "lang/cn.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json",
"flags": {}
}
],
"url": "https://github.com/shemetz/pf2e-modifiers-matter",
"manifest": "https://github.com/shemetz/pf2e-modifiers-matter/raw/master/module.json",
"download": "https://github.com/shemetz/pf2e-modifiers-matter/archive/master.zip",
"readme": "https://github.com/shemetz/pf2e-modifiers-matter/blob/master/Readme.md",
"changelog": "https://github.com/shemetz/pf2e-modifiers-matter/blob/master/Changelog.md",
"license": "https://github.com/shemetz/pf2e-modifiers-matter/blob/master/License.txt",
"bugs": "https://github.com/shemetz/pf2e-modifiers-matter/issues",
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/download/latest/system.json",
"compatibility": {
"minimum": "4.0.0",
"verified": "4.9.3"
}
}
]
},
"authors": [
{
"name": "shemetz",
"email": "[email protected]",
"discord": "shemetz#0226",
"flags": {}
}
],
"media": [
{
"type": "icon",
"url": "https://raw.githubusercontent.com/shemetz/pf2e-modifiers-matter/master/metadata/icon.png",
"caption": "PF2e Modifiers Matter",
"loop": false,
"flags": {}
},
{
"type": "cover",
"url": "https://raw.githubusercontent.com/shemetz/pf2e-modifiers-matter/master/metadata/cover.png",
"caption": "PF2e Modifiers Matter",
"loop": false,
"flags": {}
}
]
}