forked from vttred/ose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
49 lines (49 loc) · 1.21 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
{
"name": "ose",
"title": "Old-School Essentials",
"description": "Play B/X OSR modules with Old-School Essentials on Foundry VTT",
"version": "AUTOMATICALLY REPLACED BY GITHUB WORKFLOW ACTION",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "9",
"templateVersion": 2,
"author": "VTT Red, U~man",
"esmodules": ["dist/ose.js"],
"styles": ["dist/ose.css"],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "dist/lang/en.json"
},
{
"lang": "it",
"name": "Italian",
"path": "dist/lang/it.json"
},
{
"lang": "fr",
"name": "French (FRANCE)",
"path": "dist/lang/fr.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "dist/lang/pt-BR.json"
},
{
"lang": "es",
"name": "Spanish",
"path": "dist/lang/es.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
}
}