-
Notifications
You must be signed in to change notification settings - Fork 56
/
system.json
126 lines (126 loc) · 2.81 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
{
"name": "ose-dev",
"id": "ose-dev",
"title": "Old-School Essentials Development Build",
"description": "Simple, robust rules compatible with decades of Basic/Expert material",
"version": "AUTOMATICALLY REPLACED BY GITHUB WORKFLOW ACTION",
"minimumCoreVersion": "12",
"compatibleCoreVersion": "12",
"compatibility": {
"minimum": "12",
"verified": "12",
"maximum": "12"
},
"author": "Maintained by VTT Red with 18 contributors",
"authors": [
{
"name": "VTT RED",
"email": "ose-system@vtt.red",
"url": "https://vtt.red"
},
{
"name": "and 18 other contributors",
"url": "https://github.com/vttred/ose#contributors-"
}
],
"esmodules": [
"dist/ose.js"
],
"styles": [
"dist/ose.css"
],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English (UK)",
"path": "dist/lang/en.json"
},
{
"lang": "it",
"name": "Italiano (Italia)",
"path": "dist/lang/it.json"
},
{
"lang": "fr",
"name": "Français (France)",
"path": "dist/lang/fr.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "dist/lang/pt-BR.json"
},
{
"lang": "es",
"name": "Español (España)",
"path": "dist/lang/es.json"
},
{
"lang": "de",
"name": "Deutsch (Deutschland)",
"path": "dist/lang/de.json"
},
{
"lang": "ca",
"name": "Català (Andorra)",
"path": "dist/lang/ca.json"
},
{
"lang": "cn",
"name": "简体中文 (中国)",
"path": "dist/lang/zh-CN.json"
},
{
"lang": "sv",
"name": "Svenska (Sverige)",
"path": "dist/lang/sv.json"
},
{
"lang": "pl",
"name": "Polski (Polska)",
"path": "dist/lang/pl.json"
},
{
"lang": "ko",
"name": "한국어 (한국)",
"path": "dist/lang/ko.json"
},
{
"lang": "ru",
"name": "Русский (Россия)",
"path": "dist/lang/ru.json"
}
],
"gridDistance": 5,
"gridUnits": "ft",
"url": "AUTOMATICALLY REPLACED BY GITHUB WORKFLOW ACTION",
"manifest": "AUTOMATICALLY REPLACED BY GITHUB WORKFLOW ACTION",
"download": "AUTOMATICALLY REPLACED BY GITHUB WORKFLOW ACTION",
"bugs": "https://github.com/vttred/ose/issues",
"flags": {
"allowBugReporter": true
},
"relationships": {
"recommends": [
{
"id": "ose-advancedfantasytome",
"type": "module",
"compatibility": {
"minimum": "0.1.0",
"verified": "1.0.99",
"maximum": "1.99.99"
}
},
{
"id": "classicfantasycompendium",
"type": "module",
"compatibility": {
"minimum": "1.0.0",
"verified": "1.0.99",
"maximum": "1.99.99"
}
}
]
}
}