-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
system.json
98 lines (98 loc) · 2.09 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
{
"$schema": "https://json.schemastore.org/foundryvtt-system-manifest.json",
"id": "litm",
"version": 26,
"license": "LICENSE",
"title": "Legend in the Mist Demo",
"description": "A <strong>Rustic Fantasy</strong> Game for Foundry Virtual Tabletop.",
"authors": [
{
"name": "Filip Ambrosius",
"discord": "aMediocreDad#2483",
"email": "[email protected]",
"ko-fi": "amediocredad"
}
],
"esmodules": ["litm.js"],
"styles": ["litm.css"],
"documentTypes": {
"Actor": {
"character": {
"htmlFields": ["note"]
},
"challenge": {
"htmlFields": ["note", "special"]
}
},
"Item": {
"backpack": {},
"theme": {
"htmlFields": ["note"]
},
"threat": {}
}
},
"languages": [
{
"lang": "cn",
"name": "中文",
"path": "lang/cn.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "no",
"name": "Norsk",
"path": "lang/no.json"
}
],
"socket": true,
"compatibility": {
"minimum": 12,
"verified": 12,
"maximum": 12
},
"packs": [
{
"label": "Tinderbox Demo",
"type": "Adventure",
"name": "tinderbox-demo",
"path": "packs/tinderbox-demo",
"system": "litm",
"flags": {}
}
],
"flags": {
"hotReload": {
"extensions": ["css", "html", "js", "json"],
"paths": ["styles", "templates", "lang", "litm.css", "litm.js"]
}
},
"relationships": {
"recommends": [
{
"id": "dice-so-nice",
"manifest": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/-/raw/master/module/module.json"
}
]
},
"background": "systems/litm/assets/media/litm_splash.webp",
"url": "https://github.com/aMediocreDad/litm",
"bugs": "https://github.com/aMediocreDad/litm/issues?q=is:issue+is:open+sort:updated-desc",
"manifest": "https://raw.githubusercontent.com/aMediocreDad/litm/main/system.json",
"download": "https://github.com/aMediocreDad/litm/archive/refs/tags/v26.zip",
"readme": "https://github.com/aMediocreDad/litm/blob/main/README.md"
}