-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsystem.json
More file actions
70 lines (70 loc) · 1.52 KB
/
system.json
File metadata and controls
70 lines (70 loc) · 1.52 KB
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
{
"id": "gubat-banwa",
"title": "Gubat Banwa",
"description": "A fanmade system to support the rules of Gubat Banwa in FoundryVTT.",
"version": "This is auto replaced",
"compatibility": {
"minimum": 11,
"verified": 11,
"maximum": 11
},
"authors": [
{
"name": "Gunnar Busch",
"discord": "Drental#7146"
}
],
"scripts": [],
"esmodules": ["system/gubat-banwa.mjs"],
"styles": ["css/gubat-banwa.css"],
"packs": [
{
"name": "enemies",
"label": "Enemies",
"system": "gubat-banwa",
"path": "packs/enemies.db",
"type": "Actor",
"visibility": true,
"flags": {}
},
{
"name": "disciplines",
"label": "Disciplines",
"system": "gubat-banwa",
"path": "packs/disciplines.db",
"type": "Item",
"visibility": true,
"flags": {}
},
{
"name": "techniques",
"label": "Techniques",
"system": "gubat-banwa",
"path": "packs/techniques.db",
"type": "Item",
"visibility": true,
"flags": {}
},
{
"name": "antinganting",
"label": "Anting Anting",
"system": "gubat-banwa",
"path": "packs/antinganting.db",
"type": "Item",
"visibility": true,
"flags": {}
}
],
"license": "LICENSE",
"readme": "README.md",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced"
}