-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
55 lines (55 loc) · 1.41 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
{
"id": "trued6",
"title": "TRUE-d6",
"description": "The TRUE-d6 system for FoundryVTT!",
"authors": [
{
"name": "Cussa Mitre",
"url": "https://github.com/Cussa",
"discord": "CussaMitre",
"flags": {}
}
],
"url": "https://github.com/Cussa/fvtt-true-d6",
"license": "LICENSE",
"readme": "README.md",
"bugs": "https://github.com/Cussa/fvtt-true-d6/issues",
"changelog": "https://github.com/Cussa/fvtt-true-d6/releases",
"media": [
{
"type": "setup",
"url": "systems/trued6/assets/banner-white.png",
"thumbnail": "systems/trued6/assets/banner-white.png"
}
],
"version": "0.0.1",
"compatibility": {
"minimum": 11,
"verified": "12"
},
"esmodules": ["module/trued6.mjs"],
"styles": ["css/trued6.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [],
"packFolders": [],
"socket": false,
"manifest": "https://github.com/cussa/fvtt-true-d6/releases/download/latest/module.json",
"download": "https://github.com/cussa/fvtt-true-d6/releases/download/latest/module.zip",
"background": "systems/trued6/assets/banner-white.png",
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"],
"paths": ["lang", "css", "templates"]
}
}
}