-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsystem.json
More file actions
89 lines (89 loc) · 2.03 KB
/
Copy pathsystem.json
File metadata and controls
89 lines (89 loc) · 2.03 KB
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": "ose-dev",
"id": "ose-dev",
"title": "Old-School Essentials Development Build",
"description": "Play B/X OSR modules with Old-School Essentials on Foundry VTT",
"version": "AUTOMATICALLY REPLACED BY GITHUB WORKFLOW ACTION",
"minimumCoreVersion": "10",
"compatibleCoreVersion": "10",
"compatibility": {
"minimum": "10",
"verified": "10",
"maximum": 10
},
"author": "Maintained by VTT Red with 16 contributors",
"authors": [
{
"name": "VTT RED",
"email": "ose-system@vtt.red",
"url": "https://vtt.red"
},
{
"name": "and 16 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": "zh-CN",
"name": "简体中文 (中国)",
"path": "dist/lang/zh-CN.json"
},
{
"lang": "sv",
"name": "Svenska (Sverige)",
"path": "dist/lang/sv.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
}
}