-
-
Notifications
You must be signed in to change notification settings - Fork 79
/
module-automation.json
executable file
·112 lines (112 loc) · 2.91 KB
/
module-automation.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
102
103
104
105
106
107
108
109
110
111
112
{
"id": "ddb-importer",
"name": "ddb-importer",
"title": "DDB-Importer: A D&D Beyond Integrator (Automation Edition)",
"license": "MIT License",
"description": "Import your dndbeyond.com characters, spells, items, monsters, encounters, and adventures!",
"version": "VERSION",
"download": "https://github.com/mrprimate/ddb-importer/releases/download/VERSION/ddb-importer.zip",
"manifest": "https://github.com/mrprimate/ddb-importer/releases/download/latest/module-automation.json",
"readme": "https://github.com/MrPrimate/ddb-importer/blob/main/README.md",
"changelog": "https://github.com/MrPrimate/ddb-importer/blob/main/CHANGELOG.md",
"url": "https://github.com/mrprimate/ddb-importer",
"compatibility": {
"minimum": "12.330",
"verified": 12
},
"authors": [
{
"name": "MrPrimate",
"email": "jack@mrprimate.co.uk",
"url": "https://mrprimate.co.uk",
"patreon": "https://www.patreon.com/MrPrimate",
"discord": "https://discord.gg/WzPuRuDJVP"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "4.0.0",
"verified": "4.0.0"
}
}
],
"requires": [
{
"id": "dae",
"type": "module",
"reason": "Provides improvements to active effects"
},
{
"id": "midi-qol",
"type": "module",
"reason": "THE Automation powerhouse for automated effects"
},
{
"id": "times-up",
"type": "module",
"reason": "Ensure effects expire properly"
},
{
"id": "ActiveAuras",
"type": "module",
"reason": "Creates Aura effects for Paladins and AoE spells"
},
{
"id": "ATL",
"type": "module",
"reason": "Allows effects that adjust the token size/vision etc"
},
{
"id": "vision-5e",
"type": "module",
"reason": "Adds missing vision modes to 5e system"
}
],
"recommends": [
{
"id": "autoanimations",
"type": "module",
"reason": "Automated Animations"
},
{
"id": "JB2A_DnD5e",
"type": "module",
"reason": "Animation asset pack, use this or the Patreon version. Patreon recommended."
},
{
"id": "chris-premades",
"type": "module",
"reason": "Amazing effects by Chris"
},
{
"id": "tokenmagic",
"type": "module",
"reason": "Provides some cool token effects"
}
]
},
"scripts": [
"./vendor/jszip/jszip.min.js"
],
"esmodules": ["dist/main.js"],
"styles": [
"./css/default.css",
"./css/import.css",
"./css/journal.css",
"./css/notifications.css",
"./css/adventure.css"
],
"packs": [],
"socket": true
}