-
Notifications
You must be signed in to change notification settings - Fork 2
/
system.json
102 lines (102 loc) · 2.4 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
{
"name": "morkborg",
"title": "Mork Borg",
"description": "A Mork Borg system for FoundryVTT with homebrew content.",
"version": "0.1.0",
"compatibleCoreVersion": "0.7.8",
"minimumCoreVersion": "0.6.0",
"templateVersion": 2,
"author": "David Alexander",
"esmodules": ["morkborg.js"],
"styles": ["css/morkborg.css"],
"scripts": [],
"packs": [
{
"name": "gear",
"label": "Gear",
"system": "morkborg",
"module": "morkborg",
"path": "./packs/gear.db",
"entity": "Item"
},
{
"name": "features",
"label": "Features",
"system": "morkborg",
"module": "morkborg",
"path": "./packs/features.db",
"entity": "Item"
},
{
"name": "armor",
"label": "Armor",
"system": "morkborg",
"module": "morkborg",
"path": "./packs/armor.db",
"entity": "Item"
},
{
"name": "weapons",
"label": "Weapons",
"system": "morkborg",
"module": "morkborg",
"path": "./packs/weapon.db",
"entity": "Item"
},
{
"name": "scrolls",
"label": "Scrolls",
"system": "morkborg",
"module": "morkborg",
"path": "./packs/scrolls.db",
"entity": "Item"
},
{
"name": "classes",
"label": "Classes",
"system": "morkborg",
"module": "morkborg",
"path": "./packs/classes.db",
"entity": "Item"
},
{
"name": "bestiary",
"label": "Bestiary",
"system": "morkborg",
"module": "morkborg",
"path": "./packs/bestiary.db",
"entity": "Actor"
},
{
"name": "macros",
"label": "Macros",
"system": "morkborg",
"module": "morkborg",
"path": "./packs/macros.db",
"entity": "Macro"
},
{
"name": "tables",
"label": "Tables",
"system": "morkborg",
"module": "morkborg",
"path": "./packs/tables.db",
"entity": "RollTable"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": null,
"url": "https://github.com/trickyturtle/morkborkFVTT",
"manifest": "https://raw.githubusercontent.com/trickyturtle/morkborkFVTT/main/system.json",
"download": "https://raw.githubusercontent.com/trickyturtle/morkborkFVTT/main/morkborg.zip",
"license": null
}