-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathmodule.json
37 lines (37 loc) · 1011 Bytes
/
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
{
"id": "5e-statblock-importer",
"name": "5e-statblock-importer",
"title": "5e Statblock Importer",
"description": "Import monster and NPC statblocks for D&D 5e",
"version": "1.83.03",
"compatibility": {
"minimum": "10",
"maximum": "12",
"verified": "12"
},
"minimumCoreVersion": "10",
"compatibleCoreVersion": "12",
"authors": [
{
"name": "ArcaneRoboBrain",
"discord": "ArcaneRoboBrain#6885",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "dnd5e"
}
]
},
"esmodules": [
"./scripts/sbi.js"
],
"styles": [
"./styles/sbi.css"
],
"url": "https://github.com/jbhaywood/5e-statblock-importer",
"manifest": "https://raw.githubusercontent.com/jbhaywood/5e-statblock-importer/main/module.json",
"download": "https://github.com/jbhaywood/5e-statblock-importer/archive/v1.83.03.zip"
}