-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsystem.json
63 lines (63 loc) · 1.38 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
{
"id": "necrobiozz",
"title": "TTRPG Necrobiozz",
"description": "Игра про мертвецов от студии Ex_Nihilum",
"version": "1.6",
"compatibility": {
"minimum": "10",
"verified": "10.291"
},
"authors": [
{
"name": "Nikita Belov",
"email": "[email protected]",
"flags": {}
}
],
"esmodules": [
"module/necrobiozz.js"
],
"styles": [
"styles/necrobiozz.css"
],
"packs": [
{
"name": "items",
"label": "Предметы",
"system": "necrobiozz",
"path": "packs/items.db",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "injuries",
"label": "Травмы",
"system": "necrobiozz",
"path": "packs/injuries.db",
"type": "Item",
"private": false,
"flags": {}
}
],
"languages": [
{
"lang": "ru",
"name": "Russian",
"path": "lang/ru.json",
"flags": {}
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"socket": true,
"gridDistance": 1,
"gridUnits": "m",
"url": "https://github.com/comat0zz/FVTT10_Necrobiozz",
"manifest": "https://github.com/comat0zz/FVTT10_Necrobiozz/releases/latest/download/system.json",
"download": "https://github.com/comat0zz/FVTT10_Necrobiozz/releases/latest/download/necrobiozz.zip"
}