forked from Miskatonic-Investigative-Society/CoC7-FoundryVTT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
106 lines (105 loc) · 2.08 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "CoC7",
"title": "The Call of Cthulhu 7th edition",
"description": "The Call of Cthulhu 7th edition simple game system",
"version": "0.4.8",
"author": "HavelockV",
"minimumCoreVersion": "0.7.0",
"compatibleCoreVersion": "0.7.9",
"esmodules": [
"module/coc7.js",
"module/dicebot.js"
],
"templateVersion": 1,
"styles": [
"styles/coc7.css",
"coc7g.css",
"artwork/fonts/game-icons.css"
],
"packs": [
{
"label": "Skills",
"entity": "Item",
"name": "skills",
"path": "./packs/skills.db",
"system": "CoC7"
},
{
"label": "Items Examples",
"entity": "Item",
"name": "items",
"path": "./packs/items.db",
"system": "CoC7"
},
{
"label": "Examples",
"entity": "Actor",
"name": "examples",
"path": "./packs/examples.db",
"system": "CoC7"
},
{
"label": "Roll Requests",
"entity": "JournalEntry",
"name": "roll-requests",
"path": "./packs/roll-requests.db",
"system": "CoC7"
},{
"label": "Sanity Roll Table",
"entity": "RollTable",
"name": "roll-requests",
"path": "./packs/sanity-tables-examples.db",
"system": "CoC7"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "cn",
"name": "中文",
"path": "lang/cn.json"
},
{
"lang": "PL",
"name": "Polski",
"path": "lang/pl.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
}
],
"socket": true,
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"url": "https://github.com/HavlockV/CoC7-FoundryVTT/",
"manifest": "https://github.com/HavlockV/CoC7-FoundryVTT/raw/master/system.json",
"download": "https://github.com/HavlockV/CoC7-FoundryVTT/archive/0.4.8.zip"
}