-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
48 lines (48 loc) · 1.16 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": "sombre-classic",
"title": "Sombre classic",
"description": "The Sombre classic system for FoundryVTT!",
"version": "10.0.0",
"compatibility": {
"minimum": 10,
"verified": 10,
"maximum": 10
},
"authors": [
{
"name": "DjLeChuck",
"email": "djlechuck@gmail.com",
"url": "https://github.com/djlechuck/",
"discord": "DjLeChuck#9015"
}
],
"esmodules": [
"module/sombre-classic.mjs"
],
"styles": [
"css/sombre-classic.css"
],
"scripts": [ ],
"packs": [ ],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}
],
"gridDistance": 5,
"gridUnits": "m",
"primaryTokenAttribute": "mind",
"secondaryTokenAttribute": "body",
"url": "https://github.com/DjLeChuck/foundryvtt-system-sombre-classic",
"manifest": "https://raw.githubusercontent.com/DjLeChuck/foundryvtt-system-sombre-classic/main/system.json",
"download": "https://github.com/DjLeChuck/foundryvtt-system-sombre-classic/archive/10.0.0.zip",
"license": "LICENSE.txt",
"changelog": "CHANGELOG.md"
}