-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmodule.json
More file actions
54 lines (54 loc) · 1.23 KB
/
Copy pathmodule.json
File metadata and controls
54 lines (54 loc) · 1.23 KB
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
{
"id": "warhammer-lib",
"title": "Warhammer Library",
"description": "Common code used by the various Warhammer Systems",
"version": "3.3.2",
"authors": [{"name": "Moo Man", "id": "Moo Man", "discord": "moo.man"}],
"scripts" : ["warhammer-lib.js"],
"styles" : [{"src": "warhammer.css", "layer" : "system"}],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"library": true,
"compatibility": {
"minimum": "14",
"verified": "14",
"maximum": "14"
},
"relationships": {
"systems": [
{
"id": "wfrp4e",
"type": "system"
},
{
"id": "whtow",
"type": "system"
},
{
"id": "impmal",
"type": "system"
},
{
"id": "wrath-and-glory",
"type": "system"
},
{
"id": "age-of-sigmar-soulbound",
"type": "system"
}
]
},
"flags" : {
"hotReload": {
"extensions": ["css", "hbs", "json"]
}
},
"socket": true,
"manifest": "https://github.com/moo-man/WarhammerLibrary-FVTT/releases/latest/download/module.json",
"download": "https://github.com/moo-man/WarhammerLibrary-FVTT/releases/download/3.3.2/warhammer-lib.zip"
}