forked from Plushtoast/dsa5-foundryVTT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
131 lines (131 loc) · 3.94 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
{
"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": "4.3.9",
"authors": [{
"name": "Plushtoast"
},{
"name": "Murm3lt13r"
}],
"scripts": [
"libs/flexsearch.min.js",
"libs/select2.min.js"
],
"esmodules": [
"bundle/dsa5.bundle.js"
],
"styles": [
"styles/css/select2.min.css",
"styles/css/dsa5.css"
],
"packs": [{
"name": "skills",
"label": "Talente",
"system": "dsa5",
"path": "packs/skills.db",
"type": "Item",
"private": false,
"flags": { "dsalang": "de"}
},
{
"name": "skillsen",
"label": "Skills",
"system": "dsa5",
"path": "packs/skillsen.db",
"type": "Item",
"private": false,
"flags": { "dsalang": "en"}
},
{
"name": "combatskills",
"label": "Kampftalente",
"system": "dsa5",
"path": "packs/combatskills.db",
"type": "Item",
"private": false,
"flags": { "dsalang": "de"}
},
{
"name": "combatskillsen",
"label": "Combat Techniques",
"system": "dsa5",
"path": "packs/combatskillsen.db",
"type": "Item",
"private": false,
"flags": { "dsalang": "en"}
},
{
"name": "money",
"label": "Geld",
"system": "dsa5",
"path": "packs/money.db",
"type": "Item",
"private": false
},
{
"name": "speciesen",
"label": "Species",
"system": "dsa5",
"path": "packs/speciesen.db",
"type": "Item",
"private": false,
"flags": { "dsalang": "en"}
},
{
"name": "species",
"label": "Spezies",
"system": "dsa5",
"path": "packs/species.db",
"type": "Item",
"private": false,
"flags": { "dsalang": "de"}
},
{
"name": "patzer",
"label": "Patzer",
"system": "dsa5",
"path": "packs/patzer.db",
"type": "RollTable",
"private": false,
"flags": { "dsalang": "de"}
},
{
"name": "botch",
"label": "Botch",
"system": "dsa5",
"path": "packs/botch.db",
"type": "RollTable",
"private": false,
"flags": { "dsalang": "en"}
}
],
"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",
"gridDistance": 1,
"gridUnits": "Schritt",
"primaryTokenAttribute": "status.wounds",
"secondaryTokenAttribute": "status.astralenergy",
"compatibility": {
"minimum": "10.286",
"verified": "10",
"maximum": "10"
},
"url": "https://github.com/Plushtoast/dsa5-foundryVTT",
"manifest": "https://raw.githubusercontent.com/Plushtoast/dsa5-foundryVTT/foundry10/system.json",
"download": "https://github.com/Plushtoast/dsa5-foundryVTT/releases/download/4.3.9/dsa5-foundryVTT-4.3.9.zip",
"name": "dsa5",
"minimumCoreVersion": "10.286"
}