-
Notifications
You must be signed in to change notification settings - Fork 97
/
system.json
223 lines (223 loc) · 4.79 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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
{
"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": "7.6",
"authors": [
{
"name": "Miskatonic Investigative Society"
}
],
"compatibility": {
"minimum": 11,
"verified": 12
},
"esmodules": [
"lib/socketlib/src/libwrapper_shim.js",
"lib/socketlib/src/socketlib.js",
"bundle.js"
],
"styles": [
"https://fonts.googleapis.com/css?family=Noto%20Sans|Voltaire|Lusitana",
"lib/game-icons/game-icons.css",
"coc7g.css"
],
"packFolders": [
{
"name": "Cthulhuwiki | en",
"sorting": "a",
"color": "#75844c",
"packs": [
"en-wiki-phobias-and-manias",
"en-wiki-roll-tables",
"en-wiki-weapons"
]
},
{
"name": "System Examples | en",
"sorting": "a",
"color": "#75844c",
"packs": [
"examples",
"items",
"roll-requests",
"sanity-tables-examples",
"skills"
]
},
{
"name": "System Manuals",
"sorting": "a",
"color": "#75844c",
"packs": [
"system-doc"
]
}
],
"packs": [
{
"label": "Skills",
"type": "Item",
"name": "skills",
"path": "packs/en-skills",
"system": "CoC7"
},
{
"label": "Items Examples",
"type": "Item",
"name": "items",
"path": "packs/en-items",
"system": "CoC7"
},
{
"label": "Examples",
"type": "Actor",
"name": "examples",
"path": "packs/en-examples",
"system": "CoC7"
},
{
"label": "Roll Requests",
"type": "JournalEntry",
"name": "roll-requests",
"path": "packs/roll-requests",
"system": "CoC7"
},
{
"label": "Sanity Roll Table",
"type": "RollTable",
"name": "sanity-tables-examples",
"path": "packs/en-sanity-tables-examples",
"system": "CoC7"
},
{
"label": "System manuals",
"type": "JournalEntry",
"name": "system-doc",
"path": "packs/system-doc",
"system": "CoC7"
},
{
"label": "Phobias and Manias | en",
"type": "Item",
"name": "en-wiki-phobias-and-manias",
"path": "packs/en-wiki-phobias-and-manias",
"system": "CoC7"
},
{
"label": "Roll Tables | en",
"type": "RollTable",
"name": "en-wiki-roll-tables",
"path": "packs/en-wiki-roll-tables",
"system": "CoC7"
},
{
"label": "Weapons | en",
"type": "Item",
"name": "en-wiki-weapons",
"path": "packs/en-wiki-weapons",
"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"
},
{
"lang": "uk",
"name": "Українська",
"path": "lang/uk.json"
}
],
"socket": true,
"gridDistance": 5,
"gridUnits": "ft",
"grid": {
"distance": 5,
"units": "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/download/7.6/system.zip",
"media": [
{
"type": "setup",
"thumbnail": "systems/CoC7/assets/images/system-thumbnail.jpg"
}
],
"background": "systems/CoC7/assets/images/system-background.jpg",
"documentTypes": {
"RegionBehavior": {
"coc7ClickableEvents": {}
}
}
}