-
Notifications
You must be signed in to change notification settings - Fork 8
/
module.json
88 lines (88 loc) · 2.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
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
84
85
86
87
88
{
"id": "pf2e-extempore-effects",
"title": "pf2E Extempore Effects",
"description": "Allows creating temporary Effects from chat messages, to easily mark tokens as affected by a spell/action/item that doesn't normally have embedded effects.",
"version": "1.8.6",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"esmodules": [
"scripts/pf2e-extempore-effects.js"
],
"styles": [
"styles/pf2e-extempore-effects.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "cn",
"name": "中文(简体)",
"path": "lang/zh_Hans.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "pl",
"name": "polski",
"path": "lang/pl.json"
}
],
"url": "https://github.com/shemetz/pf2e-extempore-effects",
"manifest": "https://github.com/shemetz/pf2e-extempore-effects/raw/master/module.json",
"download": "https://github.com/shemetz/pf2e-extempore-effects/archive/master.zip",
"readme": "https://github.com/shemetz/pf2e-extempore-effects/blob/master/Readme.md",
"changelog": "https://github.com/shemetz/pf2e-extempore-effects/blob/master/Changelog.md",
"license": "https://github.com/shemetz/pf2e-extempore-effects/blob/master/License.txt",
"bugs": "https://github.com/shemetz/pf2e-extempore-effects/issues",
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/download/latest/system.json",
"compatibility": {
"minimum": "6.0.1",
"verified": "6.2.0"
}
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json",
"compatibility": {
"minimum": "1.12.0.0",
"verified": "1.12.12.0"
}
}
]
},
"authors": [
{
"name": "shemetz",
"email": "[email protected]",
"discord": "shemetz",
"reddit": "u/Shemetz"
}
],
"media": []
}