forked from MrPrimate/ddb-importer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule-alpha.json
executable file
·137 lines (137 loc) · 3.5 KB
/
module-alpha.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"id": "ddb-importer",
"author": "MrPrimate",
"title": "[ALPHA] DDB-Importer: A D&D Beyond Integrator",
"license": "MIT License",
"description": "ALPHA DDB-Importer",
"version": "4.0.2",
"download": "https://ALPHA_SITE/ALPHA_PATH/ddb-importer.zip",
"manifest": "https://ALPHA_SITE/ALPHA_PATH/module.json",
"url": "https://github.com/mrprimate/ddb-importer",
"readme": "https://github.com/MrPrimate/ddb-importer/blob/main/README.md",
"changelog": "https://github.com/MrPrimate/ddb-importer/blob/main/CHANGELOG.md",
"compatibility": {
"minimum": "11.315",
"verified": 11
},
"authors": [
{
"name": "MrPrimate",
"email": "[email protected]",
"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": "3.1.0",
"verified": "3.1.0"
}
}
],
"requires": [
{
"id": "dae",
"type": "module",
"reason": "Provides improvements to active effects"
},
{
"id": "dfreds-convenient-effects",
"type": "module",
"reason": "Adds some useful low touch effects and automated conditions"
},
{
"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": "warpgate",
"type": "module",
"reason": "Library module that makes teleporting effects easier"
},
{
"id": "vision-5e",
"type": "module",
"reason": "Adds missing vision modes to 5e system"
}
],
"recommends": [
{
"id": "items-with-spells-5e",
"type": "module",
"reason": "Provides ability to embed items with spells"
},
{
"id": "link-item-resource-5e",
"type": "module",
"reason": "Links items and resources up, so consumption of one reduces the other"
},
{
"id": "arbron-summoner",
"type": "module",
"reason": "Provides the ability to summon creatures with Summon spells"
},
{
"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
}