-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsystem.json
72 lines (72 loc) · 2 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
71
72
{
"id": "age-of-sigmar-soulbound",
"title": "Warhammer Age of Sigmar: Soulbound",
"description": "The first ever tabletop roleplaying game set in <b>Warhammer Age of Sigmar</b>. Take on the role of the Soulbound, explore and roleplay in the Mortal Realms, filled with gods, monsters, daemons, and demigods, and shape its future. ",
"version": "7.0.4",
"relationships": {
"requires": [{
"id": "warhammer-lib",
"type": "module",
"manifest": "https://raw.githubusercontent.com/moo-man/WarhammerLibrary-FVTT/1.3.1/module.json",
"compatibility": {
"minimum" : "1.3.1",
"verified": "1.3.1"
}
}]
},
"compatibility" : {
"minimum" : 12,
"verified" : 12,
"maximum" : 12
},
"templateVersion": 2,
"authors" : [
{
"name": "Moo Man",
"email": "[email protected]",
"discord": "moo.man",
"reddit": "u/mooman10"
},
{
"name": "Perfectro"
},
{
"name": "Vendare"
},
{
"name": "Saylnrad"
}
],
"scripts": [],
"esmodules": ["age-of-sigmar-soulbound.js"],
"styles": ["age-of-sigmar-soulbound.css"],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"media": [
{
"type": "cover",
"url": "https://user-images.githubusercontent.com/28637157/145496204-852c373e-c785-4354-8f39-cba680b4b0c0.png"
}
],
"flags" : {
"hotReload": {
"extensions": ["css", "hbs", "json"]
}
},
"background" : "/modules/soulbound-core/assets/images/login.webp",
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": null,
"secondaryTokenAttribute": null,
"url": "https://github.com/moo-man/AoS-Soulbound-FoundryVTT",
"socket": true,
"manifest": "https://github.com/moo-man/AoS-Soulbound-FoundryVTT/releases/latest/download/system.json",
"download": "https://github.com/moo-man/AoS-Soulbound-FoundryVTT/releases/download/7.0.4/age-of-sigmar-soulbound.zip",
"license": "LICENSE.txt"
}