-
Notifications
You must be signed in to change notification settings - Fork 29
/
system.json
155 lines (155 loc) · 4.19 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
{
"id": "dsa5",
"title": "Das Schwarze Auge/The Dark Eye (5th Edition)",
"description": "The \"Das Schwarze Auge\" system for Foundry VTT. Includes all relevant mechanisms to play in the wonderous world of Aventuria and Das Schwarze Auge/The Dark Eye.",
"version": "6.1.6",
"download": "https://github.com/Plushtoast/dsa5-foundryVTT/releases/download/6.1.6/dsa5-foundryVTT-6.1.6.zip",
"authors": [
{
"name": "Plushtoast"
},
{
"name": "Murm3lt13r"
}
],
"scripts": [
"libs/flexsearch.min.js",
"libs/select2.min.js"
],
"esmodules": [
"bundle/modules/dsa5.js"
],
"styles": [
"styles/css/select2.min.css",
"styles/css/dsa5.css"
],
"packs": [
{
"name": "skills",
"label": "Grundelemente",
"system": "dsa5",
"path": "packs/skills.db",
"type": "Item",
"flags": {
"dsalang": "de"
}
},
{
"name": "skillsen",
"label": "Basic elements",
"system": "dsa5",
"path": "packs/skillsen.db",
"type": "Item",
"flags": {
"dsalang": "en"
}
},
{
"name": "patzer",
"label": "Tabellen",
"system": "dsa5",
"path": "packs/patzer.db",
"type": "RollTable",
"flags": {
"dsalang": "de"
}
},
{
"name": "botch",
"label": "Tables",
"system": "dsa5",
"path": "packs/botch.db",
"type": "RollTable",
"flags": {
"dsalang": "en"
}
},
{
"name": "gamemanualen",
"label": "Game Manual",
"system": "dsa5",
"path": "packs/gamemanualen.db",
"type": "JournalEntry",
"flags": {
"dsalang": "en"
}
},
{
"name": "gamemanualde",
"label": "Game Manual",
"system": "dsa5",
"path": "packs/gamemanualde.db",
"type": "JournalEntry",
"flags": {
"dsalang": "de"
}
},
{
"name": "macros",
"label": "Macros (System)",
"system": "dsa5",
"path": "packs/macros.db",
"type": "Macro"
}
],
"languages": [
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"background": "systems/dsa5/icons/githublogo.webp",
"socket": true,
"initiative": "@status.initiative.value + @status.initiative.die + @status.initiative.diemodifier + 1d99*0.00001",
"grid": {
"diagonals": 2,
"distance": 1,
"units": "Schritt"
},
"primaryTokenAttribute": "status.wounds",
"secondaryTokenAttribute": "status.astralenergy",
"compatibility": {
"minimum": "12",
"verified": "12",
"maximum": "12"
},
"url": "https://github.com/Plushtoast/dsa5-foundryVTT",
"manifest": "https://raw.githubusercontent.com/Plushtoast/dsa5-foundryVTT/foundry12/system.json",
"packFolders": [
{
"name": "DSA5/TDE5",
"sorting": "m",
"packs": [
"skills",
"skillsen",
"money",
"patzer",
"botch",
"macros",
"gamemanualde",
"gamemanualen"
]
}
],
"flags": {
"hotReload": {
"extensions": [
"css",
"html",
"hbs",
"json"
],
"paths": [
"templates",
"styles/css",
"lang"
]
}
}
}