-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmodule.json
56 lines (56 loc) · 1.64 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
{
"name": "JB2A_DnD5e",
"id": "JB2A_DnD5e",
"title": "JB2A - Jules and Ben's Animated Assets - Free Content",
"description": "<p>Animated Assets for spells, tiles, tokens, melee and ranged attacks</p><p>Troubleshooting and FAQ section on our <a href='https://jb2a.com'>website</a> </p><p>Join our <a href='https://discord.gg/gmd8MAPX4m'>Discord server</a> for any further questions</p><p> <a href='https://www.jb2a.com/Library_Preview/'>Preview</a> our assets<br><p>Consider supporting us on <a href='https://www.patreon.com/JB2A'>Patreon</a> for more ! </p>",
"authors": [
{
"name": "Jules",
"url": "https://www.patreon.com/JB2A",
"discord": "gazkhan"
},
{
"name": "Ben",
"url": "https://www.patreon.com/JB2A",
"discord": "wassily"
}
],
"url": "https://www.patreon.com/JB2A",
"version": "0.7.6",
"minimumCoreVersion": "10",
"compatibleCoreVersion": "12",
"compatibility": {
"minimum": 10,
"verified": 12
},
"packs": [
{
"type": "Macro",
"label": "JB2A Sequencer Macros",
"name": "jb2a-sequencer",
"path": "./packs/jb2a-sequencer.db",
"module": "JB2A_DnD5e"
},
{
"type": "Actor",
"label": "JB2A DnD5e Actors",
"name": "jb2a-actors",
"system": "dnd5e",
"path": "./packs/jb2a-actors.db",
"module": "JB2A_DnD5e"
}
],
"media": [
{
"type": "setup",
"url": "https://www.jb2a.com/artwork/Gifs/animated-banner.gif",
"thumbnail": ""
}
],
"esmodules": [
"./scripts/jb2a.js"
],
"license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
"manifest": "",
"download": ""
}