forked from Plushtoast/dsa5-foundryVTT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
89 lines (89 loc) · 2.74 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
{
"name": "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 (english now available).",
"version": "2.0.4",
"templateVersion": 77,
"author": "Plushtoast",
"scripts": [
"./libs/flexsearch.min.js"
],
"esmodules": [
"dsa5.js"
],
"styles": [
"styles/dsa5.css"
],
"packs": [{
"name": "skills",
"label": "Talente",
"system": "dsa5",
"path": "packs/skills.db",
"entity": "Item"
},
{
"name": "skillsen",
"label": "Skills",
"system": "dsa5",
"path": "packs/skillsen.db",
"entity": "Item"
},
{
"name": "combatskills",
"label": "Kampftalente",
"system": "dsa5",
"path": "packs/combatskills.db",
"entity": "Item"
},
{
"name": "combatskillsen",
"label": "Combat Techniques",
"system": "dsa5",
"path": "packs/combatskillsen.db",
"entity": "Item"
},
{
"name": "money",
"label": "Geld",
"system": "dsa5",
"path": "packs/money.db",
"entity": "Item"
},
{
"name": "speciesen",
"label": "Species",
"system": "dsa5",
"path": "packs/speciesen.db",
"entity": "Item"
},
{
"name": "species",
"label": "Spezies",
"system": "dsa5",
"path": "packs/species.db",
"entity": "Item"
}
],
"languages": [{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": true,
"initiative": "@status.initiative.value + @status.initiative.die + @status.initiative.diemodifier",
"gridDistance": 10,
"gridUnits": "Schritt",
"primaryTokenAttribute": "status.wounds",
"secondaryTokenAttribute": "status.astralenergy",
"minimumCoreVersion": "0.8.8",
"compatibleCoreVersion": "0.8.8",
"url": "https://github.com/Plushtoast/dsa5-foundryVTT",
"manifest": "https://raw.githubusercontent.com/Plushtoast/dsa5-foundryVTT/foundry08/system.json",
"download": "https://github.com/Plushtoast/dsa5-foundryVTT/releases/download/2.0.4/dsa5-foundryVTT-2.0.4.zip"
}