forked from Eligarf/stealthy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
101 lines (101 loc) · 2.11 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
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"id": "stealthy",
"title": "Stealthy",
"description": "Adds perception vs stealth checks to vision tests for tokens with the Hidden condition",
"authors": [
{
"name": "Eligarf",
"flags": {}
}
],
"version": "autoreplaced",
"compatibility": {
"minimum": "10.291",
"verified": "11.307"
},
"relationships": {
"systems": [
{
"id": "dnd4e",
"type": "system",
"compatibility": {
"verified": "0.4.13"
}
},
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"verified": "2.3.0"
}
},
{
"id": "pf1",
"type": "system",
"compatibility": {
"verified": "0.9.4"
}
},
{
"id": "pf2e",
"type": "system",
"compatibility": {
"verified": "5.3.2"
}
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json",
"compatibility": {}
},
{
"id": "socketlib",
"type": "module",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json",
"compatibility": {}
}
]
},
"esmodules": [
"scripts/stealthy.js",
"scripts/hooks.js",
"scripts/systems/dnd4e.js",
"scripts/systems/dnd5e.js",
"scripts/systems/pf1.js",
"scripts/systems/pf2e.js"
],
"styles": [
"styles/stealthy.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json",
"flags": {}
},
{
"lang": "fr",
"name": "French",
"path": "languages/fr.json",
"flags": {}
},
{
"lang": "pt-BR",
"name": "Português Brasileiro",
"path": "languages/pt-BR.json",
"flags": {}
}
],
"socket": true,
"url": "autoreplaced",
"manifest": "autoreplaced",
"download": "autoreplaced",
"changelog": "ChangeLog.md",
"bugs": "autoreplaced",
"readme": "README.md",
"license": "LICENSE"
}