-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathsystem.json
108 lines (107 loc) · 2.14 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
{
"id": "city-of-mist",
"title": "City of Mist",
"description": "Unofficial City of Mist RPG system",
"authors": [
{
"name": "Taragnor",
"discord": "Taragnor#3338",
"flags": {}
}
],
"url": "https://github.com/taragnor/city-of-mist/",
"version": "3.1.4",
"compatibility": {
"minimum": "12",
"verified": "12",
"maximum": "12"
},
"esmodules": [
"module/city.js"
],
"styles": [
"styles/city.css",
"module/token-tooltip/tooltip.css",
"module/city-status-tracker/city-status-tracker.css",
"styles/com.css",
"styles/otherscape.css",
"styles/legend.css",
"styles/mist-engine.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "de",
"name": "German",
"path": "lang/de.json",
"flags": {}
},
{
"lang": "pl",
"name": "Polish",
"path": "lang/pl.json",
"flags": {}
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-br.json",
"flags": {}
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "it",
"name": "Italian",
"path": "lang/it.json",
"flags": {}
},
{
"lang": "es",
"name": "Español (placeholder)",
"path": "lang/es.json",
"flags": {}
}
],
"packs": [
{
"name": "themebook",
"label": "CoM Data",
"system": "city-of-mist",
"path": "packs/themebooks.db",
"type": "Item",
"private": false,
"flags": {}
},
{
"name": "sampleDangers",
"label": "Sample Dangers",
"system": "city-of-mist",
"path": "packs/sampledangers.db",
"type": "Actor",
"private": false,
"flags": {}
},
{
"name": "macro",
"label": "Macros",
"system": "city-of-mist",
"path": "packs/macro.db",
"type": "Macro",
"private": false,
"flags": {}
}
],
"socket": true,
"manifest": "https://raw.githubusercontent.com/taragnor/city-of-mist/main/system.json",
"download": "https://github.com/taragnor/city-of-mist/releases/download/v.3.1.4/city-of-mist.zip"
}