-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsystem.json
121 lines (120 loc) · 2.75 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
{
"id": "dragonbane",
"title": "Dragonbane / Drakar och Demoner",
"description": "System for playing Dragonbane / Drakar och Demoner",
"version": "1.9.5",
"compatibility": {
"minimum": "11",
"verified": "12"
},
"authors": [
{
"name": "PatrikP",
"url": "www.patrikp.com",
"email": "[email protected]"
}
],
"esmodules": [
"dragonbane.js"
],
"styles": [
"dragonbane.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "sv",
"name": "Svenska",
"path": "lang/sv.json"
},
{
"lang": "pt-BR",
"name": "Português Brasileiro",
"path": "lang/pt-br.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "it",
"name": "Italiano",
"path": "lang/it.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json"
}
],
"packs": [
{
"name": "dragonbane-drakar-och-demoner-system",
"label": "Dragonbane / Drakar och Demoner",
"path": "packs/dragonbane-drakar-och-demoner-system",
"type": "Adventure",
"module": "Dragonbane",
"private": false,
"system": "dragonbane",
"banner": "./systems/dragonbane/art/dragonbane-banner.webp"
},
{
"name": "official-soundtrack-by-andreas-lundstrom",
"label": "Official Soundtrack by Andreas Lundström",
"path": "packs/official-soundtrack-by-andreas-lundstrom",
"type": "Playlist",
"module": "Dragonbane",
"private": false,
"system": "dragonbane",
"banner": "./systems/dragonbane/art/audio/ost/ost-banner.webp"
}
],
"initiative": "1d20",
"grid": {
"distance": 2,
"units": "m"
},
"gridDistance": 2,
"gridUnits": "m",
"primaryTokenAttribute": "hitPoints",
"secondaryTokenAttribute": "willPoints",
"background": "systems/dragonbane/art/dragonbane-splash.webp",
"url": "https://github.com/pafvel/dragonbane",
"manifest": "https://github.com/pafvel/dragonbane/releases/latest/download/system.json",
"download": "https://github.com/pafvel/dragonbane/releases/download/v1.9.5/dragonbane.zip",
"flags": {
"hotReload": {
"extensions": ["css", "html", "hbs", "json"],
"paths": ["dragonbane.css", "templates", "lang"]
}
},
"relationships": {
"recommends": [
{
"id": "yze-combat",
"type": "module",
"compatibility": {}
}
]
}
}