-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsystem.json
91 lines (91 loc) · 2.14 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
{
"id": "cain",
"title": "CAIN",
"description": "A Foundry VTT game system for CAIN by Tom Bloom/CHASM 2024, a psychic death soldier RPG about wiping away humanity's stains.",
"authors": [
{
"name": "Adamkostandy",
"discord": "adamkostandy"
}
],
"url": "https://github.com/diabeatz96/cain",
"license": "LICENSE.txt",
"readme": "README.md",
"bugs": "https://github.com/diabeatz96/cain/issues",
"changelog": "CHANGELOG.md",
"media": [
{
"type": "setup",
"url": "systems/cain/assets/cain.png",
"thumbnail": "systems/cain/assets/cain.png"
}
],
"version": "1.2.0",
"compatibility": {
"minimum": 11,
"verified": "12"
},
"esmodules": ["module/cain.mjs"],
"styles": ["css/cain.css", "css/accessibility.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [
{
"name": "items",
"label": "Kit and Items",
"system": "cain",
"type": "Item",
"path": "packs/items"
},
{
"name": "agendas",
"label": "Agendas",
"system": "cain",
"type": "Item",
"path": "packs/agenda2"
},
{
"name": "blasphemies",
"label": "Blasphemies",
"system": "cain",
"type": "Item",
"path": "packs/blasphemy2"
},
{
"name": "tables",
"label": "Roll Tables",
"system": "cain",
"type": "RollTable",
"path": "packs/tables"
},
{
"name": "sin-marks",
"label": "Sin Marks",
"system": "cain",
"type": "Item",
"path": "packs/sin-marks"
},
{
"name": "afflictions",
"label": "Afflictions",
"system": "cain",
"type": "Item",
"path": "packs/afflictions"
}
],
"packFolders": [],
"relationships": {},
"socket": true,
"manifest": "https://raw.githubusercontent.com/diabeatz96/cain/main/system.json",
"download": "https://github.com/diabeatz96/cain/releases/latest/download/cain.zip",
"background": "systems/cain/assets/cain.png",
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power"
}