-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
89 lines (89 loc) · 2.23 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
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
{
"title": "Dracs 4E tools for Foundry VTT",
"description": "Imports Creatures from Masterplan into Foundry & various other tools for 4E games",
"authors": [
{
"name": "Drac",
"discord": "Draconas#1417",
"flags": {}
}
],
"version": "3.0.4",
"compatibility": {
"minimum": "12.238",
"verified": "12.238"
},
"url": "https://github.com/draconas1/foundry-4e-tools",
"manifest": "https://github.com/draconas1/foundry-4e-tools/releases/latest/download/module.json",
"download": "https://github.com/draconas1/foundry-4e-tools/releases/latest/download/module.zip",
"license": "https://raw.githubusercontent.com/draconas1/foundry-4e-tools/main/LICENSE",
"readme": "https://github.com/draconas1/foundry-4e-tools/blob/main/README.md",
"bugs": "https://github.com/draconas1/foundry-4e-tools/issues",
"esmodules": [
"module/4e-tools.js",
"module/integrations/tah/init.js"
],
"styles": [
"styles/tah-dnd4e-style.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "dnd4e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/EndlesNights/dnd4eBeta/main/system.json",
"compatibility": {
"minimum": "0.5.1",
"verified": "0.5.1"
}
}
]
},
"packs": [
{
"name": "dracs_items",
"label": "Dracs Items",
"system": "dnd4e",
"path": "packs/dracs-items",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "dracs_macos",
"label": "Dracs Macros",
"system": "dnd4e",
"path": "packs/dracs-macros",
"type": "Macro",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "dracs_treasure",
"label": "Dracs Treasure Tables",
"system": "dnd4e",
"path": "packs/dracs-treasure",
"type": "RollTable",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
}
],
"id": "foundry-4e-tools"
}