generated from typhonjs-fvtt-demo/template-svelte-esm
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
48 lines (48 loc) · 1.19 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
{
"id": "edrpg",
"title": "Elite: Dangerous Role Playing Game",
"description": "A space RPG set in the Elite: Dangerous universe.",
"version": "0.0.0",
"authors": [
{
"name": "Bruno Marques (ElSaico)",
"url": "https://github.com/ElSaico",
"discord": "elsaico"
}
],
"compatibility": {
"minimum": "11",
"verified": 11.315
},
"esmodules": [
"index.js"
],
"styles": [
"style.css"
],
"flags": {
"hotReload": {
"extensions": ["json"],
"paths": ["lang"]
}
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 2,
"gridUnits": "m",
"socket": false,
"url": "https://github.com/ElSaico/edrpg-fvtt",
"readme": "https://github.com/ElSaico/edrpg-fvtt/blob/master/README.md",
"bugs": "https://github.com/ElSaico/edrpg-fvtt/issues",
"changelog": "https://github.com/ElSaico/edrpg-fvtt/releases/latest/",
"manifest": "https://github.com/ElSaico/edrpg-fvtt/releases/latest/download/system.json",
"download": "https://github.com/ElSaico/edrpg-fvtt/releases/download/0.0.0/system.zip",
"protected": false,
"coreTranslation": false,
"library": false
}