-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
81 lines (81 loc) · 2.13 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
{
"id": "crysborg",
"title": "CRYS BORG",
"description": "Foundry VTT system for all of BORG.",
"version": "1.0.0",
"compatibility": {
"minimum": "11.300",
"verified": "11.300"
},
"authors": [
{
"name": "mcglintlock"
}
],
"esmodules": [
"module/crysborg.js"
],
"styles": [
"css/crysborg.css"
],
"packFolders": [
{
"name": "CRYS BORG",
"sorting": "a",
"packs": [
"crys-borg-actors",
"crys-borg-items",
"crys-borg-macros",
"crys-borg-tables"
]
}
],
"packs": [
{
"name": "crys-borg-actors",
"label": "CRYS BORG (Actors)",
"system": "crysborg",
"path": "./packs/crys-borg-actors",
"type": "Actor"
},
{
"name": "crys-borg-items",
"label": "CRYS BORG (Items)",
"system": "crysborg",
"path": "./packs/crys-borg-items",
"type": "Item"
},
{
"name": "crys-borg-macros",
"label": "CRYS BORG (Macros)",
"system": "crysborg",
"path": "./packs/crys-borg-macros",
"type": "Macro"
},
{
"name": "crys-borg-tables",
"label": "CRYS BORG (Tables)",
"system": "crysborg",
"path": "./packs/crys-borg-tables",
"type": "RollTable"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": true,
"initiative": "1d6",
"grid": {
"distance": 10,
"units": "ft"
},
"primaryTokenAttribute": "hp",
"secondaryTokenAttribute": null,
"url": "https://github.com/fvtt-fria-ligan/crysborg-foundry-vtt",
"manifest": "https://github.com/fvtt-fria-ligan/crysborg-foundry-vtt/releases/latest/download/system.json",
"download": "https://github.com/fvtt-fria-ligan/crysborg-foundry-vtt/releases/download/4.0.1/system.zip"
}