forked from Miskatonic-Investigative-Society/CoC7-FoundryVTT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
149 lines (149 loc) · 3.22 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"id": "CoC7",
"title": "Call of Cthulhu 7th Edition",
"description": "An implementation of the Call of Cthulhu 7th Edition game system for Foundry Virtual Tabletop.",
"version": "0.10.5",
"authors": [
{
"name": "Miskatonic Investigative Society"
}
],
"compatibility": {
"minimum": 10,
"verified": 11
},
"esmodules": [
"lib/socketlib/src/libwrapper_shim.js",
"lib/socketlib/src/socketlib.js",
"bundle.js"
],
"templateVersion": 1,
"styles": [
"lib/game-icons/game-icons.css",
"coc7g.css"
],
"packs": [
{
"label": "Skills",
"type": "Item",
"name": "skills",
"path": "./packs/skills.db",
"system": "CoC7"
},
{
"label": "Items Examples",
"type": "Item",
"name": "items",
"path": "./packs/items.db",
"system": "CoC7"
},
{
"label": "Examples",
"type": "Actor",
"name": "examples",
"path": "./packs/examples.db",
"system": "CoC7"
},
{
"label": "Roll Requests",
"type": "JournalEntry",
"name": "roll-requests",
"path": "./packs/roll-requests.db",
"system": "CoC7"
},
{
"label": "Sanity Roll Table",
"type": "RollTable",
"name": "sanity-tables-examples",
"path": "./packs/sanity-tables-examples.db",
"system": "CoC7"
},
{
"label": "System manual",
"type": "JournalEntry",
"name": "system-doc",
"path": "./packs/system-doc.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"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-TW.json"
},
{
"lang": "sv",
"name": "Svenska",
"path": "lang/sv.json"
},
{
"lang": "cs",
"name": "Čeština",
"path": "lang/cs.json"
},
{
"lang": "ko",
"name": "한국어",
"path": "lang/ko.json"
},
{
"lang": "it",
"name": "Italiano",
"path": "lang/it.json"
},
{
"lang": "ru",
"name": "Русский",
"path": "lang/ru.json"
}
],
"socket": true,
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "attribs.hp",
"secondaryTokenAttribute": "attribs.san",
"url": "https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT",
"manifest": "https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT/releases/latest/download/system.json",
"download": "https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT/releases/latest/download/system.zip"
}