-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsystem.json
84 lines (84 loc) · 1.95 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
{
"id": "cy-borg",
"title": "CY_BORG",
"description": "Foundry VTT system for CY_BORG.",
"version": "3.0.0",
"templateVersion": 2,
"authors": [
{
"name": "mcglintlock"
}
],
"esmodules": ["module/cy-borg.js"],
"styles": ["css/cy-borg.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packFolders": [
{
"name": "CY_BORG",
"sorting": "m",
"packs": [
"cyborg-actors",
"cyborg-items",
"cyborg-journal",
"cyborg-macros",
"cyborg-tables"
]
}
],
"packs": [
{
"name": "cyborg-actors",
"label": "CY_BORG (Actors)",
"system": "cy-borg",
"path": "./packs/cyborg-actors",
"type": "Actor"
},
{
"name": "cyborg-items",
"label": "CY_BORG (Items)",
"system": "cy-borg",
"path": "./packs/cyborg-items",
"type": "Item"
},
{
"name": "cyborg-journal",
"label": "CY_BORG (Journal)",
"system": "cy-borg",
"path": "./packs/cyborg-journal",
"type": "JournalEntry"
},
{
"name": "cyborg-macros",
"label": "CY_BORG (Macros)",
"system": "cy-borg",
"path": "./packs/cyborg-macros",
"type": "Macro"
},
{
"name": "cyborg-tables",
"label": "CY_BORG (Tables)",
"system": "cy-borg",
"path": "./packs/cyborg-tables",
"type": "RollTable"
}
],
"socket": true,
"initiative": "1d6",
"gridDistance": 10,
"gridUnits": "ft",
"primaryTokenAttribute": "hitPoints",
"secondaryTokenAttribute": null,
"compatibility": {
"minimum": "12",
"verified": "12"
},
"url": "https://github.com/fvtt-fria-ligan/cyborg-foundry-vtt",
"manifest": "https://github.com/fvtt-fria-ligan/cyborg-foundry-vtt/releases/latest/download/system.json",
"download": "https://github.com/fvtt-fria-ligan/cyborg-foundry-vtt/releases/latest/download/system.zip"
}