forked from dmdorman/hero6e-foundryvtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
41 lines (41 loc) · 1.44 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
{
"id": "hero6efoundryvttv2",
"name": "hero6e-foundryvtt-v2",
"title": "Hero System 6e (Unofficial) v2",
"description": "The Hero System 6e for FoundryVTT!",
"version": "4.0.12",
"compatibility": {
"minimum": "12",
"verified": "12.331",
"maximum": "12"
},
"authors": [
{ "name": "Jared Levine" },
{ "name": "BoDiddleyBeat" },
{ "name": "Aaron Auseth" },
{ "name": "Peter Hunnisett" }
],
"esmodules": ["module/herosystem6e.mjs"],
"styles": ["css/herosystem6e.css", "css/actor-sheet.css"],
"scripts": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"grid": {
"distance": 2,
"units": "m"
},
"primaryTokenAttribute": "characteristics.body",
"secondaryTokenAttribute": "characteristics.stun",
"url": "https://github.com/dmdorman/hero6e-foundryvtt",
"manifest": "https://github.com/dmdorman/hero6e-foundryvtt/releases/download/<RELEASE>/system.json",
"download": "https://github.com/dmdorman/hero6e-foundryvtt/releases/download/<RELEASE>/hero6efoundryvttv2.zip",
"license": "https://raw.githubusercontent.com/dmdorman/hero6e-foundryvtt/main/LICENSE.txt",
"changelog": "https://github.com/dmdorman/hero6e-foundryvtt/blob/main/CHANGELOG.md",
"bugs": "https://github.com/dmdorman/hero6e-foundryvtt/issues"
}