-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsystem.json
29 lines (29 loc) · 961 Bytes
/
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
{
"name": "herosystem6e",
"title": "Hero System 6e (Unofficial)",
"description": "The Hero System 6e for FoundryVTT!",
"version": "1.0.7",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.8.9",
"templateVersion": 3,
"author": "Jared Levine",
"esmodules": [ "module/herosystem6e.js" ],
"styles": [ "css/herosystem6e.css" ],
"scripts": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": "body",
"secondaryTokenAttribute": "stun",
"url": "https://github.com/jared-l-vine/hero6e-foundryvtt",
"manifest": "https://raw.githubusercontent.com/jared-l-vine/hero6e-foundryvtt/main/system.json",
"download": "https://github.com/jared-l-vine/hero6e-foundryvtt/archive/refs/heads/main.zip",
"license": "LICENSE.txt"
}