-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsystem.json
41 lines (41 loc) · 1.09 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
{
"title": "Chronicle System (Unofficial)",
"description": "An implementation for Green Ronin's Chronicle System, used by SIFRP and Sword Chronicles.",
"version": "0.6.0",
"esmodules": [
"module/system/config.js"
],
"styles": [
"styles/global.css",
"styles/actor-sheet.css",
"styles/less/global.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"url": "https://github.com/3darkman/foundryvtt-chroniclesystem/",
"manifest": "https://raw.githubusercontent.com/3darkman/foundryvtt-chroniclesystem/master/system.json",
"download": "https://raw.githubusercontent.com/3darkman/foundryvtt-chroniclesystem/master/chroniclesystem.zip",
"license": "ISC",
"id": "chroniclesystem",
"authors": [
{
"name": "Kirlian '3darkman' Silvestre",
"discord": "Kirlian#1814",
"flags": {}
}
],
"compatibility": {
"minimum": "11",
"verified": "11.315"
}
}