-
Notifications
You must be signed in to change notification settings - Fork 21
/
system.json
86 lines (86 loc) · 2.01 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"id": "dcc",
"name": "dcc",
"title": "Dungeon Crawl Classics",
"description": "Dungeon Crawl Classics from Goodman Games",
"version": "0.50.16",
"minimumCoreVersion": "12",
"compatibility": {
"maximum": "12",
"minimum": "12",
"verified": "12"
},
"authors": [
{
"name": "DCC Foundry Volunteer Team (https://discord.com/channels/170995199584108546/826931749221040138)"
},
{
"name": "Tim L. White",
"email": "[email protected]"
},
{
"name": "Steve Barnett",
"email": "[email protected]"
},
{
"name": "Christian Ovsenik",
"email": "[email protected]"
}
],
"esmodules": [
"module/dcc.js"
],
"flags": {
"hotReload": {
"extensions": ["js", "css", "html", "json"],
"paths": ["lang", "templates", "styles"]
}
},
"styles": [
"styles/dcc.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [
{
"name": "dcc-userguide",
"label": "User Guide",
"path": "packs/dcc-userguide.db",
"system": "dcc",
"type": "JournalEntry"
},
{
"name": "dcc-macros",
"label": "DCC Macros",
"path": "packs/dcc-macros.db",
"system": "dcc",
"type": "Macro"
}
],
"relationships": {
"systems": [],
"requires": [],
"conflicts": [],
"flags": {}
},
"grid": {
"distance": 5,
"units": "ft"
},
"background": "systems/dcc/styles/images/dcc-background.webp",
"primaryTokenAttribute": "attributes.hp",
"secondaryTokenAttribute": "abilities.lck.value",
"socket": true,
"initiative": "@attributes.init.die + @attributes.init.value",
"url": "https://github.com/foundryvtt-dcc/dcc",
"manifest": "https://github.com/foundryvtt-dcc/dcc/releases/download/v0.50.16/system.json",
"download": "https://github.com/foundryvtt-dcc/dcc/releases/download/v0.50.16/dcc.zip",
"protected": false,
"bugs": "https://github.com/foundryvtt-dcc/dcc/issues",
"license": "LICENSE.txt"
}