-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathsystem.json
71 lines (70 loc) · 1.92 KB
/
system.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
{
"id": "wrath-and-glory",
"name" : "wrath-and-glory",
"title": "Warhammer 40,000: Wrath & Glory",
"description": "The official system for Warhammer 40,000 Roleplay: Wrath & Glory! Time is running out in the 41st Millennium. This accursed age needs heroes more than ever before. Will you answer the call?",
"version": "6.0.5",
"compatibility" : {
"minimum" : 12,
"verified" : 12,
"maximum" : 12
},
"templateVersion": 2,
"authors" : [
{
"name": "Moo Man",
"email": "[email protected]",
"discord": "moo.man",
"reddit": "u/mooman10"
},
{
"name": "Thul"
},
{
"name" : "Perfectro"
}
],
"scripts": ["./wrath-and-glory.js"],
"esmodules": [],
"styles": ["./wrath-and-glory.css"],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"media": [
{
"type": "cover",
"url": "https://user-images.githubusercontent.com/28637157/146312294-3568bd17-9556-4a66-8072-905b42d3cff7.png"
}
],
"flags" : {
"hotReload": {
"extensions": ["css", "hbs", "json"]
}
},
"relationships": {
"requires": [{
"id": "warhammer-lib",
"type": "module",
"manifest": "https://raw.githubusercontent.com/moo-man/WarhammerLibrary-FVTT/1.4.1/module.json",
"compatibility": {
"minimum" : "1.4.1",
"verified": "1.4.1"
}
}]
},
"background" : "/modules/wng-core/assets/images/cover.webp",
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": null,
"secondaryTokenAttribute": null,
"url": "https://github.com/moo-man/WrathAndGlory-FoundryVTT",
"socket": true,
"manifest": "https://github.com/moo-man/WrathAndGlory-FoundryVTT/releases/latest/download/system.json",
"download": "https://github.com/moo-man/WrathAndGlory-FoundryVTT/releases/download/6.0.5/wrath-and-glory.zip",
"license": "LICENSE.txt"
}