-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
44 lines (44 loc) · 1.28 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
{
"id": "crossheadtokens",
"title": "CrossheadTokens",
"version": "1.1",
"authors": [
{
"name": "Crosshead"
}
],
"description": "Token Assets from Crosshead",
"flags": {
"crossheadtokens": {
"dnd5e-art": "modules/crossheadtokens/tokenimages.json",
"dnd5e-art-credit": "<em>Art from Crosshead https://crossheadstudios.com/</em>"
}
},
"packs": [
{
"name": "crosshead-npcs",
"label": "Crosshead NPCs",
"type": "Actor",
"system": "dnd5e",
"path": "packs/crosshead-npcs.db",
"entity": "Actor",
"module": "crossheadtokens"
}
],
"relationships": {
"systems": [{
"id": "dnd5e",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"minimum": "2.1.0",
"verified": "2.1.0"
}
}]
},
"compatibility": {
"minimum": 10,
"verified": 10
},
"manifest": "https://github.com/MaxPat931/CrossheadTokens/releases/latest/download/module.json",
"download": "https://github.com/MaxPat931/CrossheadTokens/releases/download/1.1/module.zip"
}