forked from foundryvtt-dcc/dcc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
65 lines (65 loc) · 1.62 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
{
"name": "dcc",
"title": "Dungeon Crawl Classics",
"description": "Dungeon Crawl Classics from Goodman Games",
"version": "0.33.4",
"minimumCoreVersion": "0.8.9",
"compatibleCoreVersion": "9",
"templateVersion": 8,
"author": "DCC Foundry Volunteer Team (https://discord.gg/2PR9YH9)",
"contributors": [
{
"name": "Tim L. White",
"email": "[email protected]"
},
{
"name": "Steve Barnett",
"email": "[email protected]"
},
{
"name": "Christian Ovsenik",
"email": "[email protected]"
}
],
"esmodules": [
"module/dcc.js"
],
"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",
"entity": "JournalEntry"
},
{
"name": "dcc-macros",
"label": "DCC Macros",
"path": "packs/dcc-macros.db",
"system": "dcc",
"entity": "Macro"
}
],
"gridDistance": 5,
"gridUnits": "ft",
"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.33.4/system.json",
"download": "https://github.com/foundryvtt-dcc/dcc/releases/download/v0.33.4/dcc.zip",
"bugs": "https://github.com/foundryvtt-dcc/dcc/issues",
"allowBugReporter": true,
"license": "LICENSE.txt"
}