forked from Saibot393/perceptive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
67 lines (67 loc) · 1.74 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
{
"id": "perceptive",
"title": "Perceptive",
"description": "A small module to handle a few vision based enhancements",
"authors": [
{
"name": "saibot"
}
],
"version": "2.0.0",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"socket": "true",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json",
"flags": {}
},
{
"lang": "cn",
"name": "中文",
"path": "lang/cn.json",
"flags": {}
}
],
"esmodules": [
"scripts/helpers/WallslayerHandler.js",
"scripts/helpers/PerceptiveMouseHandler.js",
"scripts/helpers/PerceptiveRollHandler.js",
"scripts/helpers/PerceptiveFlags.js",
"scripts/settings/PerceptiveSettings.js",
"scripts/PeekingScript.js",
"scripts/DoorMovingScript.js",
"scripts/StalkingScript.js",
"scripts/SpottingScript.js",
"scripts/helpers/SocketHandler.js",
"scripts/helpers/MacroHooks.js",
"scripts/helpers/WallTabInserter.js",
"scripts/settings/PerceptiveSheetSettings.js",
"scripts/compatibility/PerceptiveCompatibility.js",
"scripts/compatibility/APIHandler.js"
],
"packs": [
{
"name": "perceptive",
"label": "Perceptive",
"path": "packs/perceptive.db",
"type": "Macro"
}
],
"url": "https://github.com/Saibot393/perceptive",
"download": "https://github.com/Saibot393/perceptive/archive/refs/tags/v2.0.0.zip",
"manifest": "https://github.com/Saibot393/perceptive/releases/latest/download/module.json",
"readme": "https://github.com/Saibot393/perceptive/blob/main/README.md",
"changelog": "https://github.com/Saibot393/perceptive/blob/main/CHANGELOG.md",
"allowBugReporter": true
}